@charset "UTF-8";

/*
COMMON
*/

/* category top head */
.category_top_head {
position: relative;
}
.category_top_head > figure img {
object-fit: cover;
width: 100%;
height: 260px;
}
.category_top_head.detail > figure img {
height: 180px;
}
.category_top_head .wrapper {
padding-top: 2rem;
}
.category_top_head .image_letter {
top:250px;
right:0;
width: 130px;
opacity: .3;
}
.category_top_head.detail .image_letter {
top:160px;
}
.category_top_head .col-5 {
z-index: 3;
}
.category_top_head .catch {
font-family: var(--font-family-min);
text-align: center;
font-size: var(--15px);
letter-spacing: normal;
font-weight: 500;
color: var(--honkan-sub);
}
.category_top_head .category_title {
margin-top:1.2rem;
font-family: var(--font-family-min);
text-align: center;
font-size: var(--32px);
font-weight: 500;
letter-spacing: 0.2em;
color: var(--maincolor);
}




/* fullsize movie */
.wrap_full_movie {
position: relative;
}
.wrap_full_movie > .wrapper {
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
z-index: 10;
}
.wrap_full_movie > .wrapper h2 {
font-family: var(--font-family-min);
color: #FFF;
font-size: var(--15px);
}

/* category linklist_room */
.linklist_room .col-4 {
padding-bottom: 10px;
}
.linklist_room .col-8 > .room,
.linklist_room .col-12 > .room {
width: calc(50% - 5px);
margin-bottom: 10px;
}
.linklist_room .room {
position: relative;
display: block;
padding: 2rem 1rem;
box-sizing: border-box;
background: url(../images/room/room_btn_hanare.jpg) no-repeat center center;
background-size: cover;
color: #FFF;
}
.linklist_room .room.ashikariso {background-image: url(../images/room/room_btn_ashikariso-2.jpg);}
.linklist_room .room.kakumeikan {background-image: url(../images/room/room_btn_kakumeikan.jpg);}
.linklist_room .room.shunpuso {background-image: url(../images/room/room_btn_shunpuso.jpg);}
.linklist_room .room.shiranso {background-image: url(../images/room/room_btn_shiranso.jpg);}
.linklist_room .room.senshintei {background-image: url(../images/room/room_btn_senshintei.jpg);}
.linklist_room .room.gyoukouso {background-image: url(../images/room/room_btn_gyoukouso.jpg);}

.linklist_room .room p.min {
margin-bottom: 1.5rem;
font-size: var(--15px);
font-weight: 500;
line-height: 1;
}
.linklist_room .room p.min strong {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
font-size: 220%;
}
.linklist_room .room > span.arrow {
position: absolute;
bottom:20px;
right:50px;
display: block;
}
.linklist_room .room > span.arrow:before {
position: absolute;
top: 10px;
left: 0px;
content: "";
height: 1px;
background:#FFF;
width: 40px;
}
.linklist_room .room > span.arrow:after {
position: absolute;
top: 10px;
content: "";
width: 10px;
height: 1px;
background: #FFF;
transform-origin: 0px 0.5px;
transform: rotate(-150deg);
left: 40px;
}
.linklist_room .room:hover span.arrow:before {
animation: room_arrow_before 0.8s ease-out forwards 0s;
}
.linklist_room .room:hover span.arrow:after {
animation: room_arrow_after 0.8s ease-out forwards 0s;
} 

/* after_arrow */
@-webkit-keyframes room_arrow_before {
from {width: 30px;opacity: .3; }
to {width: 40px;opacity: 1; }
}
@-webkit-keyframes room_arrow_after {
from {left: 30px;opacity: .3; }
to {left: 40px;opacity: 1; }
}

.linklist_room .room > dl {
display: flex;
flex-wrap: wrap;
align-items: center;
letter-spacing: normal;
line-height: 1.6;
margin-top: 3px;
}
.linklist_room .room > dl dt {
font-size: var(--11px);
}
.linklist_room .room > dl dt:after {
content: "";
display: inline-block;
margin: 0 5px;
width: 1px;
height: 10px;
background: #FFF;
transform: translateY(1px);
}
.linklist_room .room > dl dd {
font-size: var(--15px);
font-weight: 500;
}
.linklist_room .room > dl + p {
display: none;
}

.plan_price {
font-size: var(--14px);
}
.plan_price:before {
content: "";
display: block;
margin: 1.5rem 0 1rem;
width: 30px;
height: 1px;
background: var(--gold);
}



@media only screen and (min-width: 768px) {
/* COMMON */
/* category top head */
.category_top_head {
display: flex;
align-items: center;
min-height: 400px;
margin-bottom: 6rem;
}
.category_top_head.detail {
min-height: 300px;
}
.category_top_head > figure {
position: absolute;
top:0;
left:0;
width: 55%;
}
.category_top_head > figure img {
height: 400px;
}
.category_top_head.detail > figure img {
height: 300px;
}
.category_top_head .image_letter {
top:50px;
width: 22vw;
max-width: 240px;
}
.category_top_head.detail .image_letter {
top:20px;
}
.category_top_head .catch,
.category_top_head .category_title {
text-align: right;
}

/* fullsize movie */
.wrap_full_movie > .wrapper h2 {
font-size: var(--24px);
letter-spacing: 0.15em;
}




/* category linklist_room */
.linklist_room .room {
padding: 3rem 1.5rem;
}
.linklist_room .col-4 {
padding-bottom: 30px;
padding-right: 0;
}
.linklist_room .col-4 > .room {
height: 100%;
}
.linklist_room .col-8 > .room {
width: calc(50% - 15px);
margin-bottom: 30px;
}
.linklist_room .col-8 > .room:nth-of-type(n + 3) {
margin-bottom: 0;
}
.linklist_room .col-12 > .room {
width: calc(33.3% - 15px);
margin-bottom: 30px;
}
.linklist_room .col-12 > .room:nth-of-type(n + 4) {
margin-bottom: 0;
}

.linklist_room .room p.min {
font-size: var(--18px);
}
.linklist_room .room > dl dt {
font-size: var(--14px);
}
.linklist_room .room > dl dt:after {
margin: 0 10px;
height: 15px;
transform: translateY(3px);
}
.linklist_room .room > span.arrow {
bottom:30px;
} 
.linklist_room .room > dl + p {
display: block;
margin-top: 10px;
}


}/* min-width: 768px */



@media only screen and (min-width: 1025px) {
/* COMMON */
/* category top head */
.category_top_head {
min-height: 600px;
}
.category_top_head > figure img {
height: 600px;
}
.category_top_head.detail {
min-height: 350px;
}
.category_top_head.detail > figure img {
height: 350px;
}
.category_top_head.detail .image_letter {
top:10px;
}
.category_top_head .catch {
font-size: var(--18px);
letter-spacing: 0.1em;
}
.category_top_head .category_title {
font-size: 300%;
}

/* category linklist_room */
.linklist_room .room {
padding: 2.5rem 3rem;
}

}/*  min-width: 1025px */







/*
CATEGORY TOP
*/

