@charset "UTF-8";

/* 外部リソースの読み込み */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Noto+Serif+JP:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

/* =============================================================================
   Lighthouse Photo 共通デザインシステム
   成人式・20周年プラン等
   ※ style-seijin.css より統合
============================================================================= */
/* -----------------------------------------
   ページ全体の設定（Bootstrap3の競合を強力に防止）
----------------------------------------- */
:root {
    --lh-primary: #c5a059;
    --lh-primary-hover: #b38f48;
    --lh-dark: #2c2c2c;
    --lh-muted: #666666;
    --lh-bg-light: #fcfaf5;
    --lh-border: #e5dfd3;
    --lh-section-v-pad: 100px;
    --lh-section-v-pad-sm: 60px;
    --lh-header-mb: 60px;
    --lh-grid-gap: 40px;
    --lh-fixed-nav-height: 165px;
    --lh-breadcrumb-inset-x: 70px;
    /* ライトページヘッダー（content-page-header.php） */
    --lh-page-header-pad-top: 95px;
    --lh-page-header-pad-bottom: 130px;
    --lh-intro-title-font-family: 'Noto Serif JP', serif;
    --lh-intro-title-font-size: 26px;
    --lh-intro-title-font-weight: 500;
    --lh-intro-title-letter-spacing: 0.08em;
    --lh-intro-title-font-size-mobile: 22px;
    --lh-intro-title-letter-spacing-mobile: 0.05em;
    --lh-intro-title-line-height: 1.4;
    --lh-intro-title-color: var(--lh-dark);
    --lh-body-font-size-mobile: 15px;
    --lh-about-body-font-size-mobile: 16px;
    --lh-about-lead-font-size-mobile: 17px;
    --lh-about-line-height-mobile: 2.4;
    --lh-member-profile-line-height-mobile: 2.0;
    --lh-member-profile-letter-spacing-mobile: 0.02em;
    --lh-about-letter-spacing-mobile: 0.03em;
    --lh-about-lead-letter-spacing-mobile: 0.05em;
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: var(--lh-dark);
    line-height: 1.8 ;
    letter-spacing: 0.05em ;
    background-color: #ffffff ;
}
/* 高解像度写真の縮小描画を滑らかにするお守り */
img {
  image-rendering: auto;
}

.lh-seijin-page {
    --lh-primary: #c5a059;
    --lh-primary-hover: #b38f48;
    --lh-dark: #2c2c2c;
    --lh-muted: #666666;
    --lh-bg-light: #fcfaf5;
    --lh-border: #e5dfd3;
    --lh-section-v-pad: 100px;
    --lh-section-v-pad-sm: 60px;
    --lh-header-mb: 60px;
    --lh-grid-gap: 40px;
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: var(--lh-dark);
    line-height: 1.8 ;
    letter-spacing: 0.05em ;
    background-color: #ffffff ;
}

.lh-seijin-page p {
    color: var(--lh-dark) ;
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, sans-serif ;
    margin-top: 0 ;
    margin-bottom: 1.5em ; 
    margin-bottom: 1.5em ;
    line-height: 1.8 ;
    font-weight: 400 ;
    letter-spacing: 0.05em ;
}

.lh-seijin-page ul,
.lh-seijin-page li {
    list-style: none ;
    margin: 0 ;
    padding: 0 ;
}

.lh-seijin-page h1,
.lh-seijin-page h2,
.lh-seijin-page h3,
.lh-seijin-page h4 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: var(--lh-dark) ;
    line-height: 1.4 ;
}
.lh-intro-title,
.lh-section-title,
.lh-plan-name-ja,
.lh-option-title,
.lh-product-title,
.lh-flow-title{
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: var(--lh-dark) ;
    line-height: 1.4 ;
}

.lh-seijin-page *,
.lh-seijin-page *::before,
.lh-seijin-page *::after {
    box-sizing: border-box ;
}

.lh-seijin-page .lh-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; /* Bootstrap対策 */
}

