@charset "utf-8";
/* ===================================================
	Room CSS
====================================================== */
@media screen and (max-width: 600px) {
    [class^="cmn_tit_"].illust::before {
        right: 0;
    }
}

.cmn_layout {
    padding-bottom: 140px;
}
.cmn_layout .main_vis {
    width: 100%;
    height: 100%;
}
.cmn_layout .tit_col {
    padding: 90px 0 100px;
}
.cmn_layout [class^="cmn_tit_"]+p {
    margin-top: 50px;
}
.cmn_layout .slick_dot {
    margin-bottom: 80px;
}
.cmn_layout .slick_dot .slick-slide {
    margin: 0 15px;
    opacity: 0.5;
    transition: opacity 0.5s;
}
.cmn_layout .slick_dot .slick-slide.slick-current {
    opacity: 1;
}
.cmn_layout .slick_dot .ofi {
    border-radius: 50px 0;
}
.cmn_layout .slick_dot .slick-dots {
    bottom: -35px;
}
.cmn_layout .btn_reserve_02 {
    margin-top: 60px;
}
.cmn_layout .layout_col {
    margin-top: 50px;
    padding: 55px 80px;
    border-radius: 10px;
    border: 1px solid var(--color-06);
    background-color: var(--color-05);
    text-align: center;
}

@media screen and (min-width: 601px) {
    .cmn_layout .tit_col { text-align: center; }
    .cmn_layout .cmn_table_01 { font-size: 15px; }
    .desc_txt { width: min(100%, 810px); margin: 60px auto 0; text-align: center; }
}
@media screen and (max-width: 600px) {
    .cmn_layout { padding-bottom: 80px; }
    .cmn_layout .main_vis { min-height: 190px; }
    .cmn_layout .tit_col { padding: 10px 0 50px; }
    .cmn_layout .slick_dot .slick-slide { margin: 0 5px; }
    .cmn_layout .slick_dot .ofi { border-radius: 25px 0; }
    .cmn_layout .cmn_table_01 { max-width: 95%; margin: 0 0 0 auto; }
    .cmn_layout .cmn_table_01>* { padding-right: 5%; }
    .cmn_layout .cmn_table_01 dt { font-weight: normal; }
    .cmn_layout .layout_col { margin-top: 25px; padding: 20px 8% 15px; }
    .cmn_layout .btn_reserve_02 { margin-top: 30px; }
}


/* ---------------------------------------------------
    Room
------------------------------------------------------ */
@media screen and (min-width: 601px) {
    #room_dx [class^="cmn_tit_"].illust::before {
        right: 85px;
    }
    #room_std [class^="cmn_tit_"].illust::before {
        right: 35px;
    }
}


/* ---------------------------------------------------
    #hoshizora_living
------------------------------------------------------ */
#hoshizora_living {
    padding: 140px 0 75px;
    background-color: var(--color-05);
}
#hoshizora_living .slick_dot {
    margin-top: 60px;
}
#hoshizora_living .slick_dot .slick-slide {
    margin: 0 5px;
}
#hoshizora_living .slick_dot .ofi {
    border-radius: 100px 0;
}

@media screen and (min-width: 601px) {
    #hoshizora_living .slick_dot {
        width: 1030px;
    }
    #hoshizora_living .slick_dot .slick-slide {
        margin: 0 15px;
    }
}
@media screen and (max-width: 600px) {
    #hoshizora_living { padding: 70px 0 30px; }
    #hoshizora_living .slick_dot { margin: 40px auto 50px; }
    #hoshizora_living .slick_dot .ofi { border-radius: 50px 0; }
}


/* ---------------------------------------------------
    #facilities
------------------------------------------------------ */
#facilities {
    padding: 75px 0 170px;
    background-color: var(--color-05);
}
#facilities .images {
    display: flex;
    justify-content: center;
    gap: 0 3.5%;
    margin-top: 100px;
}
#facilities .images .ofi {
    width: 32.16%;
    border-radius: 20px 0;
}
#facilities .cmn_table_01 {
    margin-top: 70px;
}

@media screen and (max-width: 600px) {
    #facilities { padding: 40px 0 50px; }
    #facilities .desc_txt { margin-top: 30px; }
    #facilities .images { margin-top: 40px; }
    #facilities .cmn_table_01 { margin-top: 55px; }
}

