@charset "UTF-8";
/* =========================================================
   無料エコー診断 LP 専用スタイル（独立LP / サイト本体とは別ヘッダー・フッター）
   雰囲気は RiCarna-podiatry 本体を踏襲（ゴールド #BF9B53 / ブラウン #312118 / Noto Serif・Sans JP）
   すべて .lpfu 配下にスコープし本体CSSと干渉させない
   ========================================================= */
.lpfu {
  --gold: #BF9B53;
  --gold-light: #D2AE67;
  --gold-deep: #6A542A;
  --ink: #312118;
  --ink-soft: #5F543F;
  --beige: #F4F0E9;
  --beige-deep: #EDEAE8;
  --line: #E2DACB;
  --green: #5BB89E;
  --amber: #B56A00;
  --amber-bg: #FFF7EA;
  --white: #fff;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", "M PLUS 1p", sans-serif;
  --en: "Cormorant", serif;

  font-family: var(--sans);
  color: var(--ink);
  line-height: 1.85;
  font-size: 16px;
  letter-spacing: .02em;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
.lpfu * { box-sizing: border-box; }
.lpfu img { max-width: 100%; height: auto; display: block; }
.lpfu a { color: inherit; text-decoration: none; }

/* ---- レイアウト ---- */
.lpfu .lp-inner { width: 100%; max-width: 760px; margin: 0 auto; padding: 0 20px; }
.lpfu section { padding: 56px 0; }
.lpfu .sec-alt { background: var(--beige); }
.lpfu .sec-ink { background: #2b1d14; color: #f3ece1; }

/* ---- 見出し ---- */
.lpfu .sec-head { text-align: center; margin-bottom: 32px; }
.lpfu .sec-head .en {
  display: block; font-family: var(--en); font-size: 14px; letter-spacing: .22em;
  color: var(--gold); font-weight: 600; text-transform: uppercase; margin-bottom: 6px;
}
.lpfu .sec-head h2 {
  font-family: var(--serif); font-weight: 600; line-height: 1.5;
  font-size: clamp(21px, 5vw, 28px); color: var(--ink);
}
.lpfu .sec-head h2 .mark { color: var(--gold-deep); }
.lpfu .lead { text-align: center; margin: 0 auto 28px; max-width: 640px; font-size: 15px; }

/* ---- ヘッダー（LP専用・サイトナビなし） ---- */
.lpfu-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96);
  backdrop-filter: blur(6px); border-bottom: 1px solid var(--line);
}
.lpfu-header__in {
  max-width: 1000px; margin: 0 auto; padding: 10px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.lpfu-header__logo img { width: auto; height: 38px; }
.lpfu-header__cta { display: flex; align-items: center; gap: 12px; }
.lpfu-header__tel { font-family: var(--sans); font-weight: 700; font-size: 17px; color: var(--ink); letter-spacing: .02em; }
.lpfu-header__btn {
  background: var(--gold); color: #fff; font-weight: 700; font-size: 13px;
  padding: 10px 18px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(191,155,83,.35);
}

/* ---- ヒーロー ---- */
.lpfu-hero { background: linear-gradient(180deg, #faf7f1 0%, #efe7d7 100%); position: relative; overflow: hidden; padding: 40px 0 48px; }
.lpfu-hero__badge-top {
  display: inline-block; background: var(--gold-deep); color: #fff; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; padding: 6px 16px; border-radius: 999px; margin-bottom: 18px;
}
.lpfu-hero h1 {
  font-family: var(--serif); font-weight: 700; color: var(--ink);
  font-size: clamp(25px, 6.4vw, 40px); line-height: 1.45; margin-bottom: 18px;
}
.lpfu-hero h1 .em {
  color: var(--gold-deep); position: relative; white-space: nowrap;
}
.lpfu-hero h1 .em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 8px;
  background: rgba(191,155,83,.28); z-index: -1;
}
.lpfu-hero__sub { font-size: 15px; line-height: 1.9; margin-bottom: 24px; }
.lpfu-hero__sub b { color: var(--gold-deep); }

.lpfu-badges { display: grid; gap: 10px; margin: 0 auto 26px; max-width: 560px; }
.lpfu-badges li {
  display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 11px 16px; font-size: 14px; font-weight: 600; box-shadow: 0 2px 8px rgba(49,33,24,.04);
}
.lpfu-badges li::before {
  content: ""; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}
.lpfu-badges li b { color: var(--gold-deep); }

/* 開催ストリップ */
.lpfu-eventbar {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px;
  background: #2b1d14; color: #f4ecdf; border-radius: 12px; padding: 14px 18px; margin: 0 auto 22px; max-width: 600px;
  font-size: 13.5px; text-align: center;
}
.lpfu-eventbar span { display: inline-flex; align-items: center; gap: 6px; }
.lpfu-eventbar b { color: var(--gold-light); font-weight: 700; }

/* 注意 callout */
.lpfu-callout {
  border: 2px solid var(--amber); background: var(--amber-bg); border-radius: 12px;
  padding: 14px 18px; margin: 22px auto 0; max-width: 600px; font-size: 13.5px; line-height: 1.8;
}
.lpfu-callout .t { display: block; font-weight: 700; color: var(--amber); margin-bottom: 4px; }

/* ---- CTAボタン（共通） ---- */
.lpfu-cta { text-align: center; margin: 34px 0 4px; }
.lpfu-cta__btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: #fff; font-weight: 700; font-size: 18px; line-height: 1.4;
  padding: 17px 46px; border-radius: 999px; box-shadow: 0 8px 22px rgba(191,155,83,.4);
  transition: transform .15s ease, box-shadow .15s ease; position: relative;
}
.lpfu-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(191,155,83,.5); }
.lpfu-cta__btn small { font-size: 11px; font-weight: 600; letter-spacing: .06em; opacity: .92; margin-top: 2px; }
.lpfu-cta__note { font-size: 12px; color: var(--ink-soft); margin-top: 10px; }