.lh-section-padding {
    padding: var(--lh-section-v-pad) 0 ;
}

.lh-section-header {
    text-align: center;
    margin-bottom: var(--lh-header-mb) ;
}

.lh-section-subtitle {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    color: var(--lh-primary);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block ;
    margin-bottom: 10px ;
}

.lh-section-title {
    font-size: 28px ;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 20px ; 
    color: var(--lh-dark) ;
    margin: 0;
}
.lh-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: var(--lh-primary);
}

/* 1. イントロダクション */
.lh-intro-section {
    background-color: var(--lh-bg-light) ;
    padding: var(--lh-section-v-pad) 0 ;
    text-align: center;
    border-bottom: 1px solid var(--lh-border) ;
}

.lh-intro-english {
    font-family: 'Cinzel', serif;
    font-size: 26px;
    letter-spacing: 0.2em;
    color: var(--lh-primary);
    margin-bottom: 15px ;
    display: block;
}

.lh-intro-title {
    font-size: 28px ;
    margin-bottom: 25px ;
}

.lh-intro-text {
    font-size: 15px ;
    color: var(--lh-muted) ;
    max-width: 680px ;
    margin: 0 auto ;
    line-height: 2.1 ;
    padding: 0 20px ;
}

.lh-intro-text p {
    margin-bottom: 0 ;
} /* イントロ内のpマージン調整 */

/* 2. プラン設定（Flexbox） */
.lh-plan-grid {
    display: flex;
    justify-content: space-between;
    gap: var(--lh-grid-gap);
}

.lh-plan-card {
    flex: 1;
    background-color: var(--lh-bg-light);
    border-top: 3px solid var(--lh-primary);
    padding: 50px 40px;
    text-align: center ;
    transition: transform 0.3s ease;
    display: flex ;
    flex-direction: column;
}

.lh-plan-card form {
    margin: 0 ; /* formタグによる予期せぬ余白を排除 */
    padding: 0 ;
}

.lh-plan-card:hover {
    transform: translateY(-5px);
}

.lh-plan-image img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.lh-plan-content-top{
    flex: 1;
    margin-bottom: 30px;
}

.lh-plan-name-en,
.lh-plan-name-en{
    font-family: 'Cinzel', serif;
    font-size: 15px;
    color: var(--lh-primary);
    display: block;
    margin-bottom: 8px;
}

.lh-plan-name-ja,
.lh-plan-name-ja{
    font-size: 22px ;
    margin-bottom: 20px ;
}

.lh-plan-price-wrapper, 
.lh-plan-price-wrapper{
    border-bottom: 1px solid var(--lh-border) ;
    padding-bottom: 25px ;
    margin-bottom: 30px ;
}

.lh-plan-price {
    font-size: 36px ;
    font-family: 'Cinzel', serif;
    font-weight: 500;
}

.lh-plan-price span {
    font-size: 14px ;
}

.lh-plan-tax {
    font-size: 13px ;
    color: var(--lh-muted) ;
    display: block;
}

.lh-plan-features {
    list-style: none ;
    padding: 0 ;
    margin: 0 ;
    text-align: left ;
    display: inline-block ;
}

.lh-plan-features li {
    font-size: 14px ; 
    margin-bottom: 12px ; 
    padding: 0 ; 
    border: 0 ; 
}
.lh-plan-features li i { 
    color: var(--lh-primary); 
    margin-right: 8px; 
    width: 18px; 
}
.lh-plan-features li {
    font-size: 14px ;
    margin-bottom: 12px ;
    padding: 0 ;
    border: 0 ;
}
.lh-plan-features li i {
    color: var(--lh-primary);
    margin-right: 8px;
    width: 18px;
}

