/*
Theme Name: Fukuoka Food Supply
Theme URI: https://example.com/
Author: FFS Web
Author URI: https://example.com/
Description: 株式会社福岡フードサプライ コーポレートサイト用オリジナルテーマ。スマホ対応＋カスタムロゴ＋固定ページ本文編集対応版。
Version: 1.4.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ffs
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap');

/* ─── リセット & 変数 ──────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:      #1b5e20;
  --green-mid:  #2e7d32;
  --green-acc:  #43a047;
  --green-pale: #f0f7f0;
  --green-line: #c8e6c9;
  --gold:       #c8a84b;
  --text:       #1c1c1c;
  --text-mid:   #444;
  --text-sub:   #777;
  --bg:         #ffffff;
  --bg-off:     #f8faf8;
  --radius:     6px;
  --max:        1040px;
  --sans:       'Noto Sans JP', sans-serif;
  --serif:      'Noto Serif JP', serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.9;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* ─── ヘッダー ──────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--green-line);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.logo-icon {
  width: 36px;
  height: 36px;
  border: 2px solid var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.logo-name {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1.3;
}
.logo-sub {
  font-size: 0.62rem;
  color: var(--text-sub);
  letter-spacing: 0.04em;
  display: block;
  margin-top: 1px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}
.site-nav a {
  font-size: 0.82rem;
  color: var(--text-mid);
  padding: 6px 10px;
  border-radius: var(--radius);
  white-space: nowrap;
  transition: color .2s, background .2s;
}
.site-nav a:hover,
.site-nav a.current,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  color: var(--green);
  background: var(--green-pale);
}

.header-contact {
  flex-shrink: 0;
  text-align: right;
}
.header-tel {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.03em;
}
.header-tel-note {
  font-size: 0.62rem;
  color: var(--text-sub);
  display: block;
  margin-top: 1px;
}

/* ─── ページヒーロー（下層共通） ──────────── */
.page-hero {
  background: var(--green-pale);
  border-bottom: 1px solid var(--green-line);
  padding: 52px 32px 44px;
}
.page-hero-inner { max-width: var(--max); margin: 0 auto; }
.breadcrumb {
  font-size: 0.75rem;
  color: var(--text-sub);
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--green-acc); }
.breadcrumb-sep { opacity: .4; }
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: var(--green);
  line-height: 1.35;
}
.page-hero-en {
  font-size: 0.72rem;
  color: var(--text-sub);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 6px;
}

/* ─── メインコンテンツ ─────────────────────── */
.page-body {
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 32px 96px;
}

/* ─── セクション見出し ─────────────────────── */
.sec-title {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--green);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--green-line);
  margin-bottom: 32px;
}
.sec-title + .sec-lead {
  margin-top: -20px;
  margin-bottom: 32px;
  color: var(--text-sub);
  font-size: 0.9rem;
}
.sub-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--green-mid);
  margin: 40px 0 14px;
  padding-left: 12px;
  border-left: 3px solid var(--green-acc);
}

/* ─── テキスト ─────────────────────────────── */
.body-text {
  color: var(--text-mid);
  font-size: 0.93rem;
  line-height: 2;
  margin-bottom: 20px;
}

/* ─── テーブル ─────────────────────────────── */
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-top: 8px;
}
.data-table th,
.data-table td {
  padding: 13px 18px;
  border: 1px solid var(--green-line);
  vertical-align: top;
  text-align: left;
}
.data-table th {
  background: var(--green-pale);
  color: var(--green);
  font-weight: 700;
  width: 180px;
  white-space: nowrap;
}
.data-table tr:nth-child(even) td { background: #fafcfa; }

/* ─── カードグリッド ───────────────────────── */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.card {
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  padding: 28px 24px;
  background: var(--bg);
  transition: box-shadow .25s, transform .25s;
}
.card:hover {
  box-shadow: 0 6px 24px rgba(27,94,32,.1);
  transform: translateY(-3px);
}
.card-icon { font-size: 36px; margin-bottom: 14px; }
.card-title {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}
.card-text { font-size: 0.85rem; color: var(--text-sub); line-height: 1.85; }

/* ─── チェックリスト ───────────────────────── */
.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-mid);
}
.check-list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  margin-top: 3px;
}

/* ─── インフォボックス ─────────────────────── */
.info-box {
  background: var(--green-pale);
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  padding: 20px 24px;
  font-size: 0.88rem;
  color: var(--text-mid);
  margin: 24px 0;
}

/* ─── ボタン ───────────────────────────────── */
.btn {
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: 13px 36px;
  border-radius: 2px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.btn:hover { background: var(--green-mid); transform: translateY(-1px); }
.btn-outline {
  background: transparent;
  color: var(--green);
  border: 1.5px solid var(--green);
}
.btn-outline:hover { background: var(--green-pale); }

/* ─── フォーム ─────────────────────────────── */
.form-group { margin-bottom: 24px; }
.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.form-label .required {
  background: var(--green);
  color: #fff;
  font-size: 0.68rem;
  padding: 2px 7px;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: middle;
}
.form-label .optional {
  background: #ccc;
  color: #fff;
  font-size: 0.68rem;
  padding: 2px 7px;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: middle;
}
.form-input,
.form-textarea,
.form-select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  padding: 11px 14px;
  font-size: 0.9rem;
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg);
  transition: border-color .2s, box-shadow .2s;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--green-acc);
  box-shadow: 0 0 0 3px rgba(67,160,71,.15);
}
.form-textarea { resize: vertical; min-height: 140px; }

