:root {
  --color-bg: #0d0d0d;
  --color-bg-soft: #151515;
  --color-bg-deep: #080808;
  --color-panel: #222222;
  --color-panel-soft: #282828;
  --color-text: #f5f0e8;
  --color-muted: #a29a92;
  --color-dim: #77706a;
  --color-gold: #d1ad72;
  --color-gold-deep: #a9824b;
  --color-border: rgba(209, 173, 114, 0.34);
  --color-border-soft: rgba(255, 255, 255, 0.08);

  --font-display: "Cormorant Garamond", "Noto Serif JP", serif;
  --font-body: "Noto Serif JP", serif;

  --container: min(1180px, calc(100% - 64px));
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 72px;
  --section-space: clamp(88px, 9vw, 132px);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.32s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: var(--font-body);
  line-height: 1.9;
  letter-spacing: 0;
  overflow-x: hidden;
  padding-top: 80px;
}

body.menu-open {
  overflow: hidden;
}

  .sp-only{
    display: none;
  }

   .pc-only{
    display: block;
  }

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

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

button {
  font: inherit;
}

address {
  font-style: normal;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(13, 13, 13, 0.92);
  border-bottom: 1px solid var(--color-border-soft);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background var(--duration) ease, box-shadow var(--duration) ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(8, 8, 8, 0.98);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1260px, calc(100% - 64px));
  min-height: 72px;
  margin-inline: auto;
  gap: var(--space-lg);
}

.brand {
  width: 250px;
  height: 65px;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
  color: #d8d1c8;
  font-size: 14px;
  font-weight: 500;
}

.global-nav a {
  transition: color var(--duration) ease, opacity var(--duration) ease;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: var(--color-gold);
}

.nav-reserve {
  min-width: 156px;
  padding: 11px 28px;
  color: #111 !important;
  background: var(--color-gold);
  border-radius: var(--radius-pill);
  text-align: center;
}

.nav-reserve:hover,
.nav-reserve:focus-visible {
  color: #090909 !important;
  background: #e1c28b;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  margin-bottom: 15px;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 0 auto;
  background: currentColor;
  transition: transform var(--duration) var(--ease), opacity var(--duration) ease;
}

.menu-button span + span {
  margin-top: 6px;
}

.menu-button.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ----------------共通----------------　*/

/* -セクションタイトル　ラベル-　*/
.eyebrow {
  margin: 0;
  color: var(--color-gold);
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 500; 
  line-height: 1; 
  letter-spacing: 2.5px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 238px;
  min-height: 58px;
  margin-top: 38px;
  padding: 14px 34px;
  color: #16110c;
  background: var(--color-gold);
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-size: 18px;
  font-weight: 700;
    line-height: 28.8px;
  letter-spacing: 0;
  transition:
    transform var(--duration) var(--ease),
    background var(--duration) ease,
    box-shadow var(--duration) ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-3px);
  background: #e4c68f;
  box-shadow: 0 18px 36px rgba(209, 173, 114, 0.22);
}

.section {
  padding-block: var(--section-space);
}

.concern,
.reason,
.voice {
  background: var(--color-bg);
}

.solution,
.menu-section,
.access {
  background: var(--color-bg-soft);
}

.section-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: clamp(27px, 3vw, 36px);
}

.section-heading > p:last-child {
  margin: 22px 0 0;
  color: var(--color-muted);
  font-size: 15px;
}



/* -----Heroセクション-------　*/
.hero {
  position: relative;
  min-height: 626px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 28%, rgba(209, 173, 114, 0.16), transparent 26%),
    linear-gradient(90deg, #241a13 0%, #2d2118 44%, #101010 100%);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.48) 0%, rgba(13, 13, 13, 0.28) 44%, rgba(13, 13, 13, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgba(13, 13, 13, 0.26) 100%);
}

.hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: 62%;
  background: url("img/hero.jpg") center right / cover no-repeat;
}

.hero-media::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #2e2218 0%, rgba(46, 34, 24, 0.4) 24%, transparent 48%);
}

.hero-inner {
  display: flex;
  min-height: 626px;
  flex-direction: column;
  justify-content: center;
  padding-block: 88px;
}

