/* =========================================================================
 * lp-reform.css  —  お墓のリフォーム チラシ型ランディングページ
 * 対象: 投稿 ID 1850 (/haka-reform-2/) を lp-reform.php で全幅表示する際のみ enqueue。
 * グローバル rn-* ヘッダー/フッターの内側に同居。深緑+ゴールド (サイト和パレットに調和)。
 * すべて .lpc スコープ。HowTo 本文 (.lpc-howto .entry-content) は cocoon-style に委ねる。
 * 画像高さは「.lpc img{height}」の詳細度トラップ回避のため個別/子孫セレクタで指定する。
 * ========================================================================= */

.lpc {
  --lpc-green:    #3a5a2c;
  --lpc-green-dk: #2f5025;
  --lpc-gold:     #b8943f;
  --lpc-gold-dk:  #a07f2e;
  --lpc-ink:      var(--rn-color-ink);
  --lpc-ink-sub:  #6a716b;
  --lpc-soft:     #f5f5f2;
  --lpc-line:     #e3e2dc;

  font-family: var(--rn-font-sans);
  color: var(--lpc-ink);
  line-height: 1.8;
  font-size: 16px;
  overflow-x: hidden;
}
.lpc *, .lpc *::before, .lpc *::after { box-sizing: border-box; }
.lpc img { max-width: 100%; display: block; } /* height は指定しない */

