@charset "utf-8";


/*
 reset [
----------------------------------------------------------- */

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,navi,
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;
    vertical-align:bottom;
	font-size:100%;
}
body {
	width:100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul {
    list-style:none;
}

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

table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
   border:solid #aaaaaa;
   border-width:1px 0 0 0;
   height:1px;
   clear:both;
   padding:0;
   margin:0;
}
hr.pink {
   border:solid #c8c8c8;
   border-width:1px 0 0 0;
   height:1px;
   clear:both;
   padding:0;
   margin:0;
}

input, select {
    vertical-align:middle;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

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

/*
 base [
----------------------------------------------------------- */

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

html{font-size: 62.5%;height: 100%;}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
	color:#1c1c1c;
	font-size:62.5% !important;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  height: 100%;
}


/*
 share [
----------------------------------------------------------- */
.menu-trigger{
    cursor:pointer;
    margin-left: auto;
    margin-top: 0.7rem;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 3rem;
  height: 1.6rem;
  z-index:10000;
}

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

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  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: 0.7rem;}
.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(0.7rem) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(0.7rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.7rem) 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(-0.7rem) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-0.7rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.7rem) 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(0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.7rem) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.7rem) rotate(0);
  }
  100% {
    transform: translateY(0.7rem) 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(-0.7rem) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.7rem) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.7rem) rotate(0);
  }
  100% {
    transform: translateY(-0.7rem) rotate(-45deg);
  }
}

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

.hide-nav ul{
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    width: 100%;
}

.hide-nav li{
    font-size:3rem;
    font-family: 'SignPainter';
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.2rem;
}

.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:1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 16rem;
    height:4rem;
    text-align: center;
    line-height: 4rem;
    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:1rem;
    left:50%;
    margin-left: -8rem;
}


/*
 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:100%;
}

.header{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 1rem 3% 0;
}

.header h1 img{
    width: 3.5rem;
}

.header .option-menu {
    position: absolute;
    top: 1rem;
    right: calc(7rem + 6%);
    display: flex;
    gap: 8px;
}
.header .option-menu.line-only {
    top: calc(32px * 0.2);;
    box-sizing: content-box;
    width: 36px;
    height: 36px;
    margin: calc(36px * 0.2);
}
.header .option-menu a {
    display: block;
    box-sizing: content-box;
}
.header .option-menu a:not(:first-child) {
    margin-left: 3%;
}
.header .option-menu.line-only a {
    width: 36px;
    height: 36px;
}
.header .option-menu img {
    display: block;
    height: 36px;
}
.header .option-menu.line-only img {
    width: 36px;
    box-sizing: content-box;
}

.title-block{
    color:#FFF;
    text-align: center;
    position:absolute;
    top:50%;
    left:0%;
    transform:translateY(-50%);
    width: 100%;
}

.title-block h4{
    font-family: 'Roboto', sans-serif;
    font-size:1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.title-block h2{
    font-family: 'Roboto', sans-serif;
    font-size:1.8rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    line-height: 1;
    margin-bottom: 0.8rem;
}
.title-block h3{
    font-size:1rem;
    font-weight: 400;
    margin-bottom: 1.8rem;
}

.intro-nav{
  display: none;
}

.sp-intro-nav{
  position: relative;
  height: 6rem;
  background: #1c1c1c;
  padding: 1rem 3%;
  box-sizing: border-box;
  z-index: 10;
}

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

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

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

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

.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: 3rem 0;
}

.intro-textarea h2{
    font-size:1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.intro-textarea p{
    color:#FFF;
    font-size:1.2rem;
    line-height: 2.4rem;
}

.intro-menu{
    background: #1c1c1c;
    padding: 2rem 3%;
}
.intro-menu ul{
    justify-content: center;
}

.intro-menu ul li{
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size:1.2rem;
    font-weight: 500;
    height:4rem;
    line-height: 4rem;
    text-align: center;
    margin-right: 2%;
}

.intro-menu ul li:first-of-type{
  width:49%;
  margin-bottom: 1rem;
}
.intro-menu ul li:nth-of-type(2){
  width:49%;
  margin-right: 0;
  margin-bottom: 1rem;
}
.intro-menu ul li:nth-of-type(3),
.intro-menu ul li:nth-of-type(4){
  width:32%;
}
.intro-menu ul li:last-of-type{
  width:32%;
  margin-right: 0;
}

.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:36px;
    left:0;
    text-align: center;
    width: 100%;
}

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

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

/*
 contents [
----------------------------------------------------------- */
.section-toppage{
    padding: 3rem 0;
}