/* about top */
.about_slider {
margin-top: 3rem;
}
.about_slider .slick-slide {
margin: 0 5px;
}
.about .greeting .title_28 {
font-size: var(--22px);
letter-spacing: -0.08em;
}
.about .wrap_full_movie > .wrapper {
top:80%;
}
.about .wrap_full_movie > .wrapper h2 {
font-weight: 500;
}



@media only screen and (min-width: 768px) {
.about_slider {
margin-top: 8rem;
}
.about_slider .slick-slide {
margin: 0 15px;
}
.about .greeting .title_28 {
font-size: var(--28px);
letter-spacing: 0.1em;
}
}/* about min-width: 768px */

@media only screen and (min-width: 1025px) {
.about .list_default li > strong {
width: 15%;
}
.about .list_default li > span {
width: 85%;
}
}/* about min-width: 1025px */




/* ROOM TOP */
.room #room_terrace .col-7 {
padding-left: 0;
padding-right: 0;
}
.room #room_terrace .col-7 > figure {
position: relative;
}
.room #room_terrace .col-7 > figure > img {
display: inline-block;
width: 70%;
}
.room #room_terrace .col-7 > figure + figure {
text-align: right;
transform: translateY(-50px);
margin-bottom: -50px;
}
.room #room_terrace .col-7 > figure + figure > img {
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
}
.room #room_terrace figure > .image_letter {
top:-40px;
left:0;
height: 60px;
}
.room #room_terrace .col-7 > figure + figure > .image_letter {
left:auto;
right:0;
}
.room #room_terrace figure > .image_letter img {
display: block;
width: auto;
height: 100%;
}


@media only screen and (min-width: 768px) {
.room #room_terrace .col-7 {
padding-left: 30px;
padding-right: 30px;
}
.room #room_terrace figure > .image_letter {
top:5px;
left:-200px;
height: 115px;
}
.room #room_terrace .col-7 > figure + figure > .image_letter {
top:-80px;
right:10px;
}
.room #room_terrace .col-7 > figure + figure {
transform: translateY(-80px);
margin-bottom: -80px;
}

}/* ROOM TOP min-width: 768px */
















/*
DETAIL
*/

.detail_head_title {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
padding-top: 30px;
font-family: var(--font-family-min);
font-weight: 500;
line-height: 1.4;
}
.detail_head_title:before {
position: absolute;
top:0;
left:50%;
transform: translateX(-50%);
content: "";
display: block;
width: 100px;
height: 1px;
background: var(--gold);
}
.detail_head_title > strong,
.detail_head_title > span {
display: block;
}
.detail_head_title > strong {
margin-right: 15px;
font-size: 40px;
line-height: 1;
}
.detail_head_title > span {
font-size: var(--18px);
}
.detail_head_title + p {
padding-top: 0;
font-size: var(--15px);
}


.room_title {
padding-bottom: 1.5rem;
font-family: var(--font-family-min);
font-size: var(--20px);
font-weight: 500;
letter-spacing: 0.1em;
}
.room_title > strong {
display: inline-block;
margin-right: 8px;
font-size: 160%;
}
.room_title::after {
content: "";
display: block;
margin-top: 5px;
margin-left: 25px;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--gold-40);
}
.btn_reserve {
display: block;
padding: 1.5rem 3rem 1.5rem 1rem;
background:var(--gold-10);
font-family: var(--font-family-min);
font-size: var(--18px);
font-weight: 500;
text-align: center;
}
.bg_gold .btn_reserve {	
background: #FFF;	
border: 1px solid var(--gold-20);	
}


/* room_reserve */
.room_reserve {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin-top: 3rem;
padding: 1rem 1.5rem 1.5rem;
box-sizing: border-box;
background: var(--gold-10);
}
.room_reserve > p {
width: calc(50% - 5px);
}
.room_reserve .btn_number_select {
display: block;
position: relative;
padding: .5rem 1rem;
box-sizing: border-box;
background:#FFF url(../images/common/icon_person.svg) no-repeat right 10px center;
background-size: auto 14px;
cursor: pointer;
}
.room_reserve .btn_search {
display: block;
padding:.5rem;
background: var(--font-color);
color: #cccc80;
font-family: var(--font-family-min);
text-align: center;
}



@media only screen and (min-width: 768px) {
.detail_head_title {
transform: translateY(-8px);
}
.detail_head_title:before {
display: none;
}
.detail_head_title > strong {
font-size: 70px;
}
.detail_head_title > span {
font-size: var(--24px);
}
.detail_head_title + p {
padding-top: 30px;
font-size: var(--18px);
letter-spacing: 0.1em;
}

.room_title {
margin-bottom: 2rem;
font-size: var(--26px);
}
.room_title::after {
margin-top: 8px;
margin-left: 30px;
width: 12px;
height: 12px;
}
.btn_reserve {
padding: 3rem 3rem 3rem 1rem;
font-size: var(--20px);
}

/* room_reserve */
.room_reserve .date-inputs-start,
.room_reserve .date-inputs-end {
padding: 1.5rem;
font-size: var(--16px);
}
.room_reserve .btn_search,
.room_reserve .btn_number_select {
padding: 1rem;
}
.room_reserve .number_select {
bottom: 70px;
}

}/* ROOM DETAIL min-width: 768px */









/* room_inner-nav */
.room_inner-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-top: 1px solid var(--gold-40);
border-bottom: 1px solid var(--gold-40);
}
.room_inner-nav > a {
position: relative;
display: block;
width: 33.3%;
padding: 8px 8px 20px;
box-sizing: border-box;
border-right:1px dotted var(--gold-40);
border-top:1px dotted var(--gold-40);
}
.room_inner-nav > a:hover {
opacity: 1;
background: var(--gold-5);
}
.room_inner-nav > a:nth-of-type(3n) {
border-right: none;
}
.room_inner-nav > a:nth-of-type(-n + 3) {
border-top: none;
}
.room_inner-nav.nav2 > a,
.room_inner-nav.nav4 > a {
width: 50%;
border:none;
}
.room_inner-nav.nav2 > a:first-of-type {
border-right:1px dotted var(--gold-40);
}
.room_inner-nav.nav4 > a:nth-of-type(1),
.room_inner-nav.nav4 > a:nth-of-type(3) {
border-right:1px dotted var(--gold-40);
}
.room_inner-nav.nav4 > a:nth-of-type(3),
.room_inner-nav.nav4 > a:nth-of-type(4) {
border-top:1px dotted var(--gold-40);
}
.room_inner-nav > a:after {
position: absolute;
bottom:6px;
left:50%;
content: "";
display: block;
width: 7px;
height: 7px;
border-bottom: 1px solid var(--gold);
border-right: 1px solid var(--gold);
transform: rotate(45deg) translateX(-50%);
}
.room_inner-nav > a > h3.min {
position: relative;
margin-bottom: 8px;
font-size: var(--19px);
color: var(--gold);
font-weight: 500;
line-height: 1.2;
}
.room_inner-nav > a > h3.min > small {
display: inline-block;
font-size: 50%;
}
.room_inner-nav > a > h3.min .floor {
position: absolute;
top:2px;
right:0;
padding: 2px 3px;
font-family: var(--font-family);
font-size: var(--10px);
background: var(--gold-10);
line-height: 1;
}
.room_inner-nav > a > p {
font-size: var(--11px);
line-height: 1.4;
color: var(--gold-80);
}
.room_inner-nav > a > p > span {
position: relative;
display: inline-block;
}
.room_inner-nav > a > p > span + span:before {
position: relative;
transform: translateY(1px);
content: "";
display: inline-block;
margin: 0 5px 0 1px;
width: 1px;
height: 10px;
background: var(--gold-60);
}
.room_inner-nav > a > p > span:first-child + span:before {
display: none;
}