.lh-plan-btn {
    display: block ;
    background-color: var(--lh-primary);
    color: #ffffff ;
    text-decoration: none ;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.lh-plan-btn:hover {
    background-color: var(--lh-primary-hover);
}

/* 3. オプション設定 */
.lh-option-section {
    background-color: var(--lh-bg-light);
}

.lh-option-grid { 
    display: flex; 
    justify-content: space-between;
    gap: calc(var(--lh-grid-gap) * 0.75);
}
.lh-option-text {
    font-size: 14px ;
    color: var(--lh-muted) ;
    margin-bottom: 25px ;
    text-align: left ;
    line-height: 1.8 ;
}
.lh-option-card {
    flex: 1;
    background-color: #ffffff ;
    padding: 50px 25px;
    border: 1px solid var(--lh-border);
    text-align: center;
}
.lh-option-card.lh-featured {
    border: 1px solid var(--lh-primary);
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.08);
}

.lh-option-icon {
    font-size: 32px;
    color: var(--lh-primary);
    margin-bottom: 25px;
}
.lh-option-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.lh-option-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--lh-primary);
    display: block;
}

/* 4. アルバム製品（Flexbox交互配置） */
.lh-product-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--lh-section-v-pad) ;
}
.lh-product-image-col {
    width: 45%;
}

.lh-product-content-col {
    width: 50%;
}
.lh-product-row.lh-inverse {
    flex-direction: row-reverse ;
}

.lh-product-image-holder {
    background-color: var(--lh-bg-light) ;
    border: 1px solid var(--lh-border) ;
    line-height: 0 ;
}

.lh-product-image-holder img {
    width: 100%;
    height: auto;
    display: block;
}
.lh-img-responsive {
    max-width: 100%;
    height: auto;
    display: block ;
}
.lh-product-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.lh-product-text {
    font-size: 14px ;
    color: var(--lh-muted) ;
    margin-bottom: 25px ;
    line-height: 1.8 ;
}
ul.lh-product-spec {
    list-style: none ;
    padding: 0 ;
    margin-top: 1em ;
    margin-bottom: 1em ;
    border-top: 1px solid var(--lh-border) ;
    padding-top: 20px ;
}
ul.lh-product-spec li {
    font-size: 13px ;
    margin-bottom: 8px ;
    padding: 0 ;
    border: 0 ;
}

ul.lh-product-spec li span {
    color: var(--lh-dark);
    font-weight: 500;
    width: 110px;
    display: inline-block;
}

.lh-tax-note {
    font-size: 12px;
    color: var(--lh-muted);
    margin-left: 5px;
}

/* 5. 価格テーブル */
.lh-table-section {
    background-color: var(--lh-bg-light);
}

.lh-price-table {
    width: 100% ;
    border-collapse: collapse ;
    background-color: #fff ;
    margin: 0 ;
}

.lh-price-table th,
.lh-price-table td {
    padding: 20px ;
    text-align: left ;
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px ;
    letter-spacing: 0.05em;
    border: 0 ;
    border-bottom: 1px solid var(--lh-border) ;
}
.lh-price-table th {
    background-color: #faf8f5 ;
    border-top: 1px solid var(--lh-primary) ;
    color: var(--lh-dark) ;
}

.lh-price-cell { text-align: right ; }

/* 6. 注意事項（CSSタブ） */
.lh-notice-section input[type="radio"] { display: none; }
.lh-notice-section{
    padding-bottom: 0;
}
.lh-notice-tabs {
    display: flex ;
    justify-content: center ;
    gap: 10px ;
    margin-bottom: 40px ;
}
.lh-tab-label {
    padding: 15px 40px ;
    border: 1px solid var(--lh-border) ;
    cursor: pointer;
    transition: 0.3s;
    background: #fff ;
    display: block ;
}
.lh-tab-content {
    display: none;
    background-color: var(--lh-bg-light) ;
    border: 1px solid var(--lh-border) ;
    padding: 45px 50px ;
}

#lh-tab-trigger-1:checked ~ .lh-notice-tabs .lh-label-1,
#lh-tab-trigger-2:checked ~ .lh-notice-tabs .lh-label-2 {
    background-color: var(--lh-primary) ; 
    color: #fff ; 
    border-color: var(--lh-primary) ;
}

