@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho:wght@500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/* ガーデンファニチャー確認版で共用する問い合わせ・全国対応・関連ページ */

/* =============================================
   15. お問い合わせ B案：Japandi 和紙カード（視認性強化版）
   フォーム → LINE → 電話 の優先度
   フォント：Zen Kaku Gothic New（モダン和文ゴシック）
   ============================================= */

.inquiry-jp {
  background: #ebe2d2;
  padding: 24px 20px 56px;
  margin: 0;
  position: relative;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.inquiry-jp::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.45), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(213,194,160,.25), transparent 60%);
  pointer-events: none;
}

/* セクションヘッダー：縦積み・中央揃え */
.inquiry-jp__heading {
  position: relative;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 20px;
  padding-top: 20px;
}
.inquiry-jp__heading-jp {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: #1f1d18;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-feature-settings: "palt";
  word-break: keep-all;
  overflow-wrap: break-word;
}
.inquiry-jp__heading-jp .line { display: inline-block; }
.inquiry-jp__heading-jp::after {
  content: "";
  display: block;
  width: 28px;
  height: 1.5px;
  background: #1b5e20;
  margin: 10px auto 0;
}
.inquiry-jp__heading-sub {
  font-size: 11px;
  color: #6a6157;
  margin: 7px 0 0;
  line-height: 1.6;
  letter-spacing: 0.04em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.inquiry-jp__heading-sub .row { display: inline; }

/* --- カード本体 --- */
.inquiry-jp__card {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  background: #fbf8f2;
  border-radius: 6px;
  padding: 36px 32px 28px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    0 14px 40px rgba(70,55,30,.12);
  border-top: 3px solid #1b5e20;
}

/* 「FREE — 完全無料」バッジ */
.inquiry-jp__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #1b5e20;
  background: #f1f8e9;
  border: 0.5px solid #c8e6c9;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}

/* タイトル＆リード（モダンゴシック） */
.inquiry-jp__title {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-size: 1.55rem;
  color: #1f1d18;
  margin: 0 0 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
.inquiry-jp__lead {
  font-size: 14px;
  color: #6a6157;
  line-height: 1.95;
  margin: 0 0 26px;
  letter-spacing: 0.02em;
}

/* 強み3指標（数字は明朝 / 「Shippori Mincho」） */
.inquiry-jp__stats {
  list-style: none;
  display: flex;
  margin: 0 0 26px;
  padding: 16px 0;
  border-top: 0.5px solid #d6cfc1;
  border-bottom: 0.5px solid #d6cfc1;
  gap: 0;
}
.inquiry-jp__stats li {
  flex: 1;
  text-align: center;
  border-left: 0.5px solid #d6cfc1;
  padding: 4px 0;
}
.inquiry-jp__stats li:first-child { border-left: 0; }
.inquiry-jp__stats .stat-num {
  display: block;
  font-family: 'Shippori Mincho', 'Noto Serif JP', 'Hiragino Mincho ProN', serif;
  font-size: 1.55rem;
  font-weight: 500;
  color: #1f1d18;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.inquiry-jp__stats .stat-num small {
  font-size: 0.5em;
  color: #6a6157;
  margin-left: 2px;
  font-weight: 400;
}
.inquiry-jp__stats .stat-label {
  display: block;
  font-size: 10.5px;
  color: #6a6157;
  letter-spacing: 0.08em;
  margin-top: 5px;
  font-weight: 500;
}

/* --- CTAエリア --- */
.inquiry-jp__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.inquiry-jp__btn {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
  position: relative;
  font-family: inherit;
}
.inquiry-jp__btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.inquiry-jp__btn .btn-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.inquiry-jp__btn .btn-tag {
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
  opacity: 0.95;
}
.inquiry-jp__btn .btn-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.inquiry-jp__btn .btn-arrow {
  font-size: 16px;
  font-weight: 500;
}
.inquiry-jp__btn .btn-meta {
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* ① フォーム（プライマリ：フォレストグリーン塗り＋アンバーアイコン） */
.inquiry-jp__btn--primary {
  background: #2e7d32;
  color: #fbf8f2;
  box-shadow: 0 4px 14px rgba(46,125,50,.28);
}
.inquiry-jp__btn--primary .btn-icon { color: #f5e642; }
.inquiry-jp__btn--primary .btn-tag { color: #f5e642; }
.inquiry-jp__btn--primary .btn-arrow { color: #f5e642; }
.inquiry-jp__btn--primary:hover {
  background: #1b5e20;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(27,94,32,.38);
}

/* ② LINE（セカンダリ：白＋緑アクセント） */
.inquiry-jp__btn--line {
  background: #fff;
  color: #1f1d18;
  border: 0.5px solid #1f1d18;
}
.inquiry-jp__btn--line .btn-icon { color: #06c755; }
.inquiry-jp__btn--line .btn-tag { color: #06c755; }
.inquiry-jp__btn--line .btn-arrow { color: #1f1d18; }
.inquiry-jp__btn--line:hover {
  background: #1f1d18;
  color: #fbf8f2;
  border-color: #1f1d18;
}
.inquiry-jp__btn--line:hover .btn-arrow { color: #fbf8f2; }

/* ③ 電話（テキストリンク） */
.inquiry-jp__btn--tel {
  background: transparent;
  color: #6a6157;
  padding: 14px 20px;
  border-top: 0.5px solid #d6cfc1;
  margin-top: 4px;
  border-radius: 0;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
}
.inquiry-jp__btn--tel .btn-icon { color: #6a6157; }
.inquiry-jp__btn--tel .btn-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.inquiry-jp__btn--tel .btn-meta { color: #948b80; }
.inquiry-jp__btn--tel:hover { color: #1f1d18; }
.inquiry-jp__btn--tel:hover .btn-icon { color: #1f1d18; }

.inquiry-jp__footnote {
  text-align: center;
  font-size: 11.5px;
  color: #948b80;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: 500;
}

/* =============================================
   レスポンシブ：inquiry-jp セクション
   ============================================= */

/* --- タブレット（〜768px） --- */
@media (max-width: 768px) {
  .inquiry-jp {
    padding: 20px 16px 44px;
  }

  /* ヘッダー */
  .inquiry-jp__heading {
    padding-top: 16px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .inquiry-jp__heading-jp {
    font-size: 1.1rem;
  }
  .inquiry-jp__heading-jp::after {
    margin-top: 8px;
    width: 20px;
  }
  .inquiry-jp__heading-sub {
    font-size: 10.5px;
    line-height: 1.6;
    margin-top: 6px;
  }

  /* カード */
  .inquiry-jp__card {
    padding: 26px 20px 20px;
    max-width: 100%;
  }
  .inquiry-jp__badge {
    font-size: 10.5px;
    margin-bottom: 14px;
  }
  .inquiry-jp__title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .inquiry-jp__lead {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 18px;
  }
  .inquiry-jp__stats {
    margin-bottom: 18px;
    padding: 12px 0;
  }
  .inquiry-jp__stats .stat-num {
    font-size: 1.3rem;
  }
  .inquiry-jp__stats .stat-label {
    font-size: 10px;
    margin-top: 4px;
  }
  .inquiry-jp__actions {
    gap: 8px;
    margin-bottom: 14px;
  }
  .inquiry-jp__btn {
    padding: 14px 16px;
    gap: 10px;
  }
  .inquiry-jp__btn .btn-label {
    font-size: 14px;
  }
  .inquiry-jp__btn .btn-tag {
    font-size: 9.5px;
  }
  .inquiry-jp__btn--tel {
    padding: 12px 16px;
  }
  .inquiry-jp__footnote {
    font-size: 11px;
  }
}

/* --- スマートフォン（〜480px） --- */
@media (max-width: 480px) {
  .inquiry-jp {
    padding: 16px 12px 36px;
  }

  /* ヘッダー */
  .inquiry-jp__heading {
    padding-top: 16px;
    margin-bottom: 14px;
  }
  .inquiry-jp__heading-jp {
    font-size: 1.05rem;
    line-height: 1.35;
  }
  .inquiry-jp__heading-jp .line { display: block; }
  .inquiry-jp__heading-jp::after {
    margin-top: 7px;
    width: 18px;
  }
  .inquiry-jp__heading-sub {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 6px;
  }
  .inquiry-jp__heading-sub .row { display: block; }

  /* カード */
  .inquiry-jp__card {
    padding: 22px 16px 18px;
  }
  .inquiry-jp__title {
    font-size: 1.15rem;
  }
  .inquiry-jp__lead {
    font-size: 12.5px;
    margin-bottom: 16px;
  }
  .inquiry-jp__btn {
    padding: 13px 14px;
    gap: 9px;
  }
  .inquiry-jp__btn .btn-label {
    font-size: 13.5px;
  }
}

/* --- 小型スマートフォン（〜380px） --- */
@media (max-width: 380px) {
  .inquiry-jp {
    padding: 14px 10px 30px;
  }
  .inquiry-jp__heading {
    padding-top: 12px;
    margin-bottom: 10px;
  }
  .inquiry-jp__heading-jp {
    font-size: 1rem;
  }
  .inquiry-jp__heading-sub {
    font-size: 9.5px;
  }
  .inquiry-jp__card {
    padding: 18px 14px 16px;
  }
  .inquiry-jp__stats .stat-num {
    font-size: 1.15rem;
  }
  .inquiry-jp__btn {
    padding: 12px 12px;
    gap: 8px;
  }
  .inquiry-jp__btn .btn-label {
    font-size: 13px;
  }
  .inquiry-jp__btn--tel {
    padding: 11px 12px;
  }
}

/* =============================================
   16. 全国対応セクション（Japandi 統一）
   ============================================= */
.nationwide-jp {
  background: #fbf8f2;
  padding: 56px 20px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.nationwide-jp__inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 0.5px solid #e0d8c8;
  border-radius: 6px;
  padding: 32px;
  box-shadow: 0 8px 28px rgba(70,55,30,.08);
}

/* 左：地図メディア */
.nationwide-jp__media {
  position: relative;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #f5efe6;
}
.nationwide-jp__media img {
  width: 100%;
  height: auto;
  display: block;
}
.nationwide-jp__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(31,29,24,.92);
  color: #f5a623;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.nationwide-jp__badge svg {
  width: 12px;
  height: 12px;
}

/* 右：テキストブロック */
.nationwide-jp__body { min-width: 0; }
.nationwide-jp__eyebrow {
  font-size: 10.5px;
  letter-spacing: 0.32em;
  color: #1b5e20;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.nationwide-jp__title {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  color: #1f1d18;
  margin: 0 0 16px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-feature-settings: "palt";
  word-break: keep-all;
  overflow-wrap: break-word;
}
.nationwide-jp__title .line { display: inline-block; }
.nationwide-jp__lead {
  font-size: 14px;
  color: #4a4438;
  line-height: 1.95;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}
.nationwide-jp__quote {
  margin: 14px 0;
  padding: 12px 16px;
  background: #f5efe6;
  border-left: 2px solid #1b5e20;
  font-size: 13.5px;
  color: #6a6157;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.02em;
  quotes: none;
  border-radius: 0 4px 4px 0;
}

/* CTAエリア */
.nationwide-jp__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}
.nationwide-jp__btn {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-family: inherit;
  transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.nationwide-jp__btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nationwide-jp__btn .btn-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.nationwide-jp__btn .btn-arrow {
  font-size: 15px;
  font-weight: 500;
}
.nationwide-jp__btn .btn-meta {
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* プライマリ：ダーク塗り */
.nationwide-jp__btn--primary {
  background: #1f1d18;
  color: #fbf8f2;
  box-shadow: 0 4px 14px rgba(31,29,24,.16);
}
.nationwide-jp__btn--primary .btn-icon { color: #f5a623; }
.nationwide-jp__btn--primary .btn-arrow { color: #f5a623; }
.nationwide-jp__btn--primary:hover {
  background: #1b5e20;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(27,94,32,.28);
}

/* ゴースト：アウトライン */
.nationwide-jp__btn--ghost {
  background: transparent;
  color: #1f1d18;
  border: 0.5px solid #1f1d18;
}
.nationwide-jp__btn--ghost .btn-icon { color: #1f1d18; }
.nationwide-jp__btn--ghost .btn-meta { color: #6a6157; }
.nationwide-jp__btn--ghost:hover {
  background: #1f1d18;
  color: #fbf8f2;
}
.nationwide-jp__btn--ghost:hover .btn-icon,
.nationwide-jp__btn--ghost:hover .btn-meta { color: #fbf8f2; }

/* レスポンシブ：縦積み */
@media (max-width: 768px) {
  .nationwide-jp { padding: 36px 16px; }
  .nationwide-jp__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 6px;
  }
  .nationwide-jp__media {
    max-width: 320px;
    margin: 0 auto;
  }
  .nationwide-jp__title { font-size: 1.35rem; }
  .nationwide-jp__lead { font-size: 13.5px; }
  .nationwide-jp__quote { font-size: 13px; padding: 10px 14px; }
  .nationwide-jp__btn { padding: 13px 14px; }
  .nationwide-jp__btn .btn-label { font-size: 13.5px; }
}
@media (max-width: 480px) {
  .nationwide-jp__title .line { display: block; }
  .nationwide-jp__title .line + .line { margin-top: 2px; }
  .nationwide-jp__inner { padding: 18px; }
  .nationwide-jp__media { max-width: 100%; }
}
/* =====================================================
   大人にできない庭づくり — 3カードグリッド
   ===================================================== */

/* =============================================
   大人にできない庭づくり — related-cards
   横長カード縦スタック型レイアウト
   ============================================= */
.related-content {
  max-width: 900px;
  margin: 52px auto 64px;
  padding: 0 16px;
}
.related-content__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f1d18;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 8px;
}
.related-content__lead {
  font-size: 0.85rem;
  color: #6a6157;
  text-align: center;
  margin: 0 0 32px;
  line-height: 1.8;
}

/* カードグリッド：縦スタック */
.related-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 各カード：横長（画像左・テキスト右） */
.related-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fbf8f2;
  border: 1px solid #e5ddd0;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.22s, transform 0.18s;
  min-height: 110px;
}
.related-card:hover {
  box-shadow: 0 6px 20px rgba(70, 55, 30, 0.14);
  transform: translateY(-2px);
}

/* 画像ラッパー：固定幅 */
.related-card__img-wrap {
  width: 160px;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
  background: #e5ddd0;
}
.related-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.related-card:hover .related-card__img-wrap img {
  transform: scale(1.05);
}

/* テキスト本体 */
.related-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 16px 20px;
  gap: 4px;
}
.related-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f1d18;
  margin: 0 0 6px;
  line-height: 1.45;
}
.related-card__desc {
  font-size: 0.8rem;
  color: #6a6157;
  line-height: 1.7;
  margin: 0 0 10px;
}
.related-card__arrow {
  font-size: 0.8rem;
  font-weight: 700;
  color: #2e7d32;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}

/* ── スマホ対応 ──────────────────────── */
@media (max-width: 600px) {
  .related-content {
    margin: 36px auto 48px;
    padding: 0 12px;
  }
  .related-card {
    min-height: 90px;
  }
  .related-card__img-wrap {
    width: 110px;
  }
  .related-card__body {
    padding: 12px 14px;
  }
  .related-card__title {
    font-size: 0.88rem;
  }
  .related-card__desc {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

