/* ============================================================
   今の予算で、どんな家が買える？｜リノベ不動産 恵比寿南店
   present-campaign-refa 専用スタイル
   ============================================================ */

:root {
  --pcr-white:        #ffffff;
  --pcr-cream:         #fbf7f1;  /* セクション背景（暖色クリーム） */
  --pcr-cream2:        #f3eae0;  /* セクション背景（クリーム濃） */
  --pcr-line:          #e5d9cd;  /* 区切り線（暖色） */
  --pcr-line2:         #efe7de;  /* 区切り線（ヘッダー・開催概要） */
  --pcr-ink:           #4a4744;  /* 本文テキスト */
  --pcr-heading:       #33261f;  /* 見出し・濃色テキスト */
  --pcr-sub:           #7a6e66;  /* 補足テキスト */
  --pcr-sub2:          #8b7f76;  /* 注意書きテキスト */
  --pcr-sub3:          #8b8580;  /* ヘッダー小ラベル */
  --pcr-accent:        #a56873;  /* アクセント（リンク・リボン） */
  --pcr-accent-hover:  #8e5762;
  --pcr-accent-active: #7f4e58;
  --pcr-badge-border:  #c99aa4;
  --pcr-marker:        #f1dde1;  /* テキストマーカー背景 */
  --pcr-btn:           #5a4a40;  /* CTAボタン背景 */
  --pcr-btn-hover:     #493b33;
  --pcr-btn-active:    #3e322b;
  --pcr-focus:         #d9c9bd;  /* フォーカスリング（ブラウン系） */
  --pcr-focus-pink:    #f0d3d9;  /* フォーカスリング（ピンク系） */
  --pcr-num-bg:        #4a3a30;  /* 番号丸背景 */
  --pcr-footer-bg:     #33261f;
  --pcr-footer-text:   #f3eae0;
  --pcr-footer-sub:    #e8dcd2;
  --pcr-footer-sub2:   #b7a79b;

  --max-w: 1080px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--pcr-white);
  color: var(--pcr-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a { color: var(--pcr-accent); }
a:hover { color: var(--pcr-accent-hover); }

img { max-width: 100%; }

/* ─────────────────────────────────────────────────────
   HEADER
───────────────────────────────────────────────────── */
.pcr-header { background: var(--pcr-white); border-bottom: 1px solid var(--pcr-line2); }
.pcr-header-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.pcr-logo { height: clamp(30px, 6vw, 38px); width: auto; display: block; flex: 0 0 auto; }
.pcr-tel {
  display: flex; flex-direction: column; align-items: flex-end; gap: 2px;
  text-decoration: none; color: var(--pcr-ink);
}
.pcr-tel-label { font-size: 11px; color: var(--pcr-sub3); letter-spacing: .04em; }
.pcr-tel-num { font-size: clamp(18px, 5vw, 22px); font-weight: 700; letter-spacing: .01em; color: var(--pcr-ink); }

/* ─────────────────────────────────────────────────────
   FV（ファーストビュー）
───────────────────────────────────────────────────── */
.pcr-fv {
  position: relative; width: 100%; aspect-ratio: 16/9;
  min-height: 290px; max-height: 46vh; overflow: hidden; background: var(--pcr-line2);
}
.pcr-fv img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 52% 62%;
}
.pcr-fv-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(45,32,26,.6) 0%, rgba(45,32,26,.34) 45%, rgba(45,32,26,.08) 78%, rgba(45,32,26,0) 100%);
}
.pcr-fv-content {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  max-width: var(--max-w); margin: 0 auto; padding: 16px clamp(18px, 5vw, 40px) 18px;
}
.pcr-fv-inner { max-width: 560px; }
.pcr-fv-title {
  margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
  font-weight: 700; color: #fff; letter-spacing: .01em; text-wrap: pretty;
}
.pcr-fv-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pcr-fv-badge {
  font-size: clamp(13px, 3.4vw, 15px); font-weight: 700; letter-spacing: .06em;
  color: #33261f; background: rgba(255,255,255,.92); padding: 6px 14px; border-radius: 4px;
}
.pcr-fv-lead { font-size: clamp(20px, 5.4vw, 32px); line-height: 1.3; text-shadow: 0 2px 14px rgba(45,32,26,.45); }
.pcr-fv-main { font-size: clamp(26px, 7.6vw, 48px); line-height: 1.25; text-shadow: 0 2px 16px rgba(45,32,26,.5); }
.pcr-fv-desc {
  margin: 10px 0 0; font-size: clamp(13px, 3.6vw, 17px); font-weight: 500; line-height: 1.7;
  color: #fff; text-shadow: 0 1px 10px rgba(45,32,26,.55);
}

