/*
Theme Name: GH Navi
Description: 障がい者グループホームナビのオリジナルテーマ。行政オープンデータによる施設DB＋保護者向け編集コンテンツの2層構造。
Author: Takeshi Yoneda
Version: 2.0
*/
  :root {
    --teal: #1f6e64;
    --teal-deep: #14483f;
    --teal-soft: #e4f0ed;
    --coral: #e0705f;
    --ink: #263733;
    --muted: #5c6f6a;
    --ground: #f4f8f6;
    --paper: #ffffff;
    --line: #d8e4e0;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    color: var(--ink); background: var(--paper); line-height: 1.9;
    overflow-x: hidden;
  }
  h1,h2,h3,.logo { font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif; }
  img { max-width: 100%; height: auto; display: block; }
  .inner { max-width: 1020px; margin: 0 auto; padding: 0 20px; }

  header { background: var(--paper); border-bottom: 3px solid var(--teal); }
  .header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; padding: 14px 20px; max-width: 1020px; margin: 0 auto; }
  .logo { text-decoration: none; color: var(--teal-deep); font-weight: 900; font-size: 1.25rem; }
  .logo small { display: block; font-size: .66rem; font-weight: 500; color: var(--muted); letter-spacing: .1em; }
  nav ul { list-style: none; display: flex; gap: 18px; flex-wrap: wrap; }
  nav a { text-decoration: none; font-size: .88rem; color: var(--ink); }
  nav a:hover { color: var(--teal); }

  /* ===== ヒーロー（2カラム＋イラスト） ===== */
  .hero { background: linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%); color: #fff; padding: 54px 20px 48px; }
  .hero-inner {
    max-width: 1020px; margin: 0 auto;
    display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center;
  }
  .hero h1 { font-size: 1.9rem; font-weight: 900; line-height: 1.55; letter-spacing: .03em; }
  .hero h1 span { color: #ffd9a8; }
  .hero .lead { margin-top: 14px; font-size: .95rem; opacity: .94; }
  .hero-visual img { border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.22); width: 100%; }
  .hero-search {
    margin-top: 26px; background: var(--paper); border-radius: 12px; padding: 16px 18px;
    display: flex; gap: 10px; flex-wrap: wrap; align-items: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.18);
  }
  .hero-search label { color: var(--teal-deep); font-weight: 700; font-size: .88rem; }
  .hero-search select {
    flex: 1 1 200px; padding: 12px; border: 2px solid var(--line); border-radius: 8px;
    font-size: 1rem; color: var(--ink); font-family: inherit; background: #fff;
  }
  .btn {
    display: inline-block; background: var(--coral); color: #fff; border: none; cursor: pointer;
    padding: 13px 32px; border-radius: 999px; text-decoration: none; font-weight: 700;
    font-size: .95rem; letter-spacing: .06em; font-family: inherit;
  }
  .btn:hover { opacity: .88; }
  .hero-stats { display: flex; gap: 26px; margin-top: 22px; flex-wrap: wrap; }
  .hero-stats div { font-size: .8rem; opacity: .95; }
  .hero-stats b { display: block; font-size: 1.45rem; font-family: "Zen Maru Gothic", sans-serif; font-weight: 900; color: #ffd9a8; }

  section { padding: 60px 0; }
  .bg-soft { background: var(--ground); }
  .section-title { text-align: center; font-size: 1.4rem; font-weight: 900; color: var(--teal-deep); }
  .section-lead { text-align: center; color: var(--muted); font-size: .92rem; margin: 12px auto 40px; max-width: 640px; }

  /* ===== 画像＋テキストの2カラム ===== */
  .split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: center; }
  .split-img img { border-radius: 16px; box-shadow: 0 6px 18px rgba(20,72,63,.12); }
  .split-text h2 { font-size: 1.35rem; color: var(--teal-deep); margin-bottom: 14px; }
  .split-text p { font-size: .93rem; margin-bottom: 1em; }
  .check-list { list-style: none; margin-top: 18px; }
  .check-list li {
    position: relative; padding-left: 26px; margin-bottom: 9px; font-size: .88rem; color: var(--ink);
  }
  .check-list li::before {
    content: ""; position: absolute; left: 4px; top: .72em;
    width: 7px; height: 12px; border-right: 3px solid var(--coral); border-bottom: 3px solid var(--coral);
    transform: rotate(42deg) translateY(-50%);
  }

  .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
  .step-card { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 26px 22px; }
  .step-num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-deep); font-weight: 900; font-family: "Zen Maru Gothic"; margin-bottom: 12px; }
  .step-card h3 { font-size: 1rem; color: var(--teal-deep); margin-bottom: 8px; }
  .step-card p { font-size: .88rem; color: var(--muted); }
  .step-link { display: inline-block; margin-top: 10px; font-size: .84rem; color: var(--coral); text-decoration: none; font-weight: 700; }
  .step-link:hover { text-decoration: underline; }

  .area-parent { font-size: 1.05rem; color: var(--teal-deep); margin: 8px 0 14px; }
  .area-parent a { color: var(--teal-deep); text-decoration: none; }
  .area-parent a:hover { color: var(--coral); }
  .ward-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px; }
  .ward-grid a {
    display: block; text-align: center; background: var(--paper); border: 1px solid var(--line);
    border-radius: 8px; padding: 12px 6px; text-decoration: none; color: var(--ink); font-size: .9rem;
  }
  .ward-grid a b { color: var(--teal); }
  .ward-grid a:hover { border-color: var(--teal); }
  .ward-grid a small { display: block; color: var(--muted); font-size: .72rem; }

  /* ===== コラムカード（画像サムネ） ===== */
  .column-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
  .column-card {
    background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
    overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .column-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(20,72,63,.13); }
  .column-ph { height: 168px; overflow: hidden; background: var(--teal-soft); }
  .column-ph img { width: 100%; height: 100%; object-fit: cover; }
  .column-ph-blank { display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: .78rem; }
  .column-card h3 { font-size: .97rem; color: var(--teal-deep); padding: 16px 16px 6px; line-height: 1.6; }
  .column-card p { font-size: .8rem; color: var(--muted); padding: 0 16px 18px; line-height: 1.8; }

  .faq { max-width: 720px; margin: 0 auto; }
  .faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; margin-bottom: 12px; }
  .faq summary { cursor: pointer; padding: 15px 18px; font-weight: 700; color: var(--teal-deep); font-size: .93rem; }
  .faq details p { padding: 0 18px 15px; font-size: .88rem; color: var(--ink); }
  .faq details p a { color: var(--teal); }

  .for-biz { text-align: center; }
  .for-biz .box { background: var(--teal-soft); border-radius: 14px; padding: 32px 22px; max-width: 720px; margin: 0 auto; }
  .for-biz h2 { font-size: 1.15rem; color: var(--teal-deep); margin-bottom: 10px; }
  .for-biz p { font-size: .9rem; color: var(--ink); margin-bottom: 18px; }

  footer { background: var(--teal-deep); color: #d8e8e3; padding: 40px 20px 28px; font-size: .84rem; }
  .footer-inner { max-width: 1020px; margin: 0 auto; }
  .footer-logo { color: #fff; font-family: "Zen Maru Gothic"; font-weight: 900; font-size: 1.05rem; margin-bottom: 8px; }
  .footer-nav { display: flex; gap: 16px; flex-wrap: wrap; margin: 16px 0; }
  .footer-nav a { color: #d8e8e3; text-decoration: none; font-size: .8rem; }
  .footer-nav a:hover { color: #fff; text-decoration: underline; }
  .credit { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); font-size: .73rem; color: #9dbcb3; line-height: 1.7; }

  /* ===== 施設個別・一覧・記事ページ ===== */
  .entry { max-width: 780px; margin: 0 auto; padding: 44px 20px 56px; }
  .entry h1 { font-size: 1.5rem; font-weight: 900; color: var(--teal-deep); line-height: 1.55; margin-bottom: 18px; }
  .entry h2 { font-size: 1.15rem; color: var(--teal-deep); margin: 40px 0 14px; border-left: 4px solid var(--coral); padding-left: 12px; line-height: 1.6; }
  .entry h3 { font-size: 1.02rem; color: var(--teal-deep); margin: 28px 0 10px; }
  .entry p { margin-bottom: 1.1em; }
  .entry ul, .entry ol { margin: 0 0 1.3em 1.4em; }
  .entry li { margin-bottom: .5em; }
  .entry a { color: var(--teal); }
  .entry strong { font-weight: 700; }
  .entry-meta { font-size: .78rem; color: var(--muted); margin-bottom: 24px; }
  .entry table { border-collapse: collapse; width: 100%; margin: 18px 0; font-size: .9rem; }
  .entry th, .entry td { border: 1px solid var(--line); padding: 11px 14px; text-align: left; vertical-align: top; line-height: 1.8; }
  .entry th { background: var(--teal-soft); color: var(--teal-deep); width: 34%; }
  .entry table tr:first-child th:only-of-type,
  .entry table th[colspan] { width: auto; }
  .table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 18px 0; }
  .table-scroll table { margin: 0; min-width: 480px; }
  .gh-note { background: var(--ground); border-left: 4px solid var(--teal); border-radius: 8px; padding: 16px 18px; font-size: .84rem; color: var(--muted); margin: 24px 0; }
  .gh-note p { margin-bottom: .7em; }
  .gh-note p:last-child { margin-bottom: 0; }
  .gh-cta { background: var(--teal-soft); border-radius: 12px; padding: 24px 20px; text-align: center; margin-top: 34px; }
  .gh-cta p { font-size: .9rem; margin-bottom: 14px; }
  .related-list { list-style: none; margin: 0 0 1em 0; }
  .related-list li { margin-bottom: 10px; padding-left: 18px; position: relative; }
  .related-list li::before { content: "›"; position: absolute; left: 4px; color: var(--coral); font-weight: 700; }
  .related-list a { color: var(--teal-deep); text-decoration: none; font-weight: 700; font-size: .93rem; }
  .related-list a:hover { color: var(--coral); text-decoration: underline; }
  .gh-list { width: 100%; border-collapse: collapse; font-size: .9rem; }
  .gh-list th, .gh-list td { border-bottom: 1px solid var(--line); padding: 11px 8px; text-align: left; }
  .gh-list thead th { color: var(--muted); font-size: .8rem; font-weight: 500; border-bottom: 2px solid var(--teal); }
  .gh-list a { color: var(--teal-deep); font-weight: 700; text-decoration: none; }
  .gh-list a:hover { color: var(--coral); }
  .breadcrumb { font-size: .78rem; color: var(--muted); margin-bottom: 16px; line-height: 1.7; }
  .breadcrumb a { color: var(--teal); text-decoration: none; }

  .gh-pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 28px 0; }
  .gh-pagination .page-numbers {
    display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px;
    padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; text-decoration: none;
    color: var(--teal-deep); font-size: .88rem; background: var(--paper);
  }
  .gh-pagination .page-numbers.current { background: var(--teal); color: #fff; border-color: var(--teal); font-weight: 700; }
  .gh-pagination .page-numbers.dots { border: none; background: none; }

  /* ===== お問い合わせフォーム（Contact Form 7） ===== */
  .wpcf7 { margin-top: 22px; }
  .wpcf7 label { display: block; margin-bottom: 20px; font-weight: 700; font-size: .9rem; color: var(--teal-deep); }
  .cf7-req { display: inline-block; background: var(--coral); color: #fff; font-size: .68rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-left: 6px; vertical-align: 2px; letter-spacing: .05em; }
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select {
    display: block; width: 100%; margin-top: 8px; padding: 12px 14px;
    border: 2px solid var(--line); border-radius: 8px; font-size: 1rem;
    font-family: inherit; color: var(--ink); background: #fff; font-weight: 400; line-height: 1.7;
  }
  .wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus { outline: none; border-color: var(--teal); }
  .wpcf7 textarea { min-height: 200px; resize: vertical; }
  .cf7-privacy { font-size: .82rem; color: var(--muted); margin: 4px 0 18px; }
  .cf7-privacy a { color: var(--teal); }
  .wpcf7 input[type="submit"] {
    display: block; width: 100%; max-width: 340px; margin: 0 auto;
    background: var(--coral); color: #fff; border: none; cursor: pointer;
    padding: 15px 32px; border-radius: 999px; font-weight: 700; font-size: 1rem;
    letter-spacing: .06em; font-family: inherit;
  }
  .wpcf7 input[type="submit"]:hover { opacity: .88; }
  .wpcf7-not-valid-tip { color: var(--coral); font-size: .82rem; font-weight: 700; margin-top: 6px; }
  .wpcf7 form .wpcf7-response-output {
    border-width: 2px; border-radius: 10px; padding: 14px 16px; font-size: .9rem; margin: 20px 0 0;
  }
  .wpcf7-spinner { display: block; margin: 12px auto 0; }

  /* ===== スマートフォン ===== */
  @media (max-width: 860px) {
    .hero-inner { grid-template-columns: 1fr; gap: 26px; }
    .hero-visual { order: -1; max-width: 520px; margin: 0 auto; width: 100%; }
    .split { grid-template-columns: 1fr; gap: 24px; }
    .split-img { max-width: 400px; margin: 0 auto; }
  }
  @media (max-width: 640px) {
    .inner { padding: 0 18px; }
    .hero { padding: 36px 18px 40px; }
    .hero h1 { font-size: 1.42rem; }
    .hero .lead { font-size: .9rem; }
    .hero-search { padding: 14px; }
    .hero-stats { gap: 18px; }
    .hero-stats b { font-size: 1.25rem; }
    section { padding: 44px 0; }
    .section-title { font-size: 1.22rem; }
    .split-text h2 { font-size: 1.18rem; }
    .ward-grid { grid-template-columns: repeat(auto-fill, minmax(102px, 1fr)); gap: 8px; }
    .ward-grid a { font-size: .82rem; padding: 10px 4px; }
    .column-ph { height: 150px; }
    .entry { padding: 32px 18px 44px; }
    .entry h1 { font-size: 1.26rem; }
    .entry h2 { font-size: 1.06rem; margin-top: 32px; }
    .btn { display: block; text-align: center; }
    .for-biz .box { padding: 26px 18px; }
    footer { padding: 34px 18px 26px; }
    /* 2列の表はカード状に積む */
    .entry table.stack-sp, .entry table.stack-sp tbody,
    .entry table.stack-sp tr, .entry table.stack-sp th, .entry table.stack-sp td {
      display: block; width: 100%;
    }
    .entry table.stack-sp tr { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin-bottom: 12px; }
    .entry table.stack-sp th, .entry table.stack-sp td { border: none; }
    .entry table.stack-sp th { font-size: .86rem; padding: 9px 14px; }
    .entry table.stack-sp td { padding: 12px 14px; font-size: .88rem; }
  }

  /* ---- 事業者様からご提供いただいた情報（2026/08/23） ---- */
  .gh-preview-bar {
    background: #fff8e5; border: 2px solid #e0a800; border-radius: 12px;
    padding: 14px 18px; margin: 0 0 20px; font-size: .92rem; line-height: 1.85;
  }
  .gh-catch {
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-size: 1.12rem; font-weight: 700; color: var(--teal-deep);
    background: var(--teal-soft); border-radius: 12px;
    padding: 12px 18px; margin: 0 0 20px;
  }
  .gh-photos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0 0 24px; }
  .gh-photos.gh-photos-1 { grid-template-columns: 1fr; }
  .gh-photos figure { margin: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
  .gh-photos img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
  .gh-photos.gh-photos-1 img { aspect-ratio: 16 / 9; }

  .gh-vacancy {
    background: var(--paper); border: 2px solid var(--teal); border-radius: 12px;
    padding: 14px 18px; margin: 0 0 24px;
  }
  .gh-vacancy-label {
    display: inline-block; background: var(--teal); color: #fff;
    font-size: .78rem; font-weight: 700; border-radius: 999px;
    padding: 2px 12px; margin-right: 10px; vertical-align: middle;
  }
  .gh-vacancy strong { font-size: 1.06rem; color: var(--teal-deep); vertical-align: middle; }
  .gh-vacancy small { color: var(--muted); font-size: .8rem; margin-left: 8px; vertical-align: middle; }
  .gh-vacancy p { margin: 6px 0 0; font-size: .82rem; color: var(--muted); line-height: 1.7; }

  .gh-provided { margin: 0 0 28px; }
  .gh-provided h2 { font-size: 1.16rem; color: var(--teal-deep); margin: 0 0 12px; }
  .gh-provided-desc { margin: 0 0 16px; }
  .gh-provided-desc p { margin: 0 0 12px; }
  .gh-credit {
    font-size: .8rem; color: var(--muted); line-height: 1.75;
    background: var(--ground); border-radius: 10px; padding: 10px 14px; margin: 12px 0 0;
  }
  .gh-basic-title { font-size: 1.16rem; color: var(--teal-deep); margin: 28px 0 12px; }

  @media (max-width: 600px) {
    .gh-photos { grid-template-columns: 1fr; gap: 10px; }
    .gh-photos img, .gh-photos.gh-photos-1 img { aspect-ratio: 4 / 3; }
    .gh-catch { font-size: 1rem; padding: 10px 14px; }
    .gh-vacancy-label { display: block; margin: 0 0 6px; width: fit-content; }
  }

  /* ---- エリア一覧の施設リスト（2026/08/23 バッジ＋サムネイル対応） ---- */
  /* 並び順は施設名の五十音順で固定。表示の差は「情報提供の有無」だけで、金銭では変わらない。 */
  .gh-facilities { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--teal); }
  .ghf-item { border-bottom: 1px solid var(--line); }
  .ghf-link {
    display: flex; align-items: center; gap: 14px;
    padding: 12px 8px; text-decoration: none; color: inherit;
  }
  .ghf-link:hover { background: var(--ground); }

  /* サムネイルは小さく固定。写真のある施設が過度に目立って
     実質的な優先表示にならないよう、行の高さは全件そろえる。 */
  .ghf-thumb {
    flex: 0 0 64px; width: 64px; height: 64px; border-radius: 10px;
    overflow: hidden; background: var(--ground); border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
  }
  .ghf-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .ghf-ph { width: 30px; height: 30px; color: #b6c8c3; }

  .ghf-body { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; min-width: 0; }
  .ghf-name {
    font-weight: 700; color: var(--teal-deep); font-size: .95rem; line-height: 1.5;
    flex: 1 1 100%;
  }
  .ghf-link:hover .ghf-name { color: var(--coral); }
  .ghf-corp { font-size: .8rem; color: var(--muted); }

  .ghf-badge {
    display: inline-block; font-size: .72rem; font-weight: 700; line-height: 1.4;
    color: var(--teal-deep); background: var(--teal-soft);
    border: 1px solid #bcdcd4; border-radius: 999px; padding: 2px 9px; white-space: nowrap;
  }

  .ghf-legend {
    font-size: .8rem; color: var(--muted); line-height: 1.8;
    background: var(--ground); border-radius: 10px; padding: 12px 16px; margin: 16px 0 0;
  }
  .ghf-legend .ghf-badge-sample { margin-right: 4px; vertical-align: 1px; }

  @media (max-width: 600px) {
    .ghf-link { gap: 11px; padding: 11px 4px; }
    .ghf-thumb { flex-basis: 54px; width: 54px; height: 54px; }
    .ghf-ph { width: 25px; height: 25px; }
    .ghf-name { font-size: .9rem; }
    .ghf-corp { font-size: .75rem; }
    .ghf-badge { font-size: .68rem; padding: 2px 8px; }
  }

/* エリア一覧: 並び順の説明 */
.gh-order-note {
  font-size: .88rem;
  line-height: 1.7;
  color: #4a5560;
  background: #f4f7f6;
  border-left: 3px solid #cfdad5;
  padding: 10px 14px;
  margin: 0 0 18px;
  border-radius: 0 4px 4px 0;
}

/* ============================================================
   施設ページ: 要点カード・特徴タグ・費用・空き状況（テーマv2.4 / 2026-08-23）
   家族が最初に知りたい「うちの子が対象か」を写真の直後に置くための領域。
   ============================================================ */
.gh-points {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1px; background: #dfe6e3; border: 1px solid #dfe6e3;
  border-radius: 8px; overflow: hidden; margin: 20px 0 14px;
}
.gh-point { background: #fff; padding: 12px 16px; }
.gh-point-k { display: block; font-size: .78rem; color: #61706a; letter-spacing: .04em; margin-bottom: 3px; }
.gh-point-v { display: block; font-size: 1.02rem; font-weight: 700; color: #1f2d28; line-height: 1.5; }
.gh-point-sub { font-size: .76rem; font-weight: 400; color: #61706a; margin-left: 4px; }

.gh-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 22px; }
.gh-tags li {
  font-size: .82rem; background: #eef4f1; color: #2f5f4d;
  border: 1px solid #d5e4dd; border-radius: 999px; padding: 4px 12px;
}

.gh-vac-note { display: block; font-size: .84rem; font-weight: 400; color: #4a5560; margin-top: 3px; }
.gh-vacancy-old { background: #f6f7f8; border-color: #dfe3e6; }
.gh-vacancy-old strong { color: #4a5560; }

.gh-sub { font-size: 1.05rem; margin: 24px 0 10px; }
.gh-fee th { width: 42%; }
.gh-fee-total th, .gh-fee-total td { font-weight: 700; background: #f4f7f6; }
.gh-fee-note { margin-top: 10px; }
.gh-fee-caution { font-size: .82rem; color: #61706a; margin-top: 8px; line-height: 1.7; }

/* 情報のご提供がまだ無いページ（大多数）。「満室」「非対応」と誤読させないための説明 */
.gh-noinfo {
  background: #f7f9f8; border: 1px solid #e2e9e6; border-radius: 8px;
  padding: 16px 18px; margin: 22px 0; line-height: 1.85; font-size: .92rem; color: #3d4a44;
}
.gh-noinfo p { margin: 0 0 8px; }
.gh-noinfo p:last-child { margin-bottom: 0; }
.gh-noinfo-links { font-size: .86rem; }

@media (max-width: 600px) {
  .gh-points { grid-template-columns: 1fr; }
  .gh-point-v { font-size: .98rem; }
}

/* ============================================================
   事業者様向け 情報入力ページ（/gh/xxx/?gh_edit=トークン）
   ログインを作らず、トークン付きURLだけで編集できる画面。
   スマホから入力される想定なので、入力欄は大きめ・1カラム。
   ============================================================ */
.gh-editpage { padding: 24px 0 64px; }
.gh-editpage .inner { max-width: 720px; }
.gh-edit-crumb { font-size: .86rem; margin: 0 0 8px; }
.gh-editpage h1 { font-size: 1.5rem; margin: 0 0 4px; }
.gh-edit-facility { font-size: 1.05rem; margin: 0 0 20px; color: #2f5d50; }

.gh-edit-lead {
  background: #f4f8f6; border: 1px solid #d8e6df; border-radius: 10px;
  padding: 16px 18px; margin-bottom: 20px;
}
.gh-edit-lead p { margin: 0 0 8px; font-size: .95rem; line-height: 1.8; }
.gh-edit-lead p:last-child { margin-bottom: 0; }

.gh-edit-msg {
  background: #eaf6ef; border-left: 4px solid #2f8f68; padding: 14px 16px;
  border-radius: 6px; margin-bottom: 18px; line-height: 1.8;
}
.gh-edit-err {
  background: #fdf0ee; border-left: 4px solid #c0563f; padding: 10px 16px;
  border-radius: 6px; margin-bottom: 18px;
}
.gh-edit-err ul { margin: 6px 0; padding-left: 1.2em; }

.gh-edit-status { font-size: .95rem; margin: 0 0 20px; }
.gh-edit-status .on  { color: #2f8f68; }
.gh-edit-status .off { color: #b58105; }

.gh-edit-form fieldset {
  border: 1px solid #dcdcd6; border-radius: 10px;
  padding: 18px 20px 8px; margin: 0 0 22px;
}
.gh-edit-form legend {
  font-weight: 700; padding: 0 8px; font-size: 1.02rem; color: #2f5d50;
}
.gh-edit-row { margin-bottom: 20px; }
.gh-edit-row > label { display: block; font-weight: 700; margin-bottom: 6px; font-size: .95rem; }
.gh-edit-form input[type="text"],
.gh-edit-form input[type="number"],
.gh-edit-form input[type="date"],
.gh-edit-form select,
.gh-edit-form textarea {
  width: 100%; max-width: 100%; box-sizing: border-box;
  padding: 11px 12px; font-size: 1rem; font-family: inherit;
  border: 1px solid #c9c9c2; border-radius: 7px; background: #fff;
}
.gh-edit-form textarea { line-height: 1.7; }
.gh-edit-form .hint { font-size: .84rem; color: #6b6b63; margin: 6px 0 0; line-height: 1.7; }

.gh-edit-checks { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.gh-edit-checks label { font-size: .95rem; display: inline-flex; align-items: center; gap: 6px; }

.gh-edit-photos { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 12px; }
.gh-edit-photo { display: block; text-align: center; font-size: .8rem; }
.gh-edit-photo img { display: block; width: 96px; height: 96px; object-fit: cover; border-radius: 6px; }
.gh-edit-photo span { display: block; margin-top: 4px; }
.gh-edit-photo em { display: block; color: #2f8f68; font-style: normal; }

.gh-edit-publish { background: #fbf8ee; }
.gh-edit-ask { display: block; font-size: 1rem; margin-bottom: 6px; }

.gh-edit-submit { text-align: center; margin: 28px 0; }
.gh-edit-submit button {
  background: #2f8f68; color: #fff; border: 0; border-radius: 999px;
  padding: 15px 56px; font-size: 1.05rem; font-weight: 700; cursor: pointer;
  font-family: inherit;
}
.gh-edit-submit button:hover { background: #27795a; }

.gh-edit-foot {
  border-top: 1px solid #e4e4de; padding-top: 18px;
  font-size: .88rem; color: #56564f; line-height: 1.9;
}
.gh-edit-foot p { margin: 0 0 10px; }

@media (max-width: 600px) {
  .gh-editpage h1 { font-size: 1.28rem; }
  .gh-edit-form fieldset { padding: 14px 14px 4px; }
  .gh-edit-submit button { width: 100%; padding: 16px; }
}

/* 一覧の空き状況（30日ルールを通ったものだけ出る）
   ⚠️ 大きく目立たせない。事実の表示であって、優先表示にしてはいけない。
      バッジと同じ高さ・同じ文字サイズに揃える。 */
.ghf-vac {
  display: inline-block; font-size: .74rem; line-height: 1.5;
  padding: 2px 8px; border-radius: 999px; margin-left: 6px;
  border: 1px solid transparent; white-space: nowrap;
}
.ghf-vac-open { background: #eaf6ef; color: #1f6e50; border-color: #bcdcc9; }
.ghf-vac-full { background: #f1f1ee; color: #6b6b63; border-color: #dcdcd6; }
.ghf-vac-ask  { background: #fbf5e6; color: #8a6a12; border-color: #e6d9b4; }
@media (max-width: 600px) {
  .ghf-vac { margin-left: 0; margin-top: 4px; }
}
