@charset "UTF-8";
/* =====================================================
   フューネラルサポート想樹  サイト共通スタイル
   和モダン: 生成り地 + 深緑 + 金茶
   ===================================================== */
:root {
  --bg: #faf8f3;
  --white: #ffffff;
  --ink: #2e2a26;
  --ink-soft: #5a544c;
  --green: #2f5d50;
  --green-dark: #234a3f;
  --green-pale: #eef3f0;
  --gold: #a8905a;
  --gold-pale: #f4efe4;
  --line: #e3ddd2;
  --red: #b0413e;
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "游明朝", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; font-size: 17px; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.95;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  /* 日本語を文節のまとまりで折り返す（対応ブラウザのみ。非対応でも従来どおり） */
  word-break: auto-phrase;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { opacity: .85; }
ul, ol { list-style-position: outside; padding-left: 1.4em; }

/* ---------- ヘッダー ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1360px; margin: 0 auto; padding: 10px 16px;
  display: flex; align-items: center; gap: 14px;
}
.brand { display: flex; flex-direction: column; line-height: 1.4; flex-shrink: 0; }
.brand-name {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 600;
  color: var(--ink); letter-spacing: .05em; white-space: nowrap;
}
.brand-sub { font-size: .68rem; color: var(--ink-soft); letter-spacing: .08em; white-space: nowrap; }
.global-nav { margin-left: auto; }
.global-nav ul { display: flex; gap: 2px; list-style: none; padding: 0; flex-wrap: nowrap; }
.global-nav a {
  display: block; padding: 8px 9px; color: var(--ink);
  font-size: .86rem; letter-spacing: .02em; border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.global-nav a:hover { color: var(--green); border-bottom-color: var(--gold); opacity: 1; }
.global-nav .nav-contact a {
  background: var(--green); color: #fff; border-radius: 3px; padding: 8px 14px;
}
.global-nav .nav-contact a:hover { background: var(--green-dark); border-bottom-color: transparent; }
.header-tel { text-align: right; flex-shrink: 0; }
.header-tel a { display: flex; flex-direction: column; line-height: 1.35; color: var(--ink); }
.header-tel .tel-num {
  font-family: var(--serif); font-size: 1.25rem; font-weight: 700; color: var(--green);
  white-space: nowrap;
}
.header-tel .tel-num::before { content: "\260E\FE0E "; font-size: 1rem; }
.header-tel .tel-note { font-size: .65rem; color: var(--ink-soft); white-space: nowrap; }
.nav-toggle { display: none; }

/* ---------- ヒーロー(トップ) ---------- */
.hero {
  position: relative; min-height: 520px;
  background: url(../images/hero.jpg) center 35% / cover no-repeat;
  display: flex; align-items: center;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(250,248,243,.92) 0%, rgba(250,248,243,.72) 45%, rgba(250,248,243,.15) 100%);
}
.hero-inner { position: relative; max-width: 1200px; margin: 0 auto; padding: 70px 24px; width: 100%; }
.hero-catch {
  font-family: var(--serif); font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  color: var(--ink); letter-spacing: .12em; line-height: 1.8; font-weight: 600;
}
.hero-sub {
  margin-top: 18px; font-family: var(--serif);
  font-size: clamp(.95rem, 1.6vw, 1.15rem); color: var(--ink-soft); letter-spacing: .08em;
}
.hero-price {
  margin-top: 26px; display: inline-block; background: var(--white);
  border: 1px solid var(--gold); border-radius: 4px; padding: 10px 22px;
  font-size: .95rem; color: var(--ink);
}
.hero-price strong { font-family: var(--serif); font-size: 1.5rem; color: var(--red); margin: 0 .15em; }
.hero-actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- ボタン ---------- */
.btn {
  display: inline-block; padding: 13px 30px; border-radius: 3px;
  font-size: .95rem; letter-spacing: .06em; text-align: center; line-height: 1.5;
  border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); opacity: 1; }