#lh-tab-trigger-1:checked ~ .lh-tab-content-1,
#lh-tab-trigger-2:checked ~ .lh-tab-content-2 { display: block; }

.lh-notice-list { 
    list-style: none ; 
    padding: 0 ; 
}
.lh-notice-list li { 
    position: relative ; 
    padding-left: 30px ; 
    margin-bottom: 25px ; 
    font-size: 14px ; 
    border: 0 ; 
}
.lh-notice-list li::before {
    content: "•" ; 
    position: absolute ; 
    left: 10px ;
    top: -10px; 
    color: var(--lh-primary) ; 
    font-size: 24px ; 
    background: transparent ;
 }
.lh-notice-list li strong { 
    display: block ; 
    font-size: 16px ; 
    margin-bottom: 5px ; 
}

/* 7. コンタクトボックス */
.lh-contact-box {
    background-color: var(--lh-bg-light) ;
    border: 1px solid var(--lh-border) ;
    padding: 60px 40px ;
    text-align: center ;
    max-width: 700px ;
    margin: 0 auto ;
}

.lh-contact-studio {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    color: var(--lh-primary);
    display: block;
    margin-bottom: 10px;
}

/* アルバム価格の改行・デザイン調整 */
.lh-product-spec .lh-tax-block {
    display: block ;
    margin-top: 4px;
}

.lh-product-spec .lh-spec-note {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--lh-muted);
    font-weight: normal;
}

@media screen and (max-width: 767px) {
     .lh-plan-grid,
     .lh-option-grid,
     .lh-product-row {
        display: block ;
        width: 100% ;
    }

     .lh-plan-card,
     .lh-option-card {
        margin-bottom: 20px;
        width: 100% ;
        max-width: 100% ;
    }

     .lh-product-image-col,
     .lh-product-content-col {
        width: 100% ;
    }

            /* 価格テーブルのスマホ最適化（ブロック化） */
             .lh-price-table,
             .lh-price-table thead,
             .lh-price-table tbody,
             .lh-price-table tr,
             .lh-price-table th,
             .lh-price-table td {
                display: block ;
                width: 100% ;
            }

             .lh-price-table thead {
                display: none ;
            }

             .lh-price-table tr {
                padding: 15px 20px  ;
                border-bottom: 1px solid var(--lh-border) ;
            }

             .lh-price-table td {
                padding: 2px 0 ;
                border: none ;
                text-align: left ;
            }

             .lh-price-table td:first-child {
                font-size: 10px ;
                color: var(--lh-primary) ;
                letter-spacing: 0.1em ;
            }

             .lh-price-table td:nth-child(2) {
                font-size: 14px ;
                font-weight: 500 ;
                color: var(--lh-dark) ;
            }

             .lh-price-table td.lh-price-cell {
                text-align: right ;
                font-size: 15px ;
                margin-top: 5px ;
            }
    /* 注意事項 */
    .lh-tab-content {
        padding: 30px 25px 30px 10px;
    }
     .lh-product-content-col { margin-top: 20px; }
     .lh-section-padding { padding: var(--lh-section-v-pad-sm) 0 ; }
     .lh-notice-tabs { flex-direction: row; }
     .lh-tab-label { flex: 1; padding: 12px 5px; font-size: 12px; }
}

 /* 撮影フロー専用スタイル */
    .lh-flow-container {
        max-width: 650px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .lh-flow-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 50px;
    }
    .lh-flow-item:last-child {
        margin-bottom: 0;
    }
    .lh-flow-num {
        font-family: 'Cinzel', serif;
        font-size: 36px;
        color: var(--lh-primary);
        margin-right: 35px;
        line-height: 1;
        padding-top: 2px;
        min-width: 55px;
    }
    .lh-flow-content{
        box-sizing: border-box;
    }
    .lh-flow-title {
        font-size: 20px;
        letter-spacing: 0.05em;
        margin: 0;
        margin-bottom: 10px ;
    }
    .lh-flow-text {
        font-size: 14.5px;
        color: var(--lh-muted);
        line-height: 1.8;
        margin: 0;
    }

    /* レスポンシブ調整 */
    @media screen and (max-width: 767px) {
        .lh-flow-item {
            margin-bottom: 35px;
        }
        .lh-flow-num {
            font-size: 28px;
            margin-right: 20px;
            min-width: 45px;
        }
        .lh-flow-title {
            font-size: 17px;
        }
    }

