:root {
  --lp-primary: #3B82F6;
  --lp-primary-dark: #1b6bef;
  --lp-primary-light: #5792f3;
  --lp-primary-50: #f4f6f9;
  --lp-primary-100: #e7edf6;
  --lp-primary-200: #cedcf2;
  --lp-primary-300: #acc6ef;
  --lp-primary-400: #83acef;
  --lp-primary-500: #5792f3;
  --lp-primary-600: #3B82F6;
  --lp-primary-700: #1b6bef;
  --lp-primary-800: #1659c6;
  --lp-primary-900: #1a4997;
  --lp-accent: #3B82F6;
  --lp-accent-dark: #1b6bef;
  --lp-accent-light: #5792f3;
  --lp-accent-50: #f4f6f9;
  --lp-accent-100: #e7edf6;
  --lp-accent-200: #cedcf2;
  --lp-accent-500: #5792f3;
  --lp-accent-600: #3B82F6;
  --lp-accent-700: #1b6bef;
  --lp-base: #ffffff;
  --lp-base-dark: #f8fafc;
  --lp-base-100: #f1f5f9;
  --lp-base-200: #e2e8f0;
  --lp-base-500: #64748b;
}

    :root {
      --font-sans-ja: 'Noto Serif JP', serif !important;
      --font-sans-en: 'Noto Serif JP', serif !important;
      --font-serif-ja: 'Noto Serif JP', serif !important;
      --font-serif-en: 'Noto Serif JP', serif !important;
    }
    html, body,
    h1, h2, h3, h4, h5, h6,
    .section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
    .section__heading, .section__heading-sub,
    .section p, p, span, a, li, dt, dd, button, input, textarea, select, label, time {
      font-family: 'Noto Serif JP', serif !important;
    }
    /* アイコンフォントは上書きから除外（span等を上書きするとアイコンが文字化けするため再宣言）。
       クラス＋!important なので上の要素セレクタ＋!importantに勝つ。 */
    .material-symbols-outlined { font-family: 'Material Symbols Outlined' !important; }
    .material-symbols-rounded { font-family: 'Material Symbols Rounded' !important; }
    .material-symbols-sharp { font-family: 'Material Symbols Sharp' !important; }
    .material-icons { font-family: 'Material Icons' !important; }
.tpl-scope-manual-sec-1779941056135-7apwp .section--hero {
  --section-py: 0;
  --container-px: 0;
  --container-max: 100%;

  position: relative;
  overflow: hidden;

  min-height: 100vh;

  background: #000000;
  color: #ffffff;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .section__inner {
  position: relative;
  z-index: 2;

  min-height: 100vh;
}

/* =========================================
BACKGROUND
========================================= */

.tpl-scope-manual-sec-1779941056135-7apwp .hero__bg {
  position: absolute;
  inset: 0;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__bg::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.82) 28%,
      rgba(0, 0, 0, 0.35) 60%,
      rgba(0, 0, 0, 0.08) 100%
    );
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

/* =========================================
HEADER
========================================= */

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;

  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding: 28px 42px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;

  color: #ffffff;
}