@media only screen and (min-width: 768px) {
.room_inner-nav > a {
padding-bottom: 35px;
}
.room_inner-nav > a:after {
bottom:10px;
width: 11px;
height: 11px;
}
.room_inner-nav > a > h3.min {
font-size: var(--22px);
}
.room_inner-nav > a > h3.min > small {
margin-left: 6px;
}
.room_inner-nav > a > p > span:first-child + span:before {
display: inline-block;
}



}/* room_inner-nav  min-width: 768px*/



@media only screen and (min-width: 1025px) {
.room_inner-nav {
flex-wrap: nowrap;
}
.room_inner-nav > a {
padding: 25px 10px 40px;
width: 100%;
border-top: none;
}
.room_inner-nav > a:nth-of-type(3n) {
border-right:1px dotted var(--gold-40);
}
.room_inner-nav > a:last-of-type {
border-right:none;
}
.room_inner-nav > a > h3.min .floor {
top:-15px;
}
.room_inner-nav > a:after {
bottom:15px;
}
.room_inner-nav.nav4 > a:nth-of-type(2){
border-right:1px dotted var(--gold-40);
}
.room_inner-nav.nav4 > a:nth-of-type(3),
.room_inner-nav.nav4 > a:nth-of-type(4) {
border-top:none;
}
.room_inner-nav.nav2 > a > h3.min,
.room_inner-nav.nav2 > a > p {
text-align: center;
}
.room_inner-nav > a.w-50 {
width: 100%!important;
}

}/* room_inner-nav  min-width: 1025px*/





/* slick */
.room_gallery .room_slider-nav {
margin-top: 10px;
}
.room_gallery .room_slider-nav .slick-track {
transform: unset !important;
display: flex;
justify-content: flex-end;
float: right;
}
.room_gallery .room_slider-nav .slick-slide {
float: none;
margin-left: 10px;
max-width: 50px;
opacity: .3;
transition: opacity .3s linear;
cursor: pointer;
}
.room_gallery .room_slider-nav .slick-current {
opacity: 1;
}
.room_gallery .room_slider-nav figure > img {
object-fit: cover;
width: 100%;
height: 20px;
}
.room_gallery .room_slider-nav .slick-track {
gap:2px
}
.room_gallery .room_slider-nav.full-10 .slick-slide {
margin-left:0;
}


.room_gallery .room_name {
position: absolute;
bottom:55px;
left:30px;
color: #FFF;
font-family: var(--font-family-min);
font-weight: 500;
}
.room_gallery .room_name > strong,
.room_gallery .room_name > span {
display: inline-block;
}
.room_gallery .room_name > strong {
padding-right: 6px;
font-size: var(--20px);
letter-spacing: 0.1em;
line-height: 1;
}
.room_gallery .room_name > strong:after {
content: "";
display: inline-block;
vertical-align: middle;
margin-left: 5px;
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(255,255,255,.6);
}
.room_gallery .room_name > span {
font-size: var(--13px);
}


@media only screen and (min-width: 768px) {
.room_gallery .room_slider-nav {
margin-top: 30px;
}
.room_gallery .room_slider-nav .slick-slide {
margin-left: 20px;
max-width: 110px;
}
.room_gallery .room_slider-nav.full-10 .slick-slide {
max-width: 128px;
}
.room_gallery .room_slider-nav figure > img {
height: 40px;
}
.room_gallery .room_name {
bottom:140px;
left:90px;
font-size: var(--22px);
}
.room_gallery .room_name > strong {
padding-right: 12px;
}
.room_gallery .room_name > strong:after {
margin-left: 10px;
width: 10px;
height: 10px;
transform: translateY(-2px);
}
.room_gallery .room_name > span {
transform: translateY(-2px);
}

}/* slick min-width: 768px */



/* room guidemap */
#room_terrace {
padding-bottom:0;
}
#room_guide_map {
padding: 0;
}
.wrap_guide_map {
position: relative;
padding: 0;
overflow-x: scroll;
}
.wrap_guide_map > figure {
width: 800px;
}


@media only screen and (min-width: 768px) {
#room_terrace {
padding-bottom:2rem;
}
.wrap_guide_map {
overflow-x: visible;
}
.wrap_guide_map > figure {
width: 100%;
}


}/* room guidemap min-width: 768px */









/* NEWS */
.container.wrap_news_detail {
padding-top: 0;
}
.wrap_news_detail .news_title {
font-family: var(--font-family-min);
color: var(--honkan-main);
font-size: var(--20px);
font-weight: 500;
}
.wrap_news_detail .news_title:after {
content: "";
display: block;
margin: 2rem 0 1rem;
width: 20vw;
max-width: 100px;
height: 1px;
background: var(--honkan-main);
}
.wrap_news_detail .date {
margin-bottom: 3rem;
font-size: var(--14px);
font-weight: 600;
color: var(--honkan-main);
}
.wrap_news_detail figure,
.wrap_news_detail p {
margin: 2rem 0;
}
.wrap_news_detail figure img {
display: block;
width: 100%;
}
.wrap_news_detail strong {
font-weight: 600;
}
.wrap_news_detail h2 {
font-family: var(--font-family-min);
font-weight: 500;
font-size: var(--22px);
}
.wrap_news_detail h3 {
font-weight: 600;
font-size: var(--18px);
color: var(--gold);
}
.wrap_news_detail h2 + p,
.wrap_news_detail h3 + p {
margin-top: 1rem;
}



@media only screen and (min-width: 768px) {

.wrap_news_detail .news_title {
text-align: center;
font-size: var(--26px);
}
.wrap_news_detail .news_title:after {
margin: 4rem auto 1rem;
}
.wrap_news_detail .date {
margin-bottom: 8rem;
text-align: center;
}
.wrap_news_detail figure,
.wrap_news_detail p {
margin: 3rem 0;
}

}/* NEWS min-width: 768px */



/* CONTACT */
.list_contact {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 1rem 0;
border-top: 1px solid var(--gold-40);
}
.list_contact:last-child {
border-bottom: 1px solid var(--gold-40);
}
.list_contact > dt,
.list_contact > dd {
display: block;
width: 100%;
box-sizing: border-box;
}
.list_contact > strong {
margin-bottom: .5rem;
font-family: var(--font-family-min);
font-size: var(--18px);
line-height: 1.5;
}



