@charset "utf-8";

/* pageTitle */
.pageTitle{
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
.pageTitle>.title{
    text-align: center;
}
.pageTitle>.title>h4{
    font-family: "Libre Baskerville", serif;
    font-size: 1.25em;
    line-height: 1.8;
    letter-spacing: 0.25em;
}
@media (max-width:1320px){
    .pageTitle{
        width: 80%;
    }
}
@media (max-width:1200px){
    .pageTitle>.title>h4{
        font-size: 1.15em;
    }
}
@media (max-width:960px){
    .pageTitle>.title>h4{
        font-size: 1.05em;
    }
}
@media (max-width:768px){
    .pageTitle{
        width: 90%;
    }
}
@media (max-width:430px){
    .pageTitle{
        padding: 50px 0;
    }
    .pageTitle>.title>h4{
        font-size: 0.95em;
    }
}

/* planBtn_wrap */
.planBtn_wrap{
    background-color: #adaf8d;
}
.planBtn_wrap>ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.planBtn_wrap>ul>li{
    font-family: "Libre Baskerville", serif;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #231815;
    padding: 1em 2em;
    box-sizing: border-box;
    transition: 0.5s all;
}
.planBtn_wrap>ul>li.active,
.planBtn_wrap>ul>li:hover,
.planBtn_wrap>ul>li:active{
    background-color: #fff;
    transition: 0.5s all;
}
@media (max-width:1200px){
    .planBtn_wrap>ul>li{
        font-size: 0.8em;
    }
}
@media (max-width:960px){
    .planBtn_wrap>ul>li{
        font-size: 0.7em;
        text-align: center;
    }
}
@media (max-width:768px){
    .planBtn_wrap>ul>li{
        width: 50%;
        padding: 1em 0em;
    }
}

/* planPage_inner */
.planPage_inner{
    padding: 80px 0;
    background-color: #fff;
}

/* planContent */
.planContent{
    margin-bottom: 80px;
}
.roomPlan_wrap{
    max-width:1100px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}
.roomPlan_wrap.premium{
    margin-bottom: 0px;
}
.roomPlan_wrap>.titleWrap{
    margin-bottom: 30px;
}
.roomPlan_wrap>.titleWrap>h3{
    font-family: "Libre Baskerville", serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #231815;
    text-align: center;
}
.roomPlan_wrap>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.roomPlan_wrap>ul>li{
    width: 30%;
    position: relative;
}
.roomPlan_wrap>ul>li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/top/bg01.svg);
    mix-blend-mode: multiply;
    opacity: 0.2;
}
.roomPlan_wrap.premium>ul>li{
    width: 48%;
}
.roomPlan_wrap>ul>li>a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px 10px;                    
    box-sizing: border-box;
    background-color: #b79e2f;
    transition: 0.5s all;
}
.roomPlan_wrap>ul>li>p.soldOut{
    font-family: "Libre Baskerville", serif;
    font-size: 1.75em;
    letter-spacing: 0.1em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(35, 24, 21, 0.75);
    z-index: 3;
}
.roomPlan_wrap>ul>li>a:hover,
.roomPlan_wrap>ul>li>a:active{
    opacity: 0.75;
    transition: 0.5s all;
}               
.roomPlan_wrap.premium>ul>li>a{
    background-color: #a37f47;
}
.roomPlan_wrap>ul>li>a>h4{
    font-family: "Libre Baskerville", serif;
    font-size: 1em;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 1.5em;
    box-sizing: border-box;
    position: relative;
}
.roomPlan_wrap>ul>li>a>h4>span{
    font-family: "Libre Baskerville", serif;
    font-size: 2em;
    color: #fff;
}
.roomPlan_wrap>ul>li>a>ul{
    position: relative;
}
.roomPlan_wrap>ul>li>a>ul>li{
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 1em;
    box-sizing: border-box;
    border-left: 5px solid #fff;
}
.roomPlan_wrap>ul>li>a>ul>li:last-child{
    margin-bottom: 0px;
}
@media (max-width:1400px){
    .roomPlan_wrap>ul{
        justify-content: center;
    }
    .roomPlan_wrap>ul>li{
        width: 48%;
        margin-bottom: 20px;
    }
    .roomPlan_wrap>ul>li:nth-child(1){
        margin-right: 4%;
    }
    .roomPlan_wrap>ul>li:nth-child(3){
        margin-bottom: 0px;
    }
    .roomPlan_wrap.premium>ul>li{
        margin-bottom: 0px;
    }
}
@media (max-width:1200px){
    .roomPlan_wrap>ul>li>a{
        flex-direction: column;
    }
    .roomPlan_wrap>ul>li>p.soldOut{
        font-size: 1.5em;
    }
    .roomPlan_wrap>ul>li>a>h4{
        margin-bottom: 20px;
    }
    .roomPlan_wrap>.titleWrap>h3,
    .roomPlan_wrap>ul>li>a>h4{
        font-size: 1em;
    }
    .roomPlan_wrap>ul>li>a>ul>li{
        font-size: 0.8em;
    }
}
@media (max-width:960px){
    .roomPlan_wrap>ul>li>p.soldOut{
        font-size: 1.25em;
    }
    .roomPlan_wrap>.titleWrap>h3,
    .roomPlan_wrap>ul>li>a>h4{
        font-size: 0.9em;
    }
    .roomPlan_wrap>ul>li>a>ul>li{
        font-size: 0.7em;
    }
}
@media (max-width:768px){
    .roomPlan_wrap{
        width: 90%;
    }
}
@media (max-width:430px){
    .roomPlan_wrap>ul>li,
    .roomPlan_wrap.premium>ul>li{
        max-width:300px;
        width: 100%;
    }
    .roomPlan_wrap>ul>li:nth-child(1),
    .roomPlan_wrap.premium>ul>li:nth-child(1){
        margin-right: 0%;
    }
    .roomPlan_wrap.premium>ul>li:nth-child(1){
        margin-bottom: 20px;
    }
}
@media (max-width:375px){
    .roomPlan_wrap>ul>li>p.soldOut{
        font-size: 1em;
    }
}