.section--hero .hero-header__brand-en,
.section--hero .hero-header__brand-logo,
.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__brand-ja {
  margin: 0;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__brand-logo {
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0.08em;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__actions {
  display: flex;
  align-items: stretch;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__reservation {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  padding: 28px 42px;

  background:
    linear-gradient(
      135deg,
      #98142f 0%,
      #b91d43 100%
    );

  color: #ffffff;
  text-decoration: none;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__reservation-icon {
  font-size: 22px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__menu-button {
  width: 110px;

  border: none;
  background: rgba(0, 0, 0, 0.92);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  cursor: pointer;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__menu-button span {width: 34px;
  height: 1px;

  background: #ffffff;

  display: block}

/* =========================================
CONTENT
========================================= */

.hero__content {
  position: relative;
  z-index: 5;

  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;

  max-width: 760px;

  padding:
    180px
    42px
    120px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .section__heading {
  margin-top: 0;
  margin-bottom: 42px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__heading {
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__divider {
  width: 96px;
  height: 2px;

  background: #a61e38;

  margin-bottom: 42px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__description {
  display: flex;
  flex-direction: column;
  gap: 18px;

  margin-bottom: 58px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__description p {margin: 0;
  color: rgba(255, 255, 255, 0.92)}

.hero__features {
  display: flex;
  align-items: center;
  gap: 34px;

  margin-bottom: 54px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__feature {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__feature-icon {
  font-size: 52px;
  color: #9f2238;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__feature-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__feature-text p {margin: 0}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__feature-divider {
  width: 1px;
  height: 72px;

  background: rgba(255, 255, 255, 0.18);
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__cta {
  width: fit-content;
  min-width: 298px;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  padding: 28px 42px;

  background:
    linear-gradient(
      135deg,
      #98142f 0%,
      #b91d43 100%
    );

  color: #ffffff;
  text-decoration: none;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__cta-arrow {
  font-size: 1.5rem;
}

/* =========================================
SCROLL
========================================= */

.tpl-scope-manual-sec-1779941056135-7apwp .hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 5;

  transform: translateX(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.tpl-scope-manual-sec-1779941056135-7apwp .hero__scroll p {margin: 0;

  color: #ffffff}

.hero__scroll span {width: 1px;
  height: 86px;

  background: rgba(255, 255, 255, 0.72);

  display: block}

/* =========================================
MOBILE
========================================= */

@media (max-width: 768px) {

  .section--hero .hero-header {
    padding: 20px;
    align-items: center;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__brand {
    gap: 6px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__brand-logo {
    font-size: clamp(1.5rem, 8vw, 2.4rem);
  }

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__reservation {
    padding: 18px 18px;
    gap: 8px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__reservation span:last-child {
    display: none;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__menu-button {
    width: 72px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .section--hero .hero-header__menu-button span {
    width: 28px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__content {
    max-width: 100%;

    justify-content: flex-end;

    padding:
      140px
      20px
      120px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__divider {
    margin-bottom: 28px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__description {
    gap: 10px;
    margin-bottom: 36px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__features {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;

    margin-bottom: 40px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__feature-divider {
    display: none;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__feature {
    gap: 14px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__feature-icon {
    font-size: 40px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__cta {
    width: 100%;
    min-width: 0;

    padding: 22px 24px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__scroll {
    bottom: 18px;
  }

.tpl-scope-manual-sec-1779941056135-7apwp .hero__scroll span {
    height: 56px;
  }

}
.tpl-scope-manual-sec-1779941152723-2ned5 .section--news {
  --section-pt: 52px;
  --section-pb: 46px;
  --heading-mt: 10px;
  --heading-mb: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(142, 29, 43, 0.08), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(142, 29, 43, 0.06), transparent 26%),
    #faf7f3;
  color: #070707;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .section--news .section__heading {
  color: #070707;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news__eyebrow,
.tpl-scope-manual-sec-1779941152723-2ned5 .news__hashtag {
  display: inline-block;
  color: #8c1c2b;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__heading-line {
  display: block;
  width: 70px;
  height: 2px;
  background: #8c1c2b;
  margin-top: 22px;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__instagram-link {
  width: 370px;
  min-height: 80px;
  border: 1px solid #8c1c2b;
  color: #070707;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 42px;
  background: rgba(255, 255, 255, 0.24);
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__instagram-icon {
  color: #8c1c2b;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__arrow {
  color: #8c1c2b;
  margin-left: 26px;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__intro {
  margin-top: 30px;
  margin-bottom: 42px;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__intro p {margin: 14px 0 0}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__grid {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .section--news .news-card {
  padding: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card__account {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #050505;
  flex: 0 0 auto;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card__insta {
  margin-left: auto;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card img {
  width: 100%;
  aspect-ratio: 338 / 292;
  object-fit: cover;
  display: block;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card__body {
  padding: 22px 24px 18px;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card__body p {margin: 12px 0 0}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card__footer {
  border-top: 1px solid #d7d7d7;
  margin: 0 24px;
  padding: 20px 0 24px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news-card__footer-arrow {
  margin-left: auto;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__more {
  display: grid;
  grid-template-columns: 1fr 440px 1fr;
  align-items: center;
  gap: 40px;
  margin-top: 38px;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__more-line {
  height: 1px;
  background: #8c1c2b;
}

.tpl-scope-manual-sec-1779941152723-2ned5 .news__more-link {
  min-height: 78px;
  background: #8c1c2b;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

@media (max-width: 768px) {
.tpl-scope-manual-sec-1779941152723-2ned5 .section--news {
    --section-pt: 40px;
    --section-pb: 40px;
  }

.tpl-scope-manual-sec-1779941152723-2ned5 .news__header {
    display: block;
  }

.tpl-scope-manual-sec-1779941152723-2ned5 .news__instagram-link {
    width: 100%;
    margin-top: 28px;
  }

.tpl-scope-manual-sec-1779941152723-2ned5 .news__intro {
    margin-bottom: 28px;
  }

.tpl-scope-manual-sec-1779941152723-2ned5 .news__more {
    grid-template-columns: 1fr;
    gap: 18px;
  }

.tpl-scope-manual-sec-1779941152723-2ned5 .news__more-link {
    min-height: 64px;
  }
}

/* === inspector overrides === */
/* 検証モードで変更：2026/5/29 16:18:36 */
/* === end inspector overrides === */

.tpl-scope-manual-sec-1779941200221-ad087 .section--strengths {
  --section-pt: 38px;
  --section-pb: 34px;
  --heading-mt: 14px;
  --heading-mb: 22px;
  position: relative;
  overflow: hidden;
  min-height: 900px;
  color: #f7f3ef;
  background: #030303;
}

.tpl-scope-manual-sec-1779941200221-ad087 .section--strengths::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.94) 37%, rgba(0, 0, 0, 0.52) 62%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.58));
  pointer-events: none;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__bg {
  position: absolute;
  inset: 0;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

.tpl-scope-manual-sec-1779941200221-ad087 .section--strengths .section__inner {
  position: relative;
  z-index: 2;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__content {
  width: 62%;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__eyebrow {
  display: inline-block;
  color: #a62127;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}

.tpl-scope-manual-sec-1779941200221-ad087 .section--strengths .section__heading {
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.18);
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__line {
  display: block;
  width: 102px;
  height: 3px;
  margin: 0 0 24px;
  background: #8d1d22;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__catch {
  margin: 0 0 18px;
  color: #b32128;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__text {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.3);
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__item {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 158px;
  padding: 24px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__item:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__item--wide {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__icon {
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, #4a1418 0%, #351012 100%);
  font-size: 48px;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__item-title {
  margin: 0 0 10px;
  color: #fff;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__item-body p:last-child {margin: 0;
  color: rgba(255, 255, 255, 0.92)}

.strengths__cta {
  display: grid;
  grid-template-columns: 72px 1fr 326px;
  gap: 26px;
  align-items: center;
  min-height: 100px;
  margin-top: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(130, 55, 55, 0.6);
  background: linear-gradient(90deg, rgba(63, 18, 20, 0.72), rgba(41, 13, 14, 0.82));
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__cta-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #4a1418;
  font-size: 34px;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__cta-text {
  margin: 0;
  color: #fff;
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  min-height: 68px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #8f2026, #a4282e);
}

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__button-arrow {
  font-size: 28px;
  line-height: 1;
}

.tpl-scope-manual-sec-1779941200221-ad087 .material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 200,
    'GRAD' -25,
    'opsz' 48;
}

@media (max-width: 768px) {
.tpl-scope-manual-sec-1779941200221-ad087 .section--strengths {
    --section-pt: 44px;
    --section-pb: 44px;
    min-height: auto;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .section--strengths::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.82)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.78));
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__content {
    width: 100%;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__eyebrow {
    font-size: 14px;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__panel {
    grid-template-columns: 1fr;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    min-height: auto;
    padding: 20px 18px;
    border-right: 0;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__item:nth-child(odd) {
    border-right: 0;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__item--wide {
    grid-column: auto;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__icon {
    width: 64px;
    height: 64px;
    font-size: 34px;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__cta {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 18px;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__button {
    grid-column: 1 / -1;
    min-height: 58px;
    gap: 34px;
  }

.tpl-scope-manual-sec-1779941200221-ad087 .strengths__cta-icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }
}
.tpl-scope-manual-sec-1779941434294-01b9l .section--authority {
  --section-pt: 58px;
  --section-pb: 72px;
  --heading-mt: 20px;
  --heading-mb: 0;
  position: relative;
  overflow: hidden;
  color: #111;
  background: #fff;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority__visual-bg {
  position: absolute;
  inset: 0 0 auto;
  height: 285px;
  z-index: 0;
  pointer-events: none;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority__visual-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.68);
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority__visual-bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920 / 360;
  object-fit: cover;
  display: block;
}

.tpl-scope-manual-sec-1779941434294-01b9l .section--authority .section__inner {
  position: relative;
  z-index: 1;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority__intro {
  text-align: center;
}

.authority__eyebrow,
.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__eyebrow {
  margin: 0;
  color: #8b1d24;
}

.authority__line,
.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__line {
  display: block;
  width: 56px;
  height: 1px;
  background: #8b1d24;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority__line {
  margin: 28px auto 28px;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority__lead {
  margin: 0;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority__feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-feature {
  text-align: center;
  padding-inline: 38px;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-feature + .authority-feature {
  border-left: 1px solid rgba(126, 103, 87, 0.24);
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-feature__icon {
  display: block;
  margin-bottom: 24px;
  color: #8b1d24;
  font-size: 70px;
  font-weight: 200;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-feature__label {
  margin: 0 0 12px;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-feature__value {
  margin: 0 0 28px;
  color: #8b1d24;
  line-height: 1;
  letter-spacing: 0.02em;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-feature__text {
  margin: 0;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 34px;
  margin-top: 64px;
  padding: 30px 32px 30px 38px;
  border-radius: 4px;
  background: rgba(244, 239, 232, 0.95);
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__heading {
  margin: 10px 0 0;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__line {
  margin: 22px 0 24px;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__description {
  margin: 0;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media-card {
  overflow: hidden;
  border: 1px solid rgba(99, 78, 60, 0.22);
  border-radius: 4px;
  background: #fff;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media-card__logo {
  min-height: 72px;
  margin: 0;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #8b1d24;
  border-radius: 50%;
  background: transparent;
  color: #8b1d24;
  cursor: pointer;
}

@media (max-width: 768px) {
.tpl-scope-manual-sec-1779941434294-01b9l .section--authority {
    --section-pt: 42px;
    --section-pb: 42px;
  }

.tpl-scope-manual-sec-1779941434294-01b9l .authority__visual-bg {
    height: 240px;
  }

.tpl-scope-manual-sec-1779941434294-01b9l .authority__line {
    margin: 22px auto 22px;
  }

.tpl-scope-manual-sec-1779941434294-01b9l .authority__feature-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

.tpl-scope-manual-sec-1779941434294-01b9l .authority-feature {
    padding: 30px 0;
  }

.tpl-scope-manual-sec-1779941434294-01b9l .authority-feature + .authority-feature {
    border-left: 0;
    border-top: 1px solid rgba(126, 103, 87, 0.24);
  }

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
    padding: 26px 20px;
  }

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__cards {
    grid-template-columns: 1fr 1fr;
  }

.tpl-scope-manual-sec-1779941434294-01b9l .authority-media__arrow {
    display: none;
  }
}

/* === inspector overrides === */
/* 検証モードで変更：2026/5/29 16:18:50 */
.tpl-scope-manual-sec-1779941434294-01b9l .tpl-scope-manual-sec-1779941434294-01b9l span {
  font-size: 30px !important;
}
/* === end inspector overrides === */

.tpl-scope-manual-sec-1779941502808-tk78m .section--gallery {
  background: #f5f2ef;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__top {
  display: grid;
  grid-template-columns: 0.9fr 1.45fr 0.7fr;
  gap: 10px;
  align-items: stretch;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__intro {
  padding: 78px 54px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
  GALLERY
*/
.tpl-scope-manual-sec-1779941502808-tk78m .gallery__label {
  color: #9b3a3a;
  text-transform: uppercase;
}

/*
  見出し
*/
.tpl-scope-manual-sec-1779941502808-tk78m .section--gallery .section__heading {
  color: #111111;
  margin-bottom: 34px;
  text-align: left;
}

/*
  見出し下線
*/
.tpl-scope-manual-sec-1779941502808-tk78m .gallery__heading-line {
  display: block;
  width: 56px;
  height: 1px;
  background: #b05a5a;
  margin-bottom: 42px;
}

/*
  テキスト
*/
.tpl-scope-manual-sec-1779941502808-tk78m .gallery__text p {margin: 0 0 20px;
  color: #222222}

/* 台形画像 */
.gallery__hero-wrap {
  overflow: hidden;
  position: relative;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__hero-image {
  display: block;
  height: 100%;

  clip-path: polygon(
    22% 0,
    100% 0,
    100% 100%,
    0 100%,
    0 34%
  );
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1200 / 820;
  object-fit: cover;
  display: block;
}

/* 右縦 */
.tpl-scope-manual-sec-1779941502808-tk78m .gallery__side-image {
  display: block;
  overflow: hidden;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__side-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 700 / 820;
  object-fit: cover;
  display: block;
}

/* 下段 */
.tpl-scope-manual-sec-1779941502808-tk78m .gallery__bottom {
  display: grid;
  grid-template-columns: 1.08fr 1.92fr;
  gap: 10px;
  margin-top: 10px;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__bottom-large {
  display: block;
  overflow: hidden;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__bottom-large img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1200 / 620;
  object-fit: cover;
  display: block;
}

/* 右3枚 */
.tpl-scope-manual-sec-1779941502808-tk78m .gallery__bottom-small {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: stretch;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__bottom-card {
  display: block;
  overflow: hidden;
  height: 100%;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__bottom-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 600 / 620;
  object-fit: cover;
  display: block;
}

/* アイコン */
.tpl-scope-manual-sec-1779941502808-tk78m .gallery__category-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  padding: 38px 60px;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__category {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__icon {
  font-size: 54px;
  color: #8d2b2b;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__category-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__category-ja {
  margin: 0 0 8px;
  color: #111111;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__category-en {
  margin: 0;
  color: #777777;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__category-line {
  width: 42px;
  height: 2px;
  background: #8d2b2b;
  margin-top: 14px;
  display: block;
}

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__divider {
  width: 1px;
  height: 74px;
  background: rgba(0,0,0,0.12);
}

@media (max-width: 768px) {

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__top {
    grid-template-columns: 1fr;
  }

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__intro {
    padding: 40px 20px;
  }

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__hero-image {
    clip-path: none;
  }

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__bottom {
    grid-template-columns: 1fr;
  }

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__bottom-small {
    grid-template-columns: 1fr;
  }

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__category-row {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px;
  }

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__divider {
    width: 100%;
    height: 1px;
  }

.tpl-scope-manual-sec-1779941502808-tk78m .gallery__category {
    justify-content: flex-start;
  }

}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .section--news {
  --section-pt: 50px;
  --section-pb: 40px;
  --heading-mt: 14px;
  --heading-mb: 20px;
  background:
    radial-gradient(circle at 18% 18%, rgba(142, 29, 43, 0.08), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(142, 29, 43, 0.06), transparent 26%),
    #faf7f3;
  color: #070707;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .section--news .section__heading {
  color: #070707; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__header {
  display: flex; 
  align-items: flex-start; 
  justify-content: space-between; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__eyebrow, .tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__hashtag {
  display: inline-block; 
  color: #8c1c2b;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__heading-line {
  display: block; 
  width: 70px; 
  height: 2px; 
  background: #8c1c2b; 
  margin-top: 22px;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__instagram-link {
  width: 370px; 
  min-height: 80px; 
  border: 1px solid #8c1c2b; 
  color: #070707;
  text-decoration: none; 
  display: flex; 
  align-items: center; 
  justify-content: flex-start;
  gap: 20px; 
  margin-top: 42px; 
  background: rgba(255, 255, 255, 0.24);
  padding: 0 32px;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__instagram-link:hover {
  background: rgba(142, 29, 43, 0.06);
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__instagram-icon {
  color: #8c1c2b; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__instagram-icon.icon-instagram {
  background-color: #8c1c2b; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__arrow {
  color: #8c1c2b; 
  margin-left: auto; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__intro {
  margin: 30px 0; 
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.5em;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__intro .news__hashtag {
  opacity: 0.6;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__intro p {margin: 0}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__grid {
  list-style: none; 
  padding-left: 0; 
  margin: 0; 
  gap: 30px;
  display: flex; 
  flex-wrap: nowrap;
  align-items: stretch; /* 子要素を縦に揃える */
  justify-content: center;
  overflow-x: auto; 
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__grid::-webkit-scrollbar {
  display: none; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__grid > .news-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  /* height: 100% は削除 — flexアイテムはalign-items:stretchで自動伸長 */
  display: flex;        /* li自体をflexコンテナに */
  flex-direction: column;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .section--news .news-card {
  padding: 0; 
  border: 1px solid #d8d8d8; 
  background: #fff;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__link {
  display: flex; 
  flex-direction: column; 
  flex: 1;              /* リンクをli全体に伸ばす */
  color: inherit; 
  text-decoration: none; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__account {
  min-height: 76px; 
  display: flex; 
  align-items: center; 
  gap: 16px; 
  padding: 18px 24px;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__account span:nth-child(2) {flex: 1;
  min-width: 0; 
  overflow: hidden;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1}
.news-card__avatar {
  width: 36px; 
  height: 36px; 
  border-radius: 50%; 
  background: #050505; 
  flex: 0 0 auto;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__avatar img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 50%;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__insta {
  margin-left: auto; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card img {
  width: 100%; 
  aspect-ratio: 338 / 292; 
  object-fit: cover; 
  display: block;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__body {
  flex: 1;              /* bodyが余白を埋める */
  display: flex;
  flex-direction: column;
  padding: 22px 24px 18px; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__body p {margin: 12px 0 0;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6 !important;
  overflow: hidden !important;
  flex: 1;              /* pが伸びてfooterを下へ押す */}
.news-card__footer {
  border-top: 1px solid #d7d7d7; 
  margin: auto 24px 0; 
  padding: 20px 0 24px;
  display: flex; 
  align-items: center; 
  gap: 30px;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__footer-arrow {
  margin-left: auto; 
  color: #8c1c2b; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__footer-stat {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news-card__footer-stat span:last-child {max-width: 4em;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap}
.news__more {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__more-line {
  display: none; 
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__more-link {
  width: 400px; 
  min-height: 80px;
  background: linear-gradient(135deg, #98142f 0%, #b91d43 100%);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  gap: 0;
  transition: background 0.2s ease;
}
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__more-link:hover {
  background: linear-gradient(135deg, #b91d43 0%, #d4234e 100%);
}
@media (max-width: 768px) {
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .section--news {
    --section-pt: 40px; 
    --section-pb: 40px; 
  }
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__header {
    display: block; 
  }
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__instagram-link {
    width: 100%; 
    margin-top: 28px; 
  }
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__intro {
    margin-bottom: 28px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__grid {
    gap: 16px; 
    justify-content: flex-start; 
  }
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__grid > .news-card {
    flex: 0 0 260px; 
  }
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__more {
    grid-template-columns: 1fr; 
    gap: 18px; 
  }
.tpl-scope-cmpxj2jps00qj0h3vve9gxofu .news__more-link {
    min-height: 64px; 
    width: 100%; 
  }
}
.tpl-scope-manual-sec-1779941534016-d27ty .section--menu {
  background: #050505;
  position: relative;
  overflow: hidden;
  --heading-mb: 22px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .section--menu .section__inner {
  position: relative;
  z-index: 1;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__bg {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.78),
      rgba(0,0,0,.92)
    ),
    url("https://picsum.photos/seed/menu-bg-dark/1920/1200");

  background-size: cover;
  background-position: center;

  opacity: .45;
}

/* =========================
 heading
========================= */

.tpl-scope-manual-sec-1779941534016-d27ty .menu__heading-wrap {
  text-align: center;
  margin-bottom: 56px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__sub-title {
  color: #e84b60;
  margin-bottom: 18px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__heading {
  color: #ffffff;
  letter-spacing: .02em;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__heading-line {
  width: 52px;
  height: 2px;

  background: #e84b60;

  margin: 0 auto 30px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__lead {
  color: rgba(255,255,255,.9);
  margin: 0;
}

/* =========================
 slider
========================= */

.tpl-scope-manual-sec-1779941534016-d27ty .menu__slider-block {
  position: relative;

  padding-inline: 88px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__slider {
  overflow: hidden;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__slider .swiper-wrapper {
  align-items: stretch;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__slider .swiper-slide {
  display: flex;
  height: auto;
}

/* =========================
 card
========================= */

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card {
  width: 100%;
  min-height: 530px;

  display: flex;
  flex-direction: column;

  background:
    linear-gradient(
      180deg,
      rgba(12,12,12,.78),
      rgba(4,4,4,.96)
    );

  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;

  overflow: hidden;

  text-decoration: none;
  color: #ffffff;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__image-wrap {
  position: relative;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__image {
  width: 100%;
  height: 215px;

  object-fit: cover;
  display: block;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;

  z-index: 2;

  background: #e84b60;
  color: #ffffff;

  border-radius: 3px;

  padding: 6px 12px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__badge:empty {
  display: none;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__content {
  flex: 1;

  display: flex;
  flex-direction: column;

  padding: 22px 22px 24px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__number {
  color: #e84b60;
  margin-bottom: 16px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  gap: 12px;

  margin-bottom: 16px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__title {
  color: #ffffff;
  margin: 0;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__price {
  color: #e84b60;
  white-space: nowrap;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__description {
  color: rgba(255,255,255,.84);
  margin: 0;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__link {
  margin-top: auto;

  border-top: 1px solid rgba(255,255,255,.12);

  color: #e84b60;

  display: flex;
  align-items: center;
  gap: 16px;
}

/* =========================
 arrows
========================= */

.tpl-scope-manual-sec-1779941534016-d27ty .menu__nav {
  position: absolute;
  top: 50%;

  z-index: 999;

  width: 76px;
  height: 76px;

  border-radius: 999px;

  border: 1px solid rgba(255,255,255,.22);

  background: rgba(0,0,0,.56);

  color: #ffffff;

  transform: translateY(-50%);

  display: flex !important;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  font-size: 28px;
  line-height: 1;

  opacity: 1 !important;
  visibility: visible !important;
}

/* ← 左 */
.tpl-scope-manual-sec-1779941534016-d27ty .menu__nav--prev {
  left: -4px;
}

/* → 右 */
.tpl-scope-manual-sec-1779941534016-d27ty .menu__nav--next {
  right: -4px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__nav:hover {
  background: rgba(232,75,96,.16);
  border-color: rgba(232,75,96,.5);
}

/* disabled対策 */
.tpl-scope-manual-sec-1779941534016-d27ty .menu__nav.swiper-button-disabled {
  opacity: .45 !important;
  pointer-events: auto;
}

/* =========================
 pagination
========================= */

.tpl-scope-manual-sec-1779941534016-d27ty .menu__pagination.swiper-pagination {
  position: static !important;
  inset: auto;
  transform: none;

  margin-top: 34px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.tpl-scope-manual-sec-1779941534016-d27ty .section--menu .swiper-pagination-bullet {
  width: 12px;
  height: 12px;

  margin: 0 7px;

  background: rgba(255,255,255,.28);

  opacity: 1;
}

.tpl-scope-manual-sec-1779941534016-d27ty .section--menu .swiper-pagination-bullet-active {
  background: #e84b60;
}

/* =========================
 notice
========================= */

.tpl-scope-manual-sec-1779941534016-d27ty .menu__notice {
  max-width: 760px;

  margin: 42px auto 0;

  border: 1px solid #e84b60;
  border-radius: 6px;

  background: rgba(0,0,0,.36);

  padding: 24px 34px;
}

.tpl-scope-manual-sec-1779941534016-d27ty .menu__notice-text {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* =========================
 mobile
========================= */

@media (max-width: 768px) {

.tpl-scope-manual-sec-1779941534016-d27ty .menu__slider-block {
    padding-inline: 0;
  }

.tpl-scope-manual-sec-1779941534016-d27ty .menu__nav {
    display: none !important;
  }

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card {
    min-height: auto;
  }

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__image {
    height: 220px;
  }

.tpl-scope-manual-sec-1779941534016-d27ty .menu-card__title-row {
    flex-direction: column;
    gap: 8px;
  }

.tpl-scope-manual-sec-1779941534016-d27ty .menu__notice {
    padding: 20px 18px;
  }

.tpl-scope-manual-sec-1779941534016-d27ty .menu__notice-text br {
    display: none;
  }

}
.tpl-scope-manual-sec-1779941571217-y94cr .section--staff {
  position: relative;
  overflow: hidden;
  background: #f8f6f3;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.tpl-scope-manual-sec-1779941571217-y94cr .section--staff .section__inner {
  position: relative;
  z-index: 1;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__heading-wrap {
  text-align: center;
  margin-bottom: 70px;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__sub-heading {
  color: #cf6c66;
  margin-bottom: 22px;
  text-align: center;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__line {
  width: 56px;
  height: 2px;
  background: #cf6c66;
  margin: 32px auto;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__lead {
  color: #2d2d2d;
  text-align: center;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__slider-frame {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 80px;
  column-gap: 26px;
  align-items: center;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.tpl-scope-manual-sec-1779941571217-y94cr .section--staff .swiper-wrapper {
  align-items: stretch;
}

.tpl-scope-manual-sec-1779941571217-y94cr .section--staff .swiper-slide {
  height: auto;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__card {
  background: rgba(255,255,255,0.96);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 560px;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__image-wrap {
  border-radius: 14px;
  overflow: hidden;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__image-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  display: block;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 24px;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__role {
  color: #cf6c66;
  margin-bottom: 16px;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__name {
  color: #1e1e1e;
  margin-bottom: 22px;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__divider {
  width: 100%;
  height: 1px;
  background: #ddd5cf;
  margin-bottom: 24px;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__text {
  color: #3a3a3a;
  margin-top: auto;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__arrow {
  position: static !important;
  width: 66px !important;
  height: 66px !important;
  margin: 0 !important;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  justify-self: center;
}

.tpl-scope-manual-sec-1779941571217-y94cr .staff__arrow::after {
  color: #cf6c66;
  font-size: 20px !important;
}

.tpl-scope-manual-sec-1779941571217-y94cr .section--staff .swiper-pagination {
  position: static;
  margin-top: 46px;
}

.tpl-scope-manual-sec-1779941571217-y94cr .section--staff .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #dddddd;
  opacity: 1;
  margin: 0 8px !important;
}

.tpl-scope-manual-sec-1779941571217-y94cr .section--staff .swiper-pagination-bullet-active {
  background: #cf6c66;
}

@media (max-width: 768px) {
.tpl-scope-manual-sec-1779941571217-y94cr .staff__slider-frame {
    display: block;
  }

.tpl-scope-manual-sec-1779941571217-y94cr .staff__heading-wrap {
    margin-bottom: 40px;
  }

.tpl-scope-manual-sec-1779941571217-y94cr .staff__lead br {
    display: none;
  }

.tpl-scope-manual-sec-1779941571217-y94cr .staff__card {
    min-height: auto;
    border-radius: 18px;
  }

.tpl-scope-manual-sec-1779941571217-y94cr .staff__arrow {
    display: none !important;
  }
}
.tpl-scope-manual-sec-1779941653704-rp6w9 .section--faq {
  position: relative;
  overflow: hidden;
  background-color: #f8f5f0;
  --section-pt: 42px;
  --section-pb: 80px;
  --list-gap: 10px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .section--faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://picsum.photos/seed/wine-faq-bg-visible/1920/1080");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .section--faq .section__inner {
  position: relative;
  z-index: 1;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__heading-wrap {
  margin: 0 auto 54px;
  text-align: center;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .section--faq .section__heading {
  color: #202020;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__label {
  color: #b5362b;
  margin-bottom: 12px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__heading-line {
  width: 58px;
  height: 2px;
  background: #b5362b;
  margin: 0 auto 28px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__description {
  color: #333;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e7ddd5;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding-inline: 26px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  cursor: pointer;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::marker,
.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__item::marker {
  display: none;
  content: "";
}

.faq__item,
.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__item > summary {
  list-style: none;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__question::after {
  content: "+";
  color: #b5362b;
  font-size: 42px;
  line-height: 1;
  font-weight: 200;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__item[open] .faq__question::after {
  content: "−";
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__question-left {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-right: 20px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__qmark {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #f7f0ea;
  color: #b5362b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 25px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__question-text--active {
  color: #b5362b;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__answer {
  padding: 0 0 18px 72px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__answer p {margin: 0 0 14px;
  color: #333}

.faq__answer p:last-child {margin-bottom: 0}

.faq__bottom {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 54px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__bottom-line {
  flex: 1;
  height: 1px;
  background: #d7a49b;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__bottom-message {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__bottom-icon {
  color: #b5362b;
  font-size: 34px;
}

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__bottom-message p {color: #2f2f2f;
  white-space: nowrap}

@media (max-width: 768px) {
  .section--faq {
    --section-pt: 30px;
    --section-pb: 48px;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__heading-wrap {
    margin-bottom: 36px;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__description br {
    display: none;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__item {
    padding-inline: 18px;
    border-radius: 14px;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__question {
    min-height: 64px;
    align-items: flex-start;
    padding-top: 10px;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__question-left {
    gap: 14px;
    align-items: flex-start;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__qmark {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__question::after {
    font-size: 34px;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__answer {
    padding-left: 56px;
    padding-bottom: 12px;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__bottom {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__bottom-line {
    width: 100%;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__bottom-message {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

.tpl-scope-manual-sec-1779941653704-rp6w9 .faq__bottom-message p {white-space: normal}
}
.tpl-scope-manual-sec-1779941676820-pwxn4 .section--reserve {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(93, 0, 0, 0.95) 0%,
    rgba(70, 0, 0, 0.88) 48%,
    rgba(18, 8, 6, 0.82) 100%
  );
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .section--reserve .section__inner {
  position: relative;
  z-index: 2;
  min-height: 1000px;
  display: flex;
  align-items: center;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__bg {
  position: absolute;
  inset: 0;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(101, 0, 0, 0.92) 0%,
      rgba(101, 0, 0, 0.88) 40%,
      rgba(0, 0, 0, 0.35) 100%
    );
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__content {
  position: relative;
  width: 58%;
  padding-top: 40px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__label-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__label-line {
  width: 110px;
  height: 1px;
  background: #c9a15c;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__label {
  color: #d9b56d;
  letter-spacing: 0.32em;
  margin: 0;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__heading {
  color: #ffffff;
  margin-bottom: 38px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__lead {
  margin-bottom: 70px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__lead p {color: #ffffff;
  margin: 0 0 18px}

.reserve__feature-grid {
  margin-bottom: 62px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-card {
  position: relative;
  background: transparent;
  border-right: 1px solid rgba(214, 171, 91, 0.7);
  text-align: center;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-card--last {
  border-right: none;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-icon {
  display: block;
  margin-bottom: 24px;
  color: #d7ab5b;
  font-size: 72px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-title {
  color: #ffffff;
  margin: 0 0 20px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-text {
  color: #ffffff;
  opacity: 0.92;
  margin: 0;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__cta-wrap {
  margin-bottom: 55px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__cta-button {
  width: 100%;
  max-width: 980px;
  min-height: 128px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    #e6c27a 0%,
    #c9984d 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 54px;
  text-decoration: none;
  box-shadow:
    0 10px 35px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.reserve__cta-icon,
.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__cta-arrow {
  color: #4d1200;
  font-size: 64px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__cta-text {
  color: #4d1200;
  font-size: clamp(32px, 4vw, 58px);
  letter-spacing: 0.02em;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__contact {
  margin-bottom: 48px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__contact-text {
  color: #ffffff;
  margin-bottom: 32px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__phone-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #ffffff;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__phone-icon {
  color: #d7ab5b;
  font-size: 58px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__phone-number {
  font-size: clamp(40px, 3vw, 66px);
  line-height: 1;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__phone-time {
  font-size: 22px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__bottom-line {
  width: 100%;
  max-width: 980px;
  height: 1px;
  background: rgba(216, 169, 84, 0.75);
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__access-badge {
  position: absolute;
  right: 70px;
  bottom: 70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(215, 171, 91, 0.8);
  background: rgba(42, 10, 5, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__access-station {
  color: #d7ab5b;
  margin: 0 0 14px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__access-time {
  color: #d7ab5b;
  margin: 0;
  position: relative;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__access-time::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(215, 171, 91, 0.7);
  margin: 18px auto 0;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__glass-logo {
  position: absolute;
  top: 120px;
  right: 150px;
  text-align: center;
  color: #c88f3a;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__glass-icon {
  margin: 0 0 6px;
  font-size: 30px;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__glass-name {
  margin: 0 0 6px;
  font-size: clamp(28px, 2vw, 44px);
  letter-spacing: 0.02em;
}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__glass-sub {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.18em;
}

@media (max-width: 768px) {

.tpl-scope-manual-sec-1779941676820-pwxn4 .section--reserve .section__inner {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__content {
    width: 100%;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__label-wrap {
    justify-content: center;
    margin-bottom: 24px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__label-line {
    width: 60px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__heading {
    text-align: center;
    margin-bottom: 28px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__lead {
    margin-bottom: 40px;
    text-align: center;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__lead p {margin-bottom: 14px}

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-grid {
    margin-bottom: 40px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-card {
    border-right: none;
    border-bottom: 1px solid rgba(214, 171, 91, 0.5);
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-card--last {
    border-bottom: none;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__feature-icon {
    font-size: 56px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__cta-wrap {
    margin-bottom: 36px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__cta-button {
    min-height: 92px;
    padding: 24px;
    border-radius: 14px;
  }

  .reserve__cta-icon,
.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__cta-arrow {
    font-size: 34px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__cta-text {
    font-size: clamp(22px, 5vw, 34px);
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__contact {
    text-align: center;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__contact-text {
    margin-bottom: 22px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__phone-link {
    flex-direction: column;
    gap: 14px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__phone-icon {
    font-size: 42px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__phone-number {
    font-size: clamp(32px, 8vw, 46px);
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__phone-time {
    font-size: 16px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__bottom-line {
    max-width: 100%;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__access-badge {
    position: static;
    margin: 50px auto 0;
    width: 170px;
    height: 170px;
  }

.tpl-scope-manual-sec-1779941676820-pwxn4 .reserve__glass-logo {
    top: 40px;
    right: 20px;
  }
}
.hero-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;

  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding: 28px 42px;

  box-sizing: border-box;
}

.hero-header__brand {
  display: flex;
  flex-direction: column;
  gap: 10px;

  color: #ffffff;
}

.hero-header__brand-en,
.hero-header__brand-logo,
.hero-header__brand-ja {
  margin: 0;
}

.hero-header__brand-logo {
  font-size: clamp(2.5rem, 3vw, 4rem);
  line-height: 1;
  letter-spacing: 0.08em;
}

.hero-header__actions {
  display: flex;
  align-items: stretch;
}

.hero-header__reservation {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  padding: 28px 42px;

  background:
    linear-gradient(
      135deg,
      #98142f 0%,
      #b91d43 100%
    );

  color: #ffffff;
  text-decoration: none;
}

.hero-header__reservation-icon {
  font-size: 22px;
}

.hero-header__menu-button {
  width: 110px;

  border: none;
  background: rgba(0, 0, 0, 0.92);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  cursor: pointer;
}

.hero-header__menu-button span {width: 34px;
  height: 1px;

  background: #ffffff;

  display: block}
.section--hero {
  --section-py: 0;
  --container-px: 0;
  --container-max: 100%;

  position: relative;
  overflow: hidden;

  min-height: 100vh;

  background: #000000;
  color: #ffffff;
}

.section--hero .section__inner {
  position: relative;
  z-index: 2;

  min-height: 100vh;
}

/* =========================================
BACKGROUND
========================================= */

.hero__bg {
  position: absolute;
  inset: 0;
}

.hero__bg::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.82) 28%,
      rgba(0, 0, 0, 0.35) 60%,
      rgba(0, 0, 0, 0.08) 100%
    );
}

.hero__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

/* =========================================
HEADER
========================================= */

.section--hero .hero-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;

  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding: 28px 42px;
}

.section--hero .hero-header__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;

  color: #ffffff;
}

.section--hero .hero-header__brand-en,
.section--hero .hero-header__brand-logo,
.section--hero .hero-header__brand-ja {
  margin: 0;
}

.section--hero .hero-header__brand-logo {
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0.08em;
}

.section--hero .hero-header__actions {
  display: flex;
  align-items: stretch;
}

.section--hero .hero-header__reservation {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  padding: 28px 42px;

  background:
    linear-gradient(
      135deg,
      #98142f 0%,
      #b91d43 100%
    );

  color: #ffffff;
  text-decoration: none;
}

.section--hero .hero-header__reservation-icon {
  font-size: 22px;
}

.section--hero .hero-header__menu-button {
  width: 110px;

  border: none;
  background: rgba(0, 0, 0, 0.92);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  cursor: pointer;
}

.section--hero .hero-header__menu-button span {width: 34px;
  height: 1px;

  background: #ffffff;

  display: block}

/* =========================================
CONTENT
========================================= */

.hero__content {
  position: relative;
  z-index: 5;

  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;

  max-width: 760px;

  padding:
    180px
    42px
    120px;
}

.section--hero .section__heading {
  margin-top: 0;
  margin-bottom: 42px;
}

.hero__heading {
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.hero__divider {
  width: 96px;
  height: 2px;

  background: #a61e38;

  margin-bottom: 42px;
}

.hero__description {
  display: flex;
  flex-direction: column;
  gap: 18px;

  margin-bottom: 58px;
}

.hero__description p {margin: 0;
  color: rgba(255, 255, 255, 0.92)}

.hero__features {
  display: flex;
  align-items: center;
  gap: 34px;

  margin-bottom: 54px;
}

.hero__feature {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero__feature-icon {
  font-size: 52px;
  color: #9f2238;
}

.hero__feature-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero__feature-text p {margin: 0}

.hero__feature-divider {
  width: 1px;
  height: 72px;

  background: rgba(255, 255, 255, 0.18);
}

.hero__cta {
  width: fit-content;
  min-width: 298px;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  padding: 28px 42px;

  background:
    linear-gradient(
      135deg,
      #98142f 0%,
      #b91d43 100%
    );

  color: #ffffff;
  text-decoration: none;
}

.hero__cta-arrow {
  font-size: 1.5rem;
}

/* =========================================
SCROLL
========================================= */

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 5;

  transform: translateX(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero__scroll p {margin: 0;

  color: #ffffff}

.hero__scroll span {width: 1px;
  height: 86px;

  background: rgba(255, 255, 255, 0.72);

  display: block}

/* =========================================
MOBILE
========================================= */

@media (max-width: 768px) {

  .section--hero .hero-header {
    padding: 20px;
    align-items: center;
  }

  .section--hero .hero-header__brand {
    gap: 6px;
  }

  .section--hero .hero-header__brand-logo {
    font-size: clamp(1.5rem, 8vw, 2.4rem);
  }

  .section--hero .hero-header__reservation {
    padding: 18px 18px;
    gap: 8px;
  }

  .section--hero .hero-header__reservation span:last-child {
    display: none;
  }

  .section--hero .hero-header__menu-button {
    width: 72px;
  }

  .section--hero .hero-header__menu-button span {
    width: 28px;
  }

  .hero__content {
    max-width: 100%;

    justify-content: flex-end;

    padding:
      140px
      20px
      120px;
  }

  .hero__divider {
    margin-bottom: 28px;
  }

  .hero__description {
    gap: 10px;
    margin-bottom: 36px;
  }

  .hero__features {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;

    margin-bottom: 40px;
  }

  .hero__feature-divider {
    display: none;
  }

  .hero__feature {
    gap: 14px;
  }

  .hero__feature-icon {
    font-size: 40px;
  }

  .hero__cta {
    width: 100%;
    min-width: 0;

    padding: 22px 24px;
  }

  .hero__scroll {
    bottom: 18px;
  }

  .hero__scroll span {
    height: 56px;
  }

}
.section--news {
  --section-pt: 52px;
  --section-pb: 46px;
  --heading-mt: 10px;
  --heading-mb: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(142, 29, 43, 0.08), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(142, 29, 43, 0.06), transparent 26%),
    #faf7f3;
  color: #070707;
}

.section--news .section__heading {
  color: #070707;
}

.news__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news__eyebrow,
.news__hashtag {
  display: inline-block;
  color: #8c1c2b;
}

.news__heading-line {
  display: block;
  width: 70px;
  height: 2px;
  background: #8c1c2b;
  margin-top: 22px;
}

.news__instagram-link {
  width: 370px;
  min-height: 80px;
  border: 1px solid #8c1c2b;
  color: #070707;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 42px;
  background: rgba(255, 255, 255, 0.24);
}

.news__instagram-icon {
  color: #8c1c2b;
}

.news__arrow {
  color: #8c1c2b;
  margin-left: 26px;
}

.news__intro {
  margin-top: 30px;
  margin-bottom: 42px;
}

.news__intro p {margin: 14px 0 0}

.news__grid {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.section--news .news-card {
  padding: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.news-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-card__account {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
}

.news-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #050505;
  flex: 0 0 auto;
}

.news-card__insta {
  margin-left: auto;
}

.news-card img {
  width: 100%;
  aspect-ratio: 338 / 292;
  object-fit: cover;
  display: block;
}

.news-card__body {
  padding: 22px 24px 18px;
}

.news-card__body p {margin: 12px 0 0}

.news-card__footer {
  border-top: 1px solid #d7d7d7;
  margin: 0 24px;
  padding: 20px 0 24px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.news-card__footer-arrow {
  margin-left: auto;
}

.news__more {
  display: grid;
  grid-template-columns: 1fr 440px 1fr;
  align-items: center;
  gap: 40px;
  margin-top: 38px;
}

.news__more-line {
  height: 1px;
  background: #8c1c2b;
}

.news__more-link {
  min-height: 78px;
  background: #8c1c2b;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

@media (max-width: 768px) {
  .section--news {
    --section-pt: 40px;
    --section-pb: 40px;
  }

  .news__header {
    display: block;
  }

  .news__instagram-link {
    width: 100%;
    margin-top: 28px;
  }

  .news__intro {
    margin-bottom: 28px;
  }

  .news__more {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .news__more-link {
    min-height: 64px;
  }
}

/* === inspector overrides === */
/* 検証モードで変更：2026/5/29 16:18:36 */
/* === end inspector overrides === */

.section--strengths {
  --section-pt: 38px;
  --section-pb: 34px;
  --heading-mt: 14px;
  --heading-mb: 22px;
  position: relative;
  overflow: hidden;
  min-height: 900px;
  color: #f7f3ef;
  background: #030303;
}

.section--strengths::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.94) 37%, rgba(0, 0, 0, 0.52) 62%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.58));
  pointer-events: none;
}

.strengths__bg {
  position: absolute;
  inset: 0;
}

.strengths__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

.section--strengths .section__inner {
  position: relative;
  z-index: 2;
}

.strengths__content {
  width: 62%;
}

.strengths__eyebrow {
  display: inline-block;
  color: #a62127;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}

.section--strengths .section__heading {
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.18);
}

.strengths__line {
  display: block;
  width: 102px;
  height: 3px;
  margin: 0 0 24px;
  background: #8d1d22;
}

.strengths__catch {
  margin: 0 0 18px;
  color: #b32128;
}

.strengths__text {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
}

.strengths__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.3);
}

.strengths__item {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 158px;
  padding: 24px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.strengths__item:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.strengths__item--wide {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.strengths__icon {
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, #4a1418 0%, #351012 100%);
  font-size: 48px;
}

.strengths__item-title {
  margin: 0 0 10px;
  color: #fff;
}

.strengths__item-body p:last-child {margin: 0;
  color: rgba(255, 255, 255, 0.92)}

.strengths__cta {
  display: grid;
  grid-template-columns: 72px 1fr 326px;
  gap: 26px;
  align-items: center;
  min-height: 100px;
  margin-top: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(130, 55, 55, 0.6);
  background: linear-gradient(90deg, rgba(63, 18, 20, 0.72), rgba(41, 13, 14, 0.82));
}

.strengths__cta-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #4a1418;
  font-size: 34px;
}

.strengths__cta-text {
  margin: 0;
  color: #fff;
}

.strengths__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  min-height: 68px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #8f2026, #a4282e);
}

.strengths__button-arrow {
  font-size: 28px;
  line-height: 1;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 200,
    'GRAD' -25,
    'opsz' 48;
}

@media (max-width: 768px) {
  .section--strengths {
    --section-pt: 44px;
    --section-pb: 44px;
    min-height: auto;
  }

  .section--strengths::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.82)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.78));
  }

  .strengths__content {
    width: 100%;
  }

  .strengths__eyebrow {
    font-size: 14px;
  }

  .strengths__panel {
    grid-template-columns: 1fr;
  }

  .strengths__item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    min-height: auto;
    padding: 20px 18px;
    border-right: 0;
  }

  .strengths__item:nth-child(odd) {
    border-right: 0;
  }

  .strengths__item--wide {
    grid-column: auto;
  }

  .strengths__icon {
    width: 64px;
    height: 64px;
    font-size: 34px;
  }

  .strengths__cta {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .strengths__button {
    grid-column: 1 / -1;
    min-height: 58px;
    gap: 34px;
  }

  .strengths__cta-icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }
}
.section--authority {
  --section-pt: 58px;
  --section-pb: 72px;
  --heading-mt: 20px;
  --heading-mb: 0;
  position: relative;
  overflow: hidden;
  color: #111;
  background: #fff;
}

.authority__visual-bg {
  position: absolute;
  inset: 0 0 auto;
  height: 285px;
  z-index: 0;
  pointer-events: none;
}

.authority__visual-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.68);
}

.authority__visual-bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920 / 360;
  object-fit: cover;
  display: block;
}

.section--authority .section__inner {
  position: relative;
  z-index: 1;
}

.authority__intro {
  text-align: center;
}

.authority__eyebrow,
.authority-media__eyebrow {
  margin: 0;
  color: #8b1d24;
}

.authority__line,
.authority-media__line {
  display: block;
  width: 56px;
  height: 1px;
  background: #8b1d24;
}

.authority__line {
  margin: 28px auto 28px;
}

.authority__lead {
  margin: 0;
}

.authority__feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
}

.authority-feature {
  text-align: center;
  padding-inline: 38px;
}

.authority-feature + .authority-feature {
  border-left: 1px solid rgba(126, 103, 87, 0.24);
}

.authority-feature__icon {
  display: block;
  margin-bottom: 24px;
  color: #8b1d24;
  font-size: 70px;
  font-weight: 200;
}

.authority-feature__label {
  margin: 0 0 12px;
}

.authority-feature__value {
  margin: 0 0 28px;
  color: #8b1d24;
  line-height: 1;
  letter-spacing: 0.02em;
}

.authority-feature__text {
  margin: 0;
}

.authority-media {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 34px;
  margin-top: 64px;
  padding: 30px 32px 30px 38px;
  border-radius: 4px;
  background: rgba(244, 239, 232, 0.95);
}

.authority-media__heading {
  margin: 10px 0 0;
}

.authority-media__line {
  margin: 22px 0 24px;
}

.authority-media__description {
  margin: 0;
}

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

.authority-media-card {
  overflow: hidden;
  border: 1px solid rgba(99, 78, 60, 0.22);
  border-radius: 4px;
  background: #fff;
}

.authority-media-card__logo {
  min-height: 72px;
  margin: 0;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1;
}

.authority-media-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.authority-media__arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #8b1d24;
  border-radius: 50%;
  background: transparent;
  color: #8b1d24;
  cursor: pointer;
}

@media (max-width: 768px) {
  .section--authority {
    --section-pt: 42px;
    --section-pb: 42px;
  }

  .authority__visual-bg {
    height: 240px;
  }

  .authority__line {
    margin: 22px auto 22px;
  }

  .authority__feature-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .authority-feature {
    padding: 30px 0;
  }

  .authority-feature + .authority-feature {
    border-left: 0;
    border-top: 1px solid rgba(126, 103, 87, 0.24);
  }

  .authority-media {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
    padding: 26px 20px;
  }

  .authority-media__cards {
    grid-template-columns: 1fr 1fr;
  }

  .authority-media__arrow {
    display: none;
  }
}

/* === inspector overrides === */
/* 検証モードで変更：2026/5/29 16:18:50 */
.tpl-scope-manual-sec-1779941434294-01b9l span {
  font-size: 30px !important;
}
/* === end inspector overrides === */

.section--gallery {
  background: #f5f2ef;
}

.gallery__top {
  display: grid;
  grid-template-columns: 0.9fr 1.45fr 0.7fr;
  gap: 10px;
  align-items: stretch;
}

.gallery__intro {
  padding: 78px 54px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
  GALLERY
*/
.gallery__label {
  color: #9b3a3a;
  text-transform: uppercase;
}

/*
  見出し
*/
.section--gallery .section__heading {
  color: #111111;
  margin-bottom: 34px;
  text-align: left;
}

/*
  見出し下線
*/
.gallery__heading-line {
  display: block;
  width: 56px;
  height: 1px;
  background: #b05a5a;
  margin-bottom: 42px;
}

/*
  テキスト
*/
.gallery__text p {margin: 0 0 20px;
  color: #222222}

/* 台形画像 */
.gallery__hero-wrap {
  overflow: hidden;
  position: relative;
}

.gallery__hero-image {
  display: block;
  height: 100%;

  clip-path: polygon(
    22% 0,
    100% 0,
    100% 100%,
    0 100%,
    0 34%
  );
}

.gallery__hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1200 / 820;
  object-fit: cover;
  display: block;
}

/* 右縦 */
.gallery__side-image {
  display: block;
  overflow: hidden;
}

.gallery__side-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 700 / 820;
  object-fit: cover;
  display: block;
}

/* 下段 */
.gallery__bottom {
  display: grid;
  grid-template-columns: 1.08fr 1.92fr;
  gap: 10px;
  margin-top: 10px;
}

.gallery__bottom-large {
  display: block;
  overflow: hidden;
}

.gallery__bottom-large img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1200 / 620;
  object-fit: cover;
  display: block;
}

/* 右3枚 */
.gallery__bottom-small {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: stretch;
}

.gallery__bottom-card {
  display: block;
  overflow: hidden;
  height: 100%;
}

.gallery__bottom-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 600 / 620;
  object-fit: cover;
  display: block;
}

/* アイコン */
.gallery__category-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  padding: 38px 60px;
}

.gallery__category {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.gallery__icon {
  font-size: 54px;
  color: #8d2b2b;
}

.gallery__category-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gallery__category-ja {
  margin: 0 0 8px;
  color: #111111;
}

.gallery__category-en {
  margin: 0;
  color: #777777;
}

.gallery__category-line {
  width: 42px;
  height: 2px;
  background: #8d2b2b;
  margin-top: 14px;
  display: block;
}

.gallery__divider {
  width: 1px;
  height: 74px;
  background: rgba(0,0,0,0.12);
}

@media (max-width: 768px) {

  .gallery__top {
    grid-template-columns: 1fr;
  }

  .gallery__intro {
    padding: 40px 20px;
  }

  .gallery__hero-image {
    clip-path: none;
  }

  .gallery__bottom {
    grid-template-columns: 1fr;
  }

  .gallery__bottom-small {
    grid-template-columns: 1fr;
  }

  .gallery__category-row {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px;
  }

  .gallery__divider {
    width: 100%;
    height: 1px;
  }

  .gallery__category {
    justify-content: flex-start;
  }

}
.section--menu {
  background: #050505;
  position: relative;
  overflow: hidden;
  --heading-mb: 22px;
}

.section--menu .section__inner {
  position: relative;
  z-index: 1;
}

.menu__bg {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.78),
      rgba(0,0,0,.92)
    ),
    url("https://picsum.photos/seed/menu-bg-dark/1920/1200");

  background-size: cover;
  background-position: center;

  opacity: .45;
}

/* =========================
 heading
========================= */

.menu__heading-wrap {
  text-align: center;
  margin-bottom: 56px;
}

.menu__sub-title {
  color: #e84b60;
  margin-bottom: 18px;
}

.menu__heading {
  color: #ffffff;
  letter-spacing: .02em;
}

.menu__heading-line {
  width: 52px;
  height: 2px;

  background: #e84b60;

  margin: 0 auto 30px;
}

.menu__lead {
  color: rgba(255,255,255,.9);
  margin: 0;
}

/* =========================
 slider
========================= */

.menu__slider-block {
  position: relative;

  padding-inline: 88px;
}

.menu__slider {
  overflow: hidden;
}

.menu__slider .swiper-wrapper {
  align-items: stretch;
}

.menu__slider .swiper-slide {
  display: flex;
  height: auto;
}

/* =========================
 card
========================= */

.menu-card {
  width: 100%;
  min-height: 530px;

  display: flex;
  flex-direction: column;

  background:
    linear-gradient(
      180deg,
      rgba(12,12,12,.78),
      rgba(4,4,4,.96)
    );

  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;

  overflow: hidden;

  text-decoration: none;
  color: #ffffff;
}

.menu-card__image-wrap {
  position: relative;
}

.menu-card__image {
  width: 100%;
  height: 215px;

  object-fit: cover;
  display: block;
}

.menu-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;

  z-index: 2;

  background: #e84b60;
  color: #ffffff;

  border-radius: 3px;

  padding: 6px 12px;
}

.menu-card__badge:empty {
  display: none;
}

.menu-card__content {
  flex: 1;

  display: flex;
  flex-direction: column;

  padding: 22px 22px 24px;
}

.menu-card__number {
  color: #e84b60;
  margin-bottom: 16px;
}

.menu-card__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  gap: 12px;

  margin-bottom: 16px;
}

.menu-card__title {
  color: #ffffff;
  margin: 0;
}

.menu-card__price {
  color: #e84b60;
  white-space: nowrap;
}

.menu-card__description {
  color: rgba(255,255,255,.84);
  margin: 0;
}

.menu-card__link {
  margin-top: auto;

  border-top: 1px solid rgba(255,255,255,.12);

  color: #e84b60;

  display: flex;
  align-items: center;
  gap: 16px;
}

/* =========================
 arrows
========================= */

.menu__nav {
  position: absolute;
  top: 50%;

  z-index: 999;

  width: 76px;
  height: 76px;

  border-radius: 999px;

  border: 1px solid rgba(255,255,255,.22);

  background: rgba(0,0,0,.56);

  color: #ffffff;

  transform: translateY(-50%);

  display: flex !important;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  font-size: 28px;
  line-height: 1;

  opacity: 1 !important;
  visibility: visible !important;
}

/* ← 左 */
.menu__nav--prev {
  left: -4px;
}

/* → 右 */
.menu__nav--next {
  right: -4px;
}

.menu__nav:hover {
  background: rgba(232,75,96,.16);
  border-color: rgba(232,75,96,.5);
}

/* disabled対策 */
.menu__nav.swiper-button-disabled {
  opacity: .45 !important;
  pointer-events: auto;
}

/* =========================
 pagination
========================= */

.menu__pagination.swiper-pagination {
  position: static !important;
  inset: auto;
  transform: none;

  margin-top: 34px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.section--menu .swiper-pagination-bullet {
  width: 12px;
  height: 12px;

  margin: 0 7px;

  background: rgba(255,255,255,.28);

  opacity: 1;
}

.section--menu .swiper-pagination-bullet-active {
  background: #e84b60;
}

/* =========================
 notice
========================= */

.menu__notice {
  max-width: 760px;

  margin: 42px auto 0;

  border: 1px solid #e84b60;
  border-radius: 6px;

  background: rgba(0,0,0,.36);

  padding: 24px 34px;
}

.menu__notice-text {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* =========================
 mobile
========================= */

@media (max-width: 768px) {

  .menu__slider-block {
    padding-inline: 0;
  }

  .menu__nav {
    display: none !important;
  }

  .menu-card {
    min-height: auto;
  }

  .menu-card__image {
    height: 220px;
  }

  .menu-card__title-row {
    flex-direction: column;
    gap: 8px;
  }

  .menu__notice {
    padding: 20px 18px;
  }

  .menu__notice-text br {
    display: none;
  }

}
.section--staff {
  position: relative;
  overflow: hidden;
  background: #f8f6f3;
}

.staff__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.staff__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.section--staff .section__inner {
  position: relative;
  z-index: 1;
}

.staff__heading-wrap {
  text-align: center;
  margin-bottom: 70px;
}

.staff__sub-heading {
  color: #cf6c66;
  margin-bottom: 22px;
  text-align: center;
}

.staff__line {
  width: 56px;
  height: 2px;
  background: #cf6c66;
  margin: 32px auto;
}

.staff__lead {
  color: #2d2d2d;
  text-align: center;
}

.staff__slider-frame {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 80px;
  column-gap: 26px;
  align-items: center;
}

.staff__slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.section--staff .swiper-wrapper {
  align-items: stretch;
}

.section--staff .swiper-slide {
  height: auto;
}

.staff__card {
  background: rgba(255,255,255,0.96);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 560px;
}

.staff__image-wrap {
  border-radius: 14px;
  overflow: hidden;
}

.staff__image-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  display: block;
}

.staff__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 24px;
}

.staff__role {
  color: #cf6c66;
  margin-bottom: 16px;
}

.staff__name {
  color: #1e1e1e;
  margin-bottom: 22px;
}

.staff__divider {
  width: 100%;
  height: 1px;
  background: #ddd5cf;
  margin-bottom: 24px;
}

.staff__text {
  color: #3a3a3a;
  margin-top: auto;
}

.staff__arrow {
  position: static !important;
  width: 66px !important;
  height: 66px !important;
  margin: 0 !important;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  justify-self: center;
}

.staff__arrow::after {
  color: #cf6c66;
  font-size: 20px !important;
}

.section--staff .swiper-pagination {
  position: static;
  margin-top: 46px;
}

.section--staff .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #dddddd;
  opacity: 1;
  margin: 0 8px !important;
}

.section--staff .swiper-pagination-bullet-active {
  background: #cf6c66;
}

@media (max-width: 768px) {
  .staff__slider-frame {
    display: block;
  }

  .staff__heading-wrap {
    margin-bottom: 40px;
  }

  .staff__lead br {
    display: none;
  }

  .staff__card {
    min-height: auto;
    border-radius: 18px;
  }

  .staff__arrow {
    display: none !important;
  }
}
/* style.css */

.section--voice {
  position: relative;
  overflow: hidden;
  background: #f8f6f3;
}

.voice__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.voice__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  opacity: 0.16;
}

.section--voice .section__inner {
  position: relative;
  z-index: 1;
}

/* =====================================
   heading
===================================== */

.voice__heading-wrap {
  text-align: center;
  margin-bottom: 58px;
}

.voice__eyebrow {
  margin: 0 0 18px;
  color: #c94d48;
}

.section--voice .section__heading {
  text-align: center;
  color: #222;
}

.voice__heading-line {
  display: block;
  width: 54px;
  height: 2px;
  background: #c94d48;
  margin: 24px auto 30px;
}

.voice__lead {
  margin: 0;
  text-align: center;
  color: #2d2d2d;
}

/* =====================================
   slider area
===================================== */

.voice__slider-area {
  position: relative;

  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 28px;

  padding-bottom: 80px;
}

.voice__slider {
  width: 100%;
  overflow: visible;
  padding-bottom: 10px;
}

.section--voice .swiper-wrapper {
  align-items: stretch;
}

.section--voice .swiper-slide {
  height: auto;
}

/* =====================================
   card
===================================== */

.voice-card {
  height: 100%;
  min-height: 610px;

  display: flex;
  flex-direction: column;

  background: rgba(255, 255, 255, 0.96);

  border: 1px solid #ebe5df;
  border-radius: 14px;

  box-shadow: 0 10px 30px rgba(42, 31, 21, 0.08);
}

.voice-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;

  border-radius: 10px;

  margin-bottom: 24px;
}

.voice-card__stars {
  text-align: center;
  color: #d84c48;
  margin-bottom: 22px;
}

.voice-card__stars span {display: inline-block;
  word-spacing: 8px}

.voice-card__title {
  margin: 0 0 24px;
  text-align: center;
  color: #222;
}

.voice-card__text {
  margin: 0 0 38px;
  color: #333;
}

.voice-card__meta {
  margin-top: auto;

  padding-top: 22px;

  border-top: 1px solid #e4ddd7;

  text-align: center;
  color: #555;
}

/* =====================================
   navigation
===================================== */

.voice__button {
  width: 64px;
  height: 64px;

  border: none;
  border-radius: 50%;

  background: #ffffff;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);

  color: #d84c48;

  cursor: pointer;
}

.voice__button::after {
  content: "";

  display: block;

  width: 14px;
  height: 14px;

  margin: auto;

  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.voice__button--prev::after {
  transform: rotate(-135deg);
}

.voice__button--next::after {
  transform: rotate(45deg);
}

/* =====================================
   pagination
===================================== */

.voice__pagination {
  position: absolute;

  left: 50%;
  bottom: 0;

  transform: translateX(-50%);

  width: auto;

  z-index: 20;
}

.section--voice .voice__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;

  margin: 0 10px !important;

  background: #d9d5d1;

  opacity: 1;
}

.section--voice .voice__pagination .swiper-pagination-bullet-active {
  background: #d84c48;
}

@media (max-width: 768px) {

  .voice__heading-wrap {
    margin-bottom: 36px;
  }

  .voice__lead br,
  .voice-card__text br {
    display: none;
  }

  .voice__slider-area {
    display: block;
    padding-bottom: 60px;
  }

  .voice__button {
    display: none;
  }

  .voice-card {
    min-height: 560px;
  }

  .voice__pagination {
    bottom: 0;
  }

  .section--voice .voice__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
  }

}

/* === inspector overrides === */
/* 検証モードで変更：2026/5/28 14:36:12 */
.tpl-scope-manual-sec-1779941599830-i7oow .swiper-slide.card.voice-card.swiper-slide-active {
  display: grid !important;
}
.tpl-scope-manual-sec-1779941599830-i7oow img {
  display: inline-grid !important;
}

/* === end inspector overrides === */

/* style.css */
.section--access {
  --section-pt: 44px;
  --section-pb: 40px;
  --heading-mt: 12px;
  --heading-mb: 14px;
  background: #f8f4ed;
  color: #262626;
}

.section--access .section__heading {
  text-align: center;
}

.access__header {
  text-align: center;
  margin-bottom: 28px;
}

.access__eyebrow {
  display: block;
  color: #d71920;
}

.access__divider {
  display: block;
  width: 54px;
  height: 2px;
  margin: 0 auto 20px;
  background: #d71920;
}

.access__intro {
  margin: 0;
}

.access__panel {
  display: grid;
  grid-template-columns: 0.49fr 1fr;
  gap: 30px;
  padding: 22px 22px 24px 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(217, 207, 195, 0.7);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(80, 55, 30, 0.08);
}

.access__info {
  display: flex;
  flex-direction: column;
}

.access__row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #ded8d0;
}

.access__row:first-child {
  padding-top: 8px;
}

.access__icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #f2e7df;
  color: #d71920;
  font-size: 36px;
}

.access__label {
  display: inline-block;
  margin-bottom: 10px;
  color: #d71920;
  font-weight: 700;
}

.access__text p {margin: 0}

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

.access__map-link {
  display: grid;
  grid-template-columns: 34px 1fr 28px;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  padding: 14px 28px;
  border: 1px solid #d71920;
  border-radius: 4px;
  color: #d71920;
  background: #fff;
  text-decoration: none;
}

.access__map-link .material-symbols-outlined {
  font-size: 30px;
}

.access__map {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  border-radius: 8px;
  background:
    linear-gradient(24deg, transparent 0 47%, rgba(126, 126, 126, 0.55) 48% 50%, transparent 51%),
    repeating-linear-gradient(78deg, transparent 0 56px, rgba(255,255,255,0.95) 57px 67px, transparent 68px 134px),
    repeating-linear-gradient(-13deg, transparent 0 52px, rgba(255,255,255,0.95) 53px 63px, transparent 64px 126px),
    #eee7d9;
}

.access__map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(248, 244, 237, 0.35);
}

.access__map-card {
  position: absolute;
  z-index: 2;
  top: 126px;
  left: 34%;
  padding: 18px 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.16);
  text-align: center;
}

.access__pin {
  position: absolute;
  z-index: 3;
  top: 225px;
  left: 43%;
  color: #cc2028;
  font-size: 84px;
}

.access__station {
  position: absolute;
  z-index: 2;
  left: 49%;
  bottom: 190px;
  padding: 12px 18px;
  border-radius: 4px;
  background: rgba(79, 75, 68, 0.78);
  color: #fff;
}

.access__exit {
  position: absolute;
  z-index: 2;
  left: 41%;
  bottom: 230px;
  padding: 5px 14px;
  background: #fff;
}

.access__metro {
  position: absolute;
  z-index: 2;
  left: 48%;
  bottom: 66px;
  padding: 12px 18px;
  border-radius: 6px;
  background: rgba(168, 127, 58, 0.8);
  color: #fff;
}

.access__road {
  position: absolute;
  z-index: 1;
  background: rgba(255,255,255,0.95);
}

.access__road--one {
  width: 120%;
  height: 34px;
  left: -10%;
  bottom: 255px;
  transform: rotate(-16deg);
}

.access__road--two {
  width: 38px;
  height: 120%;
  right: 9%;
  top: -8%;
  transform: rotate(-13deg);
}

.access__rail {
  position: absolute;
  z-index: 1;
  width: 130%;
  height: 8px;
  left: -14%;
  bottom: 205px;
  background: repeating-linear-gradient(90deg, #8b8b8b 0 38px, #fff 38px 50px);
  transform: rotate(-16deg);
}

.access__shop-image {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 20px;
  width: 280px;
  aspect-ratio: 360 / 250;
  object-fit: cover;
  display: block;
  border: 10px solid #fff;
  border-radius: 14px;
}

.access__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 12px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(217, 207, 195, 0.7);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(80, 55, 30, 0.04);
}

.access__notice .material-symbols-outlined {
  color: #d71920;
  font-size: 30px;
}

.access__notice p {margin: 0}

@media (max-width: 768px) {
  .access__panel {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .access__row {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .access__icon {
    width: 52px;
    height: 52px;
    font-size: 30px;
  }

  .access__map {
    min-height: 430px;
  }

  .access__shop-image {
    width: 180px;
    right: 12px;
    bottom: 14px;
  }

  .access__map-card {
    left: 18%;
  }

  .access__pin {
    left: 39%;
  }

  .access__notice {
    align-items: flex-start;
  }
}
/* AI編集: 2026/6/4 11:02:03 */
.tpl-scope-manual-sec-1779941628068-imkjb .access__map { width: 100% !important; height: 100% !important; }

/* AI編集: 2026/6/4 11:02:49 */
.tpl-scope-manual-sec-1779941628068-imkjb .access__map iframe {width: 100% !important;height: 100% !important;position: absolute !important;top: 0 !important;left: 0 !important;}

.section--faq {
  position: relative;
  overflow: hidden;
  background-color: #f8f5f0;
  --section-pt: 42px;
  --section-pb: 80px;
  --list-gap: 10px;
}

.section--faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://picsum.photos/seed/wine-faq-bg-visible/1920/1080");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.section--faq .section__inner {
  position: relative;
  z-index: 1;
}

.faq__heading-wrap {
  margin: 0 auto 54px;
  text-align: center;
}

.section--faq .section__heading {
  color: #202020;
}

.faq__label {
  color: #b5362b;
  margin-bottom: 12px;
}

.faq__heading-line {
  width: 58px;
  height: 2px;
  background: #b5362b;
  margin: 0 auto 28px;
}

.faq__description {
  color: #333;
}

.faq__item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e7ddd5;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding-inline: 26px;
}

.faq__question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  cursor: pointer;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::marker,
.faq__item::marker {
  display: none;
  content: "";
}

.faq__item,
.faq__item > summary {
  list-style: none;
}

.faq__question::after {
  content: "+";
  color: #b5362b;
  font-size: 42px;
  line-height: 1;
  font-weight: 200;
}

.faq__item[open] .faq__question::after {
  content: "−";
}

.faq__question-left {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-right: 20px;
}

.faq__qmark {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #f7f0ea;
  color: #b5362b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 25px;
}

.faq__question-text--active {
  color: #b5362b;
}

.faq__answer {
  padding: 0 0 18px 72px;
}

.faq__answer p {margin: 0 0 14px;
  color: #333}

.faq__answer p:last-child {margin-bottom: 0}

.faq__bottom {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 54px;
}

.faq__bottom-line {
  flex: 1;
  height: 1px;
  background: #d7a49b;
}

.faq__bottom-message {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.faq__bottom-icon {
  color: #b5362b;
  font-size: 34px;
}

.faq__bottom-message p {color: #2f2f2f;
  white-space: nowrap}

@media (max-width: 768px) {
  .section--faq {
    --section-pt: 30px;
    --section-pb: 48px;
  }

  .faq__heading-wrap {
    margin-bottom: 36px;
  }

  .faq__description br {
    display: none;
  }

  .faq__item {
    padding-inline: 18px;
    border-radius: 14px;
  }

  .faq__question {
    min-height: 64px;
    align-items: flex-start;
    padding-top: 10px;
  }

  .faq__question-left {
    gap: 14px;
    align-items: flex-start;
  }

  .faq__qmark {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }

  .faq__question::after {
    font-size: 34px;
  }

  .faq__answer {
    padding-left: 56px;
    padding-bottom: 12px;
  }

  .faq__bottom {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }

  .faq__bottom-line {
    width: 100%;
  }

  .faq__bottom-message {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .faq__bottom-message p {white-space: normal}
}
.section--reserve {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(93, 0, 0, 0.95) 0%,
    rgba(70, 0, 0, 0.88) 48%,
    rgba(18, 8, 6, 0.82) 100%
  );
}

.section--reserve .section__inner {
  position: relative;
  z-index: 2;
  min-height: 1000px;
  display: flex;
  align-items: center;
}

.reserve__bg {
  position: absolute;
  inset: 0;
}

.reserve__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(101, 0, 0, 0.92) 0%,
      rgba(101, 0, 0, 0.88) 40%,
      rgba(0, 0, 0, 0.35) 100%
    );
}

.reserve__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.reserve__content {
  position: relative;
  width: 58%;
  padding-top: 40px;
}

.reserve__label-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.reserve__label-line {
  width: 110px;
  height: 1px;
  background: #c9a15c;
}

.reserve__label {
  color: #d9b56d;
  letter-spacing: 0.32em;
  margin: 0;
}

.reserve__heading {
  color: #ffffff;
  margin-bottom: 38px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.reserve__lead {
  margin-bottom: 70px;
}

.reserve__lead p {color: #ffffff;
  margin: 0 0 18px}

.reserve__feature-grid {
  margin-bottom: 62px;
}

.reserve__feature-card {
  position: relative;
  background: transparent;
  border-right: 1px solid rgba(214, 171, 91, 0.7);
  text-align: center;
}

.reserve__feature-card--last {
  border-right: none;
}

.reserve__feature-icon {
  display: block;
  margin-bottom: 24px;
  color: #d7ab5b;
  font-size: 72px;
}

.reserve__feature-title {
  color: #ffffff;
  margin: 0 0 20px;
}

.reserve__feature-text {
  color: #ffffff;
  opacity: 0.92;
  margin: 0;
}

.reserve__cta-wrap {
  margin-bottom: 55px;
}

.reserve__cta-button {
  width: 100%;
  max-width: 980px;
  min-height: 128px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    #e6c27a 0%,
    #c9984d 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 54px;
  text-decoration: none;
  box-shadow:
    0 10px 35px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.reserve__cta-icon,
.reserve__cta-arrow {
  color: #4d1200;
  font-size: 64px;
}

.reserve__cta-text {
  color: #4d1200;
  font-size: clamp(32px, 4vw, 58px);
  letter-spacing: 0.02em;
}

.reserve__contact {
  margin-bottom: 48px;
}

.reserve__contact-text {
  color: #ffffff;
  margin-bottom: 32px;
}

.reserve__phone-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #ffffff;
}

.reserve__phone-icon {
  color: #d7ab5b;
  font-size: 58px;
}

.reserve__phone-number {
  font-size: clamp(40px, 3vw, 66px);
  line-height: 1;
}

.reserve__phone-time {
  font-size: 22px;
}

.reserve__bottom-line {
  width: 100%;
  max-width: 980px;
  height: 1px;
  background: rgba(216, 169, 84, 0.75);
}

.reserve__access-badge {
  position: absolute;
  right: 70px;
  bottom: 70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(215, 171, 91, 0.8);
  background: rgba(42, 10, 5, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reserve__access-station {
  color: #d7ab5b;
  margin: 0 0 14px;
}

.reserve__access-time {
  color: #d7ab5b;
  margin: 0;
  position: relative;
}

.reserve__access-time::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(215, 171, 91, 0.7);
  margin: 18px auto 0;
}

.reserve__glass-logo {
  position: absolute;
  top: 120px;
  right: 150px;
  text-align: center;
  color: #c88f3a;
}

.reserve__glass-icon {
  margin: 0 0 6px;
  font-size: 30px;
}

.reserve__glass-name {
  margin: 0 0 6px;
  font-size: clamp(28px, 2vw, 44px);
  letter-spacing: 0.02em;
}

.reserve__glass-sub {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.18em;
}

@media (max-width: 768px) {

  .section--reserve .section__inner {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .reserve__content {
    width: 100%;
  }

  .reserve__label-wrap {
    justify-content: center;
    margin-bottom: 24px;
  }

  .reserve__label-line {
    width: 60px;
  }

  .reserve__heading {
    text-align: center;
    margin-bottom: 28px;
  }

  .reserve__lead {
    margin-bottom: 40px;
    text-align: center;
  }

  .reserve__lead p {margin-bottom: 14px}

  .reserve__feature-grid {
    margin-bottom: 40px;
  }

  .reserve__feature-card {
    border-right: none;
    border-bottom: 1px solid rgba(214, 171, 91, 0.5);
  }

  .reserve__feature-card--last {
    border-bottom: none;
  }

  .reserve__feature-icon {
    font-size: 56px;
  }

  .reserve__cta-wrap {
    margin-bottom: 36px;
  }

  .reserve__cta-button {
    min-height: 92px;
    padding: 24px;
    border-radius: 14px;
  }

  .reserve__cta-icon,
  .reserve__cta-arrow {
    font-size: 34px;
  }

  .reserve__cta-text {
    font-size: clamp(22px, 5vw, 34px);
  }

  .reserve__contact {
    text-align: center;
  }

  .reserve__contact-text {
    margin-bottom: 22px;
  }

  .reserve__phone-link {
    flex-direction: column;
    gap: 14px;
  }

  .reserve__phone-icon {
    font-size: 42px;
  }

  .reserve__phone-number {
    font-size: clamp(32px, 8vw, 46px);
  }

  .reserve__phone-time {
    font-size: 16px;
  }

  .reserve__bottom-line {
    max-width: 100%;
  }

  .reserve__access-badge {
    position: static;
    margin: 50px auto 0;
    width: 170px;
    height: 170px;
  }

  .reserve__glass-logo {
    top: 40px;
    right: 20px;
  }
}

:root {
  --lp-primary: #3B82F6;
  --lp-primary-dark: #1b6bef;
  --lp-primary-light: #5792f3;
  --lp-primary-50: #f4f6f9;
  --lp-primary-100: #e7edf6;
  --lp-primary-200: #cedcf2;
  --lp-primary-300: #acc6ef;
  --lp-primary-400: #83acef;
  --lp-primary-500: #5792f3;
  --lp-primary-600: #3B82F6;
  --lp-primary-700: #1b6bef;
  --lp-primary-800: #1659c6;
  --lp-primary-900: #1a4997;
  --lp-accent: #3B82F6;
  --lp-accent-dark: #1b6bef;
  --lp-accent-light: #5792f3;
  --lp-accent-50: #f4f6f9;
  --lp-accent-100: #e7edf6;
  --lp-accent-200: #cedcf2;
  --lp-accent-500: #5792f3;
  --lp-accent-600: #3B82F6;
  --lp-accent-700: #1b6bef;
  --lp-base: #ffffff;
  --lp-base-dark: #f8fafc;
  --lp-base-100: #f1f5f9;
  --lp-base-200: #e2e8f0;
  --lp-base-500: #64748b;
}
/* 背景色 */
.bg-indigo-50{background-color:#f4f6f9!important}
.bg-indigo-100{background-color:#e7edf6!important}
.bg-indigo-200{background-color:#cedcf2!important}
.bg-indigo-300{background-color:#acc6ef!important}
.bg-indigo-400{background-color:#83acef!important}
.bg-indigo-500{background-color:#5792f3!important}
.bg-indigo-600{background-color:#3B82F6!important}
.bg-indigo-700{background-color:#1b6bef!important}
.bg-indigo-800{background-color:#1659c6!important}
.bg-indigo-900{background-color:#1a4997!important}
/* テキスト色 */
.text-indigo-50{color:#f4f6f9!important}
.text-indigo-100{color:#e7edf6!important}
.text-indigo-200{color:#cedcf2!important}
.text-indigo-300{color:#acc6ef!important}
.text-indigo-400{color:#83acef!important}
.text-indigo-500{color:#5792f3!important}
.text-indigo-600{color:#3B82F6!important}
.text-indigo-700{color:#1b6bef!important}
/* ボーダー色 */
.border-indigo-100{border-color:#e7edf6!important}
.border-indigo-200{border-color:#cedcf2!important}
.border-indigo-500{border-color:#5792f3!important}
.border-indigo-600{border-color:#3B82F6!important}
/* ホバー */
.hover\:bg-indigo-600:hover{background-color:#3B82F6!important}
.hover\:bg-indigo-700:hover{background-color:#1b6bef!important}
.hover\:text-indigo-500:hover{color:#5792f3!important}
.hover\:text-indigo-600:hover{color:#3B82F6!important}
.hover\:border-indigo-100:hover{border-color:#e7edf6!important}
.hover\:border-indigo-200:hover{border-color:#cedcf2!important}
.group:hover .group-hover\:text-indigo-600{color:#3B82F6!important}
/* グラデーション from */
.from-indigo-50{--tw-gradient-from:#f4f6f9!important}
.from-indigo-100{--tw-gradient-from:#e7edf6!important}
.from-indigo-200{--tw-gradient-from:#cedcf2!important}
.from-indigo-300{--tw-gradient-from:#acc6ef!important}
.from-indigo-400{--tw-gradient-from:#83acef!important}
.from-indigo-900\/20{--tw-gradient-from:rgba(26,73,151,0.2)!important}
/* グラデーション to/via (purple→プライマリー系) */
.to-purple-50{--tw-gradient-to:#f4f5f9!important}
.to-purple-100{--tw-gradient-to:#e7e9f6!important}
.to-purple-200{--tw-gradient-to:#ced3f2!important}
.to-purple-400{--tw-gradient-to:#8391ef!important}
.to-purple-500{--tw-gradient-to:#576bf3!important}
.to-purple-900\/20{--tw-gradient-to:rgba(26,73,151,0.2)!important}
.via-purple-200{--tw-gradient-via:#ced3f2!important}
.via-purple-50{--tw-gradient-via:#f4f5f9!important}
.to-pink-100{--tw-gradient-to:#e9e7f6!important}
.to-pink-200{--tw-gradient-to:#d2cef2!important}
