@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background-color:transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */


table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
img{vertical-align: bottom;}

/*
 Share Style [
----------------------------------------------------------- */

@font-face {
    font-family: 'SignPainter';
    src: url('../font/SignPainterHouseScriptRegular.ttf') format('truetype');
}

html,body{width: 100%;}
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-size:100%;
    letter-spacing: 1px;
	line-height:1.7;
    color: #1c1c1c;
}
html {overflow-y:scroll;}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.menu-trigger{
    cursor:pointer;
    margin-left: auto;
    margin-top: 14px;
    position:relative;
    z-index:999999;
}

.menu-trigger p{
    color:#FFF;
    font-size:12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-top: 34px;
    line-height: 1;
    text-align: center;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 26px;
  z-index:999999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
.menu-trigger.active span{background: #FFF;}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) {top: 12px;}
.menu-trigger span:nth-of-type(3) {bottom: 0;}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .5s forwards;
  animation: menu-bar01 .5s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .5s forwards;
  animation: menu-bar02 .5s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .5s forwards;
  animation: active-menu-bar01 .5s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .5s forwards;
  animation: active-menu-bar03 .5s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}

.hide-nav{
    background: rgba(0,0,0,.8);
    color:#FFF;
    display: none;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width: calc(100% + 18px);
    height:100vh;
    z-index:99999;
    padding: 0 0;
    overflow-y: auto;
}

.hide-nav ul{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.hide-nav li{
    font-size:40px;
    font-family: 'SignPainter';
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-bottom: 24px;
}
.hide-nav li:last-of-type{margin-bottom: 0;}

.hide-nav li a{
    transition:.3s;
}

.hide-nav li a:link,.hide-nav li a:visited{
    color:#FFF;
}

.hide-nav li a:hover{
    color:#ec526c;
}


.btn{
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 240px;
    height:60px;
    text-align: center;
    line-height: 60px;
    transition:.3s;
    margin: 0 auto;
}

.btn.pink{
    background: #ec526c;
    color:#FFF;
}

.btn a{
    display: block;

}
.btn:hover{
    opacity:.8;
}

.btn.pink a:link,.btn.pink a:visited{
    color:#FFF;
}

.btn.btn-coupon{
    background: #1c1c1c;
    color:#FFF;
    cursor:pointer;
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left: -120px;
}




/*
 header [
----------------------------------------------------------- */
.intro{
    /*background-image: url(../img/top_slide01.jpg);*/
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:100vh;
}

.header{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 20px;

}

.header h1 img{
    width: 70px;
}

.header .option-menu {
    position: absolute;
    top: 30px;
    right: 100px;
    gap: 20px;
    display: flex;
    z-index: 9999;
}
.header .option-menu.line-only {
    top: 24px;
    right: 80px;
}
.header .option-menu a {
    display: block;
    margin-left: 30px;
}
.header .option-menu.line-only a {
    width: 50px;
    margin-left: 0;
    box-sizing: content-box;
}
.header .option-menu img {
    display: block;
    height: 36px;
}
.header .option-menu.line-only img {
    height: 50px;
}


.title-block{
    color:#FFF;
    text-align: center;
    position:absolute;
    top:40%;
    left:50%;
    transform:translate(-50%,-50%);
}

.title-block h4{
    font-family: 'Roboto', sans-serif;
    font-size:20px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 16px;
}

.title-block h2{
    font-family: 'Roboto', sans-serif;
    font-size:36px;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 1;
    margin-bottom: 16px;
}
.title-block h3{
    font-size:20px;
    font-weight: 400;
    margin-bottom: 36px;
}

.intro-nav ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.intro-nav li{
    border: 1px solid #FFF;
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight: 400;
    width: 160px;
    height:48px;
    line-height: 48px;
    text-align: center;
    margin-right: 20px;
    transition:.3s;
}
.intro-nav li:last-of-type{margin-right: 0;}

.intro-nav li:hover{
    background: rgba(236,82,108,.6);
    border: 1px solid rgba(255,255,255,.6);
}

.intro-nav li a{
    display: block;
    transition:.3s;
}
.intro-nav li a:link,.intro-nav li a:visited{
    color:#FFF;
}

.sp-intro-nav{display: none;}

.intro-textarea{
    background: url(../img/bg_intro.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color:#FFF;
    width: 100%;
    text-align: center;
    padding: 56px 0 40px;
}

.intro-textarea h2{
    font-size:24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
}
.intro-textarea p{
    color:#FFF;
    font-size:18px;
    line-height: 48px;
}

.intro-menu{
    background: #1c1c1c;
    padding: 60px 0;
}
.intro-menu ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.intro-menu ul li{

    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight: 500;
    width: 184px;
    height:60px;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
}
.intro-menu ul li:last-of-type{
    margin-right: 0;
}

.intro-menu ul li a{
    background: #FFF;
    display: block;
    transition:.3s;
}
.intro-menu ul li a:link,.intro-menu ul li a:visited{
    color:#1c1c1c;
}
.intro-menu ul li a:hover{
    background: #ed526c;
    color:#FFF;
}

.bestrate{
    position:absolute;
    bottom:120px;
    left:0;
    text-align: center;
    width: 100%;
}

.bestrate img,.subpage-bestrate img{
    width: 100px;
    margin-bottom: 16px;
}
.bestrate p{
    color:#FFF;
    line-height: 1;
}

.subpage-bestrate{
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
}
.subpage-bestrate p{
    color:#1c1c1c;
    line-height: 1;
}

/*
 contents [
----------------------------------------------------------- */
.section-toppage{
    padding: 60px 0;
}

.section-inner{
    width: 1000px;
    margin: 0 auto;
}

.section-heading-huge-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.section-heading-huge-wrap .section-heading-wrap{
    margin-right: 40px;
}

.section-heading-wrap{
    padding-left: 16px;
    margin-bottom: 40px;
}
.section-heading-wrap.insta-heading{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.section-heading-wrap .left{
    display: inline-block;
    margin-right: 24px;
}

.section-heading-wrap.insta-heading .right{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 4px;
}

.section-heading-wrap.insta-heading img{
    width: 30px;
    margin-right: 10px;
}

.section-heading-wrap.insta-heading .right p{
    font-size:14px;
    line-height:15px;
}


.section-heading-address{
    padding-top: 12px;
}

.section-heading-address dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.section-heading-address dt,.section-heading-address dd{
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
}
.section-heading-address dt{
    width: 84px;
}
.section-heading-address dd .jp{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

.sp-heading-address{display: none;}

.section-heading-btn{
    margin-left: auto;
}

.section-heading-btn .btn{
    border: 1px solid #dd5068;
    font-weight: 400;
}
.section-heading-btn .btn a:link,.section-heading-btn .btn a:visited{
    color:#dd5068;
}



h2.section-heading{
    font-size:48px;
    font-family: 'SignPainter';
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: -4px;
}
h3.section-heading{
    font-size:20px;
    font-weight: 400;
    line-height: 1;
}

.index-plan-block{
    width: 1000px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.index-plan-box{
    width: 350px;
    padding-right: 50px;
    position:relative;
    margin-bottom: 32px;
}

.index-plan-box:after{
    background: #ec526c;
    content:'';
    position:absolute;
    top:132px;
    right:24px;
    width: 1px;
    height:40px;
}

.index-plan-box:nth-child(3n){
    width: 300px;
    padding-right: 0;
}
.index-plan-box:nth-child(3n):after{display: none;}

.index-plan-box h3{
    font-size:18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.index-plan-image{
    margin-bottom: 12px;
    width: 300px;
    height:225px;
}

.index-plan-box img{
    width: 100%;
    height: 100%;
    transition:.2s;
}

.index-plan-box a:link,.index-plan-box a:visted{
    color:#1c1c1c;
}
.index-plan-box a:hover img{
    opacity:.8;
}

.index-plan-box .head-text{
    margin-bottom: 4px;
    height:48px;
}

.index-plan-box .plan-text{
    /* font-size:12px; */
}


/* section-reserve */
.section-reserve{
    background: url(../img/bg_reserve.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color:#FFF;
}

.section-reserve .section-heading{text-align: center;}

.reserve-input-labels{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.reserve-input-labels p{
    color:#FFF;
    font-size:20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 200px;
    line-height: 1;
}

.reserve-input-box{
    background: rgba(28,28,28,.5);
    border: 1px solid #FFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 602px;
    margin: 0 auto 40px;
}

.reserve-input-box .input-wrap{
    width: 200px;
    height:78px;
    position:relative;
}

.reserve-input-box .input-wrap:after{
    background: rgba(255,255,255,.5);
    content:'';
    width: 1px;
    height:30px;
    position:absolute;
    top:24px;
    right:0;
}

.reserve-input-box .input-wrap:last-of-type:after{
    display: none;
}


input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  color:#FFF;
  font-size:20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

button{
    cursor:pointer;
}

.input select{
    background: transparent;
    cursor:pointer;
    width: 100%;
    padding-left: 70px;
    text-align: center;
}

.reserve-input-box select,.reserve-input-box input[type="text"]{
    line-height: 78px;
}
.input option{
    background: rgba(0,0,0,.8);
}

.input input[type="text"]{
    background: transparent;
    cursor:pointer;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.input input[type="text"]::placeholder,
.input input[type="text"]:placeholder-shown{
    color:#FFF;
}

.button-wrap{
    width: 240px;
    margin: 0 auto;
}

.reserve-input-wrap .btn{
    cursor:pointer;
    background: rgba(28,28,28,.5);
    border: 1px solid #FFF;
}


.index-info-block{
    width: 1000px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.index-info-box{
    width: 30%;
    padding-right: 25px;
    position:relative;
    margin-right: 25px;
    margin-bottom: 32px;
    box-sizing: content-box;
}

.index-info-box:after{
    background: #ec526c;
    content:'';
    position:absolute;
    top:0;
    right:0;
    width: 1px;
    height:40px;
}

.index-info-box:nth-child(3n){
    width: 30%;
    padding-right: 0;
    margin-right: 0;
}
.index-info-box:nth-child(3n):after{display: none;}

.index-info-box p.date{
    color:#ec526c;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
}

.index-info-box h3{
    min-height: 48px;
    font-size:18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}
.index-info-box img{
    width: 100%;
    margin-bottom: 8px;
}
/* section-insta */

.loopslide li{
  width: 215px;
  position:relative;
}

.loopslide img{
  width: 215px;

}

/* section-room */
.section-room{
    background: #1c1c1c;
    color:#FFF;
}

.section-room-block{
    margin-bottom: 40px;
}
.section-room-block:last-of-type{margin-bottom: 0;}

.section-room p{color:#FFF;}

.section-room-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: calc(50% + 40px);
    height: 320px;
}

.section-room-image.image00{
    background-image: url(../img/image_lineofficial.jpg);
}
.section-room-image.image01{
    background-image: url(../img/image_room.jpg);
}
.section-room-image.image02{
    background-image: url(../img/image_amenity.jpg);
}
.section-room-image.image03{
    background-image: url(../img/image_bath.jpg);
}
.section-room-image.image04{
    background-image: url(../img/image_karaoke.jpg);
}

.image-left .section-room-image{
    float: left;
    margin-right: 40px;
}
.image-right .section-room-image{
    float: right;
    margin-left: 40px;
}

.section-room-inner{
    float: left;
    width: 420px;
    height:320px;
    position:relative;
}

.image-right .section-room-inner{
    float: right;
}

.section-room-inner h3{
    font-size:24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}
.section-room-inner h4{
    font-size:18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 64px;
}

.section-room-inner .btn{
    position:absolute;
    bottom:0;
    left:50%;
    margin-left: -120px;
}


/* section-coupon */
.section-coupon{
    background: #e8e8e8;
    color:#1c1c1c;
}

.index-coupon-block{
    width: 1000px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.index-coupon-box{
    background: #FFF;
    width: 30%;
    padding: 20px;
    padding-bottom: 100px;
    position:relative;
    margin-right: 50px;
    transition:.3s;
    margin-bottom: 32px;
}

.index-coupon-box:hover{
    background: #ec526c;
}
.index-coupon-box:hover h3{
    border: 1px solid #FFF;
    background: #FFF;
}
.index-coupon-box:hover h4,.index-coupon-box:hover p{
    color:#FFF;
}

.index-coupon-box:after{
    background: #ec526c;
    content:'';
    position:absolute;
    top:96px;
    right:-24px;
    width: 1px;
    height:40px;
}

.index-coupon-box:nth-child(3n){
    width: 30%;
    margin-right: 0;
}
.index-coupon-box:nth-child(3n):after{display: none;}

.index-coupon-box h3{
    border: 1px solid #ec526c;
    color:#ec526c;
    font-size:20px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 16px;
    text-align: center;
    transition:.3s;
}
.index-coupon-box h4{
    color:#1c1c1c;
    font-size:36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    text-align: center;
    transition:.3s;
}

.index-coupon-box h4 .en{
    font-size:24px;
    font-weight: 400;
}
.index-coupon-box h4 .jp{
    font-size:24px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}
.index-coupon-box p{
    transition:.3s;
    margin-bottom: 8px;
}

.index-coupon-modal{
    display: none;
    background: rgba(0,0,0,.8);
    cursor:pointer;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
}

.coupon-image{
    display: none;
    width: 400px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.coupon-image img{
    width: 100%;
}

/* section-access */
.index-access-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.index-access-block.train{
    width: 500px;
    margin-right: 20px;
}
.index-access-block.car{
    width: 480px;
}

.index-access-block h3{
    font-size:20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
}

.index-access-block h3 span{
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 8px;
}

.index-access-block.train h3{
    background: url(../img/icon_train.png) 0 0 no-repeat;
    -webkit-background-size: 18px 20px;
    background-size: 18px 20px;
    padding-left: 30px;
}

.index-access-block.car h3{
    background: url(../img/icon_car.png) 0 0 no-repeat;
    -webkit-background-size: 29px 20px;
    background-size: 29px 20px;
    padding-left: 40px;
}

.index-access-image img{
    width: 500px;
}

.index-access-image:last-of-type{
    margin-top: 20px;
}

.index-access-block h4{
    border: 1px solid #dd5068;
    color:#dd5068;
    font-size:20px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 16px;
    text-align: center;
}

.index-access-block h5{
    font-size:18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}

.index-access-block p{margin-bottom: 16px;}

.index-access-block p:last-of-type{margin-bottom: 52px;}

.box-underline{
    position:relative;
    padding-bottom: 12px;
}

.box-underline:after{
    background: #1c1c1c;
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    width: 40px;
    height:1px;
    margin-left: -20px;
}

/* section-seeing */

.index-seeing-wrap{
    margin-bottom: 32px;
}

.index-seeing-box{
    float: left;
    width: 235px;
    margin-right: 20px;
    margin-bottom: 16px;
}
.index-seeing-box:nth-of-type(4n){
    margin-right: 0;
}

.index-seeing-box .seeing-image{
    margin-bottom:8px;
}

.index-seeing-box img{
    width: 100%;
    transition:.3s;
}

.index-seeing-box h3{
    font-size:14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 4px;
}
.index-seeing-box p{
    font-size:12px;
}

.index-seeing-box a:link,.index-seeing-box a:visited{
    color:#1c1c1c;
}
.index-seeing-box a:hover img{opacity:.8;}

.disnon{
    display: none;
}

.section-heading-tabbtn{
    margin-left: auto;
}

.section-heading-tabbtn ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 2px;

}

.section-heading-tabbtn li{
    border: 1px solid #dd5068;
    color:#dd5068;
    cursor:pointer;
    font-size:18px;
    line-height: 60px;
    width: 290px;
    margin-left: 20px;
    text-align: center;
}

.section-heading-tabbtn li.select,.section-heading-tabbtn li:hover{
    background: #dd5068;
    color:#FFF;
}

.sp-heading-tabbtn{display: none;}


/*
 subpage [
----------------------------------------------------------- */

.sub-intro{
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:300px;
    position:relative;
}

.faq .sub-intro{
    background-image: url(../img/subpage/intro_faq.jpg);
}

.howto .sub-intro{
    background-image: url(../img/subpage/intro_howto.jpg);
}

.member .sub-intro{
    background-image: url(../img/subpage/intro_member.jpg);
}

.service .sub-intro{
    background-image: url(../img/subpage/intro_service.jpg);
}

.room .sub-intro{
    background-image: url(../img/subpage/intro_room.jpg);
}


.reserve .sub-intro{
    height:200px;
}

.reserve .menu-trigger span {
  background-color: #000;
}
.reserve .menu-trigger.active span{background: #000;}

.reserve .sub-intro-title{
    color:#000;
    top:auto;
    bottom:20px;
    left:50%;
    transform:translate(-50%,0);
}

.sub-intro-title h2{
    font-size:48px;
    font-family: 'SignPainter';
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: -4px;
}
.sub-intro-title h3{
    font-size:20px;
    font-weight: 400;
    line-height: 1;
}

.sub-intro-title{
    color:#FFF;
    text-align: center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:10;
}

.faqpage,.howtopage,.member,
.servicepage,.roompage{background: #e8e8e8;}

.subpage-inner{
    padding: 60px 0;
    width: 1000px;
    margin: 0 auto;
}

.reservepage .subpage-inner{
    padding: 0 0 60px;
}

/* faqpage */

.faq-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 40px;
}

.faq-block:last-of-type{margin-bottom: 0;}


/* .faq-block:nth-of-type(even) .faq-q{
    order:2;
} */

.faq-box{
    padding: 40px;
}

.faq-q{
    background: #f4f4f4;
    width: 500px;
}
.faq-a{
    background: #FFF;
    width: 500px;
}

.faq-title{
    font-size:36px;
    font-family: 'SignPainter';
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.faq-box p:nth-of-type(n+2){
    margin-top: 24px;
}

.faq-box img{
    width: 180px;
}

/* howto */
.howto-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


.howto-block:nth-of-type(odd) .howto-image{
    order:2;
}

.howto-box{
    background: #FFF;
    padding: 40px;
    width: 480px;
}

.howto-image{
    width: 520px;
}

.howto-title{
    font-size:18px;
    line-height: 1;
    margin-bottom: 10px;
}

.howto-title span{
    font-size:36px;
    font-family: 'SignPainter';
    font-weight: 400;
    padding-right: 12px;
}

.howto-box p:nth-of-type(n+2){
    margin-top: 24px;
}

/* member */
.member-intro{
    background: #FFF;
    padding: 36px 40px;
    margin-bottom: 40px;
}
.member-intro p:nth-child(1) {
    margin-bottom: 30px;
    text-align: center;
    line-height: 2em;
}
.member-intro img {
    display: block;
    margin: auto;
}

.member-box{
    background: #FFF;
    width: 480px;
    padding: 36px 40px;
    margin-bottom: 40px;
}

.member-title{
    font-size:18px;
    line-height: 1;
    margin-bottom: 24px;
}

.member-title span{
    font-size:36px;
    font-family: 'SignPainter';
    font-weight: 400;
    padding-right: 8px;
}

.member-box p{
    letter-spacing: 0.5px;
}

.member-box p.price{
    font-size:18px;
    line-height: 24px;
    margin-bottom: 28px;
}
.member-box p.price span{
    color:#ec526c;
    font-size:36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    padding-left: 8px;
}

.member-box p.menu{
    color:#ec526c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 32px;
    margin-bottom: 12px;
}
.member-box p.menu-list{
    font-size:13px;
}

.member-box p.morning{
    margin:8px 0 12px;
}

.member-box img{
    width: 100%;
}


/* service */

.servicepage .section-heading{
    margin-bottom: 32px;
    text-align: center;
}

.food-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.food-box{
    width: 235px;
    margin-right: 20px;
}
.food-box:nth-of-type(4n){margin-right: 0;}
.food-box:nth-of-type(n + 5){margin-top: 20px;}

.food-image img{ width: 100%; }

.food-inner{
    background: #FFF;
    letter-spacing: 0.5px;
    padding: 14px 0;
    text-align: center;
    height:84px;
}

.food-inner h3{
    font-size:14px;
    line-height: 24px;
    margin-bottom: 8px;
}


.drink-intro{
    background: #FFF;
    padding: 36px 40px;
    margin-bottom: 40px;
}

.drink-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
}

.drink-box{
    padding: 40px;
    width: 480px;
    height:369px;
}

.drink-alc{
    background: #FFF url(../img/subpage/image_alcohol.jpg) right top no-repeat;
    margin-right: 40px;
}
.drink-soft{
    background: #FFF url(../img/subpage/image_soft.jpg) right top no-repeat;
}

.drink-box h3{
    font-size:18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 32px;
}

.drink-box dt{
    font-size:14px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 4px;
}
.drink-box dd{
    font-size:14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 6px;
}

.category-flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.category-flex p{
    line-height: 30px;
    margin-left: 20px;
}

.rental-category{
    background: #000;
    color:#FFF;
    font-size:14px;
    font-weight: bold;
    width: 235px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.rental-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.rental-container:last-of-type{margin-bottom: 0;}

.rental-box{
    width: 235px;
    margin-right: 20px;
}
.rental-box:nth-of-type(4n){margin-right: 0;}
.rental-box:nth-of-type(n + 5){margin-top: 20px;}

.rental-inner{
    background: #FFF;
    letter-spacing: 0.5px;
    padding: 14px 0;
    text-align: center;
    height:84px;
}

.rental-inner h3{
    font-size:14px;
    line-height: 24px;
}


/* reserve */

.reserve-title{
    font-size:14px;
    line-height: 1;
    margin-bottom: 10px;
}

.reserve-title span{
    font-size:48px;
    font-family: 'SignPainter';
    font-weight: 400;
    padding-right: 12px;
}

.reserve-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.reserve-block{
    width: 480px;
    margin-right: 40px;
}
.reserve-block:nth-of-type(even){margin-right: 0;}

.reserve-block:nth-last-of-type(-n + 2) .reserve-box{
    margin-bottom: 0;
}

.reserve-block h4{
    background: #000;
    color:#FFF;
    cursor:pointer;
    font-size:18px;
    font-weight: 400;
    height:60px;
    line-height: 60px;
    padding-left: 20px;
    position:relative;
    transition:.3s;
    margin-bottom: 20px;
}

.reserve-block h4:after{
    content:'このプランを選択';
    font-size:14px;
    position:absolute;
    top:0;
    right:20px;
    opacity:0;
    line-height: 60px;
    transition:.3s;
}

.reserve-block h4:hover{
    background: #ec526c;
}
.reserve-block h4:hover:after{
    opacity:1;
}

.reserve-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 40px;
}

.reserve-slide-wrap{
    width: 240px;
    margin-right: 20px;
}

.reserve-slide img{width: 100%;}

.bx-wrapper {
    position: relative;
}
.bx-pager {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    left:0;
    width: 100%;
}

.bx-pager-item{
    margin-right: 10px;
}
.bx-pager-item:last-of-type{margin-right: 0;}

.bx-pager-link {
    display: block;
    width: 40px;
    height: 4px;
    padding: 0;
    background-color: #e8e8e8;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.bx-pager-link.active {
    background-color: #ec526c;
}





.reserve-box p{
    width: 220px;
    letter-spacing: 0;
}


.reserve-input{
    background: #000;
    color:#FFF;
}
.reserve-input .subpage-inner{
    padding-top: 40px;
}

.reserve-input .input-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 32px;
}


.input-box{
    margin-right: 20px;
}
.input-box.input-plan{
    width: 240px;
}
.input-box.input-day{
    width: 400px;
}

.input-box.input-day select{
    width: 120px;
    margin-right: 10px;
}

.input-box.input-day .input-select-wrap::before,
.input-box.input-day .input-select-wrap::after{
    right:20px;
}

.input-box.input-number{
    margin-right: 30px;
}

.input-box.input-number input[type="text"]{
    width: 80px;
    padding-left: 50px;
}

.input-box.input-room{
    width: 120px;
}

.input-box.input-arrival select{
    width: 120px;
    margin-right: 10px;
}

.input-box.input-arrival .input-select-wrap::before,
.input-box.input-arrival .input-select-wrap::after{
    right:20px;
}

.input-box.input-normal input[type="text"]{
    width: 360px;
}

.input-box.input-textarea{
    width: 100%;
    margin: 0;
}



.input-box h3{
    font-size:24px;
    font-family: 'SignPainter';
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0px;
}

.input-box h4{
    font-size:14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.reserve-input input,.reserve-input select,.reserve-input textarea,
.reserve-input radio,.reserve-input button {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

.input-box select{
    background: transparent;
    border-bottom: 1px solid #FFF;
    color:#FFF;
    cursor:pointer;
    font-size:14px;
    height:36px;
    width:100%;
    padding: 0 10px;
}

.input-box select option{
    background: #000;
}
.input-select-wrap{
    position:relative;
}


.input-select-wrap::before,
.input-select-wrap::after{
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    margin: auto;
    vertical-align: middle;
}

.input-select-wrap::before{
    width: 14px;
    height: 14px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


.input-flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


.input-box input[type="text"]{
    background: transparent;
    border-bottom: 1px solid #FFF;
    color:#FFF;
    cursor:pointer;
    font-size:14px;
    height:36px;
    width:100%;
    padding: 0 10px;
}

.input-men,.input-women{
    position:relative;
}
.input-men{
    margin-right: 10px;
}

.input-men:before{
    content:'男性';
    font-size:14px;
    line-height: 36px;
    position:absolute;
    left:10px;
    top:0;
}
.input-women:before{
    content:'女性';
    font-size:14px;
    line-height: 36px;
    position:absolute;
    left:10px;
    top:0;
}

.input-box textarea{
    background: transparent;
    border-bottom: 1px solid #FFF;
    color:#FFF;
    cursor:pointer;
    font-size:14px;
    height:80px;
    width:100%;
    padding: 10px;
    resize:none;
}

.input-box p{
    color:#FFF;
    padding-bottom: 24px;
}


/* room */

.roompage .subpage-inner{padding-bottom: 1px;}

.side-nav{
    float: left;
    width: 180px;
    height:400px;
    position: -webkit-sticky; /* safari対応 */
    position: sticky;
    top: 40px;
    left: 0;
}

.side-nav ul{
    margin-bottom: 40px;
}

.side-nav li{
    font-size:14px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 1px;
    text-align: center;

}

.side-nav li span{
    /* font-size:36px; */
    font-size: 24px;
    font-family: 'SignPainter';
    padding-right: 8px;
    vertical-align: -1px;
}

.side-nav li a{
    background: #FFF;
    display: block;
    padding-top: 8px;
    line-height: 52px;
    height:60px;
}

.side-nav li a:link,.side-nav li a:visited{
    color:#1c1c1c;
}

.side-nav li a:hover{
    background: #ec526c;
    color:#FFF;
}

.side-nav-btn{
    background: #FFF;
    border: 1px solid #ec526c;
    color:#ec526c;
    font-size:14px;
    font-family: 'Roboto';
    font-weight: 400;
    width: 180px;
    height:60px;
    line-height: 60px;
    text-align: center;
    transition:.3s;
}

.side-nav-btn a{display: block;}
.side-nav-btn a:link,.side-nav-btn a:visited{
    color:#ec526c;
}
.side-nav-btn:hover{opacity:.8;}

.room-wrap{
    width: 1000px;
    padding-left: 220px;
}

.room-title-wrap{
    position:relative;
    margin-bottom: 10px;
    height:60px;
    margin-top: -20px;
    padding-top: 20px;
}

.room-title{
    font-size:48px;
    font-family: 'SignPainter';
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center;
}

.room-title-btn{
    background: #FFF;
    border: 1px solid #dd5068;
    font-size:14px;
    font-family:'Roboto';
    font-weight: 400;
    width: 120px;
    height:40px;
    position:absolute;
    right:0;
    top:20px;
    text-align: center;
    line-height: 40px;
}

.room-title-btn a{
    display: block;
    transition:.3s;
}

.room-title-btn a:link,.room-title-btn a:visited{
    color:#dd5068;
}
.room-title-btn a:hover{opacity:.8;}


.room-num-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.room-num{
    background: #1c1c1c;
    color:#FFF;
    font-size:14px;
    font-family:'Roboto';
    font-weight: 400;
    width: 80px;
    height:30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
}
.room-num:last-of-type{margin-right: 0;}

.room-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 40px;
}


.room-special{
    font-size:12px;
    margin-bottom: 20px;
    text-align: right;
}

.room-image{
    width: 540px;
}
.room-image img{
    width: 100%;
}

.room-image .bx-pager {
    bottom: 40px;
    left:auto;
    right: -240px;
    width: 240px;
}

.room-info{
    background: #FFF;
    width: 240px;
    padding: 36px 40px;
}

.room-info-num{
    font-size:18px;
    font-family:'Roboto';
    font-weight: 400;
    line-height: 1;
    margin-bottom: 32px;
}

.room-info p{
    font-size:12px;
    line-height: 24px;
}


.room-price-title-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    padding-top: 20px;
    margin-top: -20px;
}

.room-price-title-wrap h2,.room-price-title-wrap h3{
    font-size:30px;
    font-family: 'SignPainter';
    font-weight: 400;
    line-height: 1;
}
.room-price-title-wrap h3{
    margin-left: auto;
}

.room-price-wrap{
    background: #FFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 36px 40px 26px;
    margin-bottom: 60px;
}

.room-price-heading{
    font-size:14px;
    font-weight: 700;
    margin-bottom: 14px;
}

.room-price-left{
    width: 410px;
}

.room-price-right{
    width: 290px;
}


.room-price-box dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 1;
    margin-bottom: 18px;
}

.room-price-box dt,.room-price-box dd{
    font-size:14px;
}

.room-price-box dt{
    width: 130px;
}

.room-price-box dd{
    letter-spacing: 0;
    width: 280px;
}

.room-price-right .room-price-heading{
    margin-bottom: 9px;
}

.room-price-box p{
    font-size:13px;
    margin-bottom: 10px;
}

.room-price-box p:nth-of-type(n + 2){
    margin-top: -2px;
}
/* booking_inner */
#booking_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 0;
    background-color: rgba(28,28,28,0.9);
    padding: 0px 30px;
    z-index: 9998;
    -ms-transition: bottom 1s ease-out 0s;
    -o-transition: bottom 1s ease-out 0s;
    -webkit-transition: bottom 1s ease-out 0s;
    transition: bottom 1s ease-out 0s;
    width: 964px;
    margin: 0 auto;
    margin-left: -482px;
    line-height: 1.5em;
    font-size: 12px;
    color: #fff;
        -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
#booking_inner.active {
    bottom: 20px;
    display: block;
}

@media screen and (min-width: 0px) and (max-width: 550px) {
    #booking_inner {
        right: 10px;
    }
    #booking_inner.active {
        bottom: 10px;
    }
}

#booking_inner_close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    display: none;
}

.bookingengine {
    color        : #D6D6D6;
}
.booking {
    font-size: 15px;
    margin-top: 4px;
    font-weight  : normal;
}

h4{
    font-size: 15px;
    margin-top: 4px;
    font-weight  : normal;
}

#booking_inner h4{
    font-size: 100%;
}

.booking_date {
    margin       : 0;
    padding      : 0 5px;
    float        : left;
    display      : block;
}
.booking_date_2col {
    float        : left;
    display      : block;
    width        : 80px;
    margin-right     : 5px;
    padding      : 0 5px;
}
.panel-block input,.panel-block select {
    cursor:pointer;
    height: 32px;
    margin: 11px 0 5px;
    font-size:12px;
    /* padding: 2px 3px; */
    font-weight: bold;
    border: 0;
    border-radius: 2px;
    color: #fff;
    background: rgba(255,255,255,0.18);
}
.panel-block input:focus,.panel-block select:focus{
    outline: 0;
    border-color: #e34e69;
}

.panel-block option{
    background-color: rgba(28,28,28,0.9);
}

.panel-block .booking-btn {
    cursor:pointer;
    width: 158px;
    padding: 0;
    margin: 21px auto;
    text-align: center;
    background: #e34e6a;
    color: #fff;
    font-weight: bold;
    border: 0;
    border-radius: 2px;
    height: 63px;
    font-size: 130%;
    letter-spacing: 0.05em;
    transition:.2s;
}

.booking-btn:hover{
    opacity:.8;
}

hr {
    clear        : both;
    width        : 98%;
    height       : 0;
    margin       : 0;
    padding      : 0;
    border       : none;
    border-bottom    : 1px dotted #CCCCCC;
}

#nitteiarea,
#ninzuarea,
#ryokinarea,
#searchtypearea {
    width        : 100%;
    margin       : 0;
    padding      : 5px;
    border       : none;
}
#searchtypearea label {
}

input#chkymd,
input#chkpsn {
    margin       : 0;
    padding      : 0;
}

#calidif,
#apple_overlayif {
    width        : 0;
    height       : 0;
    position     : absolute;
    display      : block;
}

.floatLeft {
    padding: 18px 30px 18px 0;
    margin-right: 30px;
    border-right: 1px solid rgba(255,255,255,0.12);
}

input#date {
    width: 180px;
    margin-right: -1px;
    text-align: center;
    border-radius: 0;
}


select#nights{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 56px;
    padding-left: 15px;
}

select#rooms{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 56px;
    padding-left: 15px;
}

