@charset "utf-8";

/* navHeight */
.navHeight{
    width: 100%;
    height: 120px;
}
@media (max-width:1024px){
    .navHeight{
        height: 60px;
        background-image: url(../images/common/bg01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-bottom: 1px solid #d3adaf;
    }
}

/* pageWrap */
.pageWrap{
    background-image: url(../images/top/bg01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.pageWrap:before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#fff,transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.pageWrap_inner{
    position: relative;
}
.fadeIn{
    opacity: 0;
    transition: opacity 1s ease-out,transform 1s ease-out;
}
.fadeIn.show{
    opacity: 1;
}

/* equipmentBtn */
.pageContent{
    margin-bottom: 80px;
}
.pageTtl{
    padding: 80px 0 0 0;
}
.pageTtl h2{
    font-family: "EB Garamond", serif;
    font-size: 2.5em;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background-color: #c38e92;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;              
}
.pageTtl h2 span{
    font-size: 0.4em;
    letter-spacing: 0.1em;
    margin-left: 1em;                    
    color: #fff;            
}
.mainImg{
    max-width: 500px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}
.overlay{
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.overlay.active{
    opacity: 0.5;
}
.multiply{
    mix-blend-mode: multiply;
}
.under1024,
.under500{
    display: none;
}
@media (max-width:1500px){
    .pageTtl h2{
        font-size: 2.4em;            
    }
}
@media (max-width:1024px){
    .pageContent{
        margin-bottom: 0px;
    }
    .under1024{
        display: block;
    }
}
@media (max-width:768px){
    .pageTtl h2{
        font-size: 2.3em;            
    }
}
@media (max-width:500px){                    
    .pageTtl h2{
        flex-direction: column;
        padding: 0.25em 0 0.45em 0;          
    }
    .pageTtl h2 span{
        margin-left: 0em;         
    }
    .mainImg{
        width: 60%;
    }
    .under500{
        display: block;
    }
}
@media (max-width:375px){                    
    .pageTtl h2{
        margin-bottom: 30px;        
    }
}

/* pageTtl */
.roomBtn ul{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.roomBtn ul li{
    width: 31%;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
}
.roomBtn ul li a{
    display: block;
    text-align: center;
    background-image: url(../images/plan/btnBg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid transparent;
    transition: 0.5s all;
}
.roomBtn ul li a:hover,
.roomBtn ul li a:active{
    border: 2px solid #b17a74;
    transition: 0.5s all;
}
.roomBtn ul li a h3{
    font-family: "EB Garamond", serif;
    font-size: 1.15em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #b17a74;
    margin-bottom: 10px;
}
.roomBtn ul li a h3 span{
    font-size: 1.5em;
}
.roomBtn ul li a .areaBox h4{
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.2em;
    background-color: #b17a74;
    color: #fff;
    padding: 0.25em 0;
}
.roomBtn ul li a .areaBox p{
    font-family: "EB Garamond", serif;
    font-size: 1.15em;
    letter-spacing: 0.1em;
    color: #b17a74;
}
.roomBtn ul li a .areaBox p span{
    font-family: "EB Garamond", serif;
    font-size: 1.75em;
}
.under1200{
    display: none;
}
@media (max-width:1500px){
    .roomBtn ul li a h3,
    .roomBtn ul li a .areaBox p{
        font-size: 1.05em;
    }
}
@media (max-width:1200px){
    .under1200{
        display: block;
    }
}
@media (max-width:1024px){
    .under1024{
        display: block;
    }
}
@media (max-width:768px){
    .roomBtn ul{
        width: 90%;
        justify-content: center;
    } 
    .roomBtn ul li{
        width: 48%;
        margin-bottom: 30px;
    }
    .roomBtn ul li:first-child{
        margin-right: 4%;
    }
    .roomBtn ul li:last-child{
        margin-bottom: 0%;
    }
    .roomBtn ul li a{
        padding: 20px;
    }
}
@media (max-width:500px){
    .roomBtn ul li a{
        padding: 15px;
    }                
}

/* page_innerBtn */
.landPlan_img{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    position: relative;
} 
.landPlan_img>img{
    position: relative;
} 
.landPlan_img:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    aspect-ratio: 1/1;
    width: 80%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 0) 100%
    );
}
@media (max-width:768px){
    .landPlan_img{
        width: 90%;
    }
    .landPlan_img>img{
        width: 125%;
    } 
}
@media (max-width:500px){
    .landPlan_img>img{
        width: 150%;
    } 
}
@media (max-width:375px){
    .landPlan_img>img{
        width: 175%;
    } 
}

/* mainBox */
.floorPlan_imgRow{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
} 
.floorPlan_imgRow>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.floorPlan_imgRow>ul>li{
    width: 43%;
    margin-bottom: 50px;
} 
.floorPlan_imgRow ul li h3{
    font-family: "EB Garamond", serif;
    font-size: 1.15em;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
    color: #b5b691;
    padding: 0.25em 0;
    margin-bottom: 20px;
} 
.floorPlan_imgRow>ul>li:first-child{
    margin-right: 4%;
} 
.floorPlan_imgRow>ul>li:last-child{
    margin-bottom: 0px;
}
@media (max-width:768px){
    .floorPlan_imgRow{
        max-width:500px;
        width: 90%;
    }
    .floorPlan_imgRow> ul> div> div> li{
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
    }  
    .floorPlan_imgRow>ul>li:first-child{
        margin-right: 0%;
    }
    .floorPlan_imgRow .slick-prev,
    .floorPlan_imgRow .slick-next {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        background-color: rgba(195, 142, 146, 0.5);
        border:none;
    }
    .floorPlan_imgRow .slick-prev {
        left: 0px;
    }
    .floorPlan_imgRow .slick-next {
        right: 0px;
    }
    .slick-prev:before{
        content: '＜';
        line-height: 1;
    }
    .slick-next:before {
        content: '＞';
        line-height: 1;
    }
    /* ドット全体の位置や余白調整 */
    .slick-dots {
        bottom: 10px; /* ドットの位置 */
        display: flex;
        text-align: center;
    }
    /* 各ドットの間隔とサイズ */
    .slick-dots li {
        margin: 0 6px;
        width: 12px;
        height: 12px;
    }
    /* ドットの形状（円に） */
    .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc; /* 非アクティブ時の色 */
        opacity: 1;
        transition: background-color 0.3s;
        font-size: 0; /* 中のテキスト非表示 */
    }
    /* アクティブなドットの色 */
    .slick-dots li.slick-active button {
        background-color: #888; /* アクティブ時の色 */
    }
    .slick-dots li button:before {
        display: none;
    }
}

.elevationPlan_imgRow{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
} 
.elevationPlan_imgRow>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.elevationPlan_imgRow>ul>li{
    width: 21%;
    margin-right: 4%;
} 
.elevationPlan_imgRow>ul>li:last-child{
    margin-right: 0%;
} 
.elevationPlan_imgRow ul li h3{
    font-family: "EB Garamond", serif;
    font-size: 1.15em;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
    color: #b5b691;
    padding: 0.25em 0;
    margin-bottom: 20px;
} 
.elevationPlan_imgRow>ul>li:last-child{
    margin-right: 0%;
}
@media (max-width:768px){
    .elevationPlan_imgRow{
        max-width:300px;
        width: 60%;
    }
    .elevationPlan_imgRow> ul> div> div> li{
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
        margin-right: 0%;
    }  
    .elevationPlan_imgRow>ul>li:first-child{
        margin-right: 0%;
    }
    .elevationPlan_imgRow .slick-prev,
    .elevationPlan_imgRow .slick-next {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        background-color: rgba(195, 142, 146, 0.5);
        border:none;
    }
    .elevationPlan_imgRow .slick-prev {
        left: 0px;
    }
    .elevationPlan_imgRow .slick-next {
        right: 0px;
    }
}