@charset "UTF-8";

a{
    cursor: pointer;
}
.grid_col_1_3{
    grid-column: 1 / 3;
}
.main_ttl{
    font-size: 28px;
    padding: 40px 0 5px;
}

.header_ct_pc{
    position: fixed;
    width: 100%;
    height: 120px;
    z-index: 100;
    background-color: var(--color-f7efe3);
}

.header_ct_pc .ct01{
    padding: 10px;
}

.header_ct_pc .ct01 .list{
    display: grid;
    grid-template-columns: 1fr max-content max-content max-content;
    align-items: center;
    font-size: 14px;
}

.header_ct_pc .ct01 .list .tel_txt{
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 20px;
}

.header_ct_pc .ct01 .list .it02{
    margin-right: 20px;
}

.header_ct_pc .ct01 .btn{
    height: 40px;
    padding: 0 20px;
}

.header_ct_pc .ct01 .list .it04 .btn{
    background-color: var(--color-BA9600);
}

.header_ct_pc .ct01,
.header_ct_pc .ct02{
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.header_ct_pc .ct01 .list li img {
  width: 36%;
}
.header_ct_pc .ct02 .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header_ct_pc .ct02 .list li{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.header_ct_pc .ct02 .list li::after{
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #333;
    z-index: 1;
}

/* .main_ct{
    padding-top: 120px;
} */

.front_txt{
    font-size: 28px;
}

.slide_mv{
    height: 600px;
}

.slide_mv img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.slide_mv::after{
    width: 540px;
    height: 319px;
}

.information_ct{
    display: grid;
    max-width: 960px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 auto;
}

.information_ct .ct01{
    grid-column: 1 / 3;
    max-width: 720px;
    margin: 0 auto;
}

.information_ct .ct02,
.information_ct .ct03{
    display: grid;
    place-items: center;
}
.information_ct .ct02{
  grid-column: span 2;
}
.information .txt{
    font-size: 16px;
    text-align: center;
}

.information_ct .ct02 .btn, .information_ct .ct03 .btn{
    width: 100%;
    padding: 0 5px;
}

.info_wrap{
}

.info_wrap::-webkit-scrollbar{
    display:none;
}

.common_ct .list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.common_ct .list li{
    max-width: 220px;
}

.common_ct .list li:nth-of-type(3n){
    margin-top: 0;
}

.common_ct .list li:not(last-of-type){
    margin-right: 20px;
}

.service_ct .ct01{
    max-width: 960px;
    margin: 0 auto;
}

.service_ct .ct01 .list{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service_ct .ct01 .list li{
    font-size: 24px;
}

.service_ct .ct01 .list li .label{
    font-size: 20px;
    letter-spacing: .1em;
}

.service_ct .ct02 .point_it{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    place-items: flex-start;
    max-width: 960px;
    margin: 0 auto 70px;
    width: 100%;
}

.service_ct .ct02 .point_it .it01{
    width: 100%;
    height: 100%;
    max-width: 960px;
}

.service_ct .ct02 .point_it .it01{
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    box-sizing: border-box;
}

.service_ct .ct02 .point_it .it02{
    order: 1;
    width: 100%;
    max-width: 960px;
}

.service_ct .ct02 .point_it .it02 img{
    width: 100%;
    height: 100%;
}

.service_ct .ct02 .point_it:not(:first-of-type){
    margin-top: 0;
}

#slide_food,
#slide_facility,
#slide_kidsspace,
#slide_kids,
#slide_baby,
#slide_childcare {
    padding-bottom: 0;
}

#slide_food,#slide_facility,#slide_baby{
    max-width: 700px;
}

.sub_img {
    width: 100%;
    text-align: center;
}

.sub_img img{
    width: 73%;
}

.service_ct .it01 .txt.mid_ttl{
    margin-top: 20px;
}

#point4 .it01 > .txt{
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
}

#slide_facility {
    margin: 0 auto;
}

.line_ct .ct01,.line_ct .ct01 img{
    height: 600px;
    object-fit: cover;
}

.line_ct .ct01 .btn_ct{
    bottom: 20px;
}

.line_ct .ct01 .btn_ct .btn{
    width: 378px;
}