@media only screen and (min-width: 768px) {
/* COMMON */
.list_contact {
padding: 2rem 0;
}
.list_contact > dt {
width: 25%;
margin-bottom: 0;
}
.list_contact > dd {
width: 75%;
padding-left: 20px;
}


}/* CONTACT min-width: 768px */






/* GALLERY */
.group_gallery {
justify-content: flex-start;
}
.group_gallery .col-12 {
padding: 0 0 20px;
}
.group_gallery + .group_gallery {
margin-top: 2rem;
}
.group_gallery h2 > img {
display: inline-block;
vertical-align: middle;
width: 40%;
max-width: 100px;
}
.group_gallery h2.wide > img {
width: 60%;
max-width: 160px;
}
.group_gallery h2 > img + span {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
font-family: var(--font-family-min);
font-weight: 500;
font-size: var(--16px);
}
.group_gallery .btn_after_arrow {
padding-right: 60px;
}

/* slick */
.group_gallery .gallery_slider-nav {
margin-top: 10px;
}
.group_gallery .gallery_slider-nav .slick-track {
transform: unset !important;
display: flex;
justify-content: flex-end;
float: right;
}
.group_gallery .gallery_slider-nav .slick-slide {
float: none;
margin-right: 10px;
max-width: 50px;
opacity: .3;
transition: opacity .3s linear;
cursor: pointer;
}
.group_gallery .gallery_slider-nav .slick-current {
opacity: 1;
}
.group_gallery .gallery_slider-nav figure > img {
object-fit: cover;
width: 100%;
height: 20px;
}
.group_gallery .slide-arrow {
position: absolute;
top: 50%;
width: 15px;
height: 15px;
transform: rotate(45deg) translateY(-50%);
z-index: 200;
}
.group_gallery .prev-arrow {
left: 10px;
border-bottom: 2px solid var(--gold-60);
border-left: 2px solid var(--gold-60);
}
.group_gallery .next-arrow {
right: 16px;
border-top: 2px solid var(--gold-60);
border-right: 2px solid var(--gold-60);
}
.group_gallery button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
}



@media only screen and (min-width: 768px) {
.group_gallery + .group_gallery {
margin-top: 5rem;
}
.group_gallery .col-12 {
padding: 0 30px 30px;
}
.group_gallery h2 > img {
max-width: 160px;
}
.group_gallery h2.wide > img {
max-width: 260px;
}
.group_gallery h2 > img + span {
font-size: var(--18px);
}
.group_gallery .btn_after_arrow {
font-size: var(--20px);
}

/* slick */
.group_gallery .gallery_slider-nav {
margin-top: 30px;
}
.group_gallery .gallery_slider-nav .slick-slide {
margin-right: 0;
margin-left: 20px;
max-width: 110px;
}
.group_gallery .gallery_slider-nav figure > img {
height: 40px;
}
.group_gallery .slide-arrow {
width: 30px;
height: 30px;
}
.group_gallery .prev-arrow {
left: 20px;
}
.group_gallery .next-arrow {
right: 40px;
}

}/* gallery min-width: 768px */









/* experience */
.experience .wrap_experience + .wrap_experience:before {
content: "";
display: block;
height: 1px;
width: calc(100% - 40px);
margin: 3rem auto;
background: var(--gold-40);
}
.experience .title_28 {
margin: .5rem 0 1rem;
line-height: 1.6;
font-weight: 500;
color: var(--gold);
letter-spacing: normal;
}
.experience .title_28 > small {
display: block;
font-size: 80%;
}

.wrap_experience iframe {
width: 100%;
aspect-ratio: 16/9;
}
.wrap_experience a {
display: inline-block;
padding: 0 .3rem;
text-decoration: underline;
color: var(--gold);
}
.wrap_experience a[target="_blank"]:after {
content: "";
display: inline-block;
margin-left: 5px;
width: 12px;
height: 9px;
background: url(../images/common/icon_other.svg) no-repeat 0 0;
background-size: 100%;
}

.wrap_experience a.btn_reserve {
display: block;
text-decoration: none;
padding: 1.5rem 3rem 1.5rem 1rem;
}

@media only screen and (min-width: 768px) {
.experience .wrap_experience + .wrap_experience:before {
width: calc(100% - 60px);
margin: 5rem auto;
}
.wrap_experience a[target="_blank"]:after {
width: 15px;
height: 12px;
}

}/* experience min-width: 768px */







/* award */
.list_award {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
box-sizing: border-box;
width: calc(100% - 20px);
margin: 0 auto;
}
.list_award .col-4 {
padding: 10px;
}
.list_award dl {
padding: 1.5rem;
background: var(--gold-5);
box-sizing: border-box;
height: 100%;
}
.bg_gold .list_award dl {
background: #FFF;
}
.list_award dt {
padding: 5%;
text-align: center;
font-family: var(--font-family-min);
font-weight:500;
}
.list_award dt img {
display: inline-block;
width: 100%;
max-width: 160px;
}
.list_award dt figure > img {
display: block;
max-width: 100%;
object-fit: cover;
height: 80px;
}

.list_award dd {
text-align: center;
font-size: var(--14px);
line-height: 1.5;
}

.list_award dd .group {
display: inline-block;
margin: 5px;
padding: .2rem .6rem;
background: var(--logogold-30);
font-family: var(--font-family-min);
font-size: 90%;
}



@media only screen and (min-width: 768px) {
.list_award {
width: 100%;
}
.list_award .col-4 {
padding: 30px;
}
.list_award dl {
padding: 1.5rem 2rem 3rem;
}
.list_award dd p + p {
margin-top: 1rem;
}
.list_award dt figure > img {
height: 160px;
}

}/* award min-width: 768px */




/* faq */
.list_faq .col-8 {
margin-bottom: 3rem;
}
.list_faq dl {
border-bottom: 1px solid var(--gold-40);
}
.list_faq dt {
position: relative;
padding: 2rem 30px 2rem 0;
font-family: var(--font-family-min);
color:var(--gold);
font-size: var(--18px);
font-weight: 500;
line-height: 1.6;
cursor: pointer;
transition: var(--transition);
}
.list_faq dt:hover {opacity: var(--bg-opacity);}
.list_faq dt:after {
position: absolute;
top:43%;
right:10px;
content: "";
display: block;
width: 11px;
height: 11px;
border-right: 1px solid var(--gold-60);
border-bottom: 1px solid var(--gold-60);
transform: rotate(45deg) translateY(-43%);
}
.list_faq dt.current:after {
right:4px;
transform: rotate(-135deg) translateY(-45%);
}
.list_faq dd {
display: none;
padding: 2rem 0;
border-top: 1px dotted var(--gold-40);
}


@media only screen and (min-width: 768px) {}/* faq min-width: 768px */






/* access */
.access_detail dl {
border-bottom: 1px solid var(--gold-40);
}
.access_detail dt {
position: relative;
padding: 2rem 30px 2rem 0;
font-family: var(--font-family-min);
color:var(--gold);
font-size: var(--18px);
font-weight: 500;
line-height: 1.6;
cursor: pointer;
transition: var(--transition);
}