/* ─── フッター ─────────────────────────────── */
.site-footer {
  background: var(--green);
  color: rgba(255,255,255,.88);
  padding: 56px 32px 0;
  margin-top: 0;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-logo-name {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.footer-address {
  font-size: 0.8rem;
  opacity: .75;
  line-height: 1.9;
}
.footer-nav-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .5;
  margin-bottom: 14px;
}
.footer-nav a {
  display: block;
  font-size: 0.84rem;
  opacity: .8;
  margin-bottom: 8px;
  transition: opacity .2s;
}
.footer-nav a:hover { opacity: 1; }
.footer-tel-box { font-size: 0.8rem; opacity: .75; margin-bottom: 10px; }
.footer-tel-num {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 4px 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  text-align: center;
  padding: 18px 32px;
  font-size: 0.72rem;
  opacity: .5;
}

/* ─── セパレーター ─────────────────────────── */
.divider {
  border: none;
  border-top: 1px solid var(--green-line);
  margin: 48px 0;
}

/* ─── 共通：レスポンシブ基本（旧 max-width:800px 系） ─── */
@media (max-width: 900px) {
  .header-inner { padding: 0 20px; }
  .page-body { padding: 48px 20px 72px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .data-table th { width: 110px; }
  .page-hero { padding: 36px 24px 32px; }
}

/* =============================================
   ▼▼▼ 各ページ固有スタイル（旧 inline <style>）
   ============================================= */

/* ── トップページ ── */
.hero {
  background: var(--green-pale);
  border-bottom: 1px solid var(--green-line);
  padding: 88px 32px 80px;
}
.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: center;
}
.hero-catch {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--green);
  line-height: 1.45;
  margin-bottom: 20px;
}
.hero-catch em {
  font-style: normal;
  display: block;
  font-size: 0.48em;
  color: var(--gold);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero-lead {
  font-size: 0.93rem;
  color: var(--text-mid);
  line-height: 2;
  margin-bottom: 36px;
  max-width: 500px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual {
  background: #fff;
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-sub);
  font-size: 0.82rem;
}
.hero-visual-icon { font-size: 64px; }
.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.stat { text-align: left; }
.stat-num {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
.stat-num sup { font-size: 1rem; }
.stat-label { font-size: 0.72rem; color: var(--text-sub); margin-top: 4px; }

.home-section { padding: 80px 32px; }
.home-section.bg-off { background: var(--bg-off); }
.home-section-inner { max-width: var(--max); margin: 0 auto; }
.home-sec-label {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--green-acc);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-sec-title {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}
.home-sec-lead {
  font-size: 0.9rem;
  color: var(--text-sub);
  max-width: 540px;
  line-height: 1.9;
  margin-bottom: 44px;
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--green-line);
}
.reason-item {
  background: var(--bg);
  padding: 36px 28px;
  transition: background .2s;
}
.reason-item:hover { background: var(--green-pale); }
.reason-num {
  font-family: var(--serif);
  font-size: 0.7rem;
  color: var(--green-acc);
  letter-spacing: .12em;
  margin-bottom: 14px;
}
.reason-icon { font-size: 40px; margin-bottom: 16px; }
.reason-title {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}
.reason-text { font-size: 0.84rem; color: var(--text-sub); line-height: 1.85; }
.reason-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.8rem;
  color: var(--green-acc);
  border-bottom: 1px solid var(--green-line);
  padding-bottom: 2px;
}
.feeling-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.feeling-text {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 2.1;
}
.feeling-quote {
  background: var(--green-pale);
  border-left: 3px solid var(--green);
  padding: 28px 32px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--green);
  line-height: 1.9;
}
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.delivery-item {
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  font-weight: 500;
  background: var(--bg);
}
.delivery-item-icon { font-size: 24px; flex-shrink: 0; }
.access-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.access-map-placeholder {
  background: var(--green-pale);
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-sub);
  font-size: 0.82rem;
  gap: 8px;
}
.access-map-placeholder span { font-size: 40px; }
.access-dl { display: flex; flex-direction: column; gap: 14px; }
.access-row { display: flex; gap: 14px; font-size: 0.88rem; }
.access-dt { color: var(--green); font-weight: 700; min-width: 72px; flex-shrink: 0; }
.access-dd { color: var(--text-mid); }
.cta-section {
  background: var(--green);
  padding: 72px 32px;
  text-align: center;
}
.cta-section h2 {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.cta-section p { font-size: 0.9rem; color: rgba(255,255,255,.75); margin-bottom: 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-white { background: #fff; color: var(--green); }
.btn-white:hover { background: #f0f7f0; }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.6);
}
.btn-ghost:hover { background: rgba(255,255,255,.1); }

/* CTAセクション：ボタンをオレンジに */
.cta-section .btn {
  background: #e65100;
  color: #fff;
  border: none;
  box-shadow: 0 3px 12px rgba(0,0,0,.25);
}
.cta-section .btn:hover {
  background: #bf360c;
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0,0,0,.35);
}
.cta-section .btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.7);
}
.cta-section .btn-outline:hover {
  background: rgba(255,255,255,.15);
  border-color: #fff;
}

@media (max-width: 800px) {
  .hero { padding: 56px 20px 48px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .reasons-grid { grid-template-columns: 1fr; }
  .feeling-wrap { grid-template-columns: 1fr; }
  .access-wrap { grid-template-columns: 1fr; }
  .home-section { padding: 56px 20px; }
}

/* ── 代表メッセージ ── */
.message-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 56px;
  align-items: start;
}
.message-photo {
  background: var(--green-pale);
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-sub);
  font-size: 0.8rem;
  gap: 10px;
}
.message-photo span { font-size: 56px; }
.message-name {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--green);
  margin-top: 12px;
  text-align: center;
}
.message-title-role {
  font-size: 0.78rem;
  color: var(--text-sub);
  text-align: center;
}
.history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-top: 8px;
}
.history-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--green-line);
  vertical-align: top;
}
.history-table td:first-child {
  white-space: nowrap;
  color: var(--green);
  font-weight: 700;
  width: 140px;
}
@media (max-width: 800px) {
  .message-layout { grid-template-columns: 1fr; }
}