.hero-inner > * {
  max-width: 660px;
}

.eyebrow {
  margin: 0;
  color: var(--color-gold);
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 500; 
  line-height: 1; 
  letter-spacing: 2.5px;
}

.hero h1 {
  margin-top: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 600; 
  line-height: 56px;
  letter-spacing: 0.025em; /* 2.5% */
}

.hero-lead {
  margin: 20px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
}

.hero-copy {
  margin: 24px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: rgba(245, 240, 232, 0.82);
}



/* -----お悩みセクション-------　*/
.concern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 64px;
}

.concern-card {
  width: 350px;
  height: 230px;
  padding: 28px 28px;
  background: var(--color-panel);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-lg);
}

.number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 25px;
  color: var(--color-gold);
  border: 2px solid var(--color-border);
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1; 
  text-align: center;
  border-radius: 4px;
  transform: translateY(-1px); 
}


.concern-card h3,
.reason-card h3,
.menu-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

.concern-card p,
.reason-card p,
.menu-card p,
.solution-body p,
.voice-card p {
  color: var(--color-muted);
  font-size: 16px;
}

.concern-card p {
  margin: 18px 0 0;
}

/* -----ソリューションセクション-------　*/
.solution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 24px;
  align-items: center;
}

.solution-image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.solution-image img {
  width: 540px;
  height: 420px;
}

.solution-body {
width: 620px;
gap: 24px;
}

.solution-body .eyebrow {
  color: var(--color-gold);
}

.solution-body h2 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.01em;
}

.solution-body p {
  margin: 22px 0 0;
  line-height: 28px;
}

.check-list {
  display: grid;
  gap: 4px;
  margin: 24px 0 0;
  padding: 0;
  color: #ddd6cd;
  font-size: 14px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--color-gold);
  border-radius: 50%;
}


/* -----リーズンセクション-------　*/
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}

.reason-card {
  width: 380px;
  height: 420px;
  padding: 32px 16px;
  background: var(--color-panel);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-lg);
}

.reason-card img {
  width: 360px;
  height: 220px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.reason-card h3 {
  margin-top: 24px;
}

.reason-card p {
  text-align: left;
  padding: 0 10px;
}

/* -----メニュー セクション------- */
.menu-section {
  background: var(--color-bg-soft);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
}

.menu-card {
  display: flex;
  flex-direction: column;
  width: 280px;
  min-height: 278px;
  padding: 40px 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-align: center;
    transition: 
    transform 0.4s var(--ease),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.menu-card:hover {
  transform: translateY(-8px);
  border-color: rgba(209, 173, 114, 0.7);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.menu-card .menu-label {
  color: var(--color-gold);
}

.menu-label {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
}

.menu-card h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
}

.menu-card p:not(.menu-label) {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
}

.menu-card strong {
  display: block;
  margin-top: 8px;
  color: var(--color-text);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  margin-top: auto;
}

/* -----お客様の声セクション------- */
.voice {
  padding: 100px 0; 
}

.voice-list {
  max-width: 1000px;
  margin: 58px auto 0;
  display: grid;
  gap: 24px; 
}

.voice-card {
  display: grid;
  grid-template-columns: 120px 1fr; 
  gap: 32px;
  align-items: center;
  padding: 28px 36px;
  background: var(--color-panel);
  border: 1px solid var(--color-border-soft);
  border-radius: 28px; 
}

.voice-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.voice-profile img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-profile span {
  color: var(--color-gold);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.voice-card p {
  color: var(--color-muted);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}


/* -----CTAセクション------- */
.reserve {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 498px;
  padding: 80px 320px; /* ←Figma通り */
  background:
    linear-gradient(rgba(10, 10, 10, 0.25), rgba(10, 10, 10, 0.35)),
    url("img/cta.jpg") center / cover no-repeat;
}

/* パネル */
.reserve-panel {
  width: 800px; 
  padding: 36px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px; 
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  backdrop-filter: blur(16px);
    background: rgba(25, 25, 25, 0.48);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* ラベル */
.reserve-panel .eyebrow {
   color: var(--color-gold);
  font-family: "Playfair Display", serif;
  font-size: 16px;
  letter-spacing: 2.5px;
  line-height: 1;
}


/* タイトル */
.reserve-panel h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin: 0;
  text-align: center;
}

/* 説明文 */
.reserve-panel p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--color-muted);
  margin: 0;
  text-align: center;
}

/* ボタン */
.reserve-panel .cta {
  margin-top: 8px;

  width: 250px;
  min-height: 64px;
  padding: 18px 32px;

  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

/* -----アクセスセクション------- */

.access .section-heading {
  margin-bottom: 48px;
}

.access-card {
  display: grid;
  grid-template-columns: 430px 480px;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px 80px;
  gap: 60px;
  background: rgba(32, 32, 32, 0.7);
  border: 1px solid var(--color-border-soft);
  border-radius: 16px;
}

.access-info {
  display: grid;
  gap: 24px;
  justify-items: center;
}

.access-info h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 28px;
}

.kana {
  margin: -8px 0 0;
  color: var(--color-gold);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.access-info dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.access-info div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: flex-start;
}

.access-info dt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-gold);
  font-size: 14px;
  white-space: nowrap;
}