/* landPlan_wrap */
.landPlan_wrap>.titleWrap{
    margin-bottom: 50px;
}
.landPlan_wrap>.titleWrap>h3{
    font-family: "Libre Baskerville", serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #231815;
    text-align: center;
    margin-bottom: 5px;
}
.landPlan_wrap>.titleWrap>p{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #231815;
    text-align: center;
}
.landPlan_map{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
}
@media (max-width:1200px){
    .landPlan_wrap>.titleWrap>h3{
        font-size: 1em;
    }
    .landPlan_wrap>.titleWrap>p{
        font-size: 0.9em;
    }
}
@media (max-width:960px){
    .landPlan_wrap>.titleWrap>h3{
        font-size: 0.9em;
    }
    .landPlan_wrap>.titleWrap>p{
        font-size: 0.8em;
    }
}
@media (max-width:768px){
    .landPlan_map{
        width: 90%;
    }
    .landPlan_map>img{
        width: 150%;
    }
}

/* floorPlan_wrap */
.floorPlan_wrap>.titleWrap{
    margin-bottom: 50px;
}
.floorPlan_wrap>.titleWrap>h3{
    font-family: "Libre Baskerville", serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #231815;
    text-align: center;
    margin-bottom: 5px;
}
.floorPlan_wrap>.titleWrap>p{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #231815;
    text-align: center;
}
.floorPlan_mapRow{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.floorPlan_mapRow>li{
    width: 48%;
    margin-bottom: 30px;
}
.floorPlan_mapRow>li:nth-child(1){
    margin-right: 4%;
}
.floorPlan_mapRow>li:nth-child(3){
    margin-bottom: 0px;
}
.floorPlan_mapRow>li>h4,
.swiper-slide>h4{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #231815;
    padding-left: 1em;
    border-left: 5px solid #231815;
    margin-bottom: 20px;
}
.swiper.floorPlan_slider.sp{
    display: none;
}
@media (max-width:1200px){
    .floorPlan_wrap>.titleWrap>h3{
        font-size: 1em;
    }
    .floorPlan_mapRow>li>h4,
    .floorPlan_wrap>.titleWrap>p,
    .swiper-slide>h4{
        font-size: 0.9em;
    }
}
@media (max-width:960px){
    .floorPlan_wrap>.titleWrap>h3{
        font-size: 0.9em;
    }
    .floorPlan_mapRow>li>h4,
    .floorPlan_wrap>.titleWrap>p,
    .swiper-slide>h4{
        font-size: 0.8em;
    }
}
@media (max-width:768px){
    .floorPlan_mapRow.pc{
        display: none;
    }
    .swiper.floorPlan_slider.sp{
        display: block;
    }
    .floorPlan_slider{
        max-width: 450px;
        width: 90%;
    }
    .swiper-slide{
        padding: 0 40px 40px 40px;
        box-sizing: border-box;                        
    }
    .swiper-button-prev,
    .swiper-button-next{
        width: 30px;
        height: 30px;
        background-color: #adaf8d;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after{
        font-size: 18px;
        color: #fff;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 1px solid #adaf8d;
        background: #fff;    /* 通常の色 */
        opacity: 1;
    }
    /* アクティブな丸 */
    .swiper-pagination-bullet-active {
        background: #adaf8d; /* 好きな色に変更 */

    }
}
@media (max-width:430px){
    .floorPlan_slider{
        width: 95%;
    }
}

/* elevationPlan_wrap */
.elevationPlan_wrap>.titleWrap{
    margin-bottom: 50px;
}
.elevationPlan_wrap>.titleWrap>h3{
    font-family: "Libre Baskerville", serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #231815;
    text-align: center;
    margin-bottom: 5px;
}
.elevationPlan_wrap>.titleWrap>p{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #231815;
    text-align: center;
}
.elevationPlan_mapRow{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
}
.elevationPlan_mapRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.elevationPlan_mapRow>li{
    width: 48%;
    margin-bottom: 30px;
}
.elevationPlan_mapRow>li:nth-child(3),
.elevationPlan_mapRow>li:nth-child(4){
    margin-bottom: 0px;
}
.elevationPlan_mapRow li h4{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #231815;
    padding-left: 1em;
    border-left: 5px solid #231815;
    margin-bottom: 20px;
}
.swiper.elevationPlan_slider.sp{
    display: none;
}
@media (max-width:1200px){
    .elevationPlan_wrap>.titleWrap>h3{
        font-size: 1em;
    }
    .elevationPlan_mapRow>li>h4,
    .elevationPlan_wrap>.titleWrap>p{
        font-size: 0.9em;
    }
}
@media (max-width:960px){
    .elevationPlan_wrap>.titleWrap>h3{
        font-size: 0.9em;
    }
    .elevationPlan_mapRow>li>h4,
    .elevationPlan_wrap>.titleWrap>p{
        font-size: 0.8em;
    }
}
@media (max-width:768px){
    .elevationPlan_mapRow.pc{
        display: none;
    }
    .swiper.elevationPlan_slider.sp{
        display: block;
    }
    .elevationPlan_slider{
        max-width: 450px;
        width: 90%;
    }
    .elevationPlan_mapRow>li{
        width: 100%;
    }
    .elevationPlan_mapRow>li:nth-child(3){
        margin-bottom: 30px;
    }
}

/* pageNotice */
.pageNotice{
    width: 100%;
    margin-bottom: 0;
}
.pageNotice p{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    font-size: 0.75em;
    color: #231815;
}
@media (max-width:1200px){
    .pageNotice p{
        font-size: 0.65em;
    }
}
@media (max-width:960px){
    .pageNotice p{
        font-size: 0.55em;
    }
}
@media (max-width:768px){
    .pageNotice>p{
        width: 90%;
    }
}