/* ── 理念・会社概要 ── */
.policy-block {
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 16px;
}
.policy-head {
  background: var(--green-pale);
  padding: 14px 24px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--green);
  border-bottom: 1px solid var(--green-line);
}
.policy-body {
  padding: 20px 24px;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 2;
}
.policy-body ul { padding-left: 1.2em; list-style: disc; }
.policy-body ul li { margin-bottom: 6px; }
.action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}
@media (max-width: 700px) {
  .action-grid { grid-template-columns: 1fr; }
}

/* ── 事業紹介 ── */
.flow-wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 24px 0;
  flex-wrap: wrap;
}
.flow-step {
  flex: 1;
  min-width: 140px;
  background: var(--green-pale);
  border: 1px solid var(--green-line);
  padding: 20px 16px;
  text-align: center;
  position: relative;
  font-size: 0.82rem;
  color: var(--text-mid);
}
.flow-step:not(:last-child)::after {
  content: '›';
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--green-acc);
  z-index: 1;
  background: white;
  width: 26px;
  text-align: center;
}
.flow-icon { font-size: 28px; margin-bottom: 8px; }
.flow-label {
  font-weight: 700;
  color: var(--green);
  font-size: 0.85rem;
  margin-bottom: 4px;
}
.merit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.merit-item {
  background: var(--green-pale);
  border-radius: var(--radius);
  padding: 16px 18px;
  font-size: 0.87rem;
  color: var(--text-mid);
  display: flex;
  align-items: center;
  gap: 10px;
}
.merit-check {
  width: 22px; height: 22px;
  background: var(--green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* ── 導入効果 ── */
.stat-highlight {
  background: var(--green);
  color: #fff;
  border-radius: var(--radius);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 24px 0;
}
.stat-highlight-num {
  font-family: var(--serif);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.stat-highlight-num sup { font-size: 1.5rem; }
.stat-highlight-text h3 {
  font-family: var(--serif);
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.stat-highlight-text p { font-size: 0.85rem; opacity: .8; line-height: 1.8; }
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-top: 16px;
}
.compare-table th, .compare-table td {
  padding: 12px 16px;
  border: 1px solid var(--green-line);
  text-align: center;
  vertical-align: middle;
}
.compare-table thead th {
  background: var(--green);
  color: #fff;
  font-weight: 700;
}
.compare-table thead th:first-child { background: var(--green-pale); color: var(--text); }
.compare-table tbody tr:nth-child(even) td { background: #fafcfa; }
.compare-table td:first-child { text-align: left; font-weight: 700; color: var(--green); }
.before { color: var(--text-sub); }
.after { color: var(--green); font-weight: 700; }
.vitamin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-top: 16px;
}
.vitamin-table th, .vitamin-table td {
  padding: 12px 16px;
  border: 1px solid var(--green-line);
  text-align: center;
}
.vitamin-table th { background: var(--green-pale); color: var(--green); font-weight: 700; }
.vitamin-table td:first-child { text-align: left; }
.bar-wrap { display: flex; align-items: center; gap: 8px; }
.bar {
  height: 12px;
  background: var(--green-acc);
  border-radius: 6px;
  flex-shrink: 0;
}
.bar-label { font-size: 0.8rem; color: var(--green); font-weight: 700; white-space: nowrap; }

/* ── 当社の強み ── */
.cut-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.cut-lead {
  font-size: .9rem;
  line-height: 1.85;
  color: var(--text-mid);
  margin-bottom: 16px;
}
.cut-note {
  font-size: .76rem;
  color: var(--text-sub);
  margin-top: 16px;
  line-height: 1.8;
}
.cut-item {
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg);
  transition: box-shadow .2s, transform .2s;
}
.cut-item:hover { box-shadow: 0 4px 16px rgba(27,94,32,.14); transform: translateY(-2px); }
.cut-thumb {
  background: #1a1a1a;
  aspect-ratio: 1;
  overflow: hidden;
}
.cut-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.cut-item:hover .cut-thumb img { transform: scale(1.05); }
.cut-label {
  padding: 8px 10px;
  font-size: 0.78rem;
  color: var(--text-mid);
  text-align: center;
  border-top: 1px solid var(--green-line);
}
.cut-label strong { display: block; font-weight: 700; color: var(--green); font-size: 0.82rem; }
.strength-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.strength-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
}
.strength-num {
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.strength-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--green);
  margin-bottom: 6px;
}
.strength-text { font-size: 0.86rem; color: var(--text-mid); line-height: 1.85; }