.access_detail dt:hover {opacity: var(--bg-opacity);}
.access_detail dt:after {
position: absolute;
top:43%;
right:10px;
content: "";
display: block;
width: 11px;
height: 11px;
border-right: 1px solid var(--gold-60);
border-bottom: 1px solid var(--gold-60);
transform: rotate(45deg) translateY(-43%);
}
.access_detail dt.current:after {
right:4px;
transform: rotate(-135deg) translateY(-45%);
}
.access_detail dd {
display: none;
padding: 3rem 0 4rem;
border-top: 1px dotted var(--gold-40);
}
.access_detail .d-f > div {
width: 100%;
}
.access_detail .d-f > div + div {
margin-top: 2rem;
}
.access_detail .d-f > div h3 {
margin-bottom: 2rem;
line-height: 1.4;
border-bottom: 2px solid var(--gold-40);
}
.access_detail .d-f > div h3 > strong,
.access_detail .d-f > div h3 > span {
display: inline-block;
}
.access_detail .table_default {
font-size: var(--13px);
}



@media only screen and (min-width: 768px) {
.access_detail .d-f {
/* align-items: center; */
justify-content: space-between;
}
.access_detail .d-f > div {
width: calc(50% - 30px);
}
.access_detail .d-f > div.w-60 {
width: calc(60% - 30px);
}
.access_detail .d-f > div.w-40 {
width: calc(40% - 30px);
}
.access_detail .d-f > div + div {
margin-top: 0;
}

.access_detail dt {
font-size: var(--22px);
}
.access_detail dd {
padding: 5rem 0;
}
.access_detail .table_default {
font-size: var(--14px);
}

}/* faq min-width: 768px */




/* cuisine */
.cuisine .box_special {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 3rem 20px;
box-sizing: border-box;
background: var(--gold-10);
}
.cuisine .list_default.selection li > p {
margin-top: 1rem;
width: 100%;
font-size: var(--14px);
}
.cuisine .list_default.selection li > strong {
font-size: var(--20px);
font-weight: 500;
}
.cuisine .list_default.selection li > .d-f {
flex-wrap: wrap;
align-items: center;
width: 100%;
padding: .6rem 0 0;
border-top: 1px dotted var(--gold-40);
}
.cuisine .list_default.selection li > .d-f > strong,
.cuisine .list_default.selection li > .d-f > span {
display: inline-block;
width:26%;
box-sizing: border-box;
}
.cuisine .list_default.selection li > .d-f > span {
width: 74%;
padding-left: 10px;
}

.cuisine .wrapper.border {
width: calc(100% - 40px);
margin: 0 auto;
padding: 10px;
box-sizing: border-box;
border: 6px solid var(--gold-10)
}


@media only screen and (min-width: 768px) {
.cuisine .box_special {
padding: 50px;
}
.cuisine .box_special > div {
width: calc(55% - 30px);
}
.cuisine .box_special > figure {
width: calc(45% - 30px);
}
.cuisine .list_default.selection li > strong {
width: 55%;
}
.cuisine .list_default.selection li > span {
width: 45%;
text-align: right;
}

.cuisine .wrapper.border {
width: calc(100% - 60px);
padding: 50px 30px;
max-width: 1280px;
}
}/* cuisine min-width: 768px */







/* spa */
.facility_spa .main_title {
letter-spacing: 0.05em;
}
.facility_spa .sub_title > small {
display: block;
font-size: 60%;
}
.spa_menu .sub_title {
text-align: center;
padding-bottom: 1rem;
}
.spa_menu .sub_title:after {
margin-left: auto;
margin-right: auto;
}
.spa_menu .sub_title > small {
display: block;
text-align: center;
font-size: 60%;
letter-spacing: normal;
}
.spa_menu .bg_gold {
padding: 2rem;
box-sizing: border-box;
}
.spa_menu .bg_gold dt {
display: flex;
align-items: center;
margin-bottom: 1rem;
font-size: var(--18px);
font-family: var(--font-family-min);
font-weight: 500;
line-height: 1.5;
}
.spa_menu .bg_gold dt > strong,
.spa_menu .bg_gold dt > span {
display: block;
}
.spa_menu .bg_gold dt > strong {
margin-right: 6px;
font-size: 40px;
line-height: 1;
}
.spa_menu .bg_gold dt > span > small {
display: block;
font-size: 75%;
letter-spacing: normal;
}
.spa_menu .price {
font-weight: 500;
text-align: center;
}
.spa_menu .price > span {
display: inline-block;
padding: 0 3px;
}
.spa_menu .price > span + span:before{
content: "";
display: inline-block;
margin-right: 6px;
width: 1px;
height: 12px;
background: var(--logogold);
transform: translateY(1px);
}

.spa_flow dl {
position: relative;
}
.spa_flow dl:after {
content: "";
display: block;
margin: 10px auto 0;
width: 30px;
height: 30px;
border-right: 1px solid var(--logogold);
border-bottom: 1px solid var(--logogold);
transform: rotate(45deg);
}
.spa_flow dl:last-child:after {
display: none;
}
.spa_flow dl + dl {
margin-top: 3rem;
}
.spa_flow dt {
position: relative;
display: flex;
align-items: center;
padding:0 0 20px 30px;
line-height: 1.4;
font-size: 55px;
z-index: 1;
}
.spa_flow dt > .num {
position: absolute;
bottom:5px;
left:0;
font-family: var(--font-family-min);
font-size: 120px;
color: #ebebcc;
line-height: 1;
z-index: -1;
}
.spa_flow dt > strong,
.spa_flow dt > span {
display: inline-block;
font-family: var(--font-family-min);
font-weight: 500;
}
.spa_flow dt > span {
margin-left: 5px;
font-size: 50%;
}
.spa_flow dt > span > small {
display: block;
padding-left: 3px;
font-size: 40%;
}
.spa_flow dd {
font-size: var(--15px);
}


.spa_info .list_default {
font-size: var(--16px);
}
.spa_info .list_default > li > strong {
margin-bottom: 1rem;
font-weight: 500;
font-size: var(--20px);
}


@media only screen and (min-width: 768px) {

.spa_info .list_default > li {
align-items: flex-start;
}
.spa_info .list_default > li > strong {
margin-bottom: 0;
}
.spa_menu .sub_title + p {
text-align: center;
}
.spa_menu .bg_gold {
padding: 3rem;
height: 100%;
}
.spa_menu .bg_gold dt {
margin-bottom: 2rem;
}
.spa_menu .bg_gold dt > strong {
font-size: 50px;
}
.spa_menu .price > span {
padding: 0 6px;
}
.spa_menu .price > span + span:before{
margin-right: 10px;
height: 14px;
}
.spa_menu .onsen {
align-items: flex-end;
}
.spa_menu .onsen .bg_gold {
height: auto;
min-height: 450px;
}
.spa_flow dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.spa_flow dl + dl {
margin-top: 8rem;
}
.spa_flow dl:after {
position: absolute;
bottom:-40px;
left:60%;
}
.spa_flow dt {
width: 30%;
padding-left: 40px;
font-size: 60px;
}
.spa_flow dt > .num {
bottom:15px;
font-size: 130px;
}
.spa_flow dd {
width:calc(70% - 30px);
}

}/* spa min-width: 768px */




