/* フォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* 共通 */
body{
    margin: 0;
}
#cus_contents{
    overflow: hidden;
}
img{
    width: 100%;
}
h3{
    margin: 0;
}
p{
    color:#323725;
    /* PC/NotoSansJP_p */
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%; 
}
._flex{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 36px;
}
._flex-text{
    width: 50%;
}
._flex-img{
    width: 50%;
}
._flex-text p{
    line-height: 180%;
}
._title{
    font-size: clamp(3.75rem, 2.536rem + 5.18vw, 8.75rem);
    color: #E2E3D7;
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 140px */
    margin: 0 0 40px;
}
._inner{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
/* mv */
.mv{
    position: relative;
    background-image: url(../img/mv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.mv-img{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1080px;
}
.mv-img img{
    width: 430px;
}

/* about */
.about{
    padding: 160px 0 80px;
    background: #EFF0EC;
}
.about-flex{
    margin-bottom: 160px;
}
.about-flex ._flex-img{
    flex: 1;
    margin-right: calc(50% - 50vw);
}
.about-grid{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    z-index: 2;
}
.about-grid::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-70%, -70%);
    width: 30%;
    max-width: 338px;
    aspect-ratio: 338/221;
    background-image: url(../img/about-dec1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.about-grid::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(60%, 0);
    width: 40%;
    max-width: 537px;
    aspect-ratio: 537/250;
    background-image: url(../img/about-dec2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.about-grid-item{
    width: 100%;
    height: 100%;
}


/* relax */
.relax{
    width: 100%;
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}
.relax ._inner > p{
    display: block;
    margin-bottom: 80px;
}
.relax-flex {
    position: relative;
    z-index: 2;
}
.relax-flex h3{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16px;
}
.relax-flex h3{
    color: #323725;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Serif JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.relax-flex h3::before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #71A289;
    border-radius: 4px;
}
.relax-flex:nth-of-type(2) h3::before{
    background: #ACC47C;
}
.relax-flex:nth-of-type(3) h3::before{
    background: #C4B87C;
}
.relax-flex:nth-of-type(4) h3::before{
    background: #71A289;
}
.relax-flex:nth-of-type(5) h3::before{
    background: #ACC47C;
}

.relax-flex:nth-of-type(2)::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(90%, -50%);
    width: 30%;
    aspect-ratio: 536/369;
    background-image: url(../img/relax-dec1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.relax-flex:nth-of-type(3)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-80%, -60%);
    width: 35%;
    aspect-ratio: 1082/1163;
    background-image: url(../img/relax-dec2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.relax-flex:nth-of-type(4)::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(90%, -50%);
    width: 30%;
    aspect-ratio: 337.25/367.36;
    background-image: url(../img/relax-dec3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.relax-flex:nth-of-type(5)::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-90%, -20%);
    width: 30%;
    aspect-ratio: 337.25/367.36;
    background-image: url(../img/relax-dec4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}


/* guest */
.guest{
    position: relative;
    width: 100%;
    padding: 80px 0 160px;
    background: #EFF0EC;
    overflow: hidden;
}
.guest::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    aspect-ratio: 1920/230;
    background-image: url(../img/guest-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.guest ._inner > p{
    display: block;
    margin-bottom: 80px;
}
.guest ._title{
    position: relative;
    z-index: 2;
}
.guest-img{
    position: relative;
    z-index: 2;
}
.guest-img::after{
    content: "";
    position: absolute;
    bottom: 20%;
    left: 0;
    transform: translate(-50%, 50%);
    width: 30%;
    aspect-ratio: 402.676/407.925;
    background-image: url(../img/guest-dec1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.guest-img::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(80%, 50%);
    width: 30%;
    aspect-ratio: 309/322;
    background-image: url(../img/guest-dec2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}


/* convenience */
.convenience{
    width: 100%;
    padding: 0 0 160px;
    background: #EFF0EC;
    overflow: hidden;
}
.convenience ._inner p{
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 240%;
}
.convenience-flex{
    position: relative;
}
.convenience-flex::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    margin-left: calc(50% - 50vw);
    transform: translate(0, 50%);
    aspect-ratio: 596/368;
    background-image: url(../img/convenience-dec.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}


/* footer */
.footer{
    width: 100%;
    padding: 56px 0;
    background-image: url(../img/footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer h2{
    color: #BFBFBF;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    margin: 0 0 8px;
}
.footer h3{
    color:#FFF;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 36px */
    margin: 0 0 24px;
}
.footer p{
    color:#FFF;
    margin: 0;
}
.footer .tel{
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 24px 0;
}
.footer .tel span{
    font-size: 24px;
}