/* ── お問い合わせ ── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: start;
}
.contact-info-box {
  background: var(--green-pale);
  border: 1px solid var(--green-line);
  border-radius: var(--radius);
  padding: 28px;
}
.contact-info-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--green);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--green-line);
}
.contact-info-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.contact-info-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-sub);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.contact-info-val {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--green);
}
.contact-info-note { font-size: 0.78rem; color: var(--text-sub); }
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.privacy-box {
  background: var(--bg-off);
  border: 1px solid #ddd;
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 0.82rem;
  color: var(--text-sub);
  max-height: 120px;
  overflow-y: auto;
  line-height: 1.8;
  margin-bottom: 20px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  cursor: pointer;
  margin-bottom: 28px;
}
.checkbox-label input { width: 18px; height: 18px; cursor: pointer; accent-color: var(--green); }
.form-submit { text-align: center; }
.btn-submit {
  width: 100%;
  max-width: 320px;
  padding: 16px;
  font-size: 1rem;
}
@media (max-width: 800px) {
  .contact-layout { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
}

/* ── Contact Form 7 を当テーマのフォーム見た目に合わせる ── */
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-radio) {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  padding: 11px 14px;
  font-size: 0.9rem;
  font-family: var(--sans);
}
.wpcf7 .wpcf7-submit {
  background: var(--green);
  color: #fff;
  padding: 13px 36px;
  border-radius: 2px;
  font-size: 0.9rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover { background: var(--green-mid); }

/* =============================================
   ▼▼▼ v1.1.0 スマホ対応強化（追加）
   ============================================= */

/* ─── ハンバーガーボタン（PC では非表示） ─── */
.nav-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--green);
  border-radius: var(--radius);
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  transition: background .2s;
}
.nav-toggle:hover { background: var(--green-pale); }
.nav-toggle:focus-visible {
  outline: 2px solid var(--green-acc);
  outline-offset: 2px;
}
.nav-toggle .bar,
.nav-toggle .bar::before,
.nav-toggle .bar::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  background: var(--green);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: transform .25s ease, top .25s ease, opacity .2s;
}
.nav-toggle .bar { top: 50%; transform: translate(-50%, -50%); }
.nav-toggle .bar::before { top: -7px; }
.nav-toggle .bar::after  { top:  7px; }

/* メニュー展開中：×アイコンに変形 */
body.nav-open .nav-toggle .bar { background: transparent; }
body.nav-open .nav-toggle .bar::before { top: 0; transform: translateX(-50%) rotate(45deg); }
body.nav-open .nav-toggle .bar::after  { top: 0; transform: translateX(-50%) rotate(-45deg); }

/* バックドロップ（メニュー開いた時の半透明黒） */
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 99;
  opacity: 0;
  transition: opacity .25s ease;
}
body.nav-open .nav-backdrop { opacity: 1; }

/* テーブル横スクロール用ラッパー（JSが付与） */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 8px -4px;
  padding: 4px;
}
.table-scroll table { min-width: 520px; }

/* 写真・地図プレースホルダー：タップしやすい余白 */
.access-map-placeholder { padding: 20px; }


/* ───────────────────────────────────────────
   タブレット ＆ それ以下（≤ 900px）
   ─────────────────────────────────────────── */
