@charset "UTF-8";
.p_mv{
    background: url('../img/mv.jpg') no-repeat center/cover;
    color: var(--white-color);
    @media screen and (max-width: 1000px) {
        background: url('../img/sp-mv.jpg') no-repeat center/cover;
    }
}

.p_navi{
    margin-top: 9rem;
    max-width: 69.4rem;
    margin-left: auto;
    margin-right: auto;
    ul{
        gap: 3rem 0;
    }
    li:nth-child(4){
        border-right: 1px solid var(--base-color);
    }
    li:nth-child(7){
        border-right: 1px solid var(--base-color);
    }
}
.room_list{
    padding: 10rem 0;
    .top_ttl{
        text-align: center;
    }
    .top_ttl+p{
        margin-top: 1rem;
        line-height: 2.5;
        text-align: center;
    }
    .room_img{
        margin-top: 2rem;
        max-width: 1340px;
        padding: 0 20px;
    }
    .room_wrap{
        display: flex;
        justify-content: space-between;
        margin-top: 4.8rem;
    }
    .room_left{
        width: 53.36%;
        p+p{
            /* margin-top: 4rem; */
            margin-top: 1rem;
        }
    }
    .room_right{
        width: 39.54%;
        border: 1px solid #d0cecc;
        padding: 3rem;
    }
    .room_link a{
        margin-top: 1.4rem;
        width: 39rem;
        height: 7.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 600;
        background: var(--base-color);
        color: var(--white-color);
        border: 1px solid var(--base-color);
    }
    table{
        line-height: 1.875;
    }
    th{
        width: 6rem;
        text-align: initial;
    }
}
@media screen and (max-width: 1000px) {
    .room_list{
        .room_img{
            margin-top: 5rem;
            max-width: 69rem;
            padding: 0 0;
        }
        .room_wrap{
            flex-direction: column;
            max-width: 69rem;
        }
        .room_left{
            width: 100%;
        }
        .room_right{
            margin-top: 3rem;
            margin-bottom: 3rem;
            width: 100%;
            border: 1px solid #d0cecc;
            padding: 2.4rem 3rem;
        }
        .room_link a{
            margin-top: 1.4rem;
            width: 100%;
            height: 11rem;
            font-size: 3.2rem;
        }
        th{
            width: 9rem;
        }
    }
}
.room_list:nth-of-type(n+2){
    border-top: 1px solid #d0cecc;
}

