@charset "utf-8";
/* ===================================================
	Room CSS
====================================================== */

#sec_lead .cmn_nav {
    margin-top: 75px;
}
section {
    padding: 100px 0;
}
section.bg {
    background-color: #eee;
}
section[id^="room_"] h2 {
    margin-bottom: 50px;
    font-size: 46px;
    text-align: center;
}
#room_amenity .cmn_table {
    margin-top: 50px;
}
#room_amenity .cmn_table dt {
    background-color: rgba(0 0 0 / 3%);
}
@media screen and (max-width: 600px) {
    #sec_lead .cmn_nav {
        margin-top: 45px;
    }
    section {
        padding: 60px 0 50px;
    }
    section[id^="room_"] h2 {
        margin-bottom: 35px;
        font-size: 28px;
    }
    #room_amenity .cmn_table {
        margin-top: 30px;
    }
}


/* Common Parts */
.room_icon {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin-top: 30px;
}
.room_icon li {
    display: flex;
}
.room_icon .non_smk,
.room_icon .smk,
.room_icon .wifi {
    display: inline-flex;
    align-items: center;
    gap: 0 7px;
}
.room_icon .non_smk::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../room/img/icon_nosmk.svg)no-repeat center/contain;
}
.room_icon .smk::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../room/img/icon_smk.svg)no-repeat center/contain;
}
.room_icon .wifi::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../room/img/icon_wifi.svg)no-repeat center/contain;
}
.room_table {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    border-top: 1px solid #aaa;
}
.room_table dt,
.room_table dd {
    border-bottom: 1px solid #aaa;
}
.room_table dt {
    width: 85px;
    padding: 15px;
    color: var(--color-accent);
}
.room_table dd {
    width: calc(100% - 85px);
    padding: 15px 0;
}
.room_table dd span {
    display: inline-block;
}
.icon_sq {
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
    font-size: 20px;
}
.icon_sq::before {
    content: '■';
    color: var(--color-accent);
}
.icon_sq+dd {
    margin-top: 25px;
    padding-bottom: 40px;
    line-height: 1.8;
}
.icon_arrow {
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
}
.icon_arrow::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../../room/img/icon_arrow_down.svg)no-repeat center/contain;
}
@media screen and (hover: hover) and (min-width: 601px) {
    .icon_arrow:hover {
        opacity: 1;
    }
    .icon_arrow:hover .cmn_link_lr::after {
        transform: scale(1);
    }
}
@media screen and (max-width: 600px) {
    .icon_sq {
        padding-bottom: 10px;
        font-size: 18px;
    }
    .icon_sq+dd {
        margin-top: 20px;
        padding-bottom: 30px;
    }
}


/* .cmn_layout  */
.cmn_layout .box {
    display: flex;
    gap: 0 8%;
}
.cmn_layout .detail {
    line-height: 1.8;
}
.cmn_layout .detail p:has(.icon_arrow) {
    padding: 25px 0 35px;
    text-align: right;
}
@media screen and (min-width: 601px) {
    .cmn_layout .slick_dot {
        width: 62.25%;
    }
    .cmn_layout .slick_dot .ofi {
        min-height: 500px;
    }
}
@media screen and (max-width: 600px) {
    .cmn_layout .box {
        flex-direction: column;
        gap: 20px 0;
    }
    .cmn_layout p:has(.cmn_link_02) {
        text-align: center;
    }
}