.message_ct{
    max-width: 940px;
    margin: 0 auto;
}

.message_ct .ct01{
    margin-top: 20px;
}

.message_ct .ct01,
.message_ct .ct02{
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 0 40px;
    margin-bottom: 20px;
}

.message_ct .message_ttl{
    font-size: 28px;
    grid-column: 1 / 3;
}

.message_ct .it02{
    order: 2;
    width: 200px;
    height: auto;
}

.message_ct .txt{
    margin: 0 0 20px;
}

.voice_ct .list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 40px;
    max-width: 1260px;
    margin: 0 auto;
}

.voice_ct .list .txt01{
    font-size: 20px;
}

.faq_ct .list{
    max-width: 940px;
    margin: 0 auto;
}

.faq_ct .list li{
    cursor: pointer;
}

.faq_ct .btn{
    width: 23%;
}

.faq_ttl{
    height: 82px;
    padding: 24px;
}

.faq_ct .list a{
    color: var(--color-551A8B);
}
#room .grid_setsubi {
    grid-column: 1 / 3;
    margin-bottom: 40px;
}
#room{
    background-color: var(--color-fff);
}

.room_ct{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
}

.room_ct .main_ttl{
    grid-column: 1 / 3;
}

.room_ct .room_comparison{
    grid-column: 1 / 3;
}

.ttl_room_comparison {
    font-size: 24px;
}

.table_room_comparison {
    font-size: 16px;
    word-break: keep-all;
}

#slide_room_rs .slick-track {
    display: flex;
}

.room_ct .room_it img{
    /* width: 100%; */
    height: auto;
}

.room_ct .room_ttl{
    font-size: 28px;
}

.room_ct .room_it{
    max-width: 450px;
}

.room_ct .room_it .slide_01{
    aspect-ratio: 450 / 300;
}

.stay_ct .stay_ttl,
.stay_ct .stay_ttl + .txt{
    font-size: 28px;
}

.stay_grid_ct{
    max-width: 940px;
    margin: 20px auto 40px;
    gap: 0 40px;
}

.stay_grid_ct .stay_it img{
    width: 100%;
}

.stay_grid_ct .stay_it img.arrow_down{
    width: 12px;
}

.stay_it .btn_ct{
    text-align: center;
    margin-top: 20px;
}

.stay_it .btn{
    display: inline-flex;
    justify-content: space-between;
    width: 260px;
    padding: 13px;
}

.stay_it .btn img.arrow_down{
    width: 16px;
    margin-left: 10px;
}

.stay_it h2{
    font-size: 28px;
}

.stay_it .sub_txt{
    font-size: 18px;
}

.stay_plan_ct .inner{
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 0 40px;
    padding: 40px 10px;
    max-width: 940px;
    margin: 0 auto;
}

.stay_plan_ct .stay_plan_it:first-of-type{
    order: 2;
}

.stay_plan_ct .stay_plan_it:nth-of-type(2){
    order: 1;
}

.stay_plan_ttl{
    font-size: 28px;
}

.btn_ct.col1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.btn_ct.col1 .btn{
    width: 23%;
    height: 80px;
    font-size: 20px;
    text-align: center;
    min-width: 260px;
}

.refresh_plan_ct .inner{
    max-width: 940px;
    margin: 0 auto;
}

.refresh_plan_ttl{
    font-size: 28px;
}

.refresh_plan_table th{
    height: 60px;
    border-bottom: 2px solid var(--color-fff);
    border-right: 2px solid var(--color-fff);
}

.refresh_plan_table th.th1{
    font-size: 28px;
}

.refresh_plan_table th.th2{
    font-size: 24px;
}

.refresh_plan_table th.th3{
    font-size: 24px;
}

.refresh_plan_table td{
    font-size: 20px;
    font-family: var(--font-family02);
    font-weight: bold;
    border: 2px solid #cbefeb;
}

.refresh_plan_table .small{
    font-size: 16px;
}

.stay_plan_ct.bg + .btn_ct .btn{
    width: 23%;
}

.first_stay_plan_ct .inner{
    max-width: 940px;
    margin: 0 auto;
}

.first_stay_plan_ttl{
    font-size: 28px;
}

.first_stay_plan_table{
    overflow: hidden;
}

