/**
 * page-planning.css
 * Planning Page Styles
 */

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
    --color-primary: #2d5c4f;
    --color-primary-dark: #1e4038;
    --color-accent: #c9a84c;
    --color-text: #333;
    --color-text-light: #666;
    --color-bg-beige: #f7f4ef;
    --color-bg-gray: #f5f5f5;
    --color-white: #fff;
    --color_green-opacity: rgba(76, 152, 33, 0.8);
}

/* ==========================================================================
   Base / Common
   ========================================================================== */
.page-planning {
    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
    color: var(--color-text);
    line-height: 1.8;
}

    .page-planning img {
        max-width: 100%;
        height: auto;
    }

.page-planning section {
    padding: 30px 0;
}

/* Section Lead */
.section-lead {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

/* Section Header (Location style) */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--color-primary);
    margin: 0;
    padding: 10px;
}

.section-subtitle {
    font-size: 28px;
    color: var(--color-text-light);
    letter-spacing: 0.1em;
    padding-bottom: 30px !important;
}

.header-a-location {
    background-color: #4b7f86;
}

.title-a-location {
    color: #c7d9dd;
}

.subtitle-a-location {
    color: #ffffff;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.planning-hero {
    position: relative;
    height: 400px;
    margin-top: 105px;
    background-image: url('../images/planning/mv-planning.jpg');
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
@media (max-width: 1199px) {
    .planning-hero {
        margin-top: 23px;
    }
}

.planning-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.planning-hero .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--color-white);
}

.planning-hero .hero-num {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 5px;
}

.planning-hero .hero-label {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}

.planning-hero .hero-title {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.planning-hero .planning-title {
    width: 265px;
    height: auto;
}

@media (max-width: 991px) {
    .planning-hero .planning-title {
        width: 195px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .planning-hero .planning-title {
        width: 140px;
        height: auto;
    }
}

@media (max-width: 1199px) {
    .planning-h1 {
        margin-top: 15px !important;
    }
}

@media (min-width: 1200px) {
    .planning-h1 {
        margin-top: 0px !important;
    }
}

.planning-hero .hero-note {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    margin: 0;
}

.planning-title {
    width: 90%;
    height: auto;
}

/* ==========================================================================
   Intro Section
   ========================================================================== */
.planning-intro {
    font-family: 'Noto Serif JP', serif;
    background-color: #f8f7f0;
}

.planning-intro .intro-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
    color: var(--color-text-light);
}
@media (max-width: 767px) {
    .planning-intro .intro-text {
        font-size: 12px;
    }
}
    /* ==========================================================================
   Section Number Header
   ========================================================================== */
    .section-num-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        background-color: #4b7f86;
        padding: 15px 20px;
        gap: 15px;
    }

        .section-num-header .num {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background-color: #c7d9dd;
            color: #000;
            border-radius: 50%;
            font-weight: 400;
            font-family: 'Barlow Condensed', 'DIN Condensed', sans-serif;
            font-size: 28px;
            flex-shrink: 0;
            letter-spacing: 0.02em;
        }

        .section-num-header .title {
            flex: 1;
            color: var(--color-white);
            font-size: 28px;
            font-weight: 500;
            letter-spacing: 0.08em;
            line-height: 1.6;
            margin: 0;
            text-align: center;
        }

    /* ==========================================================================
   Content Box
   ========================================================================== */
    .content-box {
        padding: 30px;
        border-radius: 10px;
    }

    .main-image img {
        /*border-radius: 5px;*/
        width: 100%;
    }

    /* ==========================================================================
   Planning Section 01
   ========================================================================== */
