/**
 * page-design.css
 * Design 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-design {
    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
    color: var(--color-text);
    line-height: 1.8;
}

    .page-design img {
        max-width: 100%;
        height: auto;
    }

.page-design section {
    padding: 45px 0;
}

/* Section Lead */
.section-lead {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.max-width-840{
    max-width:840px;
    margin:auto;
}
.max-width-1000 {
    max-width: 1000px;
    margin: auto;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.design-hero {
    position: relative;
    height: 400px;
    margin-top: 105px;
    background-image: url('../images/design/mv-design.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) {
    .design-hero {
        margin-top: 23px;
    }
}

.design-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.design-hero .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--color-white);
}

.design-hero .hero-num {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 5px;
}

.design-hero .hero-label {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}

.design-hero .hero-title {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.2em;
}
@media (max-width: 1199px) {
    .design-h1 {
        margin-top: 15px !important;
    }
}

@media (min-width: 1200px) {
    .design-h1 {
        margin-top: 0px !important;
    }
}

.design-hero .hero-note {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    margin: 0;
}

.design-hero .design-title {
    width: 265px;
    height: auto;
}

@media (max-width: 991px) {
    .design-hero .design-title {
        width: 195px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .design-hero .design-title {
        width: 140px;
        height: auto;
    }
}

/* ==========================================================================
   Intro Section
   ========================================================================== */
.design-intro {
    font-family: 'Noto Serif JP', serif;
    background: #f8f7f0;
    padding: 60px 0;
}

    .design-intro .intro-text {
        max-width: 800px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 2;
        color: var(--color-text-light);
        padding: 10px 0 !important;
    }
.location-access {
    background-color: #4b7f86;
}
@media (max-width: 767px) {
        .design-intro .intro-text {
            font-size: 12px;
        }
}
@media (min-width: 768px) {
    .design-intro {
        padding: 60px 0 !important;
    }
}

/* ==========================================================================
   Section Number Header
   ========================================================================== */
.section-num-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #4b7f86;
    /*border-radius: 8px;*/
    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: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   Content Box
   ========================================================================== */
.content-box {
    padding: 30px 30px 0 30px;
    border-radius: 10px;
}

.main-image img {
    /*border-radius: 5px;*/
    width: 100%;
}

.section-desc {
    font-size: 18px;
    color: var(--color-text-light);
    line-height: 2;
}

/* ==========================================================================
   Design Section 01
   ========================================================================== */
.design-01 {
    font-family: 'Noto Serif JP', serif;
    background: #f8f7f0;
    padding: 0 0 15px 0 !important;
}

.feature-images {
    margin-top: 20px;
}

.feature-img-box {
    position: relative;
    margin-bottom: 15px;
}

.feature-img-box img {
    /*border-radius: 5px;*/
    width: 100%;
}

.feature-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 3px;
}

/* ==========================================================================
   Design Section 02
   ========================================================================== */
.design-02 {
    font-family: 'Noto Serif JP', serif;
    background: #f8f7f0;
}

.site-layout {
    margin-top: 15px;
}

.site-plan-box {
    text-align: center;
}

.site-plan-box img {
    /*border-radius: 5px;*/
}

.site-info {
    margin-top: 10px;
}

.site-size {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.site-note {
    font-size: 11px;
    color: var(--color-text-light);
    margin: 5px 0 0;
}

.site-features-list {
    margin-bottom: 20px;
}

.site-feature-item {
    background: var(--color-bg-gray);
    padding: 20px;
    /*border-radius: 5px;*/
    text-align: center;
}

.site-feature-item p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

.site-feature-item.highlight {
    background: var(--color-bg-beige);
    border: 1px solid var(--color-primary);
}

/* ==========================================================================
   Design Section 03
   ========================================================================== */
.design-03 {
    font-family: 'Noto Serif JP', serif;
    background: #f8f7f0;
}

.exterior-images img {
    /*border-radius: 5px;*/
    margin-bottom: 15px;
}

.image-note {
    font-size: 11px;
    color: var(--color-text-light);
    margin:0;
}

/* ==========================================================================
   Design Section 04
   ========================================================================== */
.design-04 {
    font-family: 'Noto Serif JP', serif;
    background: #f8f7f0;
}

.life-stage {
    padding: 30px;
    border-radius: 10px;
}

.stage-item {
    text-align: center;
}

.stage-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
}

.stage-icon img {
    border-radius: 50%;
}

.stage-label {
    font-size: 12px;
    color: var(--color-text);
    margin: 0;
}

.stage-arrow {
    color: var(--color-primary);
    font-size: 20px;
}

/* ==========================================================================
   COMPANIES Section
   ========================================================================== */
.design-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-sub {
    font-size: 11px;
    color: var(--color-text-light);
    margin-bottom: 5px;
}

.company-logo {
    max-height: 40px;
    margin-bottom: 10px;
}

.company-tel {
    font-size: 14px;
    color: var(--color-text);
    margin: 0;
}

/* ==========================================================================
   Responsive - Tablet
   ========================================================================== */
@media (max-width: 991px) {
    .design-hero {
        height: 300px;
    }

    .design-hero .hero-num {
        font-size: 56px;
    }

    .design-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;
    }

    .site-layout .col-lg-4 {
        margin-bottom: 20px;
    }

    .life-stage .row {
        flex-wrap: wrap;
    }

    .stage-arrow {
        display: none;
    }
}

/* ==========================================================================
   Responsive - Mobile
   ========================================================================== */
@media (max-width: 767px) {
    .page-design section {
        padding: 10px 0;
    }

    .section-lead {
        font-size: 17px;
    }
    .section-desc {
        font-size:12px;
    }
    /* Hero */
    .design-hero {
        height: 250px;
    }

    .design-hero .hero-num {
        font-size: 42px;
    }

    .design-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: 10px 15px;
    }

    /* Feature Images */
    .feature-img-box {
        margin-bottom: 10px;
    }

    /* Exterior Images */
    .exterior-images .col-md-4 {
        margin-bottom: 15px;
    }

    /* Life Stage */
    .life-stage {
        padding: 20px 15px;
    }

    .life-stage .col-auto {
        width: 50%;
        margin-bottom: 20px;
    }

    .stage-arrow {
        display: none;
    }

    .stage-icon {
        width: 60px;
        height: 60px;
    }

    /* Companies */
    .design-companies .row > div {
        margin-bottom: 20px;
    }
}