@media only screen and (min-width: 1025px) {
.spa_menu .onsen .bg_gold {
min-height: 270px;
}
.spa_flow dt {
width: 20%;
}
.spa_flow dd {
width:calc(80% - 60px);
}
.spa_info .list_default > li > strong {
width: 20%;
}
.spa_info .list_default > li > span {
width: 80%;
}

}/* spa min-width: 1025px */












/* onsen */

@media only screen and (min-width: 768px) {

}/* min-width: 768px */



/* day_onsen */

@media only screen and (min-width: 768px) {

}/* day_onsen min-width: 768px */







/* room_all_cal */
.room_all_cal .container {
z-index: 3;
}
.room_all_cal .wrap_search {
padding: 20px;
box-sizing: border-box;
}
.room_all_cal .wrap_search dl.date,
.room_all_cal .wrap_search dl.number {
width: calc(50% - 5px);
}

.room_all_cal .date-inputs-start,
.room_all_cal .date-inputs-end {
padding-top: 1.2rem;
padding-bottom: 1.2rem;
}
.room_all_cal .wrap_search .btn_search {
width: 100%;
padding: .5rem 1rem;
}
.room_all_cal .wrap_room {
padding: 1.5rem 0;
border-top: 4px solid var(--gold-40);
}
.room_all_cal .wrap_room + .wrap_room {
margin-top: 3rem;
}
.room_all_cal .wrap_room .title_22 {
padding-bottom: 1rem;
}
.room_all_cal .wrap_room .title_22 > a {
display: block;
}
.room_all_cal .wrap_room .title_22 strong {
display: block;
font-size: 180%;
letter-spacing: normal;
}
.room_all_cal .wrap_room .title_22 span {
display: inline-block;
padding-right:1rem;
line-height: 1.2;
color: var(--gold);
font-size: 90%;
}
.room_all_cal .wrap_room .title_22 span + span {
padding-left:1rem;
border-left:1px solid var(--gold-40);
}
.room_all_cal .wrap_room dl {
margin-top: 1.5rem;
padding: 1.5rem 0;
border-top: 1px dotted var(--gold-40);
}
.room_all_cal .wrap_room dt {
font-weight: 500;
font-size: var(--18px);
}
.room_all_cal .wrap_room dt > strong {
display: inline-block;
font-size: 120%;
font-family: var(--font-family-min);
font-weight: 500;
}
.room_all_cal .wrap_room dt > span {
display: inline-block;
}
.room_all_cal .room_cal {
position: relative;
padding-top: 2rem;
}
.room_all_cal .room_cal table {
width: 100%;
table-layout: fixed;
}
.room_all_cal .room_cal th,
.room_all_cal .room_cal td {
padding: .5rem;
line-height: 1.2;
}
.room_all_cal .room_cal th {
font-size: var(--14px);
font-weight: 500;
border-top: 1px solid var(--gold-40);
}
.room_all_cal .room_cal td {
border-bottom: 1px solid var(--gold-40);
text-align: center;
font-size: var(--14px);
}
.room_all_cal .room_cal td.cls_tgt {
font-weight: 700;
text-decoration: underline;
cursor: pointer;
transition: all .2s;
}
.room_all_cal .room_cal td.cls_tgt:hover {
color: var(--gold);
}
.room_all_cal .room_cal th.sat {
color: #265380;
}
.room_all_cal .room_cal th.sun {
color: #801313;
}
.room_all_cal .room_cal table th:nth-child(odd),
.room_all_cal .room_cal table td:nth-child(odd) {
background: var(--gold-10);
}
.room_all_cal .room_cal table th:nth-child(n + 6),
.room_all_cal .room_cal table td:nth-child(n + 6) {
display: none;
}

.room_all_cal .wrap_btn {
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
z-index: 5;
}
.room_all_cal .wrap_btn > a {
display: block;
width: 20px;
height: 20px;
}
.room_all_cal .wrap_btn > a:hover {
opacity: .7;
}
.room_all_cal .wrap_btn > a.btn_prev {
border-top: 2px solid var(--gold);
border-left: 2px solid var(--gold);
transform: rotate(-45deg) translate(-5px,-5px);
}
.room_all_cal .wrap_btn > a.btn_next {
border-top: 2px solid var(--gold);
border-right: 2px solid var(--gold);
transform: rotate(45deg) translate(5px,-5px);
}






@media only screen and (min-width: 768px) {
article.room_all_cal {
overflow-x: visible; /* stiky用 */
}
.sticky_item {
top: 67px;
position: sticky;
z-index: 200;
}
.room_all_cal .wrap_search {
padding-bottom: 30px;
}
.room_all_cal .wrap_search dl.date,
.room_all_cal .wrap_search dl.number {
width: 100%;
}
.room_all_cal .wrap_search .btn_search {
padding: 1rem;
}
.room_all_cal .date-inputs-start,
.room_all_cal .date-inputs-end {
padding-top: 1.8rem;
padding-bottom: 1.8rem;
}
.room_all_cal .room_cal {
padding-top: 3rem;
}
.room_all_cal .room_cal th {
padding-top: 1rem;
}
.room_all_cal .room_cal td {
padding-bottom: 1rem;
}
.room_all_cal .room_cal table th:nth-child(n + 6),
.room_all_cal .room_cal table td:nth-child(n + 6) {
display:table-cell;
}
.room_all_cal .wrap_room {
padding: 2rem 0;
}
.room_all_cal .wrap_room dl {
margin-top: 2rem;
padding: 3rem 0;
}
.room_all_cal .wrap_room .title_22 strong {
display: inline-block;
padding-right: 2rem;
}
.room_all_cal .number_select {
bottom:auto;
width: 100%;
}
.room_all_cal .number_select:after {
display: none;
}






}/* room_all_cal min-width: 768px */



@media only screen and (min-width: 1025px) {

}/* room_all_cal min-width: 1025px */




/* room_all_cal result */
/* .room_all_cal.result .wrap_search dl.number {
z-index: 101;
} */
/* .room_all_cal .number_select {
top:auto;
bottom: 70px;
right:0;
} */
/* .room_all_cal.result .number_select {
top:0;
bottom: auto;
right:auto;
left: 0;
} */
.room_all_cal dl.number + .room_select {
width: calc(50% - 5px);
}
.room_all_cal.result .wrap_room + .wrap_room {
margin-top: 5rem;
}

.room_all_cal .wrap_room .head {
font-family: var(--font-family-min);
font-weight: 500;
}
.room_all_cal .wrap_room .head:before {
margin: 1.5rem 0;
content: "";
display: block;
width: 60px;
height: 1px;
background: var(--gold-60);
}
.room_all_cal.result .wrap_image {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 2rem 0 4rem;
}
.room_all_cal.result .wrap_image figure {
width: calc(50% - 5px);
margin-top: 10px;
}
.room_all_cal.result .wrap_image figure > img {
display: block;
object-fit: cover;
width: 100%;
height: 116px;
}
.room_all_cal.result .sub_title {
margin-top: 3rem;
}
.room_all_cal.result .head_mini {
display: block;
margin: 2rem 0 1rem;
font-weight: 700;
color: var(--gold);
font-size: var(--17px);
}
.room_all_cal.result .wrap_room p + p {
margin-top: 2rem;
}
.room_all_cal.result .wrap_room .bg_gold {
padding: 2rem 1rem;
}