/* ─────────────────────────────────────────────────────
   開催日パネル
───────────────────────────────────────────────────── */
.pcr-datepanel { background: var(--pcr-cream); padding: clamp(32px, 7vw, 56px) 20px clamp(36px, 7vw, 60px); }
.pcr-datepanel-inner {
  max-width: 560px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: clamp(18px, 4vw, 26px);
}
.pcr-datepanel img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 12px; }
.pcr-date-block { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.pcr-reserve-badge {
  margin: 0; display: inline-block; padding: 5px 16px; border: 1px solid var(--pcr-badge-border);
  color: var(--pcr-accent-hover); font-size: 12px; font-weight: 700; letter-spacing: .18em; border-radius: 2px;
}
.pcr-date-row { margin: 0; display: flex; align-items: baseline; justify-content: center; gap: 6px; font-weight: 400; line-height: 1; color: var(--pcr-ink); }
.pcr-date-tilde { font-size: clamp(20px, 5vw, 26px); font-weight: 700; color: var(--pcr-ink); }
.pcr-date-num { font-size: clamp(44px, 12.5vw, 64px); font-weight: 700; letter-spacing: -.01em; }
.pcr-date-dow { font-size: clamp(13px, 3.4vw, 15px); font-weight: 700; color: var(--pcr-ink); letter-spacing: .04em; }
.pcr-date-detail {
  margin: 0; padding-top: 14px; border-top: 1px solid var(--pcr-line); width: min(100%, 300px);
  font-size: 13px; font-weight: 700; line-height: 1.8; color: var(--pcr-ink); letter-spacing: .02em;
}
.pcr-map-trigger {
  display: inline-block; margin-top: 6px; padding: 0; border: none; appearance: none; background: none;
  font-family: inherit; font-size: 13px; font-weight: 700; color: var(--pcr-accent-hover);
  text-decoration: underline; cursor: pointer;
}
.pcr-map-trigger:hover { color: var(--pcr-accent); }

/* ─────────────────────────────────────────────────────
   共感リード
───────────────────────────────────────────────────── */
.pcr-empathy { background: var(--pcr-white); padding: clamp(56px, 10vw, 96px) 20px; }
.pcr-empathy-inner { max-width: 640px; margin: 0 auto; }
.pcr-empathy h2 { margin: 0; text-align: center; font-size: clamp(22px, 5.8vw, 30px); font-weight: 700; line-height: 1.6; color: var(--pcr-heading); text-wrap: pretty; }
.pcr-empathy p { margin: clamp(24px, 5vw, 32px) 0 0; font-size: 16px; line-height: 1.95; color: var(--pcr-ink); text-wrap: pretty; }
.pcr-marker { font-weight: 700; color: var(--pcr-heading); background: linear-gradient(transparent 62%, var(--pcr-marker) 62%); }

/* CTAボタン（共通ラッパー） */
.pcr-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 9px; margin-top: 36px; }
.pcr-cta-note { margin: 0; font-size: 13px; color: var(--pcr-sub); }

/* ─────────────────────────────────────────────────────
   この相談会でわかること
───────────────────────────────────────────────────── */
.pcr-learns { background: var(--pcr-cream); padding: clamp(56px, 10vw, 96px) 20px; }
.pcr-learns-inner { max-width: 960px; margin: 0 auto; }
.pcr-learns h2 { margin: 0; text-align: center; font-size: clamp(22px, 5.8vw, 30px); font-weight: 700; line-height: 1.6; color: var(--pcr-heading); }
.pcr-learn-list {
  list-style: none; margin: clamp(28px, 5vw, 44px) auto 0; padding: 0; max-width: 620px;
  display: flex; flex-direction: column; border-top: 1px solid var(--pcr-line);
}
.pcr-learn-list li { display: flex; align-items: center; gap: 16px; padding: 20px 4px; border-bottom: 1px solid var(--pcr-line); }
.pcr-learn-num {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; background: var(--pcr-num-bg); color: #fff;
  font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.pcr-learn-list h3 { margin: 0; font-size: clamp(13px, 3.7vw, 17px); font-weight: 700; line-height: 1.5; color: var(--pcr-heading); text-wrap: balance; }
.pcr-learns figure { margin: clamp(32px, 6vw, 48px) 0 0; }
.pcr-learns figure img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; object-position: 50% 40%; display: block; border-radius: 12px; }
.pcr-learns figcaption { margin: 14px 0 0; font-size: 14px; font-weight: 700; line-height: 1.8; color: var(--pcr-ink); text-align: center; }

