.flex{
    display: flex;
    flex-wrap: wrap;
}

.hero {
    position: relative;
    width: 100%;
    aspect-ratio: 2.14768;
    overflow: hidden;
    background: linear-gradient(rgba(35, 24, 21, 0.6), rgba(35, 24, 21, 0.6)), #666;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section.garden-main {
    position: relative;
    margin-bottom: 0px;
}
section.garden-main img{
    width: 100%;
    aspect-ratio: 2.14768;
    object-fit: cover;
}
section.garden-main p{
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Garamond Premier Pro', 'EB Garamond', serif;
    font-size: 42px;
    letter-spacing: 3rem;
    width: 100%;
    text-align: center;
}
section.garden-main .caption{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    z-index: 2;
}
section h1 {
    font-size: 3rem;
    line-height: 1.5;
    padding: 20px 0;
}

section.garden-intro{
    background: url(../../assets/images/intro_line.svg) center top / auto 55px no-repeat;
    padding: 40px 0 70px;
    position: relative;
    margin: 0;
    text-align: center;
}
section.garden-intro h2{
    font-size: clamp(21px, 11.470px + 2.541vw, 44px);
    font-family: 'Garamond Premier Pro', 'EB Garamond', serif;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: .38em;
    color: #727171;
    padding: 30px 0;
}
section.garden-intro h3{
    margin: 10px 0 0;
    line-height: 1.6;
    letter-spacing: 0.075em;
    font-size: clamp(15px, 8.785px + 1.657vw, 30px);
}
section.garden-intro p{
    margin: 40px 0 0;
    font-size: clamp(12px, 10.343px + 0.442vw, 16px);
    line-height: 2;
}

section.garden-gallery{
    padding: 60px 0 40px;
    background: #dee9dd;
}
section.garden-gallery h3{
    font-size: clamp(15px, 12.928px + 0.552vw, 20px);
    letter-spacing: 0.2em;
    font-weight: normal;
    text-align: center;
}
section.garden-gallery .garden-gallery__wrap{
    margin: 40px 0 0;
}

section.garden-overview{
    margin: 30px 0 0;
    padding: 70px 0;
    background: #eeede4;
}
.garden-overview__head h3{
    font-size: clamp(15px, 12.928px + 0.552vw, 20px);
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
}
.garden-overview__image{
    max-width: 760px;
    width: 90%;
    margin: 34px auto 0;
}
.garden-overview__feature{
    max-width: 870px;
    width: 90%;
    margin: 60px auto 0;
    flex-direction: row-reverse;
    gap: 30px;
}
.garden-overview__feature h4{
    font-size: 20px;
    letter-spacing: 0.25em;
}
.garden-overview__feature .left{
    width: 350px;
}
.garden-overview__list,
.garden-overview__feature .left figure{
    margin: 30px 0 0;
}
.garden-overview__feature .right{
    width: calc(100% - 380px);
}
.garden-overview__list{
    gap: 20px 24px;
}
.garden-overview__item{
    width: calc(50% - 12px);
}
.garden-overview__item p{
    margin: 5px 0 0;
    padding: 0 0 0 30px;
    font-size: clamp(12px, 10.343px + 0.442vw, 15px);
    line-height: 1.35;
}
.garden-overview__foot .txt p span,
.garden-overview__item p span{
    font-size: 10px;
    display: block;
    margin: 5px 0 0;
}
.garden-overview__item.item01 p{
    background: url(../images/garden/garden_13.svg) left top 2px / 22px auto no-repeat;
}
.garden-overview__item.item02 p{
    background: url(../images/garden/garden_14.svg) left top 2px / 22px auto no-repeat;
}
.garden-overview__item.item03 p{
    background: url(../images/garden/garden_15.svg) left top 2px / 22px auto no-repeat;
}
.garden-overview__item.item04 p{
    background: url(../images/garden/garden_16.svg) left top 2px / 22px auto no-repeat;
}
.garden-overview__foot{
    border: 1px solid #000;
    max-width: 870px;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    gap: 12px 64px;
    padding: 36px 42px;
    align-items: center;
}
.garden-overview__foot .title{
    width: 100%;
}
.garden-overview__foot .title h4{
    padding: 0 0 0 30px;
    font-size: 18px;
    background: url(../images/garden/garden_11.svg) left top 2px / 22px auto no-repeat;
    line-height: 1.3;
    letter-spacing: 0.35em;
}
.garden-overview__foot .txt{
    width: 250px;
}
.garden-overview__foot .txt{
    font-size: 16px;
    line-height: 1.6;
}
.garden-overview__foot .img{
    width: calc(100% - 314px);
}
.garden-overview__foot .img figure figcaption{
    bottom: 0;
}