.room_all_cal.result .wrap_search.reserve {
display: flex;
flex-wrap: nowrap;
background: none;
padding: 0;
margin-top: 3rem;
}
.room_all_cal.result .wrap_search.reserve > p.price {
margin-right: 20px;
}





@media only screen and (min-width: 768px) {
.room_all_cal .date-inputs {
width: 100%;
display: block;
}
.room_all_cal .select {
padding-top: 2rem;
padding-bottom: 2rem;
}
.room_all_cal dl.number + .room_select {
width: 100%;
}
.room_all_cal .wrap_search dl {
margin-bottom: 1rem;
}
.room_all_cal.result .wrap_room + .wrap_room {
margin-top: 8rem;
}
.room_all_cal .wrap_room .head:before {
margin: 2.5rem 0;
}
.room_all_cal.result .wrap_room .bg_gold {
padding: 3rem;
}
.room_all_cal.result .wrap_image {
justify-content: flex-start;
}
.room_all_cal.result .wrap_image figure {
width: calc(33.3% - 15px);
margin-top: 20px;
margin-right: 20px;
}
.room_all_cal.result .wrap_image figure:nth-child(3n) {
margin-right: 0;
}
.room_all_cal.result .wrap_image figure > img {
height: 220px;
}
.room_all_cal.result .sub_title {
margin-top: 4rem;
}
.room_all_cal.result .date-inputs-picker {
top:95px;
}


}/* room_all_cal result min-width: 768px */




/* room-detail popup calender  */
.btn_room_select {
position: relative;
display: block;
padding: 1.5rem 1rem;
background:var(--gold-10);
font-family: var(--font-family-min);
font-size: var(--18px);
font-weight: 500;
color: var(--gold);
text-align: center;
cursor: pointer;
}
.btn_room_select:after {
position: absolute;
top:50%;
transform: translateY(-50%);
right: 20px;
content: "";
display: inline-block;
width: 18px;
height: 18px;
background: url(../images/common/icon_calender.svg) no-repeat center center;
background-size: auto 100%;
opacity: .6;
}
.room-detail_cal {
display: none;
position: fixed;
top:50%;
left:50%;
transform: translate(-50%,-50%);
z-index: 500;
width: 100%;
max-width: 900px;
background: var(--gold-5);
box-shadow: 5px 5px 32px -16px rgba(0, 0, 0, 0.8);
}
.room-detail_cal .btn_close {
position: absolute;
top:15px;
right:15px;
display: block;
width: 22px;
height: 22px;
text-indent: -9999px;
cursor: pointer;
}
.room-detail_cal .btn_close:before,
.room-detail_cal .btn_close:after {
position: absolute;
top:0;
left:8px;
content: "";
display: block;
height: 100%;
width: 1px;
background: var(--gold);
transform: rotate(45deg);
}
.room-detail_cal .btn_close:after{
transform: rotate(-45deg);
}
.room-detail_cal h2 {
padding: 20px;
font-weight: 500;
font-size: var(--20px);
line-height: 1.6s;
}
.room-detail_cal .inner {
position: relative;
display: flex;
}
.room-detail_cal .inner .cal_nav {
position: absolute;
top:15px;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 40px);
display: flex;
justify-content: space-between;
}
.room-detail_cal .inner .cal_nav > .btn {
position: absolute;
top:3px;
display: block;
text-indent: -9999px;
width: 20px;
height: 20px;
cursor: pointer;
}
.room-detail_cal .inner .cal_nav > .btn.prev {
left:5px;
}
.room-detail_cal .inner .cal_nav > .btn.next {
right:5px;
}
.room-detail_cal .inner .cal_nav > .btn.prev:after,
.room-detail_cal .inner .cal_nav > .btn.next:after {
position: absolute;
top:3px;
content: "";
display: block;
width: 13px;
height: 13px;
transform: rotate(45deg);
}
.room-detail_cal .inner .cal_nav > .btn.next:after {
border-top: 2px solid var(--gold);
border-right: 2px solid var(--gold);
}
.room-detail_cal .inner .cal_nav > .btn.prev:after {
left:5px;
border-bottom: 2px solid var(--gold);
border-left: 2px solid var(--gold);
}

.room-detail_cal .inner .month {
padding: 0 20px 20px;
box-sizing: border-box;
}
.room-detail_cal .inner .month > h3 {
padding: 10px 0;
text-align: center;
font-weight: 500;
font-size: var(--18px);
color: var(--gold);
}
.room-detail_cal .inner .month table {
width: 100%;
table-layout: fixed;
border-top: 1px solid var(--gold-10);
border-right: 1px solid var(--gold-10);
background: #FFF;
}
.room-detail_cal th,
.room-detail_cal td {
padding: 3px;
border-bottom: 1px solid var(--gold-10);
border-left: 1px solid var(--gold-10);
}
.room-detail_cal th {
text-align: center;
font-weight: 500;
font-size: var(--13px);
color: var(--gold-60);
background: var(--gold-10);
}
.room-detail_cal td {
font-size: var(--13px);
color: var(--gold-60);
letter-spacing: normal;
}
.room-detail_cal td > span {
display: block;
padding: 3px 0;
text-align: center;
}
.room-detail_cal td.cls_d {
cursor: pointer;
transition: var(--transition);
}
.room-detail_cal td.cls_d:hover {
background: var(--gold-10);
}
.room-detail_cal td.cls_d > span {
font-weight: 500;
font-size: 112%;
color: var(--gold);
}
.room-detail_cal td.unselect {
background: var(--gold-5);
}
.room-detail_cal .inner .month + .month {
display: none;
}






@media only screen and (min-width: 768px) {
.btn_room_select {
padding: 3rem;
font-size: var(--20px);
}
.btn_room_select:after {
right: 30px;
width: 22px;
height: 22px;
}


.room-detail_cal {
border-radius: 10px;
}
.room-detail_cal .inner .month + .month {
display: block;
}

}/* room-detail popup calender min-width: 768px */



/* room_book */
article.room_book {
padding-top: 40px;
}
.reserve_flow {
display: flex;
width: 100%;
padding-top: 2rem;
}
.reserve_flow li {
position: relative;
padding-bottom: 1rem;
width: 100%;
border-bottom: 20px solid var(--gold-20);
color: var(--gold-40);
font-family: var(--font-family-min);
font-size: var(--15px);
font-weight: 500;
text-align: center;
}
.reserve_flow li.current {
border-bottom-color: var(--gold);
color: var(--gold);
font-weight: 500;
}
.reserve_flow li:after {
position: absolute;
bottom:-20px;
right: -5px;
content: "";
display: block;
width: 20px;
height: 20px;
border-top: 6px solid #FFF;
border-right: 6px solid #FFF;
transform: rotate(45deg);
z-index: 2;
}
.reserve_flow li:last-child:after {
display: none;
}