/* ─────────────────────────────────────────────────────
   お客様の声
───────────────────────────────────────────────────── */
.pcr-voice { background: var(--pcr-white); padding: clamp(56px, 10vw, 96px) 20px; }
.pcr-voice-inner { max-width: 960px; margin: 0 auto; }
.pcr-voice h2 { margin: 0; text-align: center; font-size: clamp(22px, 5.8vw, 30px); font-weight: 700; line-height: 1.6; color: var(--pcr-heading); }
.pcr-voice-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 28px); margin-top: clamp(32px, 6vw, 48px);
}
.pcr-voice-card { background: var(--pcr-cream); border-radius: 12px; overflow: hidden; }
.pcr-voice-card img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; display: block; }
.pcr-voice-body { padding: clamp(22px, 5vw, 28px); }
.pcr-voice-name { margin: 0; font-size: 13px; letter-spacing: .08em; color: var(--pcr-accent); font-weight: 700; }
.pcr-voice-card h3 { margin: 10px 0 0; font-size: 17px; font-weight: 700; line-height: 1.7; color: var(--pcr-heading); text-wrap: balance; }
.pcr-voice-text { margin: 14px 0 0; font-size: 15px; line-height: 1.85; color: var(--pcr-ink); }
.pcr-voice-cta { max-width: 640px; margin: clamp(32px, 6vw, 48px) auto 0; text-align: center; }

/* ─────────────────────────────────────────────────────
   まだ決めていなくても大丈夫です
───────────────────────────────────────────────────── */
.pcr-reassure { background: var(--pcr-cream2); padding: clamp(56px, 10vw, 96px) 20px; }
.pcr-reassure-inner { max-width: 600px; margin: 0 auto; text-align: center; }
.pcr-reassure h2 { margin: 0; font-size: clamp(21px, 5.6vw, 29px); font-weight: 700; line-height: 1.65; color: var(--pcr-heading); }
.pcr-reassure-q { margin: 28px 0 0; font-size: 16px; line-height: 2; color: var(--pcr-ink); }
.pcr-reassure-lead { margin: 26px 0 0; font-size: clamp(17px, 4.6vw, 20px); font-weight: 700; line-height: 1.75; color: var(--pcr-heading); }

/* ─────────────────────────────────────────────────────
   来場プレゼント
───────────────────────────────────────────────────── */
.pcr-gift { background: var(--pcr-cream); padding: clamp(56px, 10vw, 96px) 20px; }
.pcr-gift-inner { max-width: 560px; margin: 0 auto; }
.pcr-gift-card {
  background: var(--pcr-white); border-radius: 12px; padding: clamp(24px, 5vw, 36px) clamp(18px, 4vw, 32px);
  display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center;
}
.pcr-gift-card img { width: min(64%, 300px); height: auto; display: block; }
.pcr-gift-ribbon {
  margin: 0; width: 100%; padding: 9px 14px; background: var(--pcr-accent); color: #fff;
  font-size: clamp(13px, 3.6vw, 15px); font-weight: 700; line-height: 1.5; letter-spacing: .02em;
}
.pcr-gift-chip {
  margin: 0; display: inline-block; padding: 8px 16px; background: var(--pcr-btn); color: #fff;
  font-size: clamp(13px, 3.6vw, 15px); font-weight: 700; line-height: 1.5;
}
.pcr-gift-card h2 { margin: 6px 0 0; font-size: clamp(18px, 4.9vw, 23px); font-weight: 700; line-height: 1.6; color: var(--pcr-heading); }
.pcr-gift-notes { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; text-align: left; width: 100%; }
.pcr-gift-notes li { font-size: clamp(11px, 3.1vw, 13px); line-height: 1.8; color: var(--pcr-sub2); }
.pcr-gift-notes li.strong { font-size: 13px; font-weight: 700; color: var(--pcr-accent); }
.pcr-gift-cta { display: flex; flex-direction: column; align-items: center; gap: 9px; margin-top: clamp(24px, 5vw, 32px); }