.access-info dt img {
  width: 24px;
  height: 24px;
  margin-top: 0;
  filter: sepia(1) saturate(1.4) hue-rotate(350deg);
}

.access-info dd {
  margin: 0;
  color: var(--color-muted);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.8;
}

.cta-small {
  width: 250px;
  height: 54px;
  margin-top: 16px;
}

.map {
  width: 480px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

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

/* ----------Footer------------ */

.site-footer {
  padding: 38px 0;
  background: var(--color-bg-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-inner {
  display: grid;
  grid-template-columns: 166px 1fr auto;
  align-items: center;
  width: 1200px;
  max-width: calc(100% - 64px);
  min-height: 70px;
  margin: 0 auto;
  gap: 40px;
}

.footer-brand {
  width: 166px;
  height: 70px;
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  display: flex;
  align-items: center;
}

.footer-links li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  margin-left: 16px;
  background: var(--color-gold);
  opacity: 0.8;
}

.footer-links a {
  color: #d8d1c8;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 28px;
  transition: color var(--duration) ease, opacity var(--duration) ease;
}

.instagram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d8d1c8;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 27.4px;
  transition: color var(--duration) ease, opacity var(--duration) ease;
}

.instagram img {
  width: 24px;
  height: 24px;
  filter: invert(74%) sepia(30%) saturate(620%) hue-rotate(354deg) brightness(88%);
}

.footer-links a:hover,
.footer-links a:focus-visible,
.instagram:hover,
.instagram:focus-visible {
  color: var(--color-gold);
  opacity: 0.85;
}

.copyright {
  margin-top: 12px;
  text-align: center;
  color: #a8a19a;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

@media (max-width: 1080px) {
  .concern-grid,
  .reason-grid,
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-grid,
  .access-card {
    grid-template-columns: 1fr;
  }

  .solution-body {
    max-width: 680px;
  }
}


/* ----------SP------------ */
@media (max-width: 768px) {

  /* ----------共通------------ */
  :root {
    --container: min(100% - 48px, 520px);
    --section-space: 64px;
  }

    .sp-only{
    display: block;
  }

   .pc-only{
    display: none;
  }

    body {
    padding-top: 60px;
  }


/* ----------Header------------ */
.site-header{
  height: 60px;
}
.header-inner {
  width: calc(100% - 30px);
  height: 100%;
  display: flex;
  align-items: center;   
  justify-content: space-between;
}

  .brand {
    width: 140px;
    height: 50px;
    margin-bottom: 10px;
  }


  .menu-button {
    display: block;
  }

  .global-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 24px 24px 28px;
    background: rgba(13, 13, 13, 0.96);
    border-bottom: 1px solid var(--color-border-soft);
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity var(--duration) ease,
      visibility var(--duration) ease,
      transform var(--duration) var(--ease);
  }

  .global-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-reserve {
    min-width: 176px;
    margin-top: 2px;
  }

/* ----------Hero------------ */
  .hero {
    min-height: 580px;
    background: #15110d;
  }

  .hero-media {
    inset: 0;
    width: 100%;
    background-image: url("img/sp-hero.jpg");
    background-position: center top;
    background-size: cover;
  }

  .hero-media::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.22) 0%, rgba(7, 7, 7, 0.18) 42%, rgba(7, 7, 7, 0.55) 100%),
      linear-gradient(90deg, rgba(7, 7, 7, 0.18), rgba(7, 7, 7, 0.04));
  }

  .hero-inner {
    width: 100%;
    min-height: 580px;
    padding: 64px 16px 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-inner > * {
    max-width: 343px;
  }

  .hero .eyebrow {
    font-family: "Playfair Display", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.2px;
  }

  .hero h1 {
    margin: 24px 0 0;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.031em;
  }

  .hero-lead {
    margin: 24px 0 0;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
  }

  .hero-copy {
    max-width: 343px;
    margin: 24px 0 0;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(245, 240, 232, 0.86);
  }

  .hero .cta {
    width: 260px;
    min-width: 260px;
    height: 60px;
    min-height: 60px;
    margin-top: 32px;
    padding: 17px 32px;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
  }

  
/* ----------お悩みセクション------------ */
  .concern {
    padding-block: 64px;
  }

  .concern .section-heading {
    max-width: 266px;
    margin-inline: auto;
    text-align: center;
  }

  .concern .section-heading .eyebrow {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1;
  }

  .concern .section-heading h2 {
    margin-top: 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.01em;
  }

  .concern .section-heading > p:last-child {
    margin-top: 24px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
  }

.concern-grid {
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
  justify-items: center; 
}

.concern-card {
  width: 320px;
  height: 220px;
  padding: 28px;
  border-radius: 30px;
  margin: 0; 
}

  .number {
    width: 40px;
    height: 40px;
    margin: 0 auto 24px;
    font-size: 20px;
    border-radius: 4px;
  }

  .concern-card h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }

  .concern-card p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  /* ----------Solutionセクション------------ */

  .solution {
    padding-block: 76px;
  }

  .solution-grid {
    width: 100%;
    max-width: 375px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 48px;
  }

  .solution-body {
    order: 1;
    max-width: 343px;
    margin-inline: auto;
    text-align: center;
  }

    .solution-body,
  .solution-image {
    margin-inline: auto;
  }

  .solution-body .eyebrow {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1;
  }

  .solution-body h2 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.013em;
  }

  .solution-body p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 26px;
  }

  .solution .check-list {
    width: 320px;
    max-width: 100%;
    margin: 24px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .solution .check-list li {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16px;
    width: 100%; 
    text-align: center;
  }

  .solution .check-list li::before {
    position: static;
    width: 10px;
    height: 10px;
  }


.solution-image {
  order: 2;
  width: 320px;
  margin-inline: auto;
}

  .solution-image img {
    width: 100%;
    height: 270px;
    display: block;
    object-fit: cover;
    border-radius: 20px;
  }

/* ----------Reasonセクション------------ */

  .reason {
    padding-block: 64px;
  }

  .reason .container {
    width: 100%;
    max-width: 375px;
    padding-inline: 16px;
    margin-inline: auto;
  }

  .reason .section-heading {
    max-width: 343px;
    margin-inline: auto;
    text-align: center;
  }

  .reason .section-heading .eyebrow {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.2px;
  }

  .reason .section-heading h2 {
    margin-top: 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
  }

  .reason-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
    justify-items: center;
  }

  .reason-card {
    width: 100%;
    max-width: 343px;
    height: auto;
    padding: 16px 16px 32px;
    background: var(--color-panel);
    border: 1px solid var(--color-border-soft);
    border-radius: 28px;
  }

  .reason-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
  }

  .reason-card h3 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
  }

  .reason-card p {
    margin: 16px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

/* ----------Menuセクション------------ */

  .menu-section {
    padding-block: 64px;
  }

  .menu-section .container {
    width: 100%;
    max-width: 375px;
    padding-inline: 16px;
    margin-inline: auto;
  }

  .menu-section .section-heading {
    max-width: 343px;
    margin-inline: auto;
    text-align: center;
  }

  .menu-section .section-heading .eyebrow {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.2px;
  }

  .menu-section .section-heading h2 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
  }

  .menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 48px;
    justify-items: center;
  }

  .menu-card {
    width: 280px;
    min-height: 230px;
    padding: 24px;
    border-radius: 28px;
    text-align: center;
    gap: 8px;
  }

  .menu-label {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
  }

  .menu-card h3 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
  }

  .menu-card p:not(.menu-label) {
    margin-top: 8px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .menu-card strong {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.05em;
  }

/* ----------Voiceセクション------------ */

  .voice {
    padding-block: 64px;
  }

  .voice .container {
    width: 100%;
    max-width: 375px;
    padding-inline: 16px;
    margin-inline: auto;
  }

  .voice .section-heading {
    max-width: 265px;
    margin-inline: auto;
    text-align: center;
  }

  .voice .section-heading .eyebrow {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.2px;
  }

  .voice .section-heading h2 {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
  }

  .voice-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 48px;
    justify-items: center;
  }

  .voice-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 343px;
    height: auto;
    padding: 24px 16px;
    background: var(--color-panel);
    border: 1px solid var(--color-border-soft);
    border-radius: 28px;
  }

  .voice-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
  }

  .voice-profile img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
  }

  .voice-profile span {
    color: var(--color-gold);
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.01em;
  }

  .voice-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
  }