@media (max-width: 900px) {
  /* ヘッダーをコンパクトに */
  .header-inner { gap: 12px; height: 60px; }

  .logo-icon { width: 32px; height: 32px; font-size: 15px; }
  .logo-name { font-size: .92rem; }
  .logo-sub  { display: none; }

  /* PCナビは非表示にして、ハンバーガーへ移行 */
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(78vw, 320px);
    height: 100dvh;
    background: var(--bg);
    border-left: 1px solid var(--green-line);
    box-shadow: -8px 0 24px rgba(0,0,0,.1);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 84px 18px 32px;
    transform: translateX(100%);
    transition: transform .28s ease;
    z-index: 100;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body.nav-open .site-nav { transform: translateX(0); }
  body.nav-open .nav-backdrop { display: block; }
  body.nav-open { overflow: hidden; } /* 背面スクロール防止 */

  .site-nav a {
    display: block;
    font-size: 1rem;
    padding: 14px 14px;
    border-radius: 4px;
    border-bottom: 1px solid var(--green-line);
    text-align: left;
    white-space: normal;
  }
  .site-nav a:last-child { border-bottom: none; }
  .site-nav a.current,
  .site-nav .current-menu-item > a,
  .site-nav .current_page_item > a {
    background: var(--green-pale);
    color: var(--green);
    font-weight: 700;
  }

  /* ハンバーガーボタンを表示 */
  .nav-toggle { display: inline-block; }

  /* ヘッダー右の電話番号は要点だけ */
  .header-contact { text-align: right; }
  .header-tel { font-size: .95rem; }
  .header-tel-note { display: none; }

  /* ページ余白の最適化 */
  .page-body { padding: 40px 18px 64px; }
  .page-hero { padding: 32px 20px 28px; }
  .page-hero h1 { font-size: clamp(1.4rem, 5.6vw, 1.8rem); }

  /* セクション見出しの行間調整 */
  .sec-title { font-size: 1.2rem; margin-bottom: 24px; }
  .sub-title { font-size: 1rem; margin: 32px 0 12px; }

  /* テーブル：ラベルセル幅を抑える */
  .data-table th { width: 100px; padding: 10px 12px; font-size: .78rem; }
  .data-table td { padding: 10px 12px; font-size: .82rem; line-height: 1.7; }

  /* カード／グリッドをタップしやすく */
  .card { padding: 22px 18px; }
  .card-grid, .delivery-grid, .merit-grid, .action-grid {
    gap: 12px;
  }

  /* CTAボタンを横幅100%でタップしやすく */
  .btn { padding: 14px 28px; }
  .hero-btns .btn,
  .cta-btns .btn { flex: 1 1 auto; min-width: 160px; text-align: center; }

  /* footer */
  .footer-inner { padding-bottom: 32px; }
  .site-footer { padding-top: 40px; }
  .footer-tel-num { font-size: 1.2rem; }

  /* 統計数字のサイズ感 */
  .hero-stats { gap: 24px; margin-top: 28px; }
  .stat-num { font-size: 1.7rem; }
  .stat-label { font-size: .68rem; }

  /* HOMEセクションの余白 */
  .home-section { padding: 56px 18px; }
  .home-sec-lead { margin-bottom: 32px; }

  /* 強み・代表ブロック */
  .strength-item { padding: 16px; gap: 12px; grid-template-columns: 40px 1fr; }
  .strength-num { width: 40px; height: 40px; font-size: .88rem; }
  .strength-title { font-size: .95rem; }

  /* 代表メッセージのレイアウト */
  .message-layout { gap: 28px; }
  .message-photo { aspect-ratio: 4/3; max-width: 280px; margin: 0 auto; }

  /* 問い合わせのサイドバー */
  .contact-layout { gap: 28px; }

  /* アクセス */
  .access-wrap { gap: 28px; }

  /* 導入効果：大きな数字を縦並びに */
  .stat-highlight { padding: 24px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .stat-highlight-num { font-size: 2.6rem; }

  /* インフォボックス */
  .info-box { padding: 16px 18px; font-size: .85rem; }

  /* feeling: 引用ブロック */
  .feeling-quote { padding: 20px 22px; font-size: .96rem; }

  /* 配送フロー：折り返したときの矢印を非表示に */
  .flow-step:not(:last-child)::after { display: none; }
  .flow-wrap { gap: 8px; }
  .flow-step { min-width: 110px; padding: 14px 10px; font-size: .76rem; }

  /* hero（トップ）はすでに1カラム化されているので余白だけ */
  .hero { padding: 48px 18px 40px; }
  .hero-catch { line-height: 1.4; margin-bottom: 16px; }
}


/* ───────────────────────────────────────────
   スマホ（≤ 600px）
   ─────────────────────────────────────────── */
@media (max-width: 600px) {
  body { font-size: 14px; }

  .header-inner { padding: 0 14px; }

  .header-tel { font-size: .9rem; letter-spacing: 0; }

  .page-body { padding: 32px 14px 56px; }
  .page-hero { padding: 28px 20px 24px; }
  .page-hero h1 { font-size: 1.4rem; line-height: 1.4; }
  .page-hero-en { font-size: .65rem; }

  .breadcrumb { font-size: .7rem; margin-bottom: 12px; flex-wrap: wrap; }

  .sec-title { font-size: 1.1rem; padding-bottom: 10px; margin-bottom: 20px; }
  .sub-title { font-size: .95rem; padding-left: 10px; }

  /* テーブルは2カラム以上のとき横スクロールへ */
  .data-table th { width: 92px; font-size: .74rem; }
  .compare-table, .vitamin-table { font-size: .76rem; }

  /* hero */
  .hero { padding: 40px 14px 32px; }
  .hero-catch { font-size: 1.55rem; }
  .hero-catch em { font-size: .42em; }
  .hero-lead { font-size: .88rem; line-height: 1.85; margin-bottom: 24px; }

  .hero-stats { gap: 18px; margin-top: 24px; flex-wrap: wrap; }
  .stat { flex: 1 1 30%; min-width: 88px; }
  .stat-num { font-size: 1.45rem; }
  .stat-num sup { font-size: .8rem; }

  /* HOMEセクション */
  .home-section { padding: 44px 14px; }
  .home-sec-title { font-size: 1.2rem; }
  .home-sec-lead { font-size: .85rem; margin-bottom: 26px; }

  /* 「選ばれる3つの理由」を縦並びに */
  .reasons-grid { grid-template-columns: 1fr; }
  .reason-item { padding: 24px 20px; }
  .reason-icon { font-size: 32px; }

  .feeling-wrap { gap: 28px; }
  .feeling-quote { font-size: .9rem; padding: 18px 20px; }

  .delivery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .delivery-item { padding: 14px 12px; font-size: .82rem; }

  .access-wrap { gap: 24px; }
  .access-map-placeholder { aspect-ratio: 16 / 11; }

  .cta-section { padding: 48px 16px; }
  .cta-section h2 { font-size: 1.2rem; }
  .cta-section p { font-size: .85rem; margin-bottom: 24px; }

  .btn { padding: 13px 22px; font-size: .88rem; width: 100%; max-width: 100%; }

  /* フォーム：縦並びは既にOK。ボタン100%化 */
  .btn-submit { max-width: 100%; }

  /* 強み一覧：左の数字バッジを少し小さく */
  .strength-list { gap: 12px; }
  .strength-item { padding: 14px; grid-template-columns: 36px 1fr; gap: 10px; }
  .strength-num { width: 36px; height: 36px; font-size: .82rem; }
  .strength-title { font-size: .92rem; }
  .strength-text { font-size: .82rem; }

  /* カット種類グリッド：1行4個に */
  .cut-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .cut-thumb { font-size: 28px; }
  .cut-label { font-size: .7rem; padding: 6px 6px; }
  .cut-label strong { font-size: .74rem; }

  /* 導入効果：ハイライト数字 */
  .stat-highlight-num { font-size: 2.2rem; }
  .stat-highlight-text h3 { font-size: 1rem; }

  /* メリットアイコン */
  .merit-grid { grid-template-columns: 1fr; }
  .merit-item { padding: 12px 14px; font-size: .82rem; }

  /* 行動指針カード */
  .action-grid { grid-template-columns: 1fr; }

  /* ポリシーブロック */
  .policy-head { padding: 12px 18px; font-size: .92rem; }
  .policy-body { padding: 16px 18px; font-size: .84rem; }

  /* メッセージ写真 */
  .message-photo { max-width: 220px; }

  /* フッター */
  .site-footer { padding: 40px 14px 0; }
  .footer-inner { gap: 24px; padding-bottom: 28px; }
  .footer-logo-name { font-size: .92rem; }
  .footer-address { font-size: .76rem; }
  .footer-tel-num { font-size: 1.1rem; }
  .footer-bottom { padding: 14px 14px; font-size: .68rem; }

  /* インフォ */
  .info-box { padding: 14px 16px; font-size: .8rem; }
}


/* ───────────────────────────────────────────
   超小型スマホ（≤ 380px）
   ─────────────────────────────────────────── */
@media (max-width: 380px) {
  .header-inner { gap: 8px; }
  .logo-name { font-size: .82rem; }
  .header-tel { font-size: .82rem; }
  .hero-catch { font-size: 1.35rem; }
  .stat-num { font-size: 1.25rem; }
  .delivery-grid { grid-template-columns: 1fr; }
  .cut-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ───────────────────────────────────────────
   横向き（landscape）スマホ
   ─────────────────────────────────────────── */
@media (max-width: 900px) and (orientation: landscape) {
  .site-nav { padding-top: 64px; }
}


/* タッチデバイス：hoverで色が残るのを防ぐ */
@media (hover: none) {
  .card:hover { transform: none; box-shadow: none; }
  .reason-item:hover { background: var(--bg); }
  .cut-item:hover { box-shadow: none; }
  .btn:hover { transform: none; }
}

/* =============================================
   ▼▼▼ v1.2.0 カスタムロゴ対応
   ============================================= */
.logo--image { padding: 6px 0; }
.logo-img {
  display: block;
  max-height: 56px;
  width: auto;
  max-width: 280px;
  height: auto;
}
@media (max-width: 900px) {
  .logo-img { max-height: 44px; max-width: 200px; }
}
@media (max-width: 600px) {
  .logo-img { max-height: 38px; max-width: 160px; }
}
@media (max-width: 380px) {
  .logo-img { max-height: 32px; max-width: 120px; }
}

/* フッターロゴ */
.footer-logo-img {
  display: block;
  max-height: 60px;
  width: auto;
  max-width: 240px;
  margin-bottom: 14px;
  filter: brightness(0) invert(1); /* ロゴを白く反転（緑背景に映えるよう） */
  opacity: .95;
}
/* ロゴが元から白／透過の場合はこのクラスを管理画面で外せるようにする想定 */
.footer-logo-img.is-original-color {
  filter: none;
  background: rgba(255,255,255,.92);
  padding: 6px 10px;
  border-radius: 4px;
}

/* ──────────────────────────────────────────────
 * お知らせ（News）
 * TOP最新3件 / 一覧 / 詳細ページ共通
 * ────────────────────────────────────────────── */

/* TOPページのお知らせセクションヘッダ（タイトル＋もっと見る） */
.news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.news-head .home-sec-label,
.news-head .home-sec-title {
  margin: 0;
}
.news-more {
  color: var(--green);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.news-more:hover {
  border-bottom-color: var(--green);
}

/* お知らせリスト本体 */
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--green-line);
}
.news-item {
  border-bottom: 1px solid var(--green-line);
}
.news-link {
  display: grid;
  grid-template-columns: 110px 110px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  text-decoration: none;
  color: var(--text-mid);
  transition: background .15s;
}
.news-link:hover {
  background: var(--green-pale);
}
.news-date {
  font-size: .85rem;
  color: var(--text-sub);
  font-weight: 600;
  letter-spacing: .04em;
}
.news-cat {
  display: inline-block;
  text-align: center;
  font-size: .72rem;
  font-weight: 700;
  padding: 4px 10px;
  background: var(--green);
  color: #fff;
  border-radius: 3px;
  letter-spacing: .04em;
}
.news-title {
  font-size: .95rem;
  font-weight: 500;
  color: var(--text-main);
  line-height: 1.6;
}
.news-link:hover .news-title {
  color: var(--green);
}

/* 一覧ページ専用（少し余白を広めに） */
.news-list-archive .news-link {
  padding: 22px 4px;
}

/* スマホ：1段組みに */
@media (max-width: 600px) {
  .news-link {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 8px 12px;
    padding: 16px 4px;
  }
  .news-date { grid-column: 1; grid-row: 1; }
  .news-cat  { grid-column: 2; grid-row: 1; justify-self: start; }
  .news-title {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: .92rem;
  }
}

/* ページネーション（the_posts_pagination） */
.pagination,
.page-body .navigation.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.page-body .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.page-body .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid var(--green-line);
  border-radius: 3px;
  text-decoration: none;
  color: var(--text-mid);
  font-size: .88rem;
  font-weight: 600;
  background: #fff;
  transition: all .15s;
}
.page-body .nav-links .page-numbers:hover {
  background: var(--green-pale);
  border-color: var(--green);
  color: var(--green);
}
.page-body .nav-links .page-numbers.current {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

/* お問い合わせ 3ステップ表示 */
.form-steps {
  list-style: none;
  display: flex;
  align-items: stretch;
  margin: 0 auto 40px;
  padding: 0;
  max-width: 720px;
}
.form-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 8px;
  color: #999;
  background: #f5f5f5;
  font-size: .85rem;
  font-weight: 600;
}
.form-step + .form-step { margin-left: 4px; }
.form-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
}
.form-step-label { letter-spacing: .04em; }
.form-step.is-current { background: var(--green); color: #fff; }
.form-step.is-current .form-step-num { background: #fff; color: var(--green); }
.form-step.is-done { background: var(--green-pale); color: var(--green); }
.form-step.is-done .form-step-num { background: var(--green); color: #fff; }

@media (max-width: 600px) {
  .form-step { padding: 10px 4px; font-size: .72rem; }
  .form-step-num { width: 20px; height: 20px; font-size: .68rem; }
}

/* 確認ページ */
.confirm-wrap { max-width: 720px; margin: 0 auto; }
.confirm-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: #fff;
  border: 1px solid var(--green-line);
}
.confirm-wrap th, .confirm-wrap td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--green-line);
  font-size: .92rem;
  vertical-align: top;
}
.confirm-wrap th {
  background: var(--green-pale);
  width: 32%;
  font-weight: 600;
  color: var(--green);
}