select#adult{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 56px;
    padding-left: 15px;
}

select#child{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 56px;
    padding-left: 15px;
}

#calid{
    bottom:70px;
}

.bookingBtn{display: none;}


.flex-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*
 footer [
----------------------------------------------------------- */
.footer{
    background: #1c1c1c;
    color:#FFF;
    padding-top: 60px;
    text-align: center;
}

.footer h2 img{
    width: 70px;
    margin-bottom: 16px;
}

.footer p{
    color:#FFF;
    line-height: 1;
    margin-bottom: 20px;
}

.footer p.tel{
    font-size:24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
}

.copy-area{
    background: #ec526c;
    line-height: 50px;
}

.copy-area .copy{
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/*
 text Style [
----------------------------------------------------------- */
p{
    color: #1c1c1c;
    font-size: 14px;
    line-height: 24px;
}

.T10{font-size: 10px;}
.T12{font-size: 12px;}
.T13{font-size: 13px;}
.T14{font-size: 14px;}
.T16{font-size: 16px;}
.T18{font-size: 18px;}
.T20{font-size: 20px;}
.T24{font-size: 24px;}

.bold{font-weight: bold;}
.normal{font-weight: normal;}
/*
 Share Style [
----------------------------------------------------------- */
.clearfix{
    overflow:hidden;
    zoom: 1;
}

.nega10{margin-top: -10px;}
.top5{margin-top: 5px;}
.top10{margin-top: 10px;}
.top20{margin-top: 20px;}
.top30{margin-top: 30px;}
.top40{margin-top: 40px;}
.under5{margin-bottom: 5px;}
.under10{margin-bottom: 10px;}
.under15{margin-bottom: 15px;}
.under20{margin-bottom:20px;}
.under30{margin-bottom: 30px;}
.under40{margin-bottom: 40px;}
.under50{margin-bottom: 50px;}
.under60{margin-bottom: 60px;}
.under70{margin-bottom: 70px;}
.under80{margin-bottom: 80px;}
.under90{margin-bottom: 90px;}
.under100{margin-bottom: 100px;}
.under110{margin-bottom: 110px;}

.under24{margin-bottom: 24px;}


.pl0{padding-left: 0px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pr15{padding-right: 15px;}
.pt15{padding-top: 15px;}
.mr15{margin-right: 15px;}
.mr25{margin-right: 25px;}
.mr0{margin-right: 0;}
.ml15{margin-left: 15px;}




.FL{float: left;}
.FR{float: right;}
.CB{clear: both;}
.po_r{position: relative;}
.display_b{display: block;}
.lh0{line-height: 0;}
.lh1{line-height: 1;}
.lh1_8{line-height: 1.7;}
.lh2{line-height: 2;}
.tac{text-align: center;}
.tar{text-align: right;}
.va_middle{vertical-align: middle;}
.l_spacing2{letter-spacing: 2px}
.l_spacing1{letter-spacing: 1px}
.l_spacing05{letter-spacing: 0.5px}
.cursor_p{cursor: pointer;}


li {list-style-type:none;}
address {font-style:normal;}
img{
    border:0;
    line-height: 0;
}
hr{
    background: #5a5a5b;
    border: 0;
    height: 1px;
    margin: 0;
    padding: 0;
}

/*
 Link Color [
----------------------------------------------------------- */


a:link {
    color:#1c1c1c;
    text-decoration:none;
}
a:visited{
    color:#1c1c1c;
    text-decoration:none;
}
a:hover{ text-decoration:none;}
a:active { text-decoration:none;}



/*
 other [
----------------------------------------------------------- */
.youtube-bg {
    width: 100%;
    background: url(../img/bg_intro.jpg) 50% 50% no-repeat / cover;
}
.youtube {
    width: 80%;
    max-width: 640px;
    padding-top: 56px;
    padding-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}
.youtube-inner {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
.youtube-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.app-fixed {
    position: fixed;
    bottom: 10%;
    right: -200px;
    width: 100px;
    z-index: 99999;
    -webkit-animation: appFixed .5s 1s ease-out both;
    animation: appFixed .5s 1s ease-out both;
}
.app-fixed a,
.app-fixed img { display: block }
@keyframes appFixed {
    0% {
        right: -200px;
    }
    100% {
        right: 4%;
    }
}


.free-paper { padding-top: 64px }
.free-paper__inner {
    width: fit-content;
    margin-inline: auto;
}