/* ---- お悩みチェック ---- */
.lpfu-worry { display: grid; gap: 10px; max-width: 600px; margin: 0 auto; }
.lpfu-worry li {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--gold);
  border-radius: 8px; padding: 13px 16px 13px 42px; position: relative; font-size: 14.5px; font-weight: 500;
}
.lpfu-worry li::before {
  content: "✓"; position: absolute; left: 15px; top: 12px; color: var(--gold); font-weight: 900;
}
.lpfu-worry__msg { text-align: center; font-family: var(--serif); font-size: 17px; color: var(--gold-deep); margin-top: 22px; font-weight: 600; }

/* ---- 箇条（汎用） ---- */
.lpfu-points { max-width: 600px; margin: 0 auto; display: grid; gap: 12px; }
.lpfu-points li { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px 14px 46px; position: relative; font-size: 14.5px; }
.lpfu-points li::before {
  content: ""; position: absolute; left: 16px; top: 17px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;
}
.lpfu-note { text-align: center; font-size: 12.5px; color: var(--ink-soft); margin-top: 16px; }

/* ---- わかること（カード） ---- */
.lpfu-check { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 680px; margin: 0 auto; }
.lpfu-check__card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 18px; box-shadow: 0 3px 12px rgba(49,33,24,.05); }
.lpfu-check__no { font-family: var(--en); font-size: 26px; font-weight: 700; color: var(--gold); line-height: 1; }
.lpfu-check__card h3 { font-family: var(--serif); font-size: 16px; font-weight: 600; margin: 6px 0 8px; color: var(--ink); }
.lpfu-check__card p { font-size: 13px; line-height: 1.75; color: var(--ink-soft); }

/* ---- 院長 ---- */
.lpfu-doctor { display: grid; gap: 22px; max-width: 680px; margin: 0 auto; }
.lpfu-doctor__photo { text-align: center; }
.lpfu-doctor__photo img { width: 220px; max-width: 60%; margin: 0 auto; border-radius: 14px; box-shadow: 0 8px 22px rgba(49,33,24,.15); }
.lpfu-doctor__name { font-family: var(--serif); font-size: 20px; font-weight: 700; text-align: center; margin-bottom: 4px; }
.lpfu-doctor__name small { display: block; font-family: var(--sans); font-size: 12px; color: var(--ink-soft); font-weight: 500; margin-top: 4px; }
.lpfu-doctor__cred { list-style: none; padding: 16px 18px; margin: 16px 0; background: var(--beige-deep); border-radius: 12px; }
.lpfu-doctor__cred li { font-size: 13px; padding-left: 16px; position: relative; margin: 4px 0; }
.lpfu-doctor__cred li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.lpfu-doctor__bio { font-size: 13.5px; line-height: 1.85; }
.lpfu-doctor__bio .label { font-weight: 700; color: var(--gold-deep); }
.lpfu-doctor__quote { font-family: var(--serif); text-align: center; font-size: 16px; color: var(--gold-deep); margin-top: 18px; line-height: 1.7; }