/* ─────────────────────────────────────────────────────
   FAQ（詳細開閉：ネイティブ details/summary、JS不使用）
───────────────────────────────────────────────────── */
.pcr-faq { background: var(--pcr-white); padding: clamp(56px, 10vw, 96px) 20px; }
.pcr-faq-inner { max-width: 720px; margin: 0 auto; }
.pcr-faq h2 { margin: 0; text-align: center; font-size: clamp(22px, 5.8vw, 30px); font-weight: 700; line-height: 1.6; color: var(--pcr-heading); }
.pcr-faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: clamp(28px, 5vw, 40px); }
.pcr-faq-item { background: var(--pcr-cream); border-radius: 10px; overflow: hidden; }
.pcr-faq-item summary {
  list-style: none; cursor: pointer; width: 100%; min-height: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px;
  font-size: clamp(12.5px, 3.5vw, 15px); font-weight: 500; line-height: 1.6; color: var(--pcr-heading);
}
.pcr-faq-item summary::-webkit-details-marker { display: none; }
.pcr-faq-item summary::marker { content: ""; }
.pcr-faq-item summary:hover { background: var(--pcr-cream2); }
.pcr-faq-item summary:focus-visible { outline: 3px solid var(--pcr-focus-pink); outline-offset: -3px; }
.pcr-faq-q { flex: 1 1 auto; }
.pcr-faq-icon { flex: 0 0 auto; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; font-size: 17px; color: var(--pcr-accent); }
.pcr-faq-icon::before { content: "＋"; }
.pcr-faq-item[open] .pcr-faq-icon::before { content: "－"; }
.pcr-faq-a { margin: 0; padding: 0 18px 20px; font-size: 15px; line-height: 1.9; color: var(--pcr-ink); }
.pcr-faq-closing { margin: clamp(28px, 5vw, 36px) 0 0; text-align: center; font-size: clamp(18px, 4.6vw, 22px); font-weight: 700; line-height: 1.75; color: var(--pcr-heading); }

/* ─────────────────────────────────────────────────────
   最終CTA
───────────────────────────────────────────────────── */
.pcr-final { background: var(--pcr-cream); padding: clamp(64px, 11vw, 110px) 20px; }
.pcr-final-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.pcr-final h2 { margin: 0; font-size: clamp(26px, 7vw, 40px); font-weight: 700; line-height: 1.5; color: var(--pcr-heading); }
.pcr-final-lead { margin: clamp(22px, 4.5vw, 30px) 0 0; font-size: clamp(16px, 4.3vw, 19px); font-weight: 700; line-height: 1.8; color: var(--pcr-heading); }
.pcr-final-note { margin: 14px 0 0; font-size: 15px; line-height: 1.85; color: var(--pcr-sub); }
.pcr-final .pcr-cta-wrap { margin-top: clamp(34px, 6vw, 44px); }

/* ─────────────────────────────────────────────────────
   開催概要
───────────────────────────────────────────────────── */
.pcr-outline { background: var(--pcr-white); padding: clamp(56px, 10vw, 96px) 20px clamp(64px, 11vw, 104px); }
.pcr-outline-inner { max-width: 720px; margin: 0 auto; }
.pcr-outline h2 { margin: 0; text-align: center; font-size: clamp(22px, 5.8vw, 30px); font-weight: 700; line-height: 1.6; color: var(--pcr-heading); }
.pcr-outline img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; object-position: 60% 50%; display: block; border-radius: 12px; margin-top: clamp(24px, 5vw, 36px); }
.pcr-outline-lead { margin: clamp(18px, 3.5vw, 24px) 0 0; text-align: center; font-size: clamp(16px, 4.3vw, 19px); font-weight: 700; line-height: 1.75; color: var(--pcr-heading); }
.pcr-outline-table { margin: clamp(28px, 5vw, 40px) 0 0; display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--pcr-line2); }
.pcr-outline-table .row { display: flex; flex-wrap: wrap; gap: 4px 16px; padding: 16px 2px; border-bottom: 1px solid var(--pcr-line2); }
.pcr-outline-table dt { margin: 0; flex: 0 0 96px; font-size: 14px; font-weight: 700; color: var(--pcr-sub); line-height: 1.8; }
.pcr-outline-table dd { margin: 0; flex: 1 1 220px; font-size: 15px; line-height: 1.8; color: var(--pcr-heading); }
.pcr-outline-table dd a { color: var(--pcr-accent); text-decoration: none; font-weight: 700; }
.pcr-map-frame { margin-top: clamp(24px, 4vw, 32px); border-radius: 12px; overflow: hidden; background: var(--pcr-line2); }
.pcr-map-frame iframe { width: 100%; height: clamp(240px, 45vw, 340px); border: 0; display: block; }