.lpc-container { width: 100%; max-width: 1080px; margin-inline: auto; padding-inline: 24px; }
.lpc-section { padding-block: 68px; }
.lpc-section--soft { background: var(--lpc-soft); }
.lpc-section--white { background: #fff; }

/* 見出し（左右に稲穂あしらい） */
.lpc-h2 {
  font-family: var(--rn-font-mincho); font-weight: 600;
  font-size: clamp(1.45rem, 1.1rem + 1.5vw, 2rem);
  line-height: 1.45; text-align: center; margin: 0 0 34px; color: var(--lpc-green);
}
.lpc-h2 b { color: var(--lpc-gold); }
.lpc-h2--deco span { position: relative; padding: 0 1.6em; }
.lpc-h2--deco span::before, .lpc-h2--deco span::after {
  content: ""; position: absolute; top: 50%; width: 22px; height: 24px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8943f' stroke-width='1.4'%3E%3Cpath d='M12 2c-2 5-2 15 0 20M12 6c-3-2-6-2-8 0M12 10c-3-2-6-2-8 0M12 14c-3-2-6-2-8 0M12 6c3-2 6-2 8 0M12 10c3-2 6-2 8 0M12 14c3-2 6-2 8 0'/%3E%3C/svg%3E");
}
.lpc-h2--deco span::before { left: -4px; transform: translateY(-50%) scaleX(-1); }
.lpc-h2--deco span::after  { right: -4px; transform: translateY(-50%); }
.lpc-h2__sub { display:block; font-family: var(--rn-font-sans); font-size:.78rem; letter-spacing:.2em; font-weight:700; color: var(--lpc-gold); margin-bottom: 8px; }
.lpc-lead { text-align:center; color: var(--lpc-ink-sub); max-width: 760px; margin: 0 auto 40px; }

/* ボタン (ゴールド) */
.lpc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 58px; padding: 12px 32px; border-radius: 6px;
  font-weight: 700; font-size: 1.02rem; line-height: 1.3; text-align: center;
  text-decoration: none; border: 0; cursor: pointer;
  transition: background .2s, transform .2s;
}
.lpc-btn--gold { background: var(--lpc-gold); color:#fff; box-shadow: 0 6px 16px rgba(184,148,63,.3); }
.lpc-btn--gold:hover { background: var(--lpc-gold-dk); color:#fff; transform: translateY(-2px); }
.lpc-btn__note { font-size: .72rem; font-weight: 500; opacity: .92; }

/* 電話 */
.lpc-tel { display:inline-flex; flex-direction:column; text-decoration:none; color:inherit; line-height:1.25; }
.lpc-tel__label { font-size:.78rem; font-weight:700; }
.lpc-tel__num { font-family: var(--rn-font-figure); font-weight:600; font-size:2rem; letter-spacing:.02em; }
.lpc-tel__hours { font-size:.74rem; opacity:.85; }

/* 「無料」バッジ（丸） */
.lpc-free {
  flex: 0 0 auto; width: 86px; height: 86px; border-radius: 50%;
  background: #fff; border: 2px solid var(--lpc-gold);
  display: grid; place-items: center; text-align: center; line-height: 1.3;
}
.lpc-free small { display:block; font-size:.62rem; font-weight:700; color: var(--lpc-ink-sub); }
.lpc-free b { font-family: var(--rn-font-mincho); font-size: 1.5rem; color: var(--lpc-gold); }

/* チェック3点 */
.lpc-checks { display:flex; flex-wrap:wrap; gap: 10px 22px; justify-content:center; margin:0; padding:0; list-style:none; }
.lpc-checks li { position:relative; padding-left: 26px; font-size:.92rem; font-weight:600; }
.lpc-checks li::before {
  content:""; position:absolute; left:0; top:.1em; width:18px; height:18px; border-radius:50%;
  background: var(--lpc-gold) no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
  background-size: 13px;
}

/* =========================================================================
 * 1. ヒーロー
 * ========================================================================= */
.lpc-hero {
  position: relative;
  background: #2f3f24 url("https://toyama-ohaka.com/wp-content/uploads/2025/11/75EA5BB4-0CB7-4AF0-B3C6-D7C2681BD07F.webp") center 45% / cover no-repeat;
  color: #fff;
}
.lpc-hero::before {
  content:""; position:absolute; inset:0;
  background: linear-gradient(100deg, rgba(36,46,24,.94) 0%, rgba(40,55,30,.86) 30%, rgba(45,60,34,.45) 62%, rgba(45,60,34,0) 100%);
}
.lpc-hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center; padding-block: 48px; }
.lpc-hero__title {
  font-family: var(--rn-font-mincho); font-weight: 600; line-height: 1.4;
  margin: 0 0 14px; text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.lpc-hero__title .l1 { display:block; font-size: clamp(1.4rem,1rem+1.8vw,2rem); }
.lpc-hero__title .l2 { display:block; font-size: clamp(2.4rem,1.5rem+4.4vw,4rem); line-height:1.15; color:#fff; margin:2px 0; }
.lpc-hero__title .l2 b { color:#e7d49a; }
.lpc-hero__sub { font-size: clamp(1rem,.9rem+.5vw,1.2rem); font-weight:600; margin: 0 0 26px; }
.lpc-hero__badges { display:flex; flex-wrap:wrap; gap: 14px; }
.lpc-badge {
  width: 124px; height: 124px; border-radius: 50%;
  background: rgba(255,255,255,.96); color: var(--lpc-ink); border: 3px solid var(--lpc-gold);
  display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:6px;
}
.lpc-badge__label { font-size:.7rem; font-weight:700; color: var(--lpc-green); }
.lpc-badge__main { font-family: var(--rn-font-mincho); font-weight:600; font-size:.9rem; line-height:1.25; margin-top:2px; }
.lpc-badge__main b { color: var(--lpc-gold); font-size:1.5rem; font-family: var(--rn-font-figure); }
.lpc-badge__main small { display:block; font-size:.66rem; font-weight:600; color: var(--lpc-ink-sub); }

.lpc-hero__visual { position: relative; align-self: center; padding: 12px 10px 26px; }
.lpc-hero__grave { border-radius:10px; overflow:hidden; border:4px solid #fff; box-shadow:0 14px 32px rgba(0,0,0,.42); }
.lpc-hero__grave img { width:100%; height:auto; aspect-ratio: 4 / 3; object-fit: cover; }
.lpc-hero__ba {
  position:absolute; right:-8px; bottom:-14px; width: 168px;
  border-radius:8px; overflow:hidden; border:3px solid #fff; box-shadow: 0 8px 22px rgba(0,0,0,.4);
}
.lpc-hero__ba img { width:100%; height:auto; aspect-ratio: 4 / 3; object-fit: cover; }

/* 2. 無料相談バナー (緑帯) */
.lpc-banner { background: var(--lpc-green); color:#fff; }
.lpc-banner__inner { display:flex; align-items:center; gap: 22px; flex-wrap:wrap; padding-block: 24px; }
.lpc-banner__msg { font-family: var(--rn-font-mincho); font-size: clamp(1.05rem,.9rem+.7vw,1.4rem); font-weight:600; margin:0; flex:1 1 auto; }
.lpc-banner .lpc-checks { justify-content:flex-start; width:100%; }
.lpc-banner .lpc-checks li { color:#fff; }
.lpc-banner .lpc-checks li::before { background-color:#fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%233a5a2c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }

/* =========================================================================
 * 4. お悩み共感
 * ========================================================================= */
.lpc-worry__grid { display:grid; grid-template-columns: 200px 1fr 250px; gap: 32px; align-items:center; }
.lpc-worry__illusts { display:flex; align-items:flex-end; justify-content:center; }
.lpc-worry__illusts img { height: 180px; width:auto; }
.lpc-worry__illusts img:nth-child(2) { margin-left:-22px; }
.lpc-worry__list { list-style:none; margin:0; padding:0; display:grid; gap:14px; }
.lpc-worry__list li { position:relative; padding-left: 34px; font-size:1.05rem; font-weight:600; }
.lpc-worry__list li::before {
  content:""; position:absolute; left:0; top:.1em; width:24px; height:24px; border-radius:4px;
  background: var(--lpc-green) no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
  background-size: 16px;
}
.lpc-worry__aside { background: var(--lpc-soft); border:1px solid var(--lpc-line); border-radius:10px; padding: 22px 18px 8px; text-align:center; position:relative; }
.lpc-worry__aside-text { font-size:.96rem; font-weight:600; margin:0 0 4px; }
.lpc-worry__aside-text b { color: var(--lpc-green); }
.lpc-worry__aside-free { font-family: var(--rn-font-mincho); font-size:1.1rem; color: var(--lpc-green); }
.lpc-worry__aside-free b { color: var(--lpc-gold); font-size:1.5rem; }
.lpc-worry__aside img { height: 130px; width:auto; margin: 6px auto 0; }

/* =========================================================================
 * 5. ベネフィット (3つのこと)
 * ========================================================================= */
.lpc-benefits__grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.lpc-benefit { background:#fff; border:1px solid var(--lpc-line); border-radius:10px; padding: 26px 24px; box-shadow: 0 6px 18px rgba(47,80,37,.05); }
.lpc-benefit__top { display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.lpc-benefit__icon { flex:0 0 auto; width:56px; height:56px; border:2px solid var(--lpc-green); border-radius:50%; display:grid; place-items:center; }
.lpc-benefit__icon svg { width:30px; height:30px; fill: var(--lpc-green); }
.lpc-benefit__title { font-family: var(--rn-font-mincho); font-weight:600; font-size:1.15rem; margin:0; color: var(--lpc-ink); }
.lpc-benefit__photo { border-radius:8px; overflow:hidden; background: var(--lpc-soft); margin-bottom: 14px; }
.lpc-benefit__photo img { width:100%; height: 170px; object-fit: cover; }
.lpc-benefit__text { font-size:.92rem; line-height:1.8; color: var(--lpc-ink-sub); margin:0; }

/* =========================================================================
 * 6. 料金プラン
 * ========================================================================= */
.lpc-plans__note { text-align:right; font-size:.76rem; color: var(--lpc-ink-sub); margin: 0 0 14px; }
.lpc-plans__grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items:stretch; }
.lpc-plan { position:relative; background:#fff; border:1px solid var(--lpc-line); border-radius:10px; padding: 24px 22px; display:flex; flex-direction:column; }
.lpc-plan--featured { border:2px solid var(--lpc-gold); box-shadow:0 12px 30px rgba(184,148,63,.16); }
.lpc-plan__ribbon { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background: var(--lpc-gold); color:#fff; font-size:.76rem; font-weight:700; padding:5px 18px; border-radius:999px; white-space:nowrap; }
.lpc-plan__photo { text-align:center; margin-bottom: 12px; }
.lpc-plan__photo img { height: 132px; width:auto; margin:0 auto; }
.lpc-plan__name { font-family: var(--rn-font-mincho); font-weight:600; font-size:1.2rem; text-align:center; margin:0 0 6px; }
.lpc-plan__text { font-size:.88rem; color: var(--lpc-ink-sub); text-align:center; margin:0 0 14px; }
.lpc-plan__price { margin-top:auto; text-align:center; }
.lpc-plan__price-num { font-family: var(--rn-font-figure); font-weight:600; font-size: 2.5rem; color: var(--lpc-gold); line-height:1; }
.lpc-plan__price-unit { font-size:1.05rem; font-weight:700; color: var(--lpc-gold); }
.lpc-plan__price-tax { font-size:.72rem; color: var(--lpc-ink-sub); }

/* =========================================================================
 * 7. 流れ 6ステップ
 * ========================================================================= */
.lpc-flow__steps { display:grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.lpc-step { position:relative; background: var(--lpc-soft); border:1px solid var(--lpc-line); border-radius:8px; padding: 18px 10px 16px; text-align:center; }
.lpc-step:not(:last-child)::after { content:"›"; position:absolute; right:-10px; top: 56px; font-size:1.5rem; color: var(--lpc-gold); z-index:2; }
.lpc-step__no { display:inline-block; font-family: var(--rn-font-figure); font-weight:600; font-size:.95rem; color:#fff; background: var(--lpc-green); width:24px; height:24px; line-height:24px; border-radius:50%; margin-bottom:8px; }
.lpc-step__icon { height: 46px; display:flex; align-items:center; justify-content:center; margin-bottom:8px; }
.lpc-step__icon img { height: 40px; width:auto; }
.lpc-step__title { font-family: var(--rn-font-mincho); font-weight:600; font-size:.92rem; margin:0 0 6px; }
.lpc-step__text { font-size:.76rem; line-height:1.6; color: var(--lpc-ink-sub); margin:0; }

/* =========================================================================
 * 8. お客様の声 (実voices + アバター)
 * ========================================================================= */
.lpc-voices__grid { display:grid; grid-template-columns: repeat(3,1fr); gap:22px; }
.lpc-voice { background:#fff; border:1px solid var(--lpc-line); border-radius:10px; padding:24px 22px; margin:0; }
.lpc-voice__head { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.lpc-voice__avatar { flex:0 0 auto; width:56px; height:56px; border-radius:50%; background: var(--lpc-soft); border:1px solid var(--lpc-line); overflow:hidden; display:flex; align-items:flex-end; justify-content:center; }
.lpc-voice__avatar img { height:56px; width:auto; }
.lpc-voice__stars { color: var(--lpc-gold); font-size:.95rem; letter-spacing:1px; }
.lpc-voice__body { font-size:.9rem; line-height:1.8; }
.lpc-voice__body p { margin:0 0 .4em; }
.lpc-voices__note { text-align:center; font-size:.76rem; color: var(--lpc-ink-sub); margin-top:22px; }

/* =========================================================================
 * 9. クロージング CTA (緑帯 + オペレーター)
 * ========================================================================= */
.lpc-cta { background: var(--lpc-green); color:#fff; padding-block: 0 52px; }
.lpc-cta__inner { display:grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: end; }
.lpc-cta__operator { align-self:end; }
.lpc-cta__operator img { width:100%; max-width:180px; }
.lpc-cta__body { padding-block: 44px; }
.lpc-cta__title { font-family: var(--rn-font-mincho); font-weight:600; font-size: clamp(1.5rem,1.2rem+1.6vw,2.2rem); margin:0 0 6px; }
.lpc-cta__title b { color: var(--lpc-gold); }
.lpc-cta__sub { color:#e4e8dd; margin:0 0 22px; }
.lpc-cta__row { display:flex; align-items:center; gap: 24px; flex-wrap:wrap; }
.lpc-cta .lpc-free { background:#fff; }
.lpc-cta .lpc-tel { color:#fff; }
.lpc-cta__row .lpc-btn { margin-left:auto; }
.lpc-cta .lpc-checks { justify-content:flex-start; margin-top: 22px; }
.lpc-cta .lpc-checks li { color:#fff; }
.lpc-cta .lpc-checks li::before { background-color: var(--lpc-gold); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }

/* 10. HowTo 本文 */
.lpc-howto { background:#fff; padding-block: 58px 24px; }
.lpc-howto__head { text-align:center; max-width: 820px; margin: 0 auto 32px; }
.lpc-howto .entry-content { max-width: 820px; margin-inline:auto; padding-inline:24px; }

/* フェード */
.lpc-fade { opacity:0; transform: translateY(24px); transition: opacity .7s var(--rn-easing), transform .7s var(--rn-easing); }
.lpc-fade.is-in { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) { .lpc-fade { opacity:1; transform:none; transition:none; } }

/* =========================================================================
 * レスポンシブ
 * ========================================================================= */
@media (max-width: 1024px) {
  .lpc-benefits__grid { grid-template-columns: 1fr; max-width: 560px; margin-inline:auto; }
  .lpc-flow__steps { grid-template-columns: repeat(3,1fr); gap: 16px; }
  .lpc-step:not(:last-child)::after { content:none; }
}
@media (max-width: 834px) {
  .lpc-section, .lpc-cta { padding-block: 48px; }
  .lpc-cta { padding-top: 0; }
  .lpc-hero__inner { grid-template-columns: 1fr; gap: 18px; padding-block: 36px; }
  .lpc-hero::before { background: linear-gradient(165deg, rgba(36,46,24,.92) 0%, rgba(40,55,30,.74) 46%, rgba(45,60,34,.4) 100%); }
  .lpc-hero__visual { max-width: 440px; margin-inline: auto; padding-bottom: 18px; }
  .lpc-hero__ba { width: 132px; }
  .lpc-worry__grid { grid-template-columns: 1fr; gap: 22px; max-width: 540px; margin-inline:auto; }
  .lpc-worry__illusts { order: -1; }
  .lpc-plans__grid { grid-template-columns: 1fr; max-width: 420px; margin-inline:auto; }
  .lpc-voices__grid { grid-template-columns: 1fr; max-width: 520px; margin-inline:auto; }
  .lpc-cta__inner { grid-template-columns: 1fr; gap: 0; }
  .lpc-cta__operator { display:none; }
  .lpc-cta__body { padding-block: 44px 0; text-align:center; }
  .lpc-cta__row { justify-content:center; }
  .lpc-cta__row .lpc-btn { margin-left:0; width:100%; }
  .lpc-cta .lpc-checks, .lpc-banner .lpc-checks { justify-content:center; }
}
@media (max-width: 560px) {
  .lpc-container { padding-inline: 18px; }
  .lpc-flow__steps { grid-template-columns: repeat(2,1fr); }
  .lpc-hero__badges { justify-content:center; gap:10px; }
  .lpc-badge { width: 104px; height:104px; }
  .lpc-hero__ba { width: 104px; }
  .lpc-btn { width:100%; }
  .lpc-cta { padding-bottom: calc(48px + var(--rn-sp-actionbar-h,64px)); }
}

/* ============ 2026-07-04 追加分 ============ */
/* ヒーロー内エリア表記 */
.lpc-hero__area {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.82rem;
  opacity: 0.85;
}

/* ヒーローCTA行 (ボタン + 電話) */
.lpc-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin: 18px 0 22px;
}
.lpc-hero__tel {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 10px 18px;
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--lpc-line, #ddd);
  border-radius: 10px;
  text-decoration: none;
  color: var(--lpc-ink, #333);
}
.lpc-hero__tel-icon { font-size: 18px; line-height: 1; }
.lpc-hero__tel-num {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lpc-green-dk, #2f3f24);
  line-height: 1;
}
.lpc-hero__tel-hours { font-size: 11px; opacity: 0.8; }
@media (max-width: 560px) {
  .lpc-hero__cta-row { flex-direction: column; align-items: stretch; }
  .lpc-hero__tel { justify-content: center; }
}

/* ヒーロー画像キャプション */
.lpc-hero__ba, .lpc-hero__grave { position: relative; margin: 0; }
.lpc-hero__cap {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(47, 63, 36, 0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.05em;
}

/* 費用の目安フッター */
.lpc-plans__foot {
  text-align: center;
  margin: 24px 0 0;
  font-size: 0.95rem;
}
.lpc-plans__foot a {
  color: var(--lpc-gold-dk);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--lpc-gold);
  padding-bottom: 2px;
}

/* クロージング CTA 内フォーム */
.lpc-cta__form {
  max-width: 760px;
  margin: 32px auto 0;
  background: #fff;
  border-radius: 12px;
  padding: 28px 26px;
  text-align: left;
  color: #333;
}
.lpc-cta__form-head {
  text-align: center;
  font-weight: 700;
  margin: 0 0 16px;
  font-size: 1.05rem;
}
.lpc-cta__form .wpcf7 input[type="text"],
.lpc-cta__form .wpcf7 input[type="email"],
.lpc-cta__form .wpcf7 input[type="tel"],
.lpc-cta__form .wpcf7 select,
.lpc-cta__form .wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px; /* iOS ズーム防止 */
}
.lpc-cta__form .wpcf7 input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 8px auto 0;
  padding: 16px 20px;
  background: var(--lpc-gold);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}
.lpc-cta__form .wpcf7 input[type="submit"]:hover { background: var(--lpc-gold-dk); }
@media (max-width: 560px) {
  .lpc-cta__form { padding: 20px 16px; }
}

/* Before/After ラベル色分け (2026-07-04) */
.lpc-hero__cap--before { background: rgba(90, 90, 90, 0.88); }
.lpc-hero__cap--after  { background: var(--lpc-gold-dk, #a07f2e); }
/* インセット(Before)はラベルを小さく */
.lpc-hero__ba .lpc-hero__cap { font-size: 10px; padding: 3px 9px; left: 6px; bottom: 6px; }

/* 2026-07-04: プラン写真を実写真に差し替えたため全幅サムネ化 */
.lpc-plan__photo img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.lpc-cases__more { text-align: center; margin: 20px 0 0; }
.lpc-cases__more a {
  color: var(--lpc-gold-dk);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--lpc-gold);
  padding-bottom: 2px;
}