.planning-01 {
    font-family: 'Noto Serif JP', serif;
    background-color: #f8f7f0;
    padding: 0 0 30px 0 !important;
}

    .feature-label {
        position: relative;
        z-index: 2;
        display: inline-block;
        margin-left: 20px;
    }

        .feature-label span {
            display: inline-block;
            background-color: var(--color_green-opacity);
            color: var(--color-white);
            padding: 10px 20px;
            font-size: 13px;
            border-radius: 6px;
            letter-spacing: 0.05em;
        }

    .main-image {
        position: relative;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .planning-01 .planning-01-main {
        max-width: 840px;
        margin: auto;
    }

    .image-caption {
        font-size: 10px;
        color: var(--color-text-light);
        text-align: right;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .feature-desc {
        font-size: 18px;
        color: var(--color-text);
        line-height: 2;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
    }

    .pc-only {
        display: none;
    }

    /* Section 01 Bottom Layout */
    .section-01-bottom {
        margin-top: 30px;
    }

    .illust-area {
        text-align: center;
        margin-bottom: 10px;
    }

        .illust-area img {
            max-width: 100%;
            height: auto;
        }

    .illust-caption {
        font-size: 11px;
        color: var(--color-text);
        margin-top: 10px;
        line-height: 1.6;
        text-align: center;
        letter-spacing: 0.03em;
    }

        .illust-caption .small {
            font-size: 9px;
            color: var(--color-text-light);
            display: block;
            margin-top: 4px;
        }

    .text-area {
        margin-bottom: 20px;
    }

    .sub-feature-title {
        font-size: 12px;
        color: var(--color-text);
        line-height: 1.8;
        margin-bottom: 12px;
        letter-spacing: 0.05em;
    }

    .gate-image {
        text-align: center;
    }

        .gate-image img {
            max-width: 100%;
            height: auto;
            /*border-radius: 4px;*/
        }

    .detail-specs {
        background: var(--color-bg-gray);
        padding: 20px;
        border-radius: 5px;
    }

    .spec-item {
        margin-bottom: 15px;
    }

    .spec-label {
        font-size: 12px;
        color: var(--color-text-light);
        margin-bottom: 3px;
    }

    .spec-value {
        font-size: 32px;
        font-weight: 600;
        color: var(--color-primary);
        line-height: 1;
        margin: 0;
    }

        .spec-value .unit {
            font-size: 14px;
            font-weight: 400;
        }

    .spec-note {
        font-size: 11px;
        color: var(--color-text-light);
        margin: 0;
        line-height: 1.6;
    }

    .feature-point {
        text-align: center;
    }

    .point-title {
        font-size: 14px;
        color: var(--color-primary);
        margin-bottom: 15px;
        line-height: 1.8;
    }

    /* ==========================================================================
   Planning Section 02
   ========================================================================== */
    .planning-02 {
        font-family: 'Noto Serif JP', serif;
        background-color: #f8f7f0;
    }

        .planning-02 .section-desc, .planning-05 .section-desc {
            font-size: 18px;
            color: var(--color-text);
            line-height: 2;
            margin-bottom: 15px;
        }

        .planning-02 .content-box {
            max-width: 950px;
            margin: auto;
        }
    /* Map wrapper */
    .plan-map-wrapper {
        position: relative;
        margin-bottom: 20px;
    }

    .plan-map img {
        width: 100%;
        height: auto;
    }

    .plan-map-caption {
        position: absolute;
        right: 10px;
        bottom: 60px;
        text-align: center;
        font-size: 10px;
        color: var(--color-text);
    }

    .compass-icon {
        display: block;
        width: 30px;
        height: auto;
        margin: 0 auto 5px;
    }

    /* Photos - staggered layout */
    .plan-photos {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: -40px;
        margin-bottom: 10px;
        position: relative;
        z-index: 2;
    }

    .plan-photo {
        width: 45%;
        max-width: 280px;
    }

        .plan-photo img {
            width: 100%;
            height: auto;
            /*border-radius: 5px;*/
        }

    .plan-photo-left {
        margin-top: 60px;
    }

    .plan-photo-right {
        margin-top: 0;
    }

    .photo-caption {
        font-size: 10px;
        color: var(--color-text-light);
        text-align: right;
        margin-top: 5px;
    }

    /* ==========================================================================
   Planning Section 03
   ========================================================================== */
    .planning-03 {
        font-family: 'Noto Serif JP', serif;
        background-color: #f8f7f0;
    }

    .garden-label {
        position: relative;
        z-index: 2;
        display: inline-block;
        background-color: var(--color_green-opacity);
        color: var(--color-white);
        padding: 10px 20px;
        font-size: 13px;
        border-radius: 6px;
        letter-spacing: 0.05em;
        margin-left: 20px;
    }
.garden-desc {
    font-size: 12px;
    color: var(--color-text-light);
    line-height: 2;
}
@media (min-width: 768px) {
    .garden-label {
        font-size:24px;
    }
    .garden-desc {
        font-size: 18px;
    }
}

    .garden-intro .main-image {
        margin-top: -60px;
    }

    

    .planning-03 .planning-03-main {
        max-width: 840px;
        margin: auto;
    }

    .site-detail-map {
        text-align: center;
    }

        .site-detail-map img {
            border-radius: 5px;
        }

    .map-note {
        font-size: 11px;
        color: var(--color-text-light);
        margin-top: 10px;
    }

    .site-features {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .site-features .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 15px;
            border-radius: 5px;
        }

        .site-features .feature-icon {
            flex-shrink: 0;
            width: 60px;
        }

            .site-features .feature-icon img {
                border-radius: 50%;
            }

        .site-features .feature-text p {
            font-size: 13px;
            line-height: 1.6;
            margin: 0;
        }

    /* ==========================================================================
   Planning Section 04
   ========================================================================== */
    .planning-04 {
        font-family: 'Noto Serif JP', serif;
        background-color: #f8f7f0;
    }

        .planning-04 .planning-04-main {
            max-width: 840px;
            margin: auto;
        }

    .safety-intro {
        text-align: right;
    }

    .safety-label {
        position: relative;
        z-index: 2;
        display: inline-block;
        background-color: var(--color_green-opacity);
        color: var(--color-white);
        padding: 10px 20px;
        font-size: 13px;
        border-radius: 6px;
        letter-spacing: 0.05em;
        margin-bottom: -20px;
    }

    .safety-intro .main-image {
        text-align: left;
    }
    .safety-desc {
        font-size:12px;
    }

    /* ==========================================================================
   Planning Section 05
   ========================================================================== */
    .planning-05 {
        font-family: 'Noto Serif JP', serif;
        background-color: #f8f7f0;
    }

    .growth-btn .btn-label {
        display: inline-block;
        border: 2px solid #4b7f85;
        color: #4b7f85;
        background-color: #ffffff;
        padding: 12px 30px;
        font-size: 14px;
        border-radius: 30px;
    }
@media (min-width: 768px) {
    .growth-btn .btn-label {
        font-size: 21px;
    }
}

    .growth-images {
        margin-top: 30px;
    }

        .growth-images img {
            border-radius: 5px;
            margin-bottom: 10px;
        }
    .growth-images p {
        margin-bottom:0;
    }

    .growth-caption {
        font-size: 12px;
        color: var(--color-text-light);
        text-align: center;
    }

    .master-plan {
        max-width: 840px;
        margin: auto;
    }

    /* ==========================================================================
   COMPANIES Section
   ========================================================================== */
    .planning-companies {
        background: var(--color-bg-gray);
        padding: 40px 0;
    }

    .companies-label {
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px;
        color: var(--color-text-light);
    }

    .company-logo {
        max-height: 40px;
        margin-bottom: 10px;
    }

    .company-tel {
        font-size: 14px;
        color: var(--color-text);
        margin: 0;
    }

    /* ==========================================================================
   Responsive - PC
   ========================================================================== */
    @media (min-width: 768px) {
        .pc-only {
            display: inline;
        }

        .mobile-only {
            display: none;
        }

        /* Section 01 PC */
        .planning-01 {
            padding: 60px 0 80px;
        }

        .feature-label {
            margin-left: -10px;
        }

            .feature-label span {
                padding: 8px 20px;
                font-size: 24px;
            }

        /* Section 04 PC */
        .safety-label {
            font-size: 24px;
            margin-right: -10px;
        }
        .safety-desc {
            font-size: 18px;
        }

        .feature-desc {
            font-size: 18px;
            line-height: 2.2;
            margin-bottom: 40px;
        }

        .section-01-bottom {
            gap: 40px;
        }

        .illust-caption {
            font-size: 12px;
        }

        .sub-feature-title {
            font-size: 13px;
            line-height: 2;
        }
    }

    /* ==========================================================================
   Responsive - Tablet
   ========================================================================== */
    @media (max-width: 991px) {
        .planning-hero {
            height: 300px;
        }

            .planning-hero .hero-num {
                font-size: 56px;
            }

            .planning-hero .hero-title {
                font-size: 36px;
            }

        .section-num-header .num {
            width: 55px;
            height: 55px;
            font-size: 26px;
            margin-left: -14px;
        }

        .section-num-header .title {
            font-size: 17px;
            text-align: left;
        }

        .detail-specs {
            margin: 30px 0;
        }
    }

    /* ==========================================================================
   Responsive - Mobile
   ========================================================================== */
    @media (max-width: 767px) {
        .page-planning section {
            padding: 10px 0;
        }

        .section-lead {
            font-size: 17px;
        }

        /* Hero */
        .planning-hero {
            height: 250px;
        }

            .planning-hero .hero-num {
                font-size: 42px;
            }

            .planning-hero .hero-title {
                font-size: 28px;
            }

        /* Section Header */
        .section-num-header {
            padding: 12px 15px;
            gap: 12px;
        }

            .section-num-header .num {
                width: 50px;
                height: 50px;
                font-size: 24px;
            }

            .section-num-header .title {
                font-size: 15px;
                line-height: 1.5;
                letter-spacing: 0.05em;
            }

        /* Content Box */
        .content-box {
            padding: 0 15px;
        }

        /* Section 01 Mobile */
        .planning-01 {
            padding: 30px 0 40px;
        }

        .section-01-bottom {
            flex-direction: column;
            gap: 25px;
        }

        .planning-02 .section-desc, .planning-05 .section-desc {
            font-size: 12px;
        }

        .illust-area,
        .text-area {
            width: 100%;
        }

        .feature-desc {
            font-size: 11px;
            line-height: 1.9;
            margin-bottom: 25px;
        }

        .illust-caption {
            font-size: 10px;
            line-height: 1.5;
        }

        .sub-feature-title {
            font-size: 11px;
            text-align: center;
        }

        /* Specs */
        .spec-value {
            font-size: 24px;
        }

        /* Features */
        .site-features .feature-item {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .site-features .feature-icon {
            width: 50px;
        }

        /* Growth Images */
        .growth-images .col-6 {
            margin-bottom: 20px;
        }

        /* Companies */
        .planning-companies .row > div {
            margin-bottom: 20px;
        }
    }