/* ---- 当日の流れ（Step） ---- */
.lpfu-steps { max-width: 600px; margin: 0 auto; position: relative; }
.lpfu-steps__item { position: relative; padding: 0 0 24px 64px; }
.lpfu-steps__item::before {
  content: ""; position: absolute; left: 23px; top: 6px; bottom: -6px; width: 2px; background: var(--line);
}
.lpfu-steps__item:last-child::before { display: none; }
.lpfu-steps__no {
  position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--en); font-weight: 700; line-height: 1; z-index: 1;
}
.lpfu-steps__no small { font-size: 8px; letter-spacing: .1em; }
.lpfu-steps__no b { font-size: 19px; }
.lpfu-steps__body h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 4px; padding-top: 6px; }
.lpfu-steps__body p { font-size: 13.5px; color: var(--ink-soft); }

/* ---- 概要テーブル ---- */
.lpfu-table { max-width: 640px; margin: 0 auto; border-top: 1px solid var(--line); }
.lpfu-table dl { display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid var(--line); }
.lpfu-table dt { background: var(--beige-deep); padding: 14px 14px; font-size: 13px; font-weight: 700; color: var(--gold-deep); }
.lpfu-table dd { padding: 14px 16px; font-size: 13.5px; line-height: 1.7; }
.lpfu-map { max-width: 640px; margin: 18px auto 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.lpfu-map iframe { display: block; width: 100%; height: 280px; border: 0; }

/* ---- FAQ ---- */
.lpfu-faq { max-width: 640px; margin: 0 auto; display: grid; gap: 12px; }
.lpfu-faq__item { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.lpfu-faq__q { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; font-weight: 700; font-size: 14.5px; cursor: pointer; list-style: none; }
.lpfu-faq__q::-webkit-details-marker { display: none; }
.lpfu-faq__q::before { content: "Q"; flex: 0 0 24px; width: 24px; height: 24px; background: var(--gold); color: #fff; border-radius: 50%; display: grid; place-items: center; font-family: var(--en); font-size: 14px; }
.lpfu-faq__q::after { content: "+"; margin-left: auto; color: var(--gold); font-size: 22px; line-height: 1; transition: transform .2s; }
.lpfu-faq__item[open] .lpfu-faq__q::after { transform: rotate(45deg); }
.lpfu-faq__a { padding: 0 18px 18px 54px; font-size: 13.5px; line-height: 1.85; color: var(--ink-soft); }

/* ---- クロージング ---- */
.lpfu-closing { text-align: center; }
.lpfu-closing__copy { font-family: var(--serif); font-size: clamp(19px, 5vw, 26px); font-weight: 600; line-height: 1.65; margin-bottom: 16px; }
.lpfu-closing p { font-size: 14.5px; }

/* ---- LPフッター（サイトとは別） ---- */
.lpfu-footer { background: #2b1d14; color: #e8ddcd; padding: 40px 0 110px; }
.lpfu-footer__logo img { height: 44px; width: auto; margin: 0 auto 18px; }
.lpfu-footer__info { text-align: center; font-size: 13px; line-height: 1.9; }
.lpfu-footer__info a { color: var(--gold-light); }
.lpfu-footer__tel { font-family: var(--sans); font-size: 21px; font-weight: 700; color: #fff; letter-spacing: .02em; margin: 8px 0; }
.lpfu-footer__copy { text-align: center; font-size: 11px; color: #a9977f; margin-top: 24px; font-family: var(--en); letter-spacing: .08em; }

/* ---- スマホ追従CTA ---- */
.lpfu-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; gap: 0; background: rgba(43,29,20,.96); padding: 8px 10px; backdrop-filter: blur(4px); }
.lpfu-sticky a { flex: 1; text-align: center; padding: 13px 6px; border-radius: 10px; font-weight: 700; font-size: 14px; }
.lpfu-sticky .tel { color: #fff; border: 1px solid rgba(255,255,255,.4); margin-right: 8px; }
.lpfu-sticky .rsv { background: var(--gold); color: #fff; box-shadow: 0 4px 12px rgba(191,155,83,.4); }

/* ---- レスポンシブ ---- */
@media (max-width: 767px) {
  .lpfu section { padding: 44px 0; }
  .lpfu-header__tel { display: none; }
  .lpfu-header__logo img { height: 32px; }
  .lpfu-check { grid-template-columns: 1fr; }
  .lpfu-sticky { display: flex; }
  .lpfu-table dl { grid-template-columns: 92px 1fr; }
}
@media (min-width: 768px) {
  .lpfu-doctor { grid-template-columns: 240px 1fr; align-items: start; }
  .lpfu-doctor__photo img { width: 100%; max-width: 100%; }
  .lpfu-doctor__name { text-align: left; }
}

/* ---- アンカースクロール（追従ヘッダー分のオフセット） ---- */
html { scroll-behavior: smooth; }
.lpfu #entry { scroll-margin-top: 84px; }

/* ---- 申込フォーム（CF7） ---- */
.lpfu-entry { background: var(--beige); }
.lpfu-form { max-width: 600px; margin: 0 auto; }
.lpfu-form .wpcf7 { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px 22px; box-shadow: 0 4px 16px rgba(49,33,24,.06); }
.lpfu-form dl { margin: 0 0 16px; }
.lpfu-form dt { font-size: 13.5px; font-weight: 700; color: var(--gold-deep); margin-bottom: 7px; }
.lpfu-form dt .font_accent { color: #c0392b; margin-right: 4px; }
.lpfu-form dd { margin: 0; }
.lpfu-form input[type="text"],
.lpfu-form input[type="email"],
.lpfu-form input[type="tel"],
.lpfu-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px;
  font-size: 16px; font-family: var(--sans); color: var(--ink); background: #fcfbf9; line-height: 1.6;
}
.lpfu-form input:focus, .lpfu-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(191,155,83,.15); background: #fff; }
.lpfu-form textarea { min-height: 120px; resize: vertical; }
.lpfu-form .wpcf7-list-item { display: inline-block; margin: 0 14px 8px 0; }
.lpfu-form .wpcf7-list-item label { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; cursor: pointer; }
.lpfu-form .wpcf7-list-item input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--gold); }
.lpfu-form .text_center { text-align: center; margin-top: 24px; }
.lpfu-form .wpcf7-submit {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); color: #fff; font-weight: 700;
  font-size: 17px; font-family: var(--sans); border: none; border-radius: 999px; padding: 15px 56px; cursor: pointer;
  box-shadow: 0 8px 22px rgba(191,155,83,.4); transition: transform .15s ease;
}
.lpfu-form .wpcf7-submit:hover { transform: translateY(-2px); }
.lpfu-form .wpcf7-spinner { margin: 12px auto 0; display: block; }
.lpfu-form .wpcf7-response-output { margin: 18px 4px 4px !important; padding: 12px 16px !important; border-radius: 8px; font-size: 13.5px; }
.lpfu-form .wpcf7-not-valid-tip { color: #c0392b; font-size: 12px; margin-top: 4px; }
.lpfu-form .wpcf7-form.invalid .wpcf7-response-output,
.lpfu-form .wpcf7-form.unaccepted .wpcf7-response-output { border: 1px solid #e6b800; background: #fff8e6; color: #8a6d00; }

/* ---- サンクスページ ---- */
.lpfu-thanks { padding: 70px 0; text-align: center; background: linear-gradient(180deg, #faf7f1 0%, #efe7d7 100%); }
.lpfu-thanks__icon { width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 38px; line-height: 72px; box-shadow: 0 8px 22px rgba(191,155,83,.4); }
.lpfu-thanks__ttl { font-family: var(--serif); font-weight: 700; font-size: clamp(22px, 5.4vw, 30px); color: var(--ink); line-height: 1.5; margin-bottom: 20px; }
.lpfu-thanks__lead { font-size: 14.5px; line-height: 1.9; margin-bottom: 26px; }
.lpfu-thanks__box { max-width: 520px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; font-size: 13.5px; line-height: 1.8; }
.lpfu-thanks__box .lpfu-footer__tel { color: var(--gold-deep); }
.lpfu-thanks__box .lpfu-footer__tel a { color: var(--gold-deep); }