/* ─────────────────────────────────────────────────────
   CTAボタン（共通）
───────────────────────────────────────────────────── */
.pcr-btn {
  display: flex; align-items: center; justify-content: center; width: min(92%, 440px); min-height: 58px;
  padding: 14px 22px; border-radius: 7px; background: var(--pcr-btn); color: #fff;
  font-size: 17px; font-weight: 700; text-decoration: none;
  border: none; appearance: none; cursor: pointer; font-family: inherit;
  box-shadow: 0 3px 10px rgba(45,32,26,.16);
  transition: background .18s ease;
}
.pcr-btn:hover { background: var(--pcr-btn-hover); }
.pcr-btn:active { background: var(--pcr-btn-active); }
.pcr-btn:focus-visible { outline: 3px solid var(--pcr-focus); outline-offset: 3px; }

/* ─────────────────────────────────────────────────────
   固定CTA（モバイルのみ表示）
───────────────────────────────────────────────────── */
.pcr-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; padding: 0 12px calc(10px + env(safe-area-inset-bottom)); }
.pcr-sticky-btn {
  display: flex; align-items: center; justify-content: center; width: 100%; min-height: 60px;
  padding: 14px 20px; border-radius: 14px; background: var(--pcr-accent); color: #fff;
  font-size: 17px; font-weight: 700; letter-spacing: .02em; text-decoration: none;
  border: none; appearance: none; cursor: pointer; font-family: inherit;
  box-shadow: 0 4px 16px rgba(45,32,26,.22);
  transition: background .18s ease;
}
.pcr-sticky-btn:hover { background: var(--pcr-accent-hover); }
.pcr-sticky-btn:active { background: var(--pcr-accent-active); }
.pcr-sticky-btn:focus-visible { outline: 3px solid var(--pcr-focus-pink); outline-offset: 3px; }

@media (min-width: 768px) {
  .pcr-sticky { display: none; }
}
@media (max-width: 767px) {
  body { padding-bottom: 84px; }
}

/* ─────────────────────────────────────────────────────
   Googleマップ ポップアップ
───────────────────────────────────────────────────── */
.pcr-map-dialog {
  border: none; border-radius: 14px; padding: 0; max-width: min(92vw, 640px); width: 100%;
  box-shadow: 0 20px 60px rgba(45,32,26,.35);
}
.pcr-map-dialog::backdrop { background: rgba(45,32,26,.55); }
.pcr-map-dialog-inner { position: relative; padding: clamp(20px, 4vw, 28px); }
.pcr-map-dialog-title { margin: 0 40px 16px 0; font-size: 17px; font-weight: 700; color: var(--pcr-heading); }
.pcr-map-dialog-frame { border-radius: 10px; overflow: hidden; background: var(--pcr-line2); }
.pcr-map-dialog-frame iframe { width: 100%; height: min(60vh, 420px); border: 0; display: block; }
.pcr-map-dialog-close {
  position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%;
  border: none; appearance: none; background: var(--pcr-cream); color: var(--pcr-heading);
  font-size: 0; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.pcr-map-dialog-close::before { content: "×"; font-size: 20px; }
.pcr-map-dialog-close:hover { background: var(--pcr-cream2); }

/* ─────────────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────────────── */
.pcr-footer { background: var(--pcr-footer-bg); color: var(--pcr-footer-text); padding: clamp(44px, 8vw, 64px) 20px clamp(32px, 6vw, 44px); }
.pcr-footer-inner { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: clamp(26px, 5vw, 36px); text-align: center; }
.pcr-footer-logos { display: flex; flex-direction: column; align-items: center; gap: clamp(26px, 6vw, 40px); width: 100%; }
.pcr-footer-logos img:first-child { width: 240px; height: auto; display: block; }
.pcr-footer-logos img:last-child { width: auto; max-height: 70px; display: block; }
.pcr-footer-info { display: flex; flex-direction: column; gap: 8px; }
.pcr-footer-info p { margin: 0; font-size: 14px; line-height: 1.9; color: var(--pcr-footer-sub); }
.pcr-footer-info a { color: #fff; text-decoration: none; font-weight: 700; }
.pcr-footer-legal { display: flex; flex-direction: column; gap: 12px; }
.pcr-footer-legal a { font-size: 13px; color: var(--pcr-footer-sub); text-decoration: underline; }
.pcr-footer-legal p { margin: 0; font-size: 12px; color: var(--pcr-footer-sub2); }