.btn-outline { background: var(--white); color: var(--green); border-color: var(--green); }
.btn-tel { background: var(--red); color: #fff; font-family: var(--serif); font-size: 1.1rem; }
.btn small { display: block; font-size: .7rem; opacity: .85; }

/* ---------- セクション共通 ---------- */
.section { padding: 64px 0; }
.section-alt { background: var(--white); }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 20px; }
.section-title {
  font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  letter-spacing: .14em; text-align: center; color: var(--ink); font-weight: 600;
  margin-bottom: 12px;
}
.section-title::after {
  content: ""; display: block; width: 46px; height: 2px;
  background: var(--gold); margin: 14px auto 0;
}
.section-lead { text-align: center; color: var(--ink-soft); font-size: .95rem; margin-bottom: 36px; }
h2.heading {
  font-family: var(--serif); font-size: 1.45rem; letter-spacing: .1em; font-weight: 600;
  border-left: 4px solid var(--gold); padding: 2px 0 2px 14px; margin: 46px 0 20px;
  clear: both;
}
h3.heading-sm {
  font-family: var(--serif); font-size: 1.15rem; letter-spacing: .08em; font-weight: 600;
  color: var(--green-dark); margin: 32px 0 12px;
  padding-bottom: 6px; border-bottom: 1px solid var(--line);
}
p + p { margin-top: 1em; }
.note { font-size: .9rem; color: var(--ink-soft); }
.text-center { text-align: center; }
.mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; }
/* この語句は途中で改行させない（「シンプルプラン1～8」など） */
.nobr { white-space: nowrap; }

/* ---------- ページヒーロー(下層) ---------- */
.page-hero {
  background: linear-gradient(rgba(35,74,63,.55), rgba(35,74,63,.55)), url(../images/hero.jpg) center 30% / cover no-repeat;
  padding: 64px 20px 54px; text-align: center;
}
.page-hero h1 {
  font-family: var(--serif); color: #fff; font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: .18em; font-weight: 600; text-shadow: 0 1px 8px rgba(0,0,0,.35);
}
.page-hero .page-hero-sub { color: rgba(255,255,255,.92); font-size: .85rem; margin-top: 8px; letter-spacing: .1em; }
.breadcrumb {
  max-width: 1100px; margin: 0 auto; padding: 12px 20px 0;
  font-size: .78rem; color: var(--ink-soft);
}
.breadcrumb a { color: var(--ink-soft); text-decoration: underline; }
.page-body { padding: 28px 0 72px; }

/* ---------- カード ---------- */
.card-grid { display: grid; gap: 22px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: 6px;
  overflow: hidden; box-shadow: 0 2px 10px rgba(46,42,38,.05);
  display: flex; flex-direction: column;
}
.card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
/* 縦長・白背景の写真を切り取らずに収める場合 */
.card img.fit-contain { object-fit: contain; background: #fff; padding: 8px; }
.card-body { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; }
/* プラン内容カードの小さな写真（他の価格ページの thumbnail と同じ120px） */
.card-thumb { text-align: center; margin: 0 0 12px; }
.card-thumb img { width: 120px; height: auto; border-radius: 3px; display: inline-block; }
.card-title { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; color: var(--green-dark); letter-spacing: .05em; }
.card-text { font-size: .95rem; color: var(--ink-soft); margin-top: 8px; flex: 1; }
.card-price { margin-top: 10px; font-size: .95rem; }
.card-price strong { font-family: var(--serif); font-size: 1.3rem; color: var(--red); }
a.card-link { color: inherit; }
a.card-link:hover { opacity: 1; box-shadow: 0 4px 16px rgba(46,42,38,.13); }

/* ---------- プラン一覧(トップ・価格ページ) ---------- */
.plan-card .plan-head {
  background: var(--green); color: #fff; text-align: center; padding: 14px 10px;
  font-family: var(--serif); letter-spacing: .1em;
}
.plan-card .plan-head .plan-price { font-size: 1.5rem; font-weight: 700; display: block; line-height: 1.4; }
.plan-card .plan-head .plan-name { font-size: .85rem; opacity: .95; }
.plan-card ul { list-style: none; padding: 0; font-size: .9rem; }
.plan-card li { padding: 4px 0 4px 1.3em; position: relative; }
.plan-card li::before { content: "\2713"; color: var(--gold); position: absolute; left: 0; }

/* ---------- 表 ---------- */
.table-wrap { overflow-x: auto; margin: 18px 0; }
table.tbl {
  width: 100%; border-collapse: collapse; background: var(--white);
  font-size: .95rem; min-width: 560px;
}
table.tbl th, table.tbl td { border: 1px solid var(--line); padding: 12px 14px; vertical-align: middle; }
table.tbl thead th, table.tbl th.th-head {
  background: var(--green-pale); font-family: var(--serif); font-weight: 600;
  color: var(--green-dark); letter-spacing: .05em; white-space: nowrap;
}
table.tbl .price-cell { white-space: nowrap; text-align: right; }
table.tbl tr.total-row th, table.tbl tr.total-row td {
  background: var(--gold-pale); font-weight: 700; font-size: 1.02rem;
}
table.tbl tr.total-row .price-cell { color: var(--red); font-family: var(--serif); font-size: 1.2rem; }
/* 表内の写真は切り取らず全体を表示する */
table.tbl img.tbl-thumb { width: 120px; height: auto; border-radius: 3px; margin-top: 6px; }
.tbl-item-note { font-size: .8rem; color: var(--ink-soft); }

/* ---------- 定義リスト(会社概要) ---------- */
.def-table { width: 100%; border-collapse: collapse; background: var(--white); }
.def-table th, .def-table td { border: 1px solid var(--line); padding: 13px 16px; text-align: left; font-size: .95rem; }
.def-table th { width: 28%; background: var(--green-pale); font-family: var(--serif); font-weight: 600; color: var(--green-dark); }

/* ---------- 流れ(ステップ) ---------- */
.flow-step { position: relative; padding: 0 0 34px 66px; }
.flow-step::before {
  content: ""; position: absolute; left: 24px; top: 8px; bottom: -6px;
  width: 2px; background: var(--line);
}
.flow-step:last-child::before { display: none; }
.flow-num {
  position: absolute; left: 0; top: 0; width: 50px; height: 50px;
  background: var(--green); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.15rem;
}
.flow-title { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--green-dark); padding-top: 8px; }
.flow-body { margin-top: 8px; font-size: .97rem; }
.flow-body ul { margin-top: 6px; }