.swiper{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-controller {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.swiper-pagination {
    position: relative;
}
.swiper-button-next, .swiper-button-prev{
    position: relative;
    color: var(--black-color);
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    height: auto;
    width: auto;
    margin-top:0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.6rem;
    color: var(--black-color);
}
.swiper-pagination{
    padding: 0 3rem;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
}

.clm2{
    margin-top: 9rem;
    padding: 12rem 0 14rem;
    background-color: #ece7de;
    h2{
        text-align: center;
    }
    h3{
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    .clm2_wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 4rem;
        max-width: 1640px;
        padding: 0 20px;
        margin-top: 4rem;
    }
    /* .clm2_img{
        width: 52.8% ;
    } */
    .clm2_column{
        p{
            line-height: 2.5;
            margin-top: 2rem;
        }
    }
}
@media screen and (max-width: 1000px) {
    .clm2{
        h3{
        font-size: 3.4rem;
        }
        .clm2_wrap{
            flex-direction: column;
            gap: 0 4rem;
            max-width: 69rem;
            margin-left: auto;
            margin-right: auto;
            padding: 0 ;
        }
        .clm2_column{
            width: 100%;
            p{
                margin-top: 1rem;
            }
        }
    }
}
.plan{
    padding: 9rem 0 10rem;
    h2{
        text-align: center;
        position: relative;
        &:after{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
            height: 1px;
            background-color: #000;
            content: '';
            z-index: -1;
        }
        span{
            display: inline-block;
            padding: 0 10rem;
            background-color: #fff;
        }
    }
    .w1300{
        max-width: 1340px;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .plan_wrap{
        display: flex;
        align-items: center;
        gap: 0 4rem;
        margin: 4rem auto 0;
    }
    h3{
        font-size: 2.5rem;
        line-height: 2;
    }
    .plan_img{
        width: 55.76%;
    }
    .plan_column{
        width: 33%;
    }
    .plan_box{
        margin-top: 8rem;
        border: 1px solid #d0cecc;
        padding: 3rem;
        font-size: 1.4rem;
        line-height: 1.785714285714286;
    }
    th{
        text-align: left;
    }
    .first{
        width: 6rem;
    }
    .second{
        width: 12rem;
    }
}
@media screen and (max-width: 1000px) {
    .plan{
        h2{
            span{
                padding: 0 6rem;
            }
        }
        .w1300{
            max-width: 69rem;
            padding: 0;
        }
        .plan_wrap{
            flex-direction: column;
            gap: 0;
        }
        h3{
            font-size: 3.4rem;
        }
        .plan_img{
            width: 100%;
        }
        .plan_column{
            width: 100%;
        }
        .plan_box{
            margin-top: 3rem;
            padding: 2.4rem 3rem;
            font-size: 2.6rem;
        }
        th{
            text-align: left;
        }
        .first{
            width: 15rem;
        }
        .second{
            width: 15rem;
        }
    }
}
.summary{
    margin-top: 9rem;
    padding: 12rem 0 14rem;
    background-color: #efefef;
    h2{
        text-align: center;
    }
    h2+p{
        margin-top: 4rem;
        line-height: 2.5;
        text-align: center;
    }
    .summary_box{
        margin-top: 4rem;
        border: 1px solid #d0cecc;
        padding: 3rem;
        font-size: 1.4rem;
        line-height: 1.785714285714286;
        h3{
            font-weight: 700;
        }
        p+h3{
            margin-top: 2rem;
        }
        p{
            font-size: 1.4rem;
        }
    }
}
@media screen and (max-width: 1000px) {
    .summary{
        h2+p{
            text-align: initial;
        }
        .summary_box{
            padding: 2.4rem 3rem;
            font-size: 1.4rem;
            line-height: 1.785714285714286;
            h3{
               font-size: 2.6rem;
            }
            p+h3{
                margin-top: 1rem;
            }
            p{
                font-size: 2.6rem;
                max-width: 69rem;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }
}


/* swiperThu  */
@media(min-width:1001px) {
    .sliderThu {
        margin-bottom: 60px;
    }
    .sliderThu .swiper-wrapper {
        justify-content: center;
    }
    .sliderThu .swiperThumbnail .swiper-slide,
    .sliderThu .swiperThumbnail .swiper-slide_arg,
    .sliderThu .swiperThumbnail .swiper-slide_bre,
    .sliderThu .swiperThumbnail .swiper-slide_uno {
            opacity: .5;
      transition: opacity .5s;
/*      width: 120px !important;*/
    }
    .sliderThu .swiperThumbnail .swiper-slide img {
        width: 100%;
    }
    .sliderThu .swiperThumbnail .swiper-slide_arg,
    .sliderThu .swiperThumbnail .swiper-slide_bre,
    .sliderThu .swiperThumbnail .swiper-slide_uno {
        width: 212px;
      text-align: center;
      justify-content: center;
      margin-right: 1rem;
    }
    .sliderThu .swiperThumbnail .swiper-slide_arg img,
    .sliderThu .swiperThumbnail .swiper-slide_bre img,
    .sliderThu .swiperThumbnail .swiper-slide_uno img {
        width: 100%;
      justify-content: center;
  }
  .sliderThu .swiperThumbnail .swiper-slide-thumb-active {
      opacity: 1;
    }
}
@media(max-width:1000px) {
    .sliderThu {
        margin-bottom: 10vw;
    }
    .sliderThu .swiper-wrapper {
        justify-content: center;
    }
    .sliderThu .swiperThumbnail .swiper-slide,
    .sliderThu .swiperThumbnail .swiper-slide_arg,
    .sliderThu .swiperThumbnail .swiper-slide_bre,
    .sliderThu .swiperThumbnail .swiper-slide_uno {
        opacity: .5;
      transition: opacity .5s;
/*      width: 20vw !important;*/
    }
    .sliderThu .swiperThumbnail .swiper-slide_arg,
    .sliderThu .swiperThumbnail .swiper-slide_bre,
    .sliderThu .swiperThumbnail .swiper-slide_uno {
      width: 30%;
      text-align: center;
      justify-content: center;
      margin-right: 1.5rem;
    }
    .sliderThu .swiperThumbnail .swiper-slide img {
        width: 100%;
    }
    .sliderThu .swiperThumbnail .swiper-slide_arg img,
    .sliderThu .swiperThumbnail .swiper-slide_bre img,
    .sliderThu .swiperThumbnail .swiper-slide_uno img {
      width: 100%;
      margin: 0 auto;
  }
  .sliderThu .swiperThumbnail .swiper-slide-thumb-active {
      opacity: 1;
    }
    .sliderThu.room_img {
        margin-top: 0;
    }
}