/* ----------CTAセクション------------ */
  .reserve {
    min-height: 544px;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      linear-gradient(rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.45)),
      url("img/cta.jpg") center / cover no-repeat;
  }

  .reserve-panel {
    width: 100%;
    padding: 60px 16px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    background: rgba(25, 25, 25, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  /* ラベル */
  .reserve-panel .eyebrow {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.2px;
  }

  /* タイトル */
  .reserve-panel h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    margin: 0;
  }

  /* 説明文 */
  .reserve-panel p {
    font-size: 14px;
    line-height: 26px;
    color: var(--color-muted);
    margin: 0;
  }

  /* CTAボタン */
  .reserve-panel .cta {
    width: 250px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
  }

/* ----------アクセスセクション------------ */

  /* セクション */
  .access {
    padding-block: 64px;
  }

  .access .container {
    width: 100%;
    max-width: 375px;
    padding-inline: 16px;
    margin-inline: auto;
  }

  /* 見出し */
  .access .section-heading {
    text-align: center;
    margin-bottom: 48px;
  }

  .access .section-heading .eyebrow {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1;
  }

  .access .section-heading h2 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  /* カード全体 */
  .access-card {
    width: 343px;
    margin-inline: auto;
    padding: 64px 16px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    background: transparent;
    border: none;
  }

  .access-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }

  .access-info h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .kana {
    margin-top: -12px;
    font-size: 13px;
    color: var(--color-gold);
  }

  .access-info dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .access-info dl div {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 8px;
    align-items: flex-start;
    text-align: left;
  }

  .access-info dt {
    display: flex;
    align-items: left;
    gap: 8px;
    font-size: 13px;
    color: var(--color-gold);
  }

  .access-info dt img {
    width: 24px;
    height: 24px;
  }

  /* 内容 */
  .access-info dd {
    font-size: 14px;
    line-height: 26px;
    color: var(--color-muted);
  }

  .access .cta-small {
    width: 250px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    font-size: 16px;
    font-weight: 700;
  }

  .map {
    width: 100%;
    height: 400px;
    margin-inline: auto;
    border-radius: 12px;
    overflow: hidden;
  }

  .map img {
    width: 100%;
    height: 100%;

  }

/* ----------フッターセクション------------ */
  .site-footer {
    padding: 64px 0;
    text-align: center;
  }

  .footer-inner {
    width: 100%;
    max-width: 375px;
    margin-inline: auto;
    padding-inline: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .footer-brand {
    width: 166px;
    height: 70px;
  }

  .footer-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer-links a {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-links li:not(:last-child)::after {
    content: none;
    display: none;
  }

  .instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .instagram img {
    width: 24px;
    height: 24px;
  }

  .instagram span {
    font-size: 14px;
    line-height: 27.4px;
  }

  .copyright {
    margin-top: 16px;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.025em;
    color: #777777;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}