/* ---------- FAQ ---------- */
details.faq-item {
  background: var(--white); border: 1px solid var(--line); border-radius: 5px;
  margin-bottom: 12px; overflow: hidden;
}
details.faq-item summary {
  cursor: pointer; padding: 16px 42px 16px 52px; position: relative;
  font-weight: 600; list-style: none; font-size: 1rem;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::before {
  content: "Q"; position: absolute; left: 16px; top: 14px;
  color: var(--gold); font-family: var(--serif); font-size: 1.2rem; font-weight: 700;
}
details.faq-item summary::after {
  content: "+"; position: absolute; right: 18px; top: 14px;
  color: var(--green); font-size: 1.3rem;
}
details.faq-item[open] summary::after { content: "\2212"; }
.faq-answer {
  padding: 4px 20px 18px 52px; position: relative; font-size: .97rem; color: var(--ink-soft);
  border-top: 1px dashed var(--line); margin-top: 0; padding-top: 14px;
}
.faq-answer::before {
  content: "A"; position: absolute; left: 16px; top: 10px;
  color: var(--red); font-family: var(--serif); font-size: 1.2rem; font-weight: 700;
}

/* ---------- お知らせ ---------- */
.news-list { list-style: none; padding: 0; max-width: 860px; margin: 0 auto; }
.news-list li {
  display: flex; gap: 20px; padding: 13px 6px; border-bottom: 1px dashed var(--line);
  font-size: .97rem; flex-wrap: wrap;
}
.news-list .news-date { color: var(--gold); font-family: var(--serif); white-space: nowrap; }

/* ---------- CTA帯 ---------- */
.cta-band { background: var(--green-dark); color: #fff; text-align: center; padding: 46px 20px; }
.cta-band .cta-title { font-family: var(--serif); font-size: 1.3rem; letter-spacing: .12em; }
.cta-band .cta-tel {
  display: inline-block; font-family: var(--serif); font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  color: #fff; font-weight: 700; letter-spacing: .04em; margin-top: 12px; line-height: 1.3;
}
.cta-band .cta-tel::before { content: "\260E\FE0E "; font-size: .7em; }
.cta-band .cta.note { font-size: .9rem; opacity: .9; margin-top: 4px; }
.cta-band .cta-buttons { margin-top: 22px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.cta-band .btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }

/* ---------- LINEで送るボタン ---------- */
.btn-line {
  display: inline-flex; align-items: center; gap: 9px;
  background: #06C755; color: #fff; border-radius: 3px;
  padding: 12px 22px; font-size: .95rem; letter-spacing: .04em; line-height: 1.4;
  border: 1px solid #06C755;
}
.btn-line:hover { background: #05b34c; opacity: 1; }
.btn-line svg { width: 22px; height: 22px; fill: #fff; flex-shrink: 0; }
.btn-line small { display: block; font-size: .7rem; opacity: .9; }

/* ---------- 装飾用の花写真 ---------- */
.deco-float {
  float: right; width: min(34%, 260px); margin: 4px 0 16px 22px;
  border-radius: 6px;
}
.deco-wide { width: 100%; max-width: 420px; margin: 0 auto 24px; border-radius: 6px; }
@media (max-width: 560px) {
  .deco-float { float: none; width: 62%; margin: 0 auto 18px; }
  .deco-wide { max-width: 78%; }
}

/* ---------- フォーム ---------- */
.form-table { width: 100%; border-collapse: collapse; background: var(--white); }
.form-table th, .form-table td { border: 1px solid var(--line); padding: 14px 16px; text-align: left; font-size: .97rem; }
.form-table th { width: 30%; background: var(--green-pale); font-weight: 600; vertical-align: top; }
.required, .optional {
  display: inline-block; font-size: .68rem; color: #fff; border-radius: 3px;
  padding: 1px 8px; margin-left: 8px; vertical-align: middle; font-weight: 400;
}
.required { background: var(--red); }
.optional { background: #9b9488; }
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  font: inherit; padding: 9px 10px; border: 1px solid #c9c2b4; border-radius: 4px;
  background: #fff; width: 100%; max-width: 480px;
}
input.input-s { max-width: 180px; }
input.input-m { max-width: 300px; }
textarea { max-width: 100%; }
.radio-group label, .check-group label {
  display: inline-flex; align-items: center; gap: 6px; margin: 4px 18px 4px 0; font-weight: 400;
}
input[type="radio"], input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--green); }
.form-submit { text-align: center; margin-top: 28px; }
.form-submit .btn { min-width: 260px; font-size: 1.05rem; }
.form-note-box {
  background: var(--gold-pale); border: 1px solid var(--gold); border-radius: 5px;
  padding: 16px 20px; font-size: .93rem; margin-bottom: 26px;
}

/* ---------- ギャラリー ---------- */
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.photo-grid figure { background: var(--white); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.photo-grid img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.photo-grid figcaption { font-size: .85rem; text-align: center; padding: 8px 6px; color: var(--ink-soft); }
.photo-grid.landscape img { aspect-ratio: 4/3; }

/* カタログ（料理・返礼品）は紙面をそのまま載せているので、
   切り取らずに全体を見せ、1枚あたりを大きくする */
.photo-grid.catalog { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.photo-grid.catalog img { aspect-ratio: 900/1276; object-fit: contain; background: var(--white); }

/* クリックで拡大できる写真 */
.photo-grid img.is-zoomable { cursor: zoom-in; transition: opacity .15s, transform .15s; }
.photo-grid img.is-zoomable:hover { opacity: .88; }
.photo-grid img.is-zoomable:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.photo-grid figure { position: relative; }
.photo-grid figure::after {
  content: "🔍 クリックで拡大";
  position: absolute; left: 0; right: 0; bottom: 0;
  background: rgba(46,42,38,.62); color: #fff;
  font-size: .78rem; line-height: 1.6; text-align: center; padding: 3px 4px;
  opacity: 0; transition: opacity .15s; pointer-events: none;
}
.photo-grid figure:hover::after { opacity: 1; }
/* タッチ機器では常時表示になるため、写真を隠さない小さな目印にする */
@media (hover: none) {
  .photo-grid figure::after {
    content: "🔍"; opacity: .85;
    left: auto; right: 6px; bottom: 6px;
    width: 26px; height: 26px; padding: 0;
    border-radius: 50%; font-size: .8rem; line-height: 26px;
  }
}

/* ---------- 写真の拡大表示（ライトボックス） ---------- */
body.lb-open { overflow: hidden; }
.lightbox {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: rgba(28,26,24,.92);
  align-items: center; justify-content: center; gap: 8px; padding: 24px;
}
.lightbox.is-open { display: flex; }
.lb-stage { margin: 0; display: flex; flex-direction: column; align-items: center; max-width: 100%; max-height: 100%; }
.lb-img {
  max-width: min(1000px, 88vw); max-height: 86vh;
  width: auto; height: auto; object-fit: contain;
  background: #fff; border-radius: 4px; box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.lb-caption { color: #e9e5df; font-size: .9rem; padding-top: 10px; letter-spacing: .08em; }
.lb-close, .lb-prev, .lb-next {
  background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%; cursor: pointer; line-height: 1;
  display: flex; align-items: center; justify-content: center; flex: none;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,.26); }
.lb-close { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; font-size: 1.7rem; }
.lb-prev, .lb-next { width: 52px; height: 52px; font-size: 2.2rem; padding-bottom: 4px; }
@media (max-width: 560px) {
  .lightbox { padding: 10px; gap: 2px; }
  .lb-img { max-width: 94vw; max-height: 76vh; }
  .lb-prev, .lb-next { width: 42px; height: 42px; font-size: 1.8rem; }
  .lb-close { width: 40px; height: 40px; font-size: 1.4rem; top: 10px; right: 10px; }
}

/* ---------- 地図 ---------- */
.map-embed { position: relative; width: 100%; padding-top: 56%; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; background: #eee; }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- フッター ---------- */
.site-footer { background: var(--green-dark); color: #e9efe9; font-size: .85rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 48px 24px 30px; }
.footer-cols { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; gap: 26px; }
.footer-brand { font-family: var(--serif); font-size: 1.12rem; color: #fff; letter-spacing: .04em; white-space: nowrap; }
.footer-addr { margin-top: 12px; line-height: 1.9; font-size: .82rem; color: #cfdcd2; }
.footer-addr a { color: #cfdcd2; text-decoration: underline; }
.footer-tel { font-family: var(--serif); font-size: 1.3rem; margin-top: 10px; white-space: nowrap; }
.footer-tel a { color: #fff; }
.footer-tel a::before { content: "\260E\FE0E "; font-size: .8em; }
.footer-col h4 {
  font-family: var(--serif); font-size: .92rem; color: var(--gold);
  border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 8px; margin-bottom: 10px;
  letter-spacing: .1em; font-weight: 600;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin: 6px 0; }
.footer-col a { color: #cfdcd2; font-size: .82rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15); margin-top: 34px; padding-top: 18px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: .75rem; color: #b5c6b9;
}
.footer-bottom a { color: #b5c6b9; text-decoration: underline; }

/* ---------- スマホ固定電話バー ---------- */
.sp-tel-bar { display: none; }

/* ---------- レスポンシブ ---------- */
/* メニューが1行で収まらない幅では、崩れる前にハンバーガーメニューへ切替 */
@media (max-width: 1240px) {
  html { scroll-padding-top: 70px; }
  .nav-toggle {
    display: block; margin-left: auto; background: none; border: none; cursor: pointer;
    width: 44px; height: 40px; position: relative; flex-shrink: 0;
  }
  .nav-toggle span {
    position: absolute; left: 10px; right: 10px; height: 2px; background: var(--green);
    transition: .25s;
  }
  .nav-toggle span:nth-child(1) { top: 12px; }
  .nav-toggle span:nth-child(2) { top: 20px; }
  .nav-toggle span:nth-child(3) { top: 28px; }
  body.nav-open .nav-toggle span:nth-child(1) { top: 20px; transform: rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
  .global-nav {
    position: fixed; top: 64px; left: 0; right: 0; bottom: 0;
    background: rgba(250,248,243,.98); transform: translateX(100%);
    transition: .3s; overflow-y: auto; margin: 0;
  }
  body.nav-open .global-nav { transform: translateX(0); }
  .global-nav ul { flex-direction: column; gap: 0; padding: 18px 22px 110px; }
  .global-nav a {
    font-size: 1.05rem; padding: 15px 6px; border-bottom: 1px solid var(--line);
  }
  .global-nav .nav-contact a { margin-top: 14px; text-align: center; }
  .header-tel { margin-left: auto; }
  .nav-toggle { margin-left: 0; }
}
@media (max-width: 1100px) {
  .footer-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .header-inner { padding: 10px 14px; }
  .header-tel { display: none; }
  .nav-toggle { margin-left: auto; }
  .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr 1fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-grid.catalog { grid-template-columns: 1fr 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 440px; }
  .section { padding: 46px 0; }
  .sp-tel-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    box-shadow: 0 -2px 10px rgba(0,0,0,.15);
  }
  .sp-tel-bar a {
    flex: 1; text-align: center; padding: 12px 6px; color: #fff; font-size: .92rem; line-height: 1.4;
  }
  .sp-tel-bar .sp-tel { background: var(--red); font-family: var(--serif); font-weight: 700; }
  .sp-tel-bar .sp-tel small, .sp-tel-bar .sp-contact small { display: block; font-size: .65rem; font-weight: 400; opacity: .9; }
  .sp-tel-bar .sp-contact { background: var(--green); }
  body { padding-bottom: 64px; }
  .site-footer { padding-bottom: 10px; }
}
@media (max-width: 560px) {
  .cols-3, .cols-4 { grid-template-columns: 1fr; }
  .cols-2 { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-grid.catalog { grid-template-columns: 1fr 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .brand-name { font-size: 1.1rem; }
  .form-table th, .form-table td { display: block; width: 100%; border-top: none; }
  .form-table tr th { background: var(--green-pale); }
  .form-table tr:first-child th { border-top: 1px solid var(--line); }
  .flow-step { padding-left: 56px; }
  .flow-num { width: 42px; height: 42px; font-size: 1rem; }
  .flow-step::before { left: 20px; }
}
@media print {
  .site-header, .sp-tel-bar, .cta-band, .site-footer { display: none; }
}