/* =============================================================================
   Aboutページ専用（.lh-about-page）
   ※ 共通デザインを踏まえた追加・上書きスタイル
============================================================================= */

.lh-about-page {
    --lh-primary: #c5a059;
    --lh-dark: #2c2c2c;
    --lh-muted: #555555;
    --lh-bg-light: #fcfaf5;
    --lh-border: #e5dfd3;
    --lh-section-v-pad: 90px;
    --lh-section-v-pad-sm: 60px;
    --lh-header-mb: 50px;
    --lh-grid-gap: 50px;
    font-family: 'Noto Sans JP', "Helvetica Neue", Arial, sans-serif;
    color: var(--lh-dark);
    line-height: 1.9;
    letter-spacing: 0.06em;
    background-color: #ffffff;
}

.lh-about-page *,
.lh-about-page *::before,
.lh-about-page *::after {
    box-sizing: border-box;
}

.lh-about-page h1,
.lh-about-page h2,
.lh-about-page h3,
.lh-about-page h4,
.lh-story-content p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin: 0;
    color: var(--lh-dark);
    letter-spacing: 0.08em;
}

.lh-about-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.lh-about-container-md {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 24px;
}

.lh-about-section-padding {
    padding: var(--lh-section-v-pad) 0;
}

.lh-about-section-border-top {
    border-top: 1px solid var(--lh-border);
}

.lh-about-section-header {
    text-align: center;
    margin-bottom: var(--lh-header-mb);
}

.lh-about-section-subtitle {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    color: var(--lh-primary);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.lh-about-section-title {
    font-size: 26px;
    position: relative;
    padding-bottom: 22px;
    color: var(--lh-dark);
    margin: 0;
    line-height: 1.4;
}

.lh-about-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: var(--lh-primary);
}

/* 1. ライトページヘッダー（content-page-header.php） */
.lh-page-header.lh-about-intro-section {
    background-color: var(--lh-bg-light);
    padding-top: calc(var(--lh-fixed-nav-height) + var(--lh-page-header-pad-top));
    padding-bottom: var(--lh-page-header-pad-bottom);
    text-align: center;
    border-bottom: 1px solid var(--lh-border);
}

.lh-page-header .breadcrumb {
    position: absolute;
    inset: auto auto 0 var(--lh-breadcrumb-inset-x);
    margin: 0;
    text-align: left;
}

.lh-page-header .breadcrumb.mrg-top-30 {
    margin-top: 0;
}

.lh-page-header .breadcrumb ul,
.lh-page-header .breadcrumb ul li {
    color: var(--lh-muted);
}

.lh-page-header .breadcrumb ul li a {
    color: var(--lh-dark);
    text-decoration: underline;
}

.lh-page-header .breadcrumb ul li span {
    color: var(--lh-muted);
}

.lh-page-header .breadcrumb ul li a:hover {
    color: var(--lh-primary);
}

.lh-page-header .breadcrumb ul li a:hover span {
    color: var(--lh-primary);
}

.lh-about-intro-english {
    font-family: 'Cinzel', serif;
    font-size: 28px;
    letter-spacing: 0.25em;
    color: var(--lh-primary);
    margin-bottom: 15px;
    display: block;
}

.lh-page-header .lh-about-intro-title {
    font-family: var(--lh-intro-title-font-family);
    font-size: var(--lh-intro-title-font-size);
    font-weight: var(--lh-intro-title-font-weight);
    text-transform: none;
    letter-spacing: var(--lh-intro-title-letter-spacing);
    color: var(--lh-intro-title-color);
    line-height: var(--lh-intro-title-line-height);
    margin: 0;
}