/* プランニングセクション */
.planning-section {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 100px 0 100px;
    box-sizing: border-box;
    overflow: hidden;
}

.planning-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 88px;
}

.section-title {
    font-family: 'Adobe Garamond Pro', serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.167em;
    color: #807420;
}

/* プランカード */
.plan-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    max-width: 944px;
    margin: 0 auto;
}

.plan-cards a {
    display: block;
    width: 448px;
    text-decoration: none;
}

.plan-card {
    width: 448px;
    height: 141px;
    background: linear-gradient(90deg, #C7C08D 0%, #8F8436 100%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.plan-card-bg {
    position: absolute;
    top: -49px;
    left: -116px;
    width: 240px;
    height: 240px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.plan-type-label {
    position: absolute;
    top: 41px;
    left: 43px;
    text-align: center;
}

.plan-type-main {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0.045em;
    color: #171717;
    margin-bottom: 8px;
}
.plan-type-main.small {
    font-family: 'Adobe Garamond Pro', serif;
}

.plan-type-sub {
    font-family: 'Adobe Garamond Pro', serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.167em;
    color: #171717;
}
.plan-details {
    position: absolute;
    top: 40px;
    left: 157px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.plan-details.wide {
    top: 40px;
    left: 157px;
}

.plan-room-info {
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.plan-ldk {
    font-family: 'Adobe Garamond Pro', serif;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #171717;
}
.plan-option {
    font-family: 'Adobe Garamond Pro', serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #171717;
}

.plan-area {
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.031em;
    color: #171717;
}

.plan-arrow {
    position: absolute;
    bottom: 69px;
    right: 31px;
    width: 6px;
    height: 6px;
    background: #FCFCFC;
    border-radius: 50%;
}

.plan-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 21px;
    height: 1px;
    background: #FFFFFF;
}
.ldk-icon {
    height: 23.01px;
    display: inline-flex;
    align-items: flex-end;
}
.ldk-icon span {
    font-family: 'A-OTF A1 Mincho Std', serif;
    font-size: 23px;
    line-height: 1;
    /* color: #171717; */
}


.garden-gallery__item{
    margin: 0 5px;
}
.garden-gallery__item figure img{
    width: 100%;
    aspect-ratio: 1.7808;
    object-fit: cover;
}
.garden-gallery__item figure p{
    font-size: clamp(10px, 4.199px + 1.547vw, 24px);
    line-height: 1.5;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.6), 0px 0px 3px rgba(0,0,0,0.6);
    position: absolute;
    left: 3%;
    bottom: 5%;
}

footer{
    margin: 0;
}
.slick-prev {
    left: 25px !important;
}
.slick-next {
    right: 25px !important;
}
.slick-prev ,
.slick-next {
    z-index: 10;
    width: 35px !important;
    height: 35px !important;
}
.slick-next:before, .slick-prev:before{
    font-size: 35px !important;
}

/* モバイル対応 */
@media (max-width: 768px) {
    /* プランニングセクションのモバイル対応 */
    .planning-section {
        padding: 60px 0;
        display: block;
    }
    
    .planning-container {
        padding: 0 15px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .plan-cards {
        gap: 20px;
        padding: 0 10px;
    }
    
    .plan-cards a {
        width: 90%;
        max-width: 400px;
    }

    .plan-card {
        width: 100%;
        height: auto;
        min-height: 141px;
    }
    
    .plan-type-label {
        top: 30px;
        left: 20px;
    }
    
    .plan-type-main {
        font-size: 36px;
    }
    
    .plan-details {
        top: 30px;
        left: 100px;
    }
    
    .plan-details.wide {
        left: 90px;
        top: 30px;
    }
    
    .ldk-icon {
        width: auto;
    }
    .garden-overview__feature{
        flex-direction: row;
    }
    .garden-overview__feature .left,
    .garden-overview__feature .right{
        width: 100%;
    }
    .garden-overview__foot .txt,
    .garden-overview__foot .img{
        width: 100%;
    }
    .garden-overview__foot .title h4{
        letter-spacing: 0.1em;
    }
    .garden-overview__foot{
        gap: 20px;
    }
    .slick-prev ,
    .slick-next {
        z-index: 10;
        width: 20px !important;
        height: 20px !important;
    }
    .slick-next:before, .slick-prev:before{
        font-size: 20px !important;
    }
}