/* .cmn_layout_02  */
.cmn_layout_02 .box {
    display: flex;
    align-items: flex-start;
    gap: 0 8%;
}
.cmn_layout_02 .txt {
    line-height: 1.8;
}
.cmn_layout_02 .txt h2+p {
    margin-top: 30px;
}
.cmn_layout_02 .txt p:has(.cmn_link_01) {
    margin-top: 30px;
    text-align: right;
}
.cmn_layout_02 h2 {
    margin-bottom: 30px !important;
    font-size: 30px !important;
    text-align: left !important;
}
.cmn_layout_02 .photo {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 60%;
}
.cmn_layout_02 .photo>p {
    width: calc(50% - 2.5px);
}
.cmn_layout_02.re .box {
    flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
    .cmn_layout_02 .box,
    .cmn_layout_02.re .box {
        flex-direction: column;
    }
    .cmn_layout_02 h2 {
        font-size: 22px !important;
        text-align: center !important;
    }
    .cmn_layout_02 .photo,
    .cmn_layout_02 .txt {
        width: 100%;
    }
    .cmn_layout_02 .txt h2+p {
        margin-bottom: 25px;
    }
    .cmn_layout_02 .txt p:has(.cmn_link_01) {
        margin: 30px 0 25px;
    }
}


/* ---------------------------------------------------
    #room_sauna
------------------------------------------------------ */
#room_sauna .photo {
    display: flex;
    column-gap: 10px;
}
#room_sauna .box {
    display: flex;
    column-gap: 7%;
    padding: 50px 0 0;
}
#room_sauna .box .txt {
    margin-top: -5px;
    line-height: 1.8;
}
#room_sauna .box .room_icon {
    margin-top: 1em;
}
#room_sauna .box p:has(.cmn_link_01) {
    margin-top: 30px;
    text-align: right;
}
#room_sauna .box .photo {
    flex-shrink: 0;
    width: 45%;
}

@media screen and (max-width: 600px) {
    #room_sauna .photo {
        column-gap: 5px;
    }
    #room_sauna .photo .ofi {
        aspect-ratio: 50 / 33;
    }
    #room_sauna .box {
        flex-direction: column;
        padding-top: 5px;
    }
    #room_sauna .box .photo {
        column-gap: 5px;
        width: 100%;
    }
    #room_sauna .box .txt {
        margin-top: 25px;
    }
    #room_sauna .box p:has(.cmn_link_01) {
        text-align: center;
    }
}


/* ---------------------------------------------------
    #plan_breakfast
------------------------------------------------------ */
#plan_breakfast {
    padding-bottom: 70px;
}
@media screen and (max-width: 600px) {
    #plan_breakfast {
        padding-bottom: 20px;
    }
}


/* ===================================================
	SAUNA
====================================================== */
.sauna #sec_lead .lead_1 .cmn_color {
    font-size: 40px;
    line-height: 1.5;
}
.sauna #sec_lead .cmn_color+p {
    margin-top: 20px;
}
.sauna #sec_lead .lead_2 {
    flex-direction: row-reverse;
    margin-top: 100px;
}
.sauna #sec_lead .lead_2 .photo {
    width: auto;
}
.sauna #sec_lead .youtube {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
iframe {
    max-width: 100%;
}
.sauna #room_amenity .cmn_layout_02+.cmn_layout_02 {
    margin-top: 75px;
}

@media screen and (min-width: 601px) {
    .sauna #sec_lead {
        padding-bottom: 90px;
    }
    .sauna #sec_lead .lead_1 .photo {
        width: 58%;
    }
    .sauna #sec_lead .lead_2 .photo {
        column-gap: 10px;
    }
    .sauna #sec_lead .lead_2 .photo>p {
        width: calc(50% - 5px);
    }
    .sauna #sec_lead .movie {
        width: 46.6%;
    }
}
@media screen and (max-width: 600px) {
    iframe {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .sauna #sec_lead .box .photo {
        margin-top: 30px;
    }
    .sauna #sec_lead .lead_1 .cmn_color {
        font-size: 28px;
    }
    .sauna #sec_lead .lead_2 {
        flex-direction: column;
        margin-top: 50px;
    }
    .sauna #sec_lead .lead_2 .cmn_color {
        font-size: 22px;
        line-height: 1.5;
    }
    .sauna #sec_lead .youtube {
        flex-direction: column;
        gap: 5px 0;
        margin-top: 50px;
    }
}