/* 完了ページ */
.thanks-wrap { max-width: 640px; margin: 0 auto; text-align: center; }
.thanks-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 44px;
  margin: 0 auto 24px;
  font-weight: 700;
}
.thanks-wrap h2 { font-size: 1.6rem; color: var(--green); margin-bottom: 16px; }
.thanks-wrap p { font-size: .95rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 12px; }
.thanks-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* form-steps 強制適用 (キャッシュ・他CSS上書き対策) */
ol.form-steps,
.form-steps {
  list-style: none !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  margin: 0 auto 40px !important;
  padding: 0 !important;
  max-width: 720px !important;
}
.form-steps .form-step {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 8px !important;
  color: #999 !important;
  background: #f5f5f5 !important;
  font-size: .85rem !important;
  font-weight: 600 !important;
  list-style: none !important;
}
.form-steps .form-step + .form-step { margin-left: 4px !important; }
.form-steps .form-step.is-current { background: #1b5e20 !important; color: #fff !important; }
.form-steps .form-step.is-done { background: #f0f7f0 !important; color: #1b5e20 !important; }

/* =============================================
   ▼▼▼ ヒーロースライダー（front-page.phpより移動）
   ============================================= */
.hero-slider{position:relative;overflow:hidden;background:#1b5e20;min-height:420px;margin-bottom:0}
.hero-slider-track{position:relative;width:100%;min-height:560px;height:560px;display:flex;align-items:stretch}
@keyframes ffs-slide{0%,28%{opacity:1;z-index:2}33%,100%{opacity:0;z-index:1}}
.hero-slide:nth-child(1){animation-delay:0s;opacity:1}
.hero-slide:nth-child(2){animation-delay:4s}
.hero-slide:nth-child(3){animation-delay:8s}
.hero-slide:nth-child(4){animation-delay:12s}
.hero-slide:nth-child(5){animation-delay:16s}
.hero-slide:nth-child(6){animation-delay:20s}
.hero-slide:nth-child(7){animation-delay:24s}
.hero-slide:nth-child(8){animation-delay:28s}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;background-size:cover;background-position:center center;animation:ffs-slide 12s ease-in-out infinite}
.hero-slide.is-active{z-index:3}
.hero-slide::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.42) 100%);z-index:1}
.hero-slide-inner{position:relative;z-index:2;max-width:1040px;margin:0 auto;padding:80px 32px 60px;display:grid;grid-template-columns:1fr;gap:28px;color:#fff;min-height:520px;align-content:center}
.hero-slide .hero-catch{font-family:'Noto Serif JP',serif;font-size:clamp(1.6rem,4vw,2.6rem);font-weight:700;line-height:1.5;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.65)}
.hero-slide .hero-catch em{display:block;font-style:normal;font-size:clamp(.85rem,1.5vw,1rem);font-weight:600;letter-spacing:.18em;color:#c8e6c9;margin-bottom:14px}
.hero-slide .hero-lead{font-size:clamp(.88rem,1.3vw,1rem);line-height:1.95;max-width:680px;color:rgba(255,255,255,.93);text-shadow:0 1px 10px rgba(0,0,0,.6)}
.hero-slide .hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}
.hero-slide .hero-btns a{display:inline-block;padding:14px 32px;border-radius:2px;font-size:.92rem;font-weight:700;letter-spacing:.04em;text-decoration:none;transition:all .2s}
.hero-slide .hero-btns a:first-child{background:#fff;color:#1b5e20}
.hero-slide .hero-btns a:first-child:hover{background:#f0f7f0;transform:translateY(-1px)}
.hero-slide .hero-btns a:last-child{background:transparent;color:#fff;border:2px solid #fff;padding:12px 30px}
.hero-slide .hero-btns a:last-child:hover{background:rgba(255,255,255,.12)}
.hero-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;background:#1b5e20;color:#fff;padding:20px 24px;text-align:center;margin-top:0}
.hero-stats .stat{text-align:center}
.hero-stats .stat-num{font-family:'Noto Serif JP',serif;font-size:clamp(1.4rem,2.5vw,2.1rem);font-weight:700;line-height:1;color:#fff}
.hero-stats .stat-num sup{font-size:.55em;font-weight:600;margin-left:4px;letter-spacing:.04em}
.hero-stats .stat-label{font-size:.8rem;margin-top:4px;letter-spacing:.06em;font-weight:400;color:rgba(255,255,255,.9)}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(255,255,255,.2);color:#fff;border:none;width:48px;height:48px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;backdrop-filter:blur(4px)}
.hero-arrow:hover{background:rgba(255,255,255,.35)}
.hero-arrow.prev{left:20px}
.hero-arrow.next{right:20px}
.hero-dots{position:absolute;bottom:14px;left:0;right:0;z-index:5;display:flex;justify-content:center;gap:10px}
.hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}
.hero-dot.is-active{background:#fff;transform:scale(1.3)}
.hero-fallback{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;padding:120px 24px;text-align:center;opacity:.6}
@media (max-width:900px){
  .hero-slider-track{height:500px;min-height:500px}
  .hero-slide-inner{padding:56px 20px 48px;min-height:460px}
  /* スタッツバーは外部divなので背景は常にダークグリーンを維持 */
  .hero-stats{background:#1b5e20;gap:32px;padding:18px 20px}
  .hero-stats .stat-num{font-size:clamp(1.3rem,3vw,1.9rem)}
  .hero-arrow{width:40px;height:40px;font-size:1rem}
  .hero-arrow.prev{left:8px}
  .hero-arrow.next{right:8px}
}
@media (max-width:600px){
  .hero-slider-track{height:460px;min-height:460px}
  .hero-slide-inner{padding:44px 16px 40px;min-height:420px}
  .hero-stats{gap:0;padding:14px 8px;justify-content:space-around;background:#1b5e20}
  .hero-stats .stat{flex:1 1 30%;text-align:center}
  .hero-stats .stat-num{font-size:1.35rem;white-space:nowrap;color:#fff}
  .hero-stats .stat-num sup{font-size:.6em}
  .hero-stats .stat-label{font-size:.68rem;color:rgba(255,255,255,.9);margin-top:3px}
  .hero-arrow{display:none}
}
@media (max-width:380px){
  .hero-slider-track{height:440px;min-height:440px}
  .hero-slide-inner{padding:36px 14px 36px;min-height:400px}
  .hero-stats .stat-num{font-size:1.15rem}
  .hero-stats .stat-label{font-size:.62rem}
}

/* ▼▼▼ v1.4.1: REASONカード画像 & Googleマップ */
.reason-img {
  width: calc(100% + 48px);
  margin: -28px -24px 20px;
  height: 160px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}
.reason-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.reason-item:hover .reason-img img { transform: scale(1.04); }

.access-map-wrap { width: 100%; aspect-ratio: 16/9; min-height: 300px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--green-line); }
.access-map-wrap iframe { width: 100%; height: 100%; display: block; border: 0; }

/* ▼▼▼ v1.4.4: スマホ修正 */

/* ① REASONカード：画像が「REASON 01」に被らないようにtopマージンを除去 */
@media (max-width: 600px) {
  .reason-img { height: 120px; margin: 12px -20px 16px; width: calc(100% + 40px); border-radius: 0; }
}

/* ② page-hero：スマホで左右に十分な余白を確保 */
@media (max-width: 600px) {
  .page-hero { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 390px) {
  .page-hero { padding-left: 16px; padding-right: 16px; }
}

/* ③ お問い合わせフォーム（data-table）：スマホで縦積みにして横はみ出しを防ぐ */
@media (max-width: 600px) {
  .data-table { display: block; width: 100%; }
  .data-table tbody { display: block; width: 100%; }
  .data-table tr { display: block; width: 100%; }
  .data-table th {
    display: block;
    width: 100%;
    white-space: normal;
    border-bottom: none;
    padding: 10px 14px 6px;
    font-size: .8rem;
    box-sizing: border-box;
  }
  .data-table td {
    display: block;
    width: 100%;
    padding: 6px 14px 12px;
    font-size: .85rem;
    box-sizing: border-box;
  }
  .data-table td input[type="text"],
  .data-table td input[type="email"],
  .data-table td input[type="tel"],
  .data-table td textarea,
  .data-table td select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* ▼▼▼ v1.4.6: MW WP Form スタイル強制適用 */

/* 必須ラベル：小さく赤字 */
.mw_wp_form .required,
.mw_wp_form span.required,
.mw_wp_form th .required,
.mw_wp_form label .required,
span.required,
.required {
  font-size: .72rem !important;
  font-weight: 700 !important;
  color: #c62828 !important;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  margin-left: 4px !important;
  vertical-align: middle !important;
  letter-spacing: .02em !important;
}

/* 任意ラベル：非表示 (MW WP Formは .not-required クラスを使用) */
.mw_wp_form .not-required,
.mw_wp_form span.not-required,
.mw_wp_form th .not-required,
.mw_wp_form label .not-required,
span.not-required,
.not-required,
.optional {
  display: none !important;
}

/* 確認画面へボタン */
.mw_wp_form input[type="submit"],
.mw_wp_form input[type="button"],
.mw_wp_form button[type="submit"],
.mw_wp_form .submitBox input,
input[name="submitConfirm"],
input[name="submit"] {
  display: block !important;
  background: #1b5e20 !important;
  color: #fff !important;
  padding: 16px 52px !important;
  border-radius: 2px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 3px 10px rgba(27,94,32,.25) !important;
  min-width: 260px !important;
  margin: 24px auto 8px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: background .2s, box-shadow .2s !important;
}
.mw_wp_form input[type="submit"]:hover,
.mw_wp_form input[type="button"]:hover,
input[name="submitConfirm"]:hover {
  background: #2e7d32 !important;
  box-shadow: 0 5px 16px rgba(27,94,32,.35) !important;
}

/* 戻るボタン */
.mw_wp_form input[name="submitBack"],
input[name="submitBack"] {
  background: #fff !important;
  color: #1b5e20 !important;
  border: 2px solid #1b5e20 !important;
  padding: 14px 46px !important;
  box-shadow: none !important;
}
.mw_wp_form input[name="submitBack"]:hover,
input[name="submitBack"]:hover {
  background: #f0f7f0 !important;
}

/* ▼▼▼ v1.4.7: フォーム入力フィールド 天地余白拡大 */
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form select {
  padding: 18px 16px !important;
}
.mw_wp_form textarea {
  padding: 18px 16px !important;
}
