﻿@charset "utf-8";
/*
Theme Name: itayadoekimae-Twenty Twelve
Theme URI: https://example.com/
Template: twentytwelve
Author: arikinu
Description: 板宿駅前てらい接骨院用のTwenty Twelve子テーマ。親テーマCSSは読み込まず、独自CSSのみで構成します。
Version: 1.0.0
Text Domain: itayadoekimae
*/
@font-face {
      font-family: "LINE Seed JP";
      src: url("font/LINESeedJP_OTF_Rg.woff2") format("woff2");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --green: #91bb8e;
      --green-deep: #3f7f4b;
      --green-soft: #f1f8ef;
      --sun: #f2b84b;
      --coral: #d66555;
      --ink: #17201c;
      --muted: #66736c;
      --line: #dfe8e1;
      --paper: #ffffff;
      --mist: #f6faf7;
      --shadow: 0 20px 50px rgba(27, 53, 38, 0.14);
      --radius: 8px;
      --max: 1120px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "LINE Seed JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
      line-height: 1.75;
      letter-spacing: 0;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255, 255, 255, 0.94);
      border-bottom: 1px solid rgba(223, 232, 225, 0.9);
      backdrop-filter: blur(12px);
    }

    .header-inner {
      width: min(100% - 32px, var(--max));
      min-height: 74px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      min-width: 216px;
      flex: 0 0 auto;
    }

    .brand img {
      width: 220px;
      height: auto;
    }

    .global-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      margin-left: auto;
      color: #35453b;
      font-size: 14px;
      white-space: nowrap;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-left: 4px;
      flex: 0 0 auto;
    }

    .mobile-menu-toggle {
      position: fixed;
      top: 14px;
      right: 14px;
      z-index: 50;
      width: 52px;
      height: 52px;
      display: none;
      place-items: center;
      border: 1px solid rgba(63, 127, 75, 0.18);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.94);
      color: var(--green-deep);
      box-shadow: 0 12px 28px rgba(27, 53, 38, 0.18);
      cursor: pointer;
      backdrop-filter: blur(12px);
    }

    .mobile-menu-toggle span,
    .mobile-menu-toggle span::before,
    .mobile-menu-toggle span::after {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
      transition: transform 0.24s ease, opacity 0.24s ease;
    }

    .mobile-menu-toggle span {
      position: relative;
    }

    .mobile-menu-toggle span::before,
    .mobile-menu-toggle span::after {
      content: "";
      position: absolute;
      left: 0;
    }

    .mobile-menu-toggle span::before {
      transform: translateY(-7px);
    }

    .mobile-menu-toggle span::after {
      transform: translateY(7px);
    }

    body.mobile-menu-open {
      overflow: hidden;
    }

    body.mobile-menu-open .mobile-menu-toggle span {
      background: transparent;
    }

    body.mobile-menu-open .mobile-menu-toggle span::before {
      transform: translateY(0) rotate(45deg);
    }

    body.mobile-menu-open .mobile-menu-toggle span::after {
      transform: translateY(0) rotate(-45deg);
    }

    .mobile-menu-backdrop {
      position: fixed;
      inset: 0;
      z-index: 40;
      display: none;
      visibility: hidden;
      background: rgba(23, 32, 28, 0.24);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.24s ease, visibility 0.24s ease;
      backdrop-filter: blur(5px);
    }

    .mobile-menu-panel {
      position: fixed;
      top: 74px;
      left: 12px;
      right: 12px;
      z-index: 45;
      display: none;
      visibility: hidden;
      max-height: calc(100svh - 148px);
      overflow: auto;
      padding: 18px;
      border: 1px solid rgba(63, 127, 75, 0.18);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 242, 0.94)),
        url("haikei-01.jpg") center / cover no-repeat;
      box-shadow: 0 22px 48px rgba(27, 53, 38, 0.22);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-10px) scale(0.96);
      transform-origin: top right;
      transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    }

    .mobile-menu-title {
      margin-bottom: 12px;
      color: var(--green-deep);
      font-size: 13px;
      font-weight: 900;
    }

    .mobile-menu-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .mobile-menu-links a {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      border: 1px solid rgba(63, 127, 75, 0.16);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.78);
      color: #26382d;
      font-weight: 900;
      line-height: 1.25;
      text-align: center;
    }

    .mobile-menu-contact {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-top: 14px;
    }

    body.mobile-menu-open .mobile-menu-backdrop,
    body.mobile-menu-open .mobile-menu-panel {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
    }

    body.mobile-menu-open .mobile-menu-panel {
      transform: translateY(0) scale(1);
    }

    .btn {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 18px;
      border: 1px solid transparent;
      border-radius: var(--radius);
      font-weight: 700;
      line-height: 1.2;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 24px rgba(39, 116, 71, 0.18);
    }

    .btn-primary {
      color: #fff;
      background: var(--green-deep);
    }

    .btn-line {
      color: #fff;
      background: #06c755;
    }

    .btn-outline {
      color: var(--green-deep);
      background: #fff;
      border-color: rgba(39, 116, 71, 0.28);
    }

    .btn-coral {
      color: #fff;
      background: var(--coral);
    }

    .icon {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
      fill: currentColor;
    }

    .hero {
      position: relative;
      min-height: 74svh;
      display: grid;
      align-items: center;
      overflow: hidden;
      isolation: isolate;
      background: #f7fff4;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: url("haikei-01.jpg") center top / cover no-repeat;
      opacity: 0.82;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.42) 100%);
    }

    .hero-inner {
      width: min(100% - 32px, var(--max));
      margin: 0 auto;
      padding: 72px 0 58px;
      color: var(--ink);
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr);
      gap: 36px;
      align-items: center;
    }

    .hero-inner::after {
      content: "";
      grid-column: 2;
      grid-row: 1;
      width: 100%;
      min-height: 460px;
      border: 8px solid rgba(255, 255, 255, 0.86);
      border-radius: var(--radius);
      background:
        linear-gradient(0deg, rgba(23, 32, 28, 0.08), rgba(23, 32, 28, 0.08)),
        url("IMG_6725-01.png") center 44% / cover no-repeat;
      box-shadow: var(--shadow);
    }

    .hero-copy {
      width: min(100%, 720px);
      grid-column: 1;
      grid-row: 1;
    }

    .hero-photo-mobile {
      display: none;
    }

    .hero-photo-mobile img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 16px;
      color: var(--green-deep);
      font-size: 14px;
      font-weight: 700;
    }

    .eyebrow::before {
      content: "";
      width: 34px;
      height: 3px;
      background: var(--green);
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin-bottom: 18px;
      font-size: clamp(40px, 7vw, 84px);
      line-height: 1.08;
      font-weight: 900;
    }

    .hero-lead {
      max-width: 650px;
      margin-bottom: 28px;
      font-size: clamp(18px, 2.1vw, 24px);
      line-height: 1.7;
      color: #3d4d43;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 34px;
    }

    .hero-actions .btn {
      min-width: 172px;
    }

    .hero-meta {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      max-width: 820px;
    }

    .meta-item {
      min-height: 90px;
      padding: 16px;
      border: 1px solid rgba(63, 127, 75, 0.22);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.78);
      color: #415249;
      box-shadow: 0 10px 28px rgba(27, 53, 38, 0.08);
    }

    .meta-item strong {
      display: block;
      margin-bottom: 4px;
      color: var(--green-deep);
      font-size: 24px;
      line-height: 1.25;
    }

    .notice-band {
      background: #e7f5e4;
      color: var(--ink);
      border-top: 1px solid rgba(63, 127, 75, 0.16);
      border-bottom: 1px solid rgba(63, 127, 75, 0.16);
    }

    .notice-inner {
      width: min(100% - 32px, var(--max));
      min-height: 92px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.2fr 1fr auto;
      align-items: center;
      gap: 20px;
      padding: 18px 0;
    }

    .notice-title {
      margin: 0;
      font-size: 24px;
      font-weight: 900;
      line-height: 1.35;
    }

    .notice-text {
      margin: 0;
      color: #52635a;
      font-size: 14px;
    }

    .google-review-section {
      padding: 68px 0;
      background: #fff;
    }

    .google-review-container {
      min-height: 80px;
    }

    .google-review-container > * {
      margin-top: 0;
      margin-bottom: 0;
    }

    .google-review-container iframe,
    .google-review-container .ti-widget,
    .google-review-container .trustindex-widget,
    .google-review-container [class*="trustindex"],
    .google-review-container [class*="ti-widget"] {
      max-width: 100%;
    }

    .section {
      padding: 84px 0;
    }

    .section-soft {
      background: var(--mist);
    }

    .section-green {
      background: var(--green-soft);
    }

    .container {
      width: min(100% - 32px, var(--max));
      margin: 0 auto;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
      gap: 36px;
      align-items: end;
      margin-bottom: 34px;
    }

    .label {
      display: inline-block;
      margin-bottom: 10px;
      color: var(--green-deep);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    h2 {
      margin-bottom: 0;
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.25;
      font-weight: 900;
    }

    .section-head p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .worry-grid {
      display: grid;
      grid-template-columns: 0.82fr 1.18fr;
      gap: 28px;
      align-items: stretch;
    }

    .photo-panel {
      overflow: hidden;
      border-radius: var(--radius);
      min-height: 380px;
      box-shadow: var(--shadow);
      background: #ddd;
    }

    .photo-panel img {
      width: 100%;
      height: 100%;
      min-height: inherit;
      object-fit: cover;
    }

    .check-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      min-height: 86px;
      padding: 18px 18px 18px 48px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      position: relative;
      font-weight: 700;
    }

    .check-list li::before {
      content: "";
      position: absolute;
      left: 18px;
      top: 24px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px var(--green);
    }

    .message-box {
      margin-top: 18px;
      padding: 22px;
      border-left: 6px solid var(--green);
      background: #fff;
      color: #34453a;
      border-radius: var(--radius);
      box-shadow: 0 14px 34px rgba(27, 53, 38, 0.08);
    }

    .message-box p:last-child {
      margin-bottom: 0;
    }

    .symptoms-section {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(180deg, #fff 0%, #f5fbf3 100%);
    }

    .symptoms-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("haikei-01.jpg") center top / cover no-repeat;
      opacity: 0.18;
      pointer-events: none;
    }

    .symptoms-section .container {
      position: relative;
    }

    .symptoms-lead {
      max-width: 840px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .symptoms-lead .label {
      margin-bottom: 12px;
    }

    .symptoms-lead h2 {
      font-size: clamp(30px, 4.4vw, 52px);
      line-height: 1.35;
    }

    .symptoms-lead h2 span {
      color: var(--green-deep);
    }

    .symptoms-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .symptom-card {
      min-height: 286px;
      padding: 22px 18px 24px;
      display: grid;
      justify-items: center;
      align-content: start;
      gap: 18px;
      border: 1px solid rgba(63, 127, 75, 0.16);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.86);
      box-shadow: 0 16px 34px rgba(27, 53, 38, 0.08);
      text-align: center;
    }

    .symptom-shape {
      width: min(100%, 190px);
      aspect-ratio: 1 / 1.12;
      overflow: hidden;
      background: var(--green-soft);
      border: 6px solid #fff;
      box-shadow: 0 12px 28px rgba(27, 53, 38, 0.14);
    }

    .symptom-card:nth-child(3n + 1) .symptom-shape {
      border-radius: 58% 42% 54% 46% / 42% 55% 45% 58%;
    }

    .symptom-card:nth-child(3n + 2) .symptom-shape {
      border-radius: 44% 56% 47% 53% / 56% 43% 57% 44%;
    }

    .symptom-card:nth-child(3n) .symptom-shape {
      border-radius: 52% 48% 60% 40% / 48% 59% 41% 52%;
    }

    .symptom-shape img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .symptom-card h3 {
      margin-bottom: 0;
      color: #24352b;
      font-size: 20px;
      line-height: 1.45;
      font-weight: 900;
    }

    .reason-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .reason-card,
    .menu-card,
    .faq-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
    }

    .reason-card {
      min-height: 242px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .reason-number {
      color: var(--green-deep);
      font-size: 13px;
      font-weight: 900;
    }

    .reason-icon {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--green-soft);
      color: var(--green-deep);
    }

    .reason-card h3,
    .menu-card h3 {
      margin-bottom: 0;
      font-size: 21px;
      line-height: 1.45;
    }

    .reason-card p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .flow {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      counter-reset: step;
    }

    .flow-step {
      min-height: 190px;
      padding: 24px;
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid var(--line);
      counter-increment: step;
      position: relative;
      overflow: hidden;
    }

    .flow-step::before {
      content: counter(step, decimal-leading-zero);
      display: block;
      margin-bottom: 18px;
      color: var(--coral);
      font-size: 34px;
      line-height: 1;
      font-weight: 900;
    }

    .flow-step h3 {
      margin-bottom: 8px;
      font-size: 19px;
      line-height: 1.45;
    }

    .flow-step p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .gallery {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 0.8fr;
      grid-auto-rows: 230px;
      gap: 12px;
    }

    .gallery figure {
      margin: 0;
      overflow: hidden;
      border-radius: var(--radius);
      background: #e7eee8;
      position: relative;
    }

    .gallery figure:first-child {
      grid-row: span 2;
    }

    .gallery img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s ease;
    }

    .gallery figure:hover img {
      transform: scale(1.03);
    }

    .gallery figcaption {
      position: absolute;
      left: 12px;
      bottom: 12px;
      max-width: calc(100% - 24px);
      padding: 6px 10px;
      border-radius: 6px;
      color: #fff;
      background: rgba(23, 32, 28, 0.78);
      font-size: 13px;
      font-weight: 700;
    }

    .instagram-section {
      background: linear-gradient(180deg, #fff 0%, #f4fbf2 100%);
    }

    .instagram-panel {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
      gap: 28px;
      align-items: center;
      padding: 28px;
      border: 1px solid rgba(63, 127, 75, 0.18);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 239, 0.88)),
        url("haikei-01.jpg") center / cover no-repeat;
      box-shadow: var(--shadow);
    }

    .instagram-visual {
      min-height: 300px;
      overflow: hidden;
      border: 8px solid #fff;
      border-radius: var(--radius);
      background: #e7eee8;
      box-shadow: 0 16px 32px rgba(27, 53, 38, 0.12);
    }

    .instagram-visual img {
      width: 100%;
      height: 100%;
      min-height: inherit;
      object-fit: cover;
    }

    .instagram-content {
      max-width: 580px;
    }

    .instagram-content h2 {
      margin-bottom: 14px;
      font-size: clamp(30px, 4vw, 48px);
    }

    .instagram-content p {
      margin-bottom: 20px;
      color: #45564c;
    }

    .instagram-account {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 40px;
      margin-bottom: 18px;
      padding: 6px 12px;
      border: 1px solid rgba(63, 127, 75, 0.2);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.82);
      color: var(--green-deep);
      font-weight: 900;
      overflow-wrap: anywhere;
    }

    .instagram-icon {
      width: 24px;
      height: 24px;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .menu-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .menu-card {
      min-height: 250px;
      padding: 24px;
    }

    .menu-card.featured {
      border-color: rgba(39, 116, 71, 0.34);
      box-shadow: var(--shadow);
    }

    .menu-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .menu-actions .btn {
      flex: 1 1 150px;
    }

    .menu-kicker {
      display: inline-flex;
      min-height: 28px;
      align-items: center;
      padding: 3px 9px;
      border-radius: 6px;
      color: var(--green-deep);
      background: var(--green-soft);
      font-size: 12px;
      font-weight: 800;
    }

    .price-list {
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid var(--line);
    }

    .price-list li {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding: 12px 0;
      border-bottom: 1px solid var(--line);
    }

    .price-list span:first-child {
      color: #35453b;
    }

    .price-list strong {
      min-width: max-content;
      color: var(--ink);
      font-size: 18px;
    }

    .note {
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 13px;
    }

    .schedule-wrap {
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    th,
    td {
      padding: 13px 12px;
      border-bottom: 1px solid var(--line);
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
    }

    th:first-child,
    td:first-child {
      text-align: left;
      color: #35453b;
      font-weight: 800;
    }

    thead th {
      color: var(--green-deep);
      background: var(--green-soft);
      font-size: 14px;
    }

    tbody tr:last-child td {
      border-bottom: 0;
    }

    .open-mark {
      color: var(--green-deep);
      font-weight: 900;
    }

    .closed-mark {
      color: var(--coral);
      font-weight: 900;
    }

    .access-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
      gap: 28px;
      align-items: stretch;
    }

    .info-table {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      background: #fff;
    }

    .info-row {
      display: grid;
      grid-template-columns: 120px minmax(0, 1fr);
      border-bottom: 1px solid var(--line);
    }

    .info-row:last-child {
      border-bottom: 0;
    }

    .info-label,
    .info-value {
      padding: 16px;
    }

    .info-label {
      color: var(--green-deep);
      background: var(--green-soft);
      font-weight: 900;
    }

    .info-value {
      overflow-wrap: anywhere;
    }

    .map {
      min-height: 420px;
      border: 0;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      background: #e7eee8;
    }

    .map iframe {
      width: 100%;
      height: 100%;
      min-height: inherit;
      border: 0;
      border-radius: var(--radius);
    }

    .cta {
      padding: 64px 0;
      color: #fff;
      background:
        linear-gradient(120deg, rgba(39, 116, 71, 0.98), rgba(121, 200, 120, 0.92)),
        var(--green-deep);
    }

    .cta-inner {
      width: min(100% - 32px, var(--max));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 26px;
      align-items: center;
    }

    .cta h2 {
      margin-bottom: 12px;
      font-size: clamp(28px, 4vw, 44px);
    }

    .cta p {
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.9);
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      padding: 22px 24px;
    }

    .faq-item h3 {
      margin-bottom: 8px;
      color: var(--green-deep);
      font-size: 18px;
    }

    .faq-item p {
      margin-bottom: 0;
      color: var(--muted);
    }

    .site-footer {
      padding: 44px 0 96px;
      color: rgba(255, 255, 255, 0.9);
      background:
        linear-gradient(135deg, rgba(7, 92, 65, 0.96) 0%, rgba(16, 151, 103, 0.94) 56%, rgba(91, 190, 111, 0.92) 100%),
        url("haikei-01.jpg") center bottom / cover no-repeat;
    }

    .site-footer a {
      color: #fff;
      font-weight: 800;
    }

    .footer-inner {
      width: min(100% - 32px, var(--max));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 20px;
      align-items: center;
    }

    .footer-logo {
      width: 220px;
      padding: 8px 10px;
      border-radius: var(--radius);
      background: #fff;
    }

    .footer-meta {
      margin-top: 12px;
      font-size: 14px;
    }

    .fixed-actions {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 25;
      display: none;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 -12px 30px rgba(23, 32, 28, 0.16);
    }

    .fixed-actions a {
      min-height: 62px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 6px;
      color: #fff;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.2;
      text-align: center;
    }

    .fixed-actions a:first-child {
      background: linear-gradient(135deg, #087455 0%, #14a873 100%);
    }

    .fixed-actions a:nth-child(2) {
      background: linear-gradient(135deg, #06c755 0%, #33d883 100%);
    }

    .fixed-actions a:nth-child(3) {
      background: linear-gradient(135deg, #feda75 0%, #d62976 46%, #4f5bd5 100%);
    }

    .fixed-actions .instagram-icon {
      width: 18px;
      height: 18px;
    }

    @media (max-width: 980px) {
      .header-inner {
        min-height: 68px;
      }

      .global-nav {
        display: none;
      }

      .header-actions {
        margin-left: auto;
      }

      .section-head,
      .worry-grid,
      .access-grid,
      .instagram-panel,
      .notice-inner,
      .cta-inner {
        grid-template-columns: 1fr;
      }

      .notice-inner,
      .cta-inner {
        gap: 14px;
      }

      .reason-grid,
      .symptoms-grid,
      .flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 220px;
      }

      .gallery figure:first-child {
        grid-column: span 2;
        grid-row: span 1;
      }

      .cta-actions {
        justify-content: flex-start;
      }

      .hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
      }

      .hero-inner::after {
        min-height: 380px;
      }
    }

    @media (max-width: 720px) {
      .site-header {
        position: static;
      }

      .header-inner {
        width: min(100% - 24px, var(--max));
        min-height: 64px;
      }

      .brand {
        min-width: 164px;
      }

      .brand img {
        width: 168px;
      }

      .header-actions .btn {
        display: none;
      }

      .mobile-menu-toggle {
        display: grid;
      }

      .mobile-menu-backdrop,
      .mobile-menu-panel {
        display: block;
      }

      .hero {
        min-height: 78svh;
      }

      .hero::before {
        background-position: center top;
        opacity: 0.72;
      }

      .hero::after {
        background: rgba(255, 255, 255, 0.82);
      }

      .hero-inner {
        width: min(100% - 24px, var(--max));
        grid-template-columns: 1fr;
        padding: 48px 0 28px;
      }

      .hero-inner::after {
        display: none;
      }

      .hero-photo-mobile {
        display: block;
        aspect-ratio: 16 / 11;
        margin: 18px 0 22px;
        overflow: hidden;
        border: 6px solid rgba(255, 255, 255, 0.9);
        border-radius: var(--radius);
        background: #e7eee8;
        box-shadow: var(--shadow);
      }

      h1 {
        font-size: clamp(38px, 13vw, 54px);
      }

      .hero-actions {
        display: none;
      }

      .hero-meta,
      .check-list,
      .reason-grid,
      .symptoms-grid,
      .flow,
      .menu-grid,
      .gallery {
        grid-template-columns: 1fr;
      }

      .meta-item {
        min-height: 74px;
      }

      .photo-panel {
        min-height: 300px;
      }

      .gallery {
        grid-auto-rows: 238px;
      }

      .gallery figure:first-child {
        grid-column: auto;
      }

      .instagram-panel {
        padding: 18px;
      }

      .instagram-visual {
        min-height: 230px;
      }

      .section {
        padding: 62px 0;
      }

      .google-review-section {
        padding: 46px 0;
      }

      .container,
      .notice-inner,
      .cta-inner,
      .footer-inner {
        width: min(100% - 24px, var(--max));
      }

      .price-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
      }

      .info-row {
        grid-template-columns: 1fr;
      }

      .info-label,
      .info-value {
        padding: 12px 14px;
      }

      .footer-inner {
        grid-template-columns: 1fr;
      }

      .fixed-actions {
        display: grid;
      }
    }