.section-inner{
    padding: 0 3%;
}

.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-bottom: 2rem;
}

.section-heading-wrap{
    padding-left: 1rem;
    margin-bottom: 3rem;
}

.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: 1.6rem;
}

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

.section-heading-wrap.insta-heading img{
    width: 2rem;
    margin-right: 0.8rem;
}

.section-heading-wrap.insta-heading .right p{
    font-size:0.9rem;
    line-height:1rem;
}


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

.sp-heading-address{
  margin-bottom: 2.4rem;
}

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

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

.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:2.4rem;
    font-family: 'SignPainter';
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1;
    margin-bottom: -0.2rem;
}
h3.section-heading{
    font-size:1.2rem;
    font-weight: 400;
    line-height: 1;
}

.index-plan-block{
    margin-bottom: 3rem;
}

.index-plan-box{
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    position:relative;
}

.index-plan-box a:link,.index-plan-box a:visited{
    color:#1c1c1c;
}

.index-plan-box:after{
    background: #ec526c;
    content:'';
    position:absolute;
    bottom:0;
    left: 50%;
    width: 2rem;
    height:0.1rem;
    margin-left: -1rem;
}

.index-plan-box:last-of-type{
    padding-bottom: 0;
}
.index-plan-box:last-of-type:after{display: none;}

.index-plan-box h3{
    font-size:1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

.index-plan-image{
  float: none;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.index-plan-box img{width: 100%;}

.index-plan-box p{
  float: none;
}

.index-plan-box .head-text{
    margin-bottom: 8px;
    font-weight: bold;
    /* margin-bottom: 4px;
    height:4.2rem; */
}

.index-plan-box .plan-text{
    /* font-size:1rem; */
}


/* 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: 0.8rem;
    margin-top: -1rem;
}

.reserve-input-labels p{
    color:#FFF;
    font-size:1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 33.333%;
    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: 100%;
    margin: 0 auto 2rem;
}

.reserve-input-box .input-wrap{
    width: 33.333%;
    height:4rem;
    position:relative;
}

.reserve-input-box .input-wrap:after{
    background: rgba(255,255,255,.5);
    content:'';
    width: 1px;
    height:1.5rem;
    position:absolute;
    top:1.2rem;
    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:1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

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

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

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

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

.button-wrap{
    width: 16rem;
    margin: 0 auto;
}

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


.index-info-block{
    margin-bottom: 3rem;
}

.index-info-box{
    padding-bottom: 3rem;
    position:relative;
    margin-bottom: 3rem;
}

.index-info-box a,
.index-info-box a:visited,
.index-info-box a:link {
    color: #ec526c;
    text-decoration: underline;
}

.index-info-box:after{
    background: #ec526c;
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    width: 2rem;
    height:0.1rem;
    margin-left: -1rem;
}

.index-info-box:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
}
.index-info-box:last-of-type:after{display: none;}

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

.index-info-box h3{
    font-size:1.5rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.index-info-box img{
    width: 50%;
    margin-bottom: 8px;
}

/* section-insta */

.loopslide li{
  width: 150px;
  position:relative;
}
.loopslide img{
  width: 150px;
  min-height:150px;
}

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

.section-room-block{
    margin-bottom: 3rem;
}
.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: 100%;
    height: 16rem;
    margin-bottom: 1.2rem;
}

.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);
}

.section-room-inner{
    text-align: center;
    padding: 0 3%;
}

