/* ===== PC専用スタイル（min-width: 769px、印刷時は常に適用） ===== */
@media (min-width: 769px), print {
  /* ===== 共通本文テキスト（16px/400/1.6、PC限定） ===== */
  .concept2-body,
  .smart-card-text,
  .location-cat-desc,
  .location-cat-list,
  .location-access-subtitle {
    font-family: var(--font-sans-jp);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
  }

  /* ----- コンテナ ----- */
  .container {
    max-width: var(--container-pc);
    margin: 0 auto;
    padding: 0 40px;
  }

  /* ----- SP固定フッターCTAはPCで非表示 ----- */
  #sp-fixed-cta {
    display: none !important;
  }

  /* ----- SPナビはPCで非表示 ----- */
  #sp-nav,
  .sp-nav-overlay {
    display: none !important;
  }

.disp_pc{
    display: block;
}
.disp_sp{
    display: none;
}

  /* ========================================
     ヘッダー（PC）
     ======================================== */
  #site-header {
    height: var(--header-height-pc);
  }

  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height-pc);
    padding: 0 40px 0 41px;
  }

  .header-logo-wrap {
    display: flex;        /* 追加：フレックスコンテナにする */
    align-items: center;  /* 追加：縦中央揃え */
    flex-shrink: 0;       /* 追加：wrap自体が縮まないように */
    gap: 10px;
  }

  .header-logo-img {
    height: 36px;
    width: auto;
    margin-right: 20px;
    flex-shrink: 0; 
  }

  .header-site-name {
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 16px;
    color: var(--color-text-dark);
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin-right: 20px;
  }

  /* PCナビ */
  .header-nav {
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .hamburger {
    display: none;
  }

  .nav-link,
  .cta2-hours {
    font-family: var(--font-sans-jp);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .nav-link {
    color: var(--color-text-dark);
    white-space: nowrap;
    transition: color 0.2s ease;
  }

  .nav-link:hover {
    color: var(--color-primary);
  }

  .nav-link.is-active {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
  }

  .btn-header {
    font-size: 16px;
    font-weight: 500;
    padding: 7px 18px;
    white-space: nowrap;
    min-width: 96px;
  }

  /* ========================================
     MVセクション（PC）
     ======================================== */
  #mv {
    padding-top: 0;
  }

  /* メイン画像エリア */
  .mv-hero {
    position: relative;
    height: clamp(540px, 48vw, 800px);
    overflow: hidden;
    background-color: #ddd9d3;
  }

  /* 背景画像 */
  .mv-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .mv-hero-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
    max-width: none;
  }

  /* 左パネル（キャッチコピー + 告知帯） */
  .mv-left-panel {
    position: absolute;
    left: 41px;
    bottom: 27px;
  }

  /* キャッチコピーボックス */
  .mv-catch-box {
    background: rgba(255, 255, 255, 0.8);
    width: 390px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 0 36px;
  }

  .mv-sub {
    font-family: var(--font-serif-jp);
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 24px;
  }

  .mv-catch {
    font-family: var(--font-serif-jp);
    font-weight: 400;
    font-size: 42px;
    color: #000;
    line-height: 1.4;
  }

  /* 予告帯（白ラベル + 緑バンド） */
  .mv-yokoku-wrap {
    width: 390px;
  }

  .mv-yokoku-label {
    background: var(--color-white);
    padding: 6px 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .mv-yokoku-label dt,
  .mv-yokoku-label dd {
    margin: 0;
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-primary);
    line-height: 1.3;
  }

  .mv-yokoku-band {
    background: var(--color-primary);
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 10px 10px;
  }

  .mv-yokoku-band p {
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 24px;
    color: var(--color-white);
    letter-spacing: 0.05em;
    line-height: 1.4;
  }

  /* PC右下CTAボタン */
  .mv-cta-pc {
    position: absolute;
    right: 40px;
    bottom: 27px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
  }

  .mv-cta-pc .btn-white,
  .mv-cta-pc .btn-green {
    min-width: 200px;
    padding: 15px 44px;
    font-size: 16px;
    font-weight: 500;
  }

  /* 見学予約ホバー：資料請求の逆パターン（緑→白に変化） */
  .btn-green.btn-header:hover,
  .mv-cta-pc .btn-green:hover {
    background: var(--color-white);
    color: var(--color-primary);
  }

  /* スクロール帯 */
  .mv-scroll-band {
    background: var(--color-bg-cream);
    padding: 14px;
    text-align: center;
  }

  .mv-scroll-band span {
    font-family: var(--font-sans-jp);
    font-weight: 400;
    font-size: 12px;
    color: var(--color-text-light);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  /* 宣伝帯 */
  .mv-promo-band {
    background: var(--color-mv-promo-bg);
    border-top: 1px solid var(--color-mv-promo-border);
    border-bottom: 1px solid var(--color-mv-promo-border);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mv-promo-band p {
    font-family: var(--font-sans-jp);
    font-weight: 900;
    font-size: 14px;
    color: var(--color-primary);
    letter-spacing: 0.3em;
    text-align: center;
    line-height: 1;
  }

  /* ========================================
     区画図セクション（PC）
     ======================================== */
  #plotmap {
    background: var(--color-bg-cream);
    padding: 72px 0;
  }

  /* セクション見出し */
  #plotmap .section-heading {
    margin-bottom: 40px;
  }

  #plotmap .section-title,
  #smart .section-title,
  #location .section-title,
  #overview .section-title {
    font-size: 34px;
    line-height: 1.6;
  }

  #plotmap .section-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 4px;
  }

  /* 本体レイアウト：左＝地図、右＝カード */
  .plotmap-body {
    display: flex;
    align-items: flex-start;
    gap: 28px;
  }

  .plotmap-map {
    flex: 1;
    min-width: 0;
  }

  .plotmap-map img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    display: block;
  }

  /* 右カラム：スケジュールカード＋区番テーブルの縦積みラッパー */
  .plotmap-right {
    width: 380px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* 販売スケジュールカード */
  .plotmap-card {
    width: 100%;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 2px;
    padding: 29px 25px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .plotmap-card-title {
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 22px;
    color: var(--color-text-dark);
    padding-bottom: 11px;
    border-bottom: 1px solid var(--color-border-light);
  }

  .plotmap-schedule-row {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-border-light);
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .plotmap-schedule-row--last {
    border-bottom: none;
    padding-bottom: 0;
  }

  .plotmap-phase {
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-primary);
    line-height: 2;
    letter-spacing: 0.0em;
  }

  .plotmap-detail {
    color: var(--color-text-mid);
  }

  /* 凡例 */
  .plotmap-legend {
    display: flex;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--color-border-light);
  }

  .plotmap-legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .plotmap-legend-dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    flex-shrink: 0;
  }

  .plotmap-legend-label {
    font-family: var(--font-sans-jp);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-text-mid);
    white-space: nowrap;
  }

  /* 区番テーブル */
  .plotmap-table-wrap {
    display: flex;
    gap: 20px;
  }

  .plotmap-lot-table {
    width: 180px;
    flex-shrink: 0;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .plotmap-lot-table th,
  .plotmap-lot-table td {
    padding: 5px 0px;
    border: 1px solid #609364;
    text-align: center;
    white-space: nowrap;
  }

  .plotmap-lot-table th {
    background: var(--color-primary);
    color: var(--color-white);
  }

  .plotmap-lot-table td {
    background: var(--color-white);
    color: #000;
  }

  .plotmap-lot-table th:first-child {
    width: 40px;
  }

  .plotmap-lot-table td.lot-onsale {
    background: #F4D29E;
    
  }

  .plotmap-lot-table td.lot-house {
    background: #F5D0DF;
    
  }

  .plotmap-lot-table tr.lot-empty td {
    height: 32px;
    padding: 0;
  }

  /* 区画図：769px〜1159px は右カラムを画像の下に回り込ませる（縦積み）
     ※ 1160px以上は .container の最大幅と地図画像672px+右カラム380pxの合計がちょうど収まるため横並びのまま */
  @media (max-width: 1159px) {
    .plotmap-body {
      flex-direction: column;
    }

    .plotmap-map {
      width: 100%;
    }

    .plotmap-right {
      width: 100%;
    }

    .plotmap-card {
      width: 100%;
    }

    .plotmap-table-wrap {
      width: 100%;
    }

    .plotmap-lot-table {
      width: auto;
      flex: 1 1 0;
    }
  }

  /* ========================================
     コンセプトセクション（PC）
     ======================================== */
  #concept {
    padding: 88px 0 68px;
  }

  /* 背景画像を ::before で重ねる */
  #concept::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/concept-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 0;
  }

  #concept .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  /* 白ボックス */
  .concept-box {
    background: var(--color-white);
    width: 100%;
    padding: 48px 40px;
  }

  .concept-box-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .concept-main-title {
    font-family: var(--font-serif-jp);
    font-weight: 500;
    font-size: 34px;
    color: var(--color-text-dark);
    letter-spacing: 0.2em;
    line-height: 1.6;
  }

  .concept-body {
    font-family: var(--font-sans-jp);
    font-weight: 400;
    font-size: 18px;
    color: var(--color-text-mid);
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
  }

  .concept-dividers {
    display: flex;
    gap: 12px;
    margin-top: 8px;
  }

  .concept-divider {
    display: block;
    width: 56px;
    height: 1px;
    background: var(--color-border);
  }

  /* 中央テキスト */
  .concept-mid-text {
    font-family: var(--font-serif-jp);
    font-weight: 500;
    font-size: 30px;
    color: var(--color-primary);
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5;
  }

  /* 3カードグリッド */
  .concept-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    width: 100%;
    background: var(--color-border);
    border-radius: 2px;
    overflow: hidden;
    min-height: 295px;
  }

  .concept-pillar {
    background: var(--color-primary);
    padding: 36px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .pillar-label {
    font-family: var(--font-display-en);
    font-style: normal;
    font-size: 12px;
    color: var(--color-white);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 12px;
  }

  .pillar-sep {
    display: block;
    width: 24px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 12px;
  }

  .pillar-title {
    font-family: var(--font-serif-jp);
    font-weight: 500;
    font-size: 23px;
    color: var(--color-white);
    letter-spacing: 0.0em;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .pillar-text {
    color: var(--color-white);
    text-align: justify;
  }

  /* ========================================
     コンセプト2セクション（PC）
     ======================================== */
  #concept2 {
    background-color: var(--color-bg-cream);
    padding: 88px 0 68px;
  }

  /* 背景画像を ::before で重ねる（opacity 0.4） */
  #concept2::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/concept2-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: 0;
  }

  #concept2 .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  /* まちづくりコミュニティテーマ */
  .concept2-theme {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    margin-bottom: 30px;
  }

  .concept2-theme-label {
    font-family: var(--font-serif-jp);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .concept2-theme-title {
    font-family: var(--font-serif-jp);
    font-weight: 500;
    font-size: 30px;
    color: var(--color-primary);
    letter-spacing: 0.0em;
    line-height: 1;
  }

  /* 大見出し */
  .concept2-main-heading {
    font-family: var(--font-serif-jp);
    font-weight: 500;
    font-size: 34px;
    color: var(--color-text-dark);
    letter-spacing: 0.0em;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  /* 本文 */
  .concept2-body {
    color: var(--color-text-dark);
    text-align: center;
    margin-bottom: 48px;
  }

  /* 2カラム：写真 + テキスト */
  .concept2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
    align-items: center;
  }

  .concept2-photo img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
  }

  .concept2-features {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .concept2-feature {
    padding-bottom: 21px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-border-light);
  }

  .concept2-feature--last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .concept2-feature-title {
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-text-dark);
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    line-height: 1;
  }

  .concept2-feature-text {
    color: var(--color-text-dark);
    text-align: justify;
  }

  /* ========================================
     CTA1セクション（PC）
     ======================================== */
  #cta1 {
    background: var(--color-primary);
    padding: 60px 0;
  }

  .cta1-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
    max-width: var(--container-pc);
    margin: 0 auto;
    padding: 0 40px;
  }

  .cta1-title {
    font-family: var(--font-serif-jp);
    font-weight: 500;
    font-size: 34px;
    color: var(--color-white);
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1;
    padding-top: 6px;
  }

  .cta1-body {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
  }

  .cta1-btns {
    display: flex;
    gap: 14px;
    align-items: center;
  }

  .cta1-btn,
  .cta2-btn {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .cta1-btn {
    padding: 15px 37px;
  }

  /* ゴーストボタン（白枠・透明背景） */
  .cta1-btn-ghost,
  .cta2-btn-ghost {
    font-family: var(--font-sans-jp);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .cta1-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 37px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: var(--color-white);
    border-radius: 1px;
    transition: background-color 0.2s ease;
    text-decoration: none;
  }

  .cta1-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  /* CTA1 資料請求ホバー：薄く半透明（緑背景と区別できるよう） */
  #cta1 .btn-white:hover {
    background: rgba(255, 255, 255, 0.85);
    color: var(--color-primary);
  }

  /* ========================================
     スマート＆レジリエンスセクション（PC）
     ======================================== */
  #smart {
    background: var(--color-bg-cream);
    padding: 88px 0;
  }

  #smart .section-heading {
    margin-bottom: 52px;
  }

  #smart .section-subtitle {
    font-size: 16px;
    color: var(--color-text-mid);
    line-height: 1.6;
    margin-top: 12px;
  }

  /* 4カードグリッド */
  .smart-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .smart-card {
    background: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-radius: 2px;
    padding: 28px 20px 24px;
    display: flex;
    flex-direction: column;
  }

  .smart-card-img {
    width: 100%;
    height: 120px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 1px;
  }

  .smart-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .smart-card-title {
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-text-dark);
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .smart-card-title-sub {
    font-size: 14px;
  }

  .smart-card-text {
    color: var(--color-text-mid);
    text-align: justify;
  }


  .smart-card-note {
    margin-top: 20px;
     line-height: 1.4;
     font-size: 12px;
  }


  /* ========================================
     ロケーションセクション（PC）
     ======================================== */
  #location {
    background: var(--color-white);
    padding: 88px 0;
  }

  .location-heading {
    margin-bottom: 40px;
  }

  .location-main-title {
    font-family: var(--font-serif-jp);
    font-weight: 400;
    font-size: 26px;
    color: var(--color-text-dark);
    line-height: 1.6;
    margin-top: 20px;
  }

  .location-body-text {
    font-family: var(--font-sans-jp);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-mid);
    line-height: 1.9;
    margin-top: 12px;
    text-align: center;
  }

  /* 周辺マップ */
  .location-map {
    margin-bottom: 52px;
  }

  .location-map-pc {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
  }

  /* SP専用マップはPCで非表示 */
  .location-map-sp {
    display: none;
  }

  /* カテゴリカード グリッド（PC：2列） */
  .location-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
  }

  .location-cat-card {
    border-right: 1px solid var(--color-border-light);
    border-bottom: 1px solid var(--color-border-light);
    overflow: hidden;
    background: var(--color-white);
    padding: 29px 32px;
  }

  /* 右列は外周のため白 */
  .location-cat-card:nth-child(even) {
    border-right: 1px solid var(--color-white);
  }

  /* 最後カード（金融機関・ATM）を中央揃え */
  .location-cat-card:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
    border-left: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-border-light);
  }

  .location-cat-header {
    padding: 0 0 15px;
    border-bottom: 1px solid var(--color-border-light);
  }

  .location-cat-label {
    display: block;
    font-family: var(--font-display-en);
    font-style: normal;
    font-size: 12px;
    color: var(--color-primary);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 3px;
  }

  .location-cat-name {
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.0em;
  }

  /* 写真グリッド */
  .location-cat-photos {
    display: grid;
    gap: 4px;
    padding: 0;
    margin-top: 10px;
  }

  .location-cat-photos.photos-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .location-cat-photos.photos-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-cat-photos img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
  }

  .location-cat-quote {
    font-family: var(--font-serif-jp);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: var(--color-text-dark);
    line-height: 1.6;
    padding: 12px 0 6px;
  }

  .location-cat-desc {
    color: var(--color-text-mid);
    padding: 0 0 10px;
    text-align: justify;
  }

  .location-cat-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 12px;
  }

  .location-cat-list li {
    white-space: nowrap;
  }

  /* 交通アクセスカード */
  .location-access {
    margin-top: 32px;
    border-top: 1px solid var(--color-border-light);
    border-bottom: 1px solid var(--color-border-light);
    border-left: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
    border-radius: 2px;
    overflow: hidden;
  }

  .location-access-header {
    background: var(--color-primary);
    padding: 24px 36px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .location-access-label {
    font-family: var(--font-display-en);
    font-style: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.2em;
    line-height: 1;
  }

  .location-access-title {
    font-family: var(--font-serif-jp);
    font-weight: 400;
    font-size: 26px;
    color: var(--color-white);
    line-height: 1.6;
    letter-spacing: 0.0em;
  }

  .location-access-subtitle {
    color: rgba(255, 255, 255, 0.8);
  }

  /* 白ボディ：左右2カラム */
  .location-access-body {
    background: var(--color-white);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* 左カラム：車アクセス（大きな数字） */
  .location-access-car {
    padding: 10px 36px 20px;
    border-right: 1px solid var(--color-border-light);
    display: flex;
    flex-direction: column;
  }

  .location-access-car-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }

  .location-access-car-dest {
    font-family: var(--font-sans-jp);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text-dark);
    line-height: 1.5;
  }

  .location-access-car-time {
    display: flex;
    align-items: baseline;
    gap: 2px;
    flex-shrink: 0;
  }

  .location-access-car-num {
    font-family: var(--font-display-en);
    font-size: 58px;
    color: var(--color-primary);
    line-height: 1;
  }

  .location-access-car-unit {
    font-family: var(--font-serif-jp);
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 400;
  }

  .location-access-car-divider {
    width: 100%;
    height: 1px;
    background: var(--color-border-light);
  }

  .location-access-car-note {
    font-family: var(--font-sans-jp);
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.4;
    margin-top: auto;
    padding-top: 16px;
  }

  /* 右カラム：バス・道路（ドット点線リスト） */
  .location-access-transit {
    padding: 10px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .location-access-transit-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-border-light);
  }

  .location-access-transit-item:last-child {
    border-bottom: none;
  }

  .location-access-transit-name {
    font-family: var(--font-sans-jp);
    font-size: 16px;
    color: var(--color-text-dark);
    white-space: nowrap;
    flex-shrink: 0;
  }

  .location-access-transit-dots {
    flex: 1;
    height: 0;
    border-top: 2px dotted var(--color-border);
    margin: 0 8px;
    align-self: center;
    min-width: 20px;
  }

  .location-access-transit-time {
    font-family: var(--font-sans-jp);
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* ========================================
     装飾写真帯（PC）
     ======================================== */
  #photo-strip {
    overflow: hidden;
    /* 上がsmart背景色(#faf8f4)、下が白の分割背景 */
    background: linear-gradient(
      to bottom,
      var(--color-bg-cream) 42%,
      var(--color-white) 42%
    );
  }

  .photo-strip-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 290px;
    gap: 2px;
    max-width: var(--container-pc);
    margin: 0 auto;
  }

  .photo-strip-item {
    overflow: hidden;
  }

  .photo-strip-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* ========================================
     物件概要セクション（PC）
     ======================================== */
  #overview {
    background: var(--color-bg-cream);
    padding: 88px 0;
  }

  #overview .section-heading {
    margin-bottom: 48px;
  }

  .overview-block {
    padding: 40px;
    margin-bottom: 24px;
  }

  .overview-block-title {
    font-family: var(--font-sans-jp);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-primary);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: 24px;
    letter-spacing: 0.0em;
  }

  /* ●KEY／VALUE形式の1段落テキスト */
  .overview-text {
    font-family: var(--font-sans-jp);
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text-mid);
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: justify;
  }

  .overview-note {
    background: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-radius: 2px;
    padding: 20px 24px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .overview-note p {
    font-family: var(--font-sans-jp);
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.8;
    text-align: justify;
  }

  /* ========================================
     CTA2セクション（PC）
     ======================================== */
  #cta2 {
    background: var(--color-primary);
    padding: 64px 0;
  }

  .cta2-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: var(--container-pc);
    margin: 0 auto;
    padding: 0 40px;
  }

  .cta2-title {
    font-family: var(--font-serif-jp);
    font-weight: 500;
    font-size: 30px;
    color: var(--color-white);
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
  }

  .cta2-subtitle {
    font-family: var(--font-sans-jp);
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1;
  }

  .cta2-btns {
    display: flex;
    gap: 16px;
    margin-top: 4px;
  }

  .cta2-btn {
    padding: 15px 48px;
  }

  .cta2-tel-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }

  .cta2-center-label {
    font-family: var(--font-sans-jp);
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .cta2-tel {
    font-family: var(--font-number);
    font-size: 42px;
    color: var(--color-white);
    letter-spacing: 0.05em;
    text-decoration: none;
    line-height: 1;
  }

  .cta2-hours {
    color: rgba(255, 255, 255, 0.7);
  }

  /* ゴーストボタン */
  .cta2-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: var(--color-white);
    border-radius: 1px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }

  .cta2-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  /* CTA2 資料請求ホバー：薄く半透明（緑背景と区別できるよう） */
  #cta2 .btn-white:hover {
    background: rgba(255, 255, 255, 0.85);
    color: var(--color-primary);
  }

  /* ========================================
     フッター（PC）
     ======================================== */
  #site-footer {
    padding: 24px 0;
  }

  .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .footer-logo-img {
    height: 60px;
    width: 386px;    /* 追加：明示的に幅を指定 */
    min-width: 386px; /* 追加：最小幅を固定 */
    flex-shrink: 0; /* 追加：縮小を禁止 */
    margin-right: 20px;
  }

  .footer-info {
    font-size: 12px;
    color: var(--color-text-mid);
    text-align: right;
    line-height: 1.4;
  }
}