/* 見出しの不自然な1文字改行を防ぐ（例：「ついて」「とは」） */
.lh-nowrap {
    white-space: nowrap;
}

/* スマホ向け見出しの任意改行（PCでは改行なし） */
.lh-br-sp {
    display: none;
}

.lh-story-content {
    font-size: 15px;
    line-height: 2.2;
    text-align: justify;
}

.lh-story-content p {
    margin-top: 0;
    margin-bottom: 2em;
}

.lh-story-content p:last-child {
    margin-bottom: 0;
}

.lh-story-lead {
    text-align: left;
    font-size: 16px;
    margin-bottom: 2.5em !important;
    letter-spacing: 0.1em;
}

/* 出張撮影にこだわる理由：小見出し用のゴシック体スタイル */
.lh-story-content .lh-sub-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: var(--lh-primary);
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
}

.lh-story-content .lh-sub-caption-mt {
    margin-top: 2.5em;
}

/* -----------------------------------------
   ストーリー内挿入写真用の共通スタイル
----------------------------------------- */
.lh-story-image-holder {
    width: 100%;
    background-color: var(--lh-bg-light);
    border: 1px solid var(--lh-border);
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #bfae93;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 20px;
}

.lh-story-image-holder i {
    font-size: 28px;
    margin-bottom: 12px;
    color: var(--lh-primary);
}

/* 1枚でドンと見せる横長ワイド用の枠 */
.lh-story-image-wrapper {
    margin: 3.5em 0;
    text-align: center;
}

.lh-story-image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 700px; /* 縦長写真が来ても画面を突き抜けないためのブレーキ */
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 2px;
}
/* ★特定の写真を強制的に「16:9」ワイドにするクラス */
.lh-story-image-wrapper img.lh-ratio-16-9 {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    max-height: none !important;
}

/* 2枚を横に美しく並べるスクエア（正方形）用の枠 */
.lh-story-image-grid {
    display: flex;
    justify-content: space-between;
    margin: 3.5em 0;
}

.lh-story-image-grid .lh-story-image-holder {
    width: 48%;
    aspect-ratio: 1 / 1;
}

/* 本番用imgタグのデフォルト挙動（レスポンシブ・トリミング対応） */
.lh-story-image-wrapper img,
.lh-story-image-grid img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.lh-story-image-grid img {
    width: 48%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/* 新設：成長を縦にテンポよく見せるためのスタイル（大きすぎないサイズに制限） */
.lh-story-image-timeline {
    max-width: 600px;
    margin: 3.5em auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lh-story-image-timeline img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

/* 3. メンバー紹介セクション */
.lh-member-section {
    background-color: var(--lh-bg-light);
    border-top: 1px solid var(--lh-border);
    border-bottom: 1px solid var(--lh-border);
}

.lh-member-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.lh-member-row:last-child {
    margin-bottom: 0;
}

.lh-member-row.lh-inverse {
    flex-direction: row-reverse;
}

.lh-member-image-col {
    width: 35%;
}

.lh-member-content-col {
    width: 60%;
}

.lh-member-image-holder {
    background-color: #ffffff;
    aspect-ratio: 3 / 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lh-border);
    color: #bfae93;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 20px;
    text-align: center;
}

.lh-member-image-holder i {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--lh-primary);
}

.lh-member-image-col img {
    width: 100%;
    height: auto;
    display: block;
}

.lh-member-role {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    color: var(--lh-primary);
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.15em;
}

.lh-member-name {
    font-size: 22px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--lh-border);
    padding-bottom: 15px;
}

.lh-member-profile {
    font-size: 14px;
    color: var(--lh-muted);
    line-height: 1.95;
    text-align: justify;
}