.section-room-inner h3{
    font-size:1.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.section-room-inner h4{
    font-size:1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1rem;
}

.section-room-inner p{
  margin-bottom: 1.2rem;
}


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

.index-coupon-block{
    margin-bottom: 3rem;
}

.index-coupon-box{
    background: #FFF;
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
    position:relative;
    padding-bottom: 8rem;
}

.index-coupon-box:last-of-type{
    margin-bottom: 0;
}

.index-coupon-box h3{
    border: 1px solid #ec526c;
    color:#ec526c;
    font-size:1.4rem;
    font-weight: 400;
    line-height: 3rem;
    margin-bottom: 1.2rem;
    text-align: center;
}
.index-coupon-box h4{
    color:#1c1c1c;
    font-size:3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.8rem;
    text-align: center;
}

.index-coupon-box h4 .en{
    font-size:1.8rem;
    font-weight: 400;
}
.index-coupon-box h4 .jp{
    font-size:2.4rem;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}

.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: 60%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

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



/* section-access */
.index-access-wrap{
}

.index-access-block.train{
    margin-bottom: 2rem;
}
.index-access-block.car{

}

.index-access-block h3{
    font-size:1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2rem;
}

.index-access-block h3 span{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 0.4rem;
}

.index-access-block.train h3{
    background: url(../img/icon_train.png) 0 0 no-repeat;
    -webkit-background-size: 1.3rem 1.4rem;
    background-size: 1.3rem 1.4rem;
    padding-left: 1.9rem;
}

.index-access-block.car h3{
    background: url(../img/icon_car.png) 0 0 no-repeat;
    -webkit-background-size: 2rem 1.4rem;
    background-size: 2rem 1.4rem;
    padding-left: 2.6rem;
}

.index-access-image img{
    width: 100%;
}

.index-access-image:last-of-type{
    margin-top: 1.2rem;
}

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

.index-access-block h5{
    font-size:1.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.index-access-block p{margin-bottom: 1.2rem;}

.index-access-block p:last-of-type{margin-bottom: 2.6rem;}

.box-underline{
    position:relative;
    padding-bottom: 0.8rem;
}

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

/* section-seeing */

.index-seeing-wrap{
    margin-bottom: 1.5rem;
}

.index-seeing-box{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1.2rem;
}
.index-seeing-box:nth-of-type(even){
    margin-right: 0;
}

.index-seeing-box:nth-of-type(n + 5){
    display: none;
}

.index-seeing-box .seeing-image{
    margin-bottom:0.8rem;
}

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

.index-seeing-box h3{
    font-size:1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: center;
    margin-bottom: 4px;
}

.index-seeing-box p{
    font-size:1rem;
}

.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{
    display: none;
}

.sp-heading-tabbtn{
  margin-bottom: 2rem;
}

.sp-heading-tabbtn ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sp-heading-tabbtn li{
    border: 1px solid #dd5068;
    color:#dd5068;
    cursor:pointer;
    font-size:1.2rem;
    line-height: 4rem;
    width: 48%;
    margin-right: 4%;
    text-align: center;
}

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

.sp-heading-tabbtn li:last-of-type{margin-right: 0;}


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

.sub-intro{

    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:15rem;
    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:10rem;
}

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

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


.sub-intro-title h2{
    font-size:2.4rem;
    font-family: 'SignPainter';
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1;
    margin-bottom: -0.2rem;
}
.sub-intro-title h3{
    font-size:1.2rem;
    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,.memberpage,
.servicepage,.roompage{background: #e8e8e8;}

.subpage-inner{
    padding: 3rem 3%;
}

/* faqpage */


.faq-block{
    margin-bottom: 2rem;
}

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

.faq-box{
    padding: 2rem;
    width: 100%;
}

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

.faq-title{
    font-size:2.4rem;
    font-family: 'SignPainter';
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.8rem;
    text-align: center;
}

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

.faq-box img{
  width: 50%;
}


/* howto */
.howto-block{
    margin-bottom: 2rem;
}

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

.howto-box{
    background: #FFF;
    padding: 2rem;
    width: 100%;
}

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

.howto-title{
    font-size:1.2rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

.howto-title span{
    font-size:2.4rem;
    font-family: 'SignPainter';
    font-weight: 400;
    padding-right: 1rem;
}

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


/* member */
.member-intro{
    background: #FFF;
    padding: 1.8rem 2rem;
    margin-bottom: 2rem;
}
.member-intro p:nth-child(1) {
    margin-bottom: 20px;
}
.member-intro img {
    display: block;
    max-width: 80%;
    margin: auto;
}


.member-box{
    background: #FFF;
    width: 100%;
    padding: 1.8rem 2rem;
    margin-bottom: 2rem;
}

.member-title{
    font-size:1.2rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
}

.member-title span{
    font-size:2.4rem;
    font-family: 'SignPainter';
    font-weight: 400;
    padding-right: 1rem;
}

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

.member-box p.price{
    font-size:1.2rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
}
.member-box p.price span{
    color:#ec526c;
    font-size:2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
    padding-left: 0.6rem;
}

.member-box p.menu{
    color:#ec526c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
}
.member-box p.menu-list{
    font-size:1.1rem;
}

.member-box p.morning{
    margin:0.6rem 0 0.8rem;
}

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

/* howto */
.howto-block{
    margin-bottom: 2rem;
}

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

.howto-box{
    background: #FFF;
    padding: 2rem;
    width: 100%;
}

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

.howto-title{
    font-size:1.2rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

.howto-title span{
    font-size:2.4rem;
    font-family: 'SignPainter';
    font-weight: 400;
    padding-right: 1rem;
}

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

/* service */

.servicepage .section-heading{
    margin-bottom: 1.6rem;
    text-align: center;
}

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

.food-box{
    width: 48%;
    margin-right: 4%;
}
.food-box:nth-of-type(even){margin-right: 0;}
.food-box:nth-of-type(n + 3){margin-top: 1.2rem;}

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

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

.food-inner h3{
    font-size:1.2rem;
    line-height: 2rem;
    margin-bottom: 0.6rem;
}

.food-inner p{
  line-height: 1.6rem;
}

.food-inner p span{display: block;}


.drink-intro{
    background: #FFF;
    padding: 1.8rem 2rem;
    margin-bottom: 2rem;
}

.drink-container{
    margin-bottom: 3rem;
}

.drink-box{
    padding: 1.2rem;
    width: 100%;
}

.drink-alc{
    background: #FFF url(../img/subpage/image_alcohol.jpg) right top no-repeat;
    -webkit-background-size: 14rem 100%;
    background-size: 14rem 100%;
    margin-bottom: 2rem;
}
.drink-soft{
    background: #FFF url(../img/subpage/image_soft.jpg) right top no-repeat;
    -webkit-background-size: 14rem 100%;
    background-size: 14rem 100%;
}

.drink-box h3{
    font-size:1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2rem;
}

.drink-box dt{
    font-size:1.2rem;
    font-weight: bold;
    line-height: 2.1rem;
    margin-bottom: 0.2rem;
}
.drink-box dd{
    font-size:1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.1rem;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}


.rental-category{
    background: #000;
    color:#FFF;
    font-size:1.2rem;
    font-weight: bold;
    width: 100%;
    height:2.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 1.2rem;
}

.category-flex .rental-category{margin-bottom: 0.8rem;}
.category-flex p{
  margin-bottom: 0.8rem;
  text-align: center;
}

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

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

.rental-box{
    width: 48%;
    margin-right: 4%;
}
.rental-box:nth-of-type(even){margin-right: 0;}
.rental-box:nth-of-type(n + 3){margin-top: 1.2rem;}

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

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

.rental-inner h3{
    font-size:1.2rem;
    line-height: 2.1rem;
}


/* reserve */

.reserve-title{
    font-size:1.2rem;
    line-height: 3.2rem;
    margin-bottom: 0.8rem;
}

.reserve-title span{
    font-size:3.2rem;
    font-family: 'SignPainter';
    font-weight: 400;
    padding-right: 0.8rem;
}


.reserve-block{
    width: 100%;
    margin-bottom: 2rem;
}

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

.reserve-block h4{
    background: #ec526c;
    color:#FFF;
    cursor:pointer;
    font-size:1.4rem;
    font-weight: 400;
    height:3rem;
    line-height: 3rem;
    padding-left: 1rem;
    position:relative;
    transition:.3s;
    margin-bottom: 1.2rem;
}

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


.reserve-box{
    margin-bottom: 2rem;
}

.reserve-slide-wrap{
    width: 100%;
    margin-bottom: 2rem;
}

.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-link {
    display: block;
    width: 40px;
    height: 4px;
    padding: 0;
    margin-right: 10px;
    background-color: #e8e8e8;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.bx-pager-link.active {
    background-color: #ec526c;
}


.reserve-box p{
    width: 100%;
    letter-spacing: 0;
}

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

.reserve-input .input-wrap{
    margin-bottom: 2rem;
}

.input-box{
  margin-bottom: 2rem;
}
.input-box.input-plan{
    width: 100%;
}
.input-box.input-day{
    width: 100%;
}

.input-box.input-day .input-select-wrap{
  width: 30%;
  margin-right: 2%;
}

.input-box.input-number input[type="text"]{
    padding-left: 4.8rem;
}

.input-box.input-room{
    width: 30%;
}

.input-box.input-arrival select{
    width: 10rem;
    margin-right: 0.8rem;
}

.input-box.input-arrival .input-select-wrap::before,
.input-box.input-arrival .input-select-wrap::after{
    right:0.8rem;
}

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

.input-box.input-mail{
  margin-bottom: 0;
}

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



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

.input-box h4{
    font-size:1rem;
    font-weight: 400;
    margin-bottom: 0.6rem;
}

.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:1.2rem;
    height:2.8rem;
    width:100%;
    padding: 0 0.8rem;
}

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


.input-select-wrap::before,
.input-select-wrap::after{
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    margin: auto;
    vertical-align: middle;
}

.input-select-wrap::before{
    width: 1rem;
    height: 1rem;
    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:1.2rem;
    height:2.8rem;
    width:100%;
    padding: 0 0.8rem;
}

.input-men,.input-women{
    position:relative;
    width: 30%;
}
.input-men{
    margin-right: 0.8rem;
}

.input-men:before{
    content:'男性';
    font-size:1.2rem;
    line-height: 2.8rem;
    position:absolute;
    left:0.8rem;
    top:0;
}
.input-women:before{
    content:'女性';
    font-size:1.2rem;
    line-height: 2.8rem;
    position:absolute;
    left:0.8rem;
    top:0;
}

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

.input-box p{
    color:#FFF;
    padding-bottom: 2rem;
}



/* room */

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

.side-nav{
    width: 100%;
    position:fixed;
    bottom: 0;
    left: 0;
    z-index:999;
}

.side-nav ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.side-nav li{
    width: 100%;
    border-right: 1px solid #e8e8e8;
    font-size:1.2rem;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    height:3.2rem;
    overflow: hidden;
    -webkit-box-flex:1;
    flex-grow:1;
}
.side-nav li:last-of-type{border-right: 0;}

.side-nav li span{
    display: block;
    color: #1c1c1c;
    font-size:1.6rem;
    font-family: 'SignPainter';
    padding-right: 0.4rem;
    vertical-align: -1px;
}

.side-nav li a{
    position: relative;
    background: #FFF;
    display: block;
    line-height: 3rem;
    padding-top: 0.2rem;
}

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

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

.side-nav-btn{
    background: #FFF;
    border: 1px solid #ec526c;
    color:#ec526c;
    font-size:1.2rem;
    font-family: 'Roboto';
    font-weight: 400;
    width: 100%;
    height:3.2rem;
    line-height: 3rem;
    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;
    margin-top: -1rem;
    padding-top: 1rem;
}

.room-title{
    font-size:3.2rem;
    font-family: 'SignPainter';
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1;
    text-align: center;
}

.room-title-btn{
    background: #FFF;
    border: 1px solid #dd5068;
    font-size:1.2rem;
    font-family:'Roboto';
    font-weight: 400;
    width: 12rem;
    height:3rem;
    margin: 0 auto;
    text-align: center;
    line-height: 3rem;
}

.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: 1.2rem;
}

.room-num{
    background: #1c1c1c;
    color:#FFF;
    font-size:1.2rem;
    font-family:'Roboto';
    font-weight: 400;
    width: 6rem;
    height:2rem;
    line-height: 2rem;
    margin-right: 0.8rem;
    text-align: center;
}
.room-num:last-of-type{margin-right: 0;}

.room-box{
    margin-bottom: 2rem;
}

.room-special{
    font-size:1rem;
    margin-bottom: 1.2rem;
    text-align: right;
}
.room-special span{display: block;}

.room-image{
    width: 100%;
    margin-bottom: 2.4rem;
}
.room-image img{
    width: 100%;
}

.room-image .bx-pager {
    bottom: -1rem;
    left:0;
    right: 0;
    width: 100%;
}

.room-image .bx-pager-link {
    background: #FFF;
}
.room-image .bx-pager-link.active{
    background: #ec526c;
}

.room-info{
    background: #FFF;
    width: 100%;
    padding: 1.8rem 2rem;
}

.room-info-num{
    font-size:1.4rem;
    font-family:'Roboto';
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1.2rem;
}

.room-info p{
    font-size:1.1rem;
    line-height: 2.1rem;
}


.room-price-title-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0.8rem;
    padding-top: 1rem;
    margin-top: -1rem;
}

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

.room-price-wrap{
    background: #FFF;
    padding: 1.8rem 2rem 1rem;
    margin-bottom: 3rem;
}

.room-price-heading{
    font-size:1.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.room-price-box dl{
    line-height: 1;
    margin-bottom: 1.6rem;
}

.room-price-box dt,.room-price-box dd{
    font-size:1.2rem;
}

.room-price-box dt{
    margin-bottom: 0.8rem;
}

/* .room-price-box dd{
  letter-spacing: 0.5px;
} */

.room-price-right .room-price-heading{
    margin-bottom: 0.8rem;
}

.room-price-box p{
    font-size:1.1rem;
    margin-bottom: 0.8rem;
}

.room-price-box p:nth-of-type(n + 2){
    margin-top: -0.4rem;
}

/* booking_inner */
.bookingBtn{
  z-index: 999;
  position: fixed;
    bottom: 0;
    height: 54px;
    line-height: 54px;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size:1.2rem;
    font-weight: bold;
    background: #ec526c;
    letter-spacing: 0.05em;
    color: #fff;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.panel-block{
  background: rgba(28,28,28,.9);
  display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
    height:100vh;
}
#booking_inner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    width: 60%;
    line-height: 1.5em;
    font-size: 12px;
    color: #fff;
    transform:translate(-50%,-50%);
    text-align: center;
}
#booking_inner_close {
  position: absolute;
    top: -5rem;
    right: 0;
    width: 100%;
    font-size: 40px;
    cursor: pointer;
    display: block;
    height: 50px;
    color: #ffffff;
    text-align: right;
    line-height: 44px;
}

.panel-block input,.panel-block select{
  background: rgba(255,255,255,0.18);
  width: 100%;
  height:4rem;
  text-align: center;
    border-radius: 0;
}

.panel-block select{
    border-radius: 0;
    padding-left: 2rem;
}
.panel-block option{
    background-color: rgba(28,28,28,0.9);
}

.flex-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 2rem;
}

.flex-wrap .floatLeft{
  width: 45%;
  margin-right: 5%;
}
.flex-wrap .floatRight{
  width: 45%;
  margin-left: 5%;
  margin-right: 0;
}

.panel-block .booking-btn {
    cursor:pointer;
    width: 100%;
    padding: 0;
    margin: 2rem auto;
    text-align: center;
    background: #e34e6a;
    color: #fff;
    font-weight: bold;
    border: 0;
    border-radius: 2px;
    height: 4rem;
    font-size: 100%;
    letter-spacing: 0.05em;
    transition:.2s;
}
/*
 footer [
----------------------------------------------------------- */
.footer{
    background: #1c1c1c;
    color:#FFF;
    padding-top: 3rem;
    text-align: center;
}

.room .footer{
  padding-bottom: 6.4rem;
}

.footer h2 img{
    width: 3.5rem;
    margin-bottom: 1.6rem;
}

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

.footer p.tel{
    font-size:2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 3rem;
}

.footer p.tel:link,.footer p.tel a:visited{
  color:#FFF;
}

.copy-area{
    background: #ec526c;
    line-height: 1.5rem;
    padding: 0.6rem 0;
}

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

.copy-area .copy span{
  display: block;
}
/*
 Share Style [
----------------------------------------------------------- */
.top5 {margin-top: 0.5rem;}
.top10{margin-top: 1rem;}
.top30{margin-top: 3rem;}

.under1{margin-bottom: 0.1rem;}
.under3{margin-bottom: 0.3rem;}
.under5{margin-bottom: 0.5rem;}
.under10{margin-bottom: 1rem;}
.under20{margin-bottom: 2rem;}
.under25{margin-bottom: 2.5rem;}
.under30{margin-bottom: 3rem;}
.under40{margin-bottom: 4rem;}
.under60{margin-bottom: 6rem;}

.mr5{margin-right: 0.5rem;}
.mr10{margin-right: 1rem;}
.mr20{margin-right: 2rem;}
.pl10{padding-left: 1rem;}
.pr10{padding-right: 1rem;}
.pt10{padding-top: 1rem;}
.pb10{padding-bottom: 1rem;}

li {
    list-style-type:none;
}
img {
    border:0;
}

address {
    font-style:normal;
}

.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_1{line-height: 1.1;}
.lh1_5{line-height: 1.5;}
.lh1_8{line-height: 1.8;}
.lh2{line-height: 2;}
.lh3rem{line-height: 3rem;}
.tac{text-align: center;}
.tar{text-align: right;}
.va_middle{vertical-align: middle;}
.l_spacing2{letter-spacing: 0.2rem}
.l_spacing1{letter-spacing: 0.1rem}
.l_spacing0{letter-spacing: 0}

dl.bdNone{border: 0;}

.bg_blue{background: #3b7ac2;}
/*
 text [
----------------------------------------------------------- */
p{
  color:#1c1c1c;
  font-size: 1.2rem;
  line-height: 2.1rem;

}

.black {color:#000;}
.white {color:#FFF;}
.blue{color: #3b7ac2;}
.red {color:#f00;}
.gold {color:#d0a236;}
.purple {color:#d97ebd;}
.g200 {color:#c8c8c8;}
.ghgRed {color:#c81233;}
.bw {color:#462300;}
.fb {color:#3C5A98;}

.T8  {font-size: 0.8rem;}
.T9  {font-size:0.9rem;}
.T10 {font-size:1rem;}
.T11 {font-size:1.1rem;}
.T12 {font-size:1.2rem;}
.T14 {font-size:1.4rem;}
.T15 {font-size: 1.5rem;}
.T16 {font-size:1.6rem;}
.T18 {font-size:1.8rem;}
.T30 {font-size:3rem;}

.T12px{font-size: 12px;}
.T14px{font-size: 14px;}

.normal {font-weight:normal;}
.bold   {font-weight: bold;}

.underline{text-decoration: underline}

.link_underline:link,.link_underline:visited,
.blue_underline{
    color: #3b7ac2;
    text-decoration: underline;
}

a:link { text-decoration:none;color:#FFF;}
a:visited{ text-decoration:none;color:#FFF;}
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: 30px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}
.youtube-inner {
    position: relative;
    width: 100%;
    height: calc(56.25vw * 0.8);
    padding-bottom: 56.25%;
}
.youtube-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 414px) {

}

.app-fixed {
    position: fixed;
    bottom: 10%;
    right: 4%;
    width: 24%;
    max-width: 80px;
    z-index: 999;
    -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: 32px }
.free-paper__inner {
    width: 80%;
    max-width: 640px;
    margin-inline: auto;
}
.free-paper__link,
.free-paper__link img {
    display: block;
    width: 100%;
}