.reserve_info {
padding: 1rem;
}
.reserve_info > h3 {
letter-spacing: normal;
}
.reserve_info > h3 > .small {
display: inline-block;
}
.reserve_info dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
line-height: 1.5;
}
.reserve_info dl dt,
.reserve_info dl dd {
margin-top: 10px;
}
.reserve_info dl dt {
width: 70px;
padding: 0 6px;
background: #FFF;
text-align: center;
font-size: var(--12px);
font-weight: 500;
color: var(--gold);
letter-spacing: normal;
}
.reserve_info dl dd {
width: calc(100% - 80px);
font-size: var(--14px);
}
.reserve_info dl.time {
justify-content: flex-start;
align-items: center;
}
.reserve_info dl.time dt,
.reserve_info dl.time dd {
width: auto;
margin-right: 5px;
}
.reserve_info dl.time dd + dt {
margin-left: 10px;
}
.reserve_info .price {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 2rem;
border-bottom: 1px solid var(--gold);
}
.reserve_info .price > small,
.reserve_info .price > strong {
display: block;
}
.reserve_info .price > strong {
text-align: right;
font-weight: 700;
font-size: var(--22px);
}
.reserve_info .btn {
display: inline-block;
margin-top: 5px;
margin-right: 8px;
padding: .6rem 1rem;
border: 1px solid var(--gold);
background: #FFF;
text-align: center;
border-radius: 20px;
color: var(--gold);
font-size: var(--13px);
line-height: 1.2;
}

.reserve-info_fixed {
position: fixed;
bottom:0;
left:0;
display: flex;
justify-content: space-between;
padding: 6px 10px;
box-sizing: border-box;
width: 100%;
background: var(--gold-10);
box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
z-index: 100;
}
.reserve-info_fixed .modal-window .modal-window_inner {
background: var(--gold-10);
}

.room_book .wrap_btn p.d-f {
flex-wrap: wrap;
align-items: center;
}
.room_book .wrap_btn p.d-f > span {
display: block;
width: 100%;
text-align: center;
}

.room_book .box_policy {
padding: 1rem;
border: 1px solid var(--gold-40);
}
.room_book .box_policy .table_default {
width: 100%;
font-size: var(--14px);
table-layout: fixed;
}
.room_book .box_policy .table_default thead td {
background: var(--gold-10);
}
.room_book .box_policy .table_default td {
padding: .5rem;
}
.room_book .btn_after_arrow.back {
cursor: pointer;
}

/* confirm */
.room_book .bottom_nav {
display: flex;
justify-content: center;
gap: 10px;
width: 100%;
}
.room_book .bottom_nav > p {
width: 40%;
}
.room_book .bottom_nav > p + p {
width: 60%;
} 
.room_book .bottom_nav > p > span,
.room_book .bottom_nav > p > button {
width: 100%;
}
.room_book .bottom_nav > p > button {
margin:0 0 5px;
}
.room_book .bottom_nav .btn_gold.back {
background: var(--gold-20);
}
.room_book .bottom_nav .btn_gold.back:after {
border-color: var(--gold);
}


@media only screen and (min-width: 768px) {
.reserve_flow li {
font-size: var(--20px);
}
.reserve-info_fixed {
display: none;
}

article.room_book {
padding-top: 50px;
overflow-x: visible; /* stiky用 */
}
.reserve_info {
padding: 2rem;
}
.reserve_info dl dt {
width: 100px;
font-size: var(--11px);
}
.reserve_info dl dd {
width: calc(100% - 110px);
}

.room_book .wrap_btn p.d-f > span {
width: 40%;
}
.room_book .wrap_btn p.d-f > span + span {
width: 60%;
}
.room_book .box_policy {
padding: 2rem;
}
.room_book .box_policy .d-f {
justify-content: space-between;
}
.room_book .box_policy .table_default {
width: calc(50% - 10px);
}
.room_book .wrap_input dt {
width: 23%;
}
.room_book .wrap_input dd {
width:77%;
}

/* confirm */
.room_book .bottom_nav { 
gap: 30px;
align-items: center;
}
.room_book .bottom_nav > p:first-of-type {
display: flex;
gap:20px;
width: 60%;
}
.room_book .bottom_nav > p + p {
width: 40%;
}
.room_book .bottom_nav > p > .btn_gold {
width: 50%;
}
.room_book .bottom_nav > p > button.btn_gold {
margin-bottom: 0;
padding-top: 2.1rem;
padding-bottom: 2.1rem;
order: 2;
}
.room_book .bottom_nav > p > span.btn_gold {
order: 1;
}


}/* min-width: 768px */









/* MODAL WINDOW */
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
background-color: rgba(240,242,245,.8);
width: 100%;
height: 100%;
z-index: 100;
}
.no_scroll {overflow: hidden;}
.modal-window {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0 auto;
z-index: 201;
overflow: auto;
width: 100%;
height: 100%;

max-width: 1140px;
}
.modal-window .modal-window_inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 100%;
/* height: 100%; */
height: auto;
background-color: #FFF;
padding: 2rem;
box-sizing: border-box;
z-index: 202;
}
.button-close,
.button_modal_close {
position: absolute;
top: 10px;
right: 10px;
width: 40px;
height: 40px;
text-indent: -9999px;
cursor: pointer;
z-index: 600;
}
.button-close:before,
.button-close:after,
.button_modal_close:before,
.button_modal_close:after {
position: absolute;
top:50%;
left:50%;
content: "";
display: block;
width: 25px;
height: 1px;
background: var(--gold);
transform: translate(-50%,-50%) rotate(45deg);
}
.button-close:after,
.button_modal_close:after {
transform: translate(-50%,-50%) rotate(-45deg);
}



@media only screen and (min-width: 768px) {
.modal-window .modal-window_inner {
top:50%;
left: 50%;
transform: translate(-50%,-50%);
width: calc(100% - 40px);
height: auto;
border-radius: 10px;
}


}/* modal min-width: 768px */











/* ENTRY REVIEW */
.star-select_list li {
display: flex;
align-items: center;
gap:10px;
padding: 10px 0;
}
.star-select_list li + li {
border-top: 1px dotted var(--gold-40);
}
.star-select_list li > p {
display: block;
min-width: 35vw;
}
.star-select_list li select {
width: calc(100% - 35vw);
}




@media only screen and (min-width: 768px) {
.star-select_list {
display: flex;
flex-wrap: wrap;
}
.star-select_list li {
width: 50%;
}
.star-select_list li > p {
min-width: 150px;
}
.star-select_list li:nth-child(odd) > p{
padding-left: 40px;
}
.star-select_list li:first-child > p{
padding-left: 0;
}
.star-select_list li select {
width: calc(100% - 150px);
}
.star-select_list li.w-100 select {
width: calc(100% - 150px);
}
}/* min-width: 768px */