/* 4. フッターコンタクトボックス */
.lh-about-footer-box {
    background-color: var(--lh-bg-light);
    border: 1px solid var(--lh-border);
    padding: 50px 40px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.lh-about-footer-brand {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    color: var(--lh-primary);
    display: block;
    margin-bottom: 10px;
}

.lh-about-footer-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.lh-about-footer-text {
    font-size: 14px;
    margin-bottom: 30px;
}

.lh-about-footer-info {
    font-size: 14px;
    margin: 10px 0;
    color: var(--lh-muted);
}

.lh-about-footer-info i {
    color: var(--lh-primary);
    margin-right: 8px;
}

@media screen and (max-width: 985px) {
    :root {
        --lh-fixed-nav-height: 56px;
    }

    .lh-page-header .breadcrumb {
        --lh-breadcrumb-inset-x: 5%;
        inset: auto auto 0 var(--lh-breadcrumb-inset-x);
    }
}

@media screen and (max-width: 767px) {
    .lh-page-header .lh-about-intro-title {
        text-wrap: pretty;
        line-break: strict;
        font-size: var(--lh-intro-title-font-size-mobile);
        letter-spacing: var(--lh-intro-title-letter-spacing-mobile);
    }

    .lh-about-page .lh-about-section-title {
        font-size: 22px;
        letter-spacing: 0.04em;
        line-height: 1.6;
        text-wrap: pretty;
        line-break: strict;
    }

    .lh-about-page .lh-br-sp {
        display: block;
    }

    .lh-about-page .lh-member-row {
        display: block !important;
        margin-bottom: var(--lh-grid-gap);
    }

    .lh-about-page .lh-member-image-col {
        width: 60% !important;
        margin: 0 auto 30px auto;
    }

    .lh-about-page .lh-member-content-col {
        width: 100% !important;
    }

    .lh-about-page .lh-about-section-padding {
        padding: var(--lh-section-v-pad-sm) 0 !important;
    }

    .lh-about-page .lh-story-content {
        font-size: var(--lh-about-body-font-size-mobile);
        line-height: var(--lh-about-line-height-mobile);
        text-align: left;
    }

    .lh-about-page .lh-story-content p {
        line-height: var(--lh-about-line-height-mobile);
        letter-spacing: var(--lh-about-letter-spacing-mobile);
    }

    .lh-about-page .lh-member-profile {
        line-height: var(--lh-member-profile-line-height-mobile);
        letter-spacing: var(--lh-member-profile-letter-spacing-mobile);
        text-align: left;
        margin-bottom: 0;
    }

    /* 段落区切りの <br><br> が二重改行分の空きにならないよう調整 */
    .lh-about-page .lh-member-profile br {
        display: block;
        margin-bottom: 0.75em;
        content: "";
    }

    .lh-about-page .lh-member-profile br + br {
        display: none;
    }

    .lh-about-page .lh-story-lead {
        font-size: var(--lh-about-lead-font-size-mobile);
        line-height: var(--lh-about-line-height-mobile);
        letter-spacing: var(--lh-about-lead-letter-spacing-mobile);
    }

    .lh-about-page .lh-story-content .lh-sub-caption {
        letter-spacing: 0.03em;
    }

    .lh-about-page .lh-member-name {
        letter-spacing: 0.04em;
    }

    .lh-story-image-wrapper {
        margin: 2.5em 0;
    }

    .lh-story-image-grid {
        margin: 2.5em 0;
    }
}

/* =============================================================================
   レガシーCSS上書き（style.css 等 → 段階的に lh-style_2026.css へ統合）
   ※ lh-style_2026.css は全ページで最後に読み込まれるため、ここで上書き可能
============================================================================= */
@media screen and (max-width: 767px) {
    /* style.css（20160213追加）: p { font-size: 11px; } */
    p {
        font-size: var(--lh-body-font-size-mobile);
    }

    /* Aboutページ：本文をやや大きく（iPhone可読性） */
    .lh-about-page p {
        font-size: var(--lh-about-body-font-size-mobile);
    }
}