.first_stay_plan_table th{
    width: 16%;
    font-size: 22px;
}

.first_stay_plan_table th.th1{
    font-size: 22px;
}

.first_stay_plan_table thead th{
    border: 2px solid var(--color-fff);
}

.first_stay_plan_table thead th:not(.th1){
    font-size: 18px;
}

.first_stay_plan_table tbody td{
    font-size: 22px;
    font-family: var(--font-family02);
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-right: 2px solid #dcd9d4;
}

.first_stay_plan_table .txt{
    font-size: 20px;
    border-top: 2px solid #dcd9d4;
}

.first_stay_plan_table tbody tr:not(:last-of-type){
    border-bottom: 2px solid var(--color-BA9600);
}

.first_stay_plan_table tr .txt:first-of-type::after{
    font-size: 32px;
    right: -13px;
}

.benefits_ttl{
    grid-column: 1 / 3;
    font-size: 28px;
    margin-bottom: 40px;
}

.benefits_ct{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    max-width: 940px;
    margin: 0 auto;
}

.benefits_ct + .btn_ct{
    padding: 20px 0;
}

.benefits_ct + .btn_ct .btn{
    background-color: var(--color-9DD219);
}

.benefits_ct .benefits_it .it01{
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 20px;
}

.benefits_it img{
    width: 180px;
    grid-row: 1 / 5;
    margin: 0 auto 20px;
}

.benefits_it img.arrow_right{
    width: 6px;
    height: max-content;
    margin-left: 5px;
}

.benefits_it .link{
    display: flex;
    width: 100px;
    align-items: baseline;
    line-height: 1;
}

.benefits_table{
    width: 100%;
}

.benefits_table th{
    width: 30%;
}

.benefits_table td{
    width: 70%;
}

.family_stay_ct .inner{
    max-width: 940px;
    margin: 0 auto;
}

.family_stay_ct .btn_ct .btn{
    font-size: 18px;
    width: 43%;
}

.family_stay_ttl{
    font-size: 28px;
}

.long_term_plan_ttl{
    font-size: 28px;
}

.long_term_plan_ct .inner{
    max-width: 940px;
    margin: 0 auto;
}

.value_type_ttl{
    font-size: 20px;
}

.value_type_ct .list .txt{
    font-size: 20px;
}

.value_type_ct .list .txt .small{
    font-size: 14px;
}

.value_type_ct .sub_list li{
    font-size: 16px;
}

.value_type_ct{
    margin: 20px auto 40px;
    padding: 30px;
}

.value_type_ct .list{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 10px;
}

.value_type_ct .list li > div{
    font-size: 16px;
}

.value_type_ct .sub_list li{
    font-size: 14px;
}

.long_term_plan_ct .btn_ct .btn{
    font-size: 20px;
}

.tour_resv_ttl{
    font-size: 28px;
}

.tour_resv_ct .inner{
    max-width: 940px;
    margin: 0 auto;
}

.tour_resv_ct .inner img{
    width: 100%;
}

.media_ct .inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 70px;
    max-width: 1260px;
    margin: 0 auto;
}

.media_ttl{
    max-width: 370px;
    margin: 40px auto;
}

.media_it{
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 20px;
}


.media_it img{
    width: 184px;
}

.media_it .img_ct{
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.media_it .ttl{
    font-size: 20px;
    margin-top: 0;
}

.media_it .btn_ct,
.media_it .ttl{
    text-align: left;
}

.media_it a{
    margin: 0;
    height: 40px;
    min-width: 180px;
}

.access_ct .inner{
    max-width: 1260px;
    margin: 0 auto;
}

.access_table{
    width: 100%;
    max-width: 940px;
    margin: 40px auto;
}

.access_table tr{
    display: grid;
    grid-template-columns: 280px 1fr;
}

.access_table th, .access_table td{
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.access_ct .gmp_ct iframe{
    height: 416px;
}

.footer_ct{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 243px;
    font-size: 14px;
    background-color: #FE7F9C;
}

.mg_point_table:last-of-type td:last-of-type {
    font-size: 15px;
}
.mv_note {
    font-size: 12px;
    vertical-align: text-top;
}

.access_table tr {
    grid-template-columns: max-content 1fr;
}
