: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-mobile-hero-bare-image .lpc-hero-bare {position: relative;
  width: 100%;
  margin: 0;
  padding: 0}
.lpc-hero-bare img {display: block;
  width: 100%;
  height: auto}
.lpc-hero-bare__overlay {position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none}
.lpc-hero-bare .lpc-hero-bare__overlay img {display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center}
/* スライドの重ね方・フェードは共通ランタイム側 (SLIDER_BASE_CSS) が持つ。
   ここに書くと、 CSS スナップショットが古い既存セクションで当たらず縦並びになる
   (公開ページは HTML=最新テンプレ / CSS=スナップショット優先 で参照元が違うため)。 */
/* =========================
  SECTION
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news {
  position: relative;
  width: 100%;
  padding-block: var(--section-padding-y);
  background: var(--color-background-sub);
  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__inner {
  position: relative;
}

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

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__header {
  margin-bottom: var(--heading-lead-gap);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title {
  margin-bottom: var(--space-md);
  text-align: left;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title-line {
  display: block;
  width: 4.5rem;
  height: 1px;
  background: var(--color-accent);
}

/* =========================
  INTRO
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__intro {
  margin: 0 0 var(--heading-content-gap);
  color: var(--color-text);
  text-align: left;
  white-space: pre-line;
}

/* =========================
  SLIDER
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slide {
  height: auto;
}

/* =========================
  CARD
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--color-surface);
  border: var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-card);
}

/* =========================
  CARD MEDIA
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-media {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 8 / 7;
  background: var(--color-background);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
  CARD BODY
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--card-padding);
}

/* =========================
  CARD META
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid var(--color-border);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-tag {
  display: inline-flex;
  align-items: center;
  padding: var(--space-xs) var(--space-sm);
  background: var(--color-background-sub);
  border: var(--card-border);
  border-radius: var(--card-radius);
  color: var(--color-accent);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-date {
  flex: 0 0 auto;
  color: var(--color-accent);
}

/* =========================
  CARD TEXT
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-text {
  display: -webkit-box;
  flex: 1;
  margin: var(--space-md) 0;
  overflow: hidden;
  color: var(--color-text);
  text-align: left;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* =========================
  CARD LINK
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-selflink {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-xs);
  margin-top: auto;
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border);
  color: var(--color-accent);
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-label {
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-arrow {
  flex: 0 0 auto;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1;
}

/* =========================
  CARD HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link {
    transition: opacity 0.2s ease;
  }

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link:hover {
    opacity: 0.7;
  }

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-selflink {
    transition: opacity 0.2s ease;
  }

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-selflink:hover {
    opacity: 0.8;
  }
}

/* =========================
  NAVIGATION
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: grid;
  width: 43px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0;
  padding: 0;
  background: var(--color-surface);
  border: var(--card-border);
  border-radius: 50%;
  box-shadow: var(--shadow-card);
  color: var(--color-accent);
  cursor: pointer;
  transform: translateY(-50%);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav--prev {
  left: 0;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav--next {
  right: 0;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav-icon {
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav::after {
  content: none;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav {
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav:hover {
    background: var(--color-accent);
    color: var(--color-surface);
  }
}

/* =========================
  PAGINATION
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-md);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  background: var(--color-border);
  opacity: 1;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination .swiper-pagination-bullet-active {
  background: var(--color-accent);
}

/* =========================
  MORE BUTTON
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--card-gap);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-arrow {
  flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 1;
}

/*--mobile--*/
/* =========================
  SECTION
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news {
  position: relative;
  width: 100%;
  padding-block: var(--section-padding-y);
  background: var(--color-background-sub);
  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__inner {
  position: relative;
}

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

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__header {
  margin-bottom: var(--heading-lead-gap);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title {
  margin-bottom: var(--space-md);
  text-align: left;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title-line {
  display: block;
  width: 4.5rem;
  height: 1px;
  background: var(--color-accent);
}

/* =========================
  INTRO
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__intro {
  margin: 0 0 var(--heading-content-gap);
  color: var(--color-text);
  text-align: left;
  white-space: pre-line;
}

/* =========================
  SLIDER
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slide {
  height: auto;
}

/* =========================
  CARD
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--color-surface);
  border: var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-card);
}

/* =========================
  CARD MEDIA
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-media {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 8 / 7;
  background: var(--color-background);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
  CARD BODY
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--card-padding);
}

/* =========================
  CARD META
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid var(--color-border);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-tag {
  display: inline-flex;
  align-items: center;
  padding: var(--space-xs) var(--space-sm);
  background: var(--color-background-sub);
  border: var(--card-border);
  border-radius: var(--card-radius);
  color: var(--color-accent);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-date {
  flex: 0 0 auto;
  color: var(--color-accent);
}

/* =========================
  CARD TEXT
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-text {
  display: -webkit-box;
  flex: 1;
  margin: var(--space-md) 0;
  overflow: hidden;
  color: var(--color-text);
  text-align: left;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* =========================
  CARD LINK
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-selflink {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-xs);
  margin-top: auto;
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border);
  color: var(--color-accent);
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-label {
  color: inherit;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-arrow {
  flex: 0 0 auto;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1;
}

/* =========================
  CARD HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link {
    transition: opacity 0.2s ease;
  }

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link:hover {
    opacity: 0.7;
  }

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-selflink {
    transition: opacity 0.2s ease;
  }

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-selflink:hover {
    opacity: 0.8;
  }
}

/* =========================
  NAVIGATION
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: grid;
  width: 43px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0;
  padding: 0;
  background: var(--color-surface);
  border: var(--card-border);
  border-radius: 50%;
  box-shadow: var(--shadow-card);
  color: var(--color-accent);
  cursor: pointer;
  transform: translateY(-50%);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav--prev {
  left: 0;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav--next {
  right: 0;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav-icon {
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav::after {
  content: none;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav {
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav:hover {
    background: var(--color-accent);
    color: var(--color-surface);
  }
}

/* =========================
  PAGINATION
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-md);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  background: var(--color-border);
  opacity: 1;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination .swiper-pagination-bullet-active {
  background: var(--color-accent);
}

/* =========================
  MORE BUTTON
========================= */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--card-gap);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-arrow {
  flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 1;
}

/* =========================
  SECTION
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery {
  position: relative;

  width: 100%;

  padding-block: var(--section-padding-y);

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__inner {
  position: relative;
}

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

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__header {
  margin-bottom: var(--heading-lead-gap);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  INTRO
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__intro {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  SLIDER
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider {
  position: relative;

  width: 100%;

  overflow: hidden;

  text-align: left;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slide {
  height: auto;
}

/* =========================
  CARD
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card {
  display: block;

  height: 100%;

  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: inherit;

  text-decoration: none;
}

/* =========================
  CARD MEDIA
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-media {
  width: 100%;
  height: 100%;

  overflow: hidden;

  aspect-ratio: 8 / 7;

  background: var(--color-background);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================
  CARD HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card {
    transition: opacity 0.2s ease;
  }

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card:hover {
    opacity: 0.8;
  }
}

/* =========================
  NAVIGATION
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav {
  position: absolute;

  top: 50%;

  z-index: 10;

  display: grid;

  width: 2.575rem;

  aspect-ratio: 1;

  place-items: center;

  margin: 0;
  padding: 0;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: 50%;

  box-shadow: var(--shadow-card);

  color: var(--color-accent);

  cursor: pointer;

  transform: translateY(-50%);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav--prev {
  left: 0;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav--next {
  right: 0;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav-icon {
  color: inherit;

  font-size: 1.5rem;

  line-height: 1;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav::after {
  content: none;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav {
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav:hover {
    background: var(--color-accent);

    color: var(--color-surface);
  }
}

/* =========================
  PAGINATION
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination {
  position: static;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  margin-top: var(--space-md);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;

  margin: 0;

  background: var(--color-border);

  opacity: 1;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination .swiper-pagination-bullet-active {
  background: var(--color-accent);
}

/* =========================
  MORE BUTTON
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__more-wrap {
  display: flex;

  justify-content: center;

  margin-top: var(--card-gap);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__more {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  text-decoration: none;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__more-arrow {
  flex: 0 0 auto;

  font-size: 1.25rem;

  line-height: 1;
}

/* =========================
  NOTE
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note {
  margin: var(--space-md) 0 0;

  color: var(--color-text);

  text-align: center;
}
/*--mobile--*/
/* =========================
  SECTION
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery {
  position: relative;

  width: 100%;

  padding-block: var(--section-padding-y);

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__inner {
  position: relative;
}

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

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__header {
  margin-bottom: var(--heading-lead-gap);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  INTRO
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__intro {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  SLIDER
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slider {
  position: relative;

  width: 100%;

  overflow: hidden;

  text-align: left;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__slide {
  height: auto;
}

/* =========================
  CARD
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card {
  display: block;

  height: 100%;

  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: inherit;

  text-decoration: none;
}

/* =========================
  CARD MEDIA
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-media {
  width: 100%;
  height: 100%;

  overflow: hidden;

  aspect-ratio: 8 / 7;

  background: var(--color-background);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card-image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================
  CARD HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card {
    transition: opacity 0.2s ease;
  }

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__card:hover {
    opacity: 0.8;
  }
}

/* =========================
  NAVIGATION
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav {
  position: absolute;

  top: 50%;

  z-index: 10;

  display: grid;

  width: 2.575rem;

  aspect-ratio: 1;

  place-items: center;

  margin: 0;
  padding: 0;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: 50%;

  box-shadow: var(--shadow-card);

  color: var(--color-accent);

  cursor: pointer;

  transform: translateY(-50%);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav--prev {
  left: 0;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav--next {
  right: 0;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav-icon {
  color: inherit;

  font-size: 1.5rem;

  line-height: 1;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav::after {
  content: none;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav {
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__nav:hover {
    background: var(--color-accent);

    color: var(--color-surface);
  }
}

/* =========================
  PAGINATION
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination {
  position: static;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  margin-top: var(--space-md);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;

  margin: 0;

  background: var(--color-border);

  opacity: 1;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__pagination .swiper-pagination-bullet-active {
  background: var(--color-accent);
}

/* =========================
  MORE BUTTON
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__more-wrap {
  display: flex;

  justify-content: center;

  margin-top: var(--card-gap);
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__more {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  text-decoration: none;
}

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__more-arrow {
  flex: 0 0 auto;

  font-size: 1.25rem;

  line-height: 1;
}

/* =========================
  NOTE
========================= */

.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note {
  margin: var(--space-md) 0 0;

  color: var(--color-text);

  text-align: center;
}
/* =========================
  SECTION
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials {
  position: relative;

  width: 100%;

  padding-block: var(--section-padding-y);

  overflow: hidden;

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__inner {
  position: relative;
}

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

.tpl-scope-testimonials-mobile-stack .section--testimonials__header {
  margin-bottom: var(--heading-lead-gap);
}

.tpl-scope-testimonials-mobile-stack .section--testimonials__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  LIST
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__list {
  display: grid;

  gap: var(--card-gap);
}

/* =========================
  CARD
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__card {
  display: flex;

  min-width: 0;

  margin: 0;

  padding: var(--space-lg);

  flex-direction: column;

  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: var(--color-text);
}

/* =========================
  RATING
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__rating {
  display: flex;

  align-items: center;

  gap: 0.125rem;

  color: var(--color-accent);

  font-size: 0.875rem;

  line-height: 1;
}

/* =========================
  TEXT
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__text {
  margin: var(--space-md) 0;

  color: var(--color-text);

  overflow-wrap: anywhere;
}

/* =========================
  PROFILE
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__profile {
  display: flex;

  align-items: center;

  gap: var(--space-sm);

  margin-top: auto;

  padding-top: var(--space-md);

  border-top: 1px solid var(--color-border);
}

/* =========================
  AVATAR
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__avatar {
  display: inline-flex;

  flex: 0 0 2.5rem;

  width: 2.5rem;

  aspect-ratio: 1;

  align-items: center;
  justify-content: center;

  background: var(--color-accent);

  border-radius: 50%;

  color: var(--color-surface);

  font-size: 0.8125rem;
  font-weight: 700;

  line-height: 1;
}

/* =========================
  NAME
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__name {
  min-width: 0;

  color: var(--color-text);

  font-size: 0.8125rem;
  font-weight: 700;

  line-height: 1.5;

  overflow-wrap: anywhere;
}

/* =========================
  CARD HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-testimonials-mobile-stack .section--testimonials__card {
    transition: opacity 0.2s ease;
  }

.tpl-scope-testimonials-mobile-stack .section--testimonials__card:hover {
    opacity: 0.8;
  }
}

/*--mobile--*/
/* =========================
  SECTION
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials {
  position: relative;

  width: 100%;

  padding-block: var(--section-padding-y);

  overflow: hidden;

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__inner {
  position: relative;
}

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

.tpl-scope-testimonials-mobile-stack .section--testimonials__header {
  margin-bottom: var(--heading-lead-gap);
}

.tpl-scope-testimonials-mobile-stack .section--testimonials__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  LIST
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__list {
  display: grid;

  gap: var(--card-gap);
}

/* =========================
  CARD
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__card {
  display: flex;

  min-width: 0;

  margin: 0;

  padding: var(--space-lg);

  flex-direction: column;

  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: var(--color-text);
}

/* =========================
  RATING
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__rating {
  display: flex;

  align-items: center;

  gap: 0.125rem;

  color: var(--color-accent);

  font-size: 0.875rem;

  line-height: 1;
}

/* =========================
  TEXT
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__text {
  margin: var(--space-md) 0;

  color: var(--color-text);

  overflow-wrap: anywhere;
}

/* =========================
  PROFILE
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__profile {
  display: flex;

  align-items: center;

  gap: var(--space-sm);

  margin-top: auto;

  padding-top: var(--space-md);

  border-top: 1px solid var(--color-border);
}

/* =========================
  AVATAR
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__avatar {
  display: inline-flex;

  flex: 0 0 2.5rem;

  width: 2.5rem;

  aspect-ratio: 1;

  align-items: center;
  justify-content: center;

  background: var(--color-accent);

  border-radius: 50%;

  color: var(--color-surface);

  font-size: 0.8125rem;
  font-weight: 700;

  line-height: 1;
}

/* =========================
  NAME
========================= */

.tpl-scope-testimonials-mobile-stack .section--testimonials__name {
  min-width: 0;

  color: var(--color-text);

  font-size: 0.8125rem;
  font-weight: 700;

  line-height: 1.5;

  overflow-wrap: anywhere;
}

/* =========================
  CARD HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-testimonials-mobile-stack .section--testimonials__card {
    transition: opacity 0.2s ease;
  }

.tpl-scope-testimonials-mobile-stack .section--testimonials__card:hover {
    opacity: 0.8;
  }
}

/* =========================
  SECTION
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq {
  position: relative;

  width: 100%;

  padding-block: var(--section-padding-y);

  overflow: hidden;

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__inner {
  position: relative;
}

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

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  EYEBROW
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  text-align: left;
}

/* =========================
  TITLE
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  LIST
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
  display: flex;

  flex-direction: column;

  gap: var(--card-gap);
}

/* =========================
  ITEM
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item {
  min-width: 0;

  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: var(--color-text);
}

/* =========================
  QUESTION
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
  display: flex;

  min-width: 0;

  align-items: center;

  gap: var(--space-md);

  padding: var(--space-lg);

  background: var(--color-surface);

  color: var(--color-text);

  cursor: pointer;

  list-style: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::-webkit-details-marker {
  display: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::marker {
  content: "";
}

/* =========================
  BADGE
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
  display: inline-flex;

  flex: 0 0 2.5rem;

  width: 2.5rem;

  aspect-ratio: 1;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  font-size: 0.8125rem;
  font-weight: 700;

  line-height: 1;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--question {
  background: var(--color-accent);

  color: var(--color-surface);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--answer {
  background: var(--color-background-sub);

  color: var(--color-accent);
}

/* =========================
  QUESTION TEXT
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
  min-width: 0;

  flex: 1 1 auto;

  color: var(--color-text);

  font-weight: 700;

  line-height: 1.5;

  overflow-wrap: anywhere;
}

/* =========================
  TOGGLE
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle {
  position: relative;

  flex: 0 0 1.25rem;

  width: 1.25rem;
  height: 1.25rem;
}

.section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  position: absolute;

  top: 50%;
  left: 50%;

  background: var(--color-accent);

  content: "";

  transform: translate(-50%, -50%);

  transition: opacity 0.2s ease;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::before {
  width: 1rem;
  height: 1px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  width: 1px;
  height: 1rem;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__toggle::after {
  opacity: 0;
}

/* =========================
  ANSWER
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
  display: flex;

  min-width: 0;

  align-items: flex-start;

  gap: var(--space-md);

  margin: 0 var(--space-lg);

  padding: var(--space-md) 0 var(--space-lg);

  border-top: 1px solid var(--color-border);
}

/* =========================
  ANSWER TEXT
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text {
  min-width: 0;

  flex: 1 1 auto;

  margin: 0;

  color: var(--color-text);

  overflow-wrap: anywhere;

  white-space: pre-line;
}

/* =========================
  HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
    transition: opacity 0.2s ease;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:hover {
    opacity: 0.8;
  }
}

/*--mobile--*/
/* =========================
  SECTION
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq {
  position: relative;

  width: 100%;

  padding-block: var(--section-padding-y);

  overflow: hidden;

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__inner {
  position: relative;
}

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

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  EYEBROW
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  text-align: left;
}

/* =========================
  TITLE
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  LIST
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
  display: flex;

  flex-direction: column;

  gap: var(--card-gap);
}

/* =========================
  ITEM
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item {
  min-width: 0;

  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: var(--color-text);
}

/* =========================
  QUESTION
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
  display: flex;

  min-width: 0;

  align-items: center;

  gap: var(--space-md);

  padding: var(--space-lg);

  background: var(--color-surface);

  color: var(--color-text);

  cursor: pointer;

  list-style: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::-webkit-details-marker {
  display: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::marker {
  content: "";
}

/* =========================
  BADGE
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
  display: inline-flex;

  flex: 0 0 2.5rem;

  width: 2.5rem;

  aspect-ratio: 1;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  font-size: 0.8125rem;
  font-weight: 700;

  line-height: 1;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--question {
  background: var(--color-accent);

  color: var(--color-surface);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--answer {
  background: var(--color-background-sub);

  color: var(--color-accent);
}

/* =========================
  QUESTION TEXT
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
  min-width: 0;

  flex: 1 1 auto;

  color: var(--color-text);

  font-weight: 700;

  line-height: 1.5;

  overflow-wrap: anywhere;
}

/* =========================
  TOGGLE
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle {
  position: relative;

  flex: 0 0 1.25rem;

  width: 1.25rem;
  height: 1.25rem;
}

.section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  position: absolute;

  top: 50%;
  left: 50%;

  background: var(--color-accent);

  content: "";

  transform: translate(-50%, -50%);

  transition: opacity 0.2s ease;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::before {
  width: 1rem;
  height: 1px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  width: 1px;
  height: 1rem;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__toggle::after {
  opacity: 0;
}

/* =========================
  ANSWER
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
  display: flex;

  min-width: 0;

  align-items: flex-start;

  gap: var(--space-md);

  margin: 0 var(--space-lg);

  padding: var(--space-md) 0 var(--space-lg);

  border-top: 1px solid var(--color-border);
}

/* =========================
  ANSWER TEXT
========================= */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text {
  min-width: 0;

  flex: 1 1 auto;

  margin: 0;

  color: var(--color-text);

  overflow-wrap: anywhere;

  white-space: pre-line;
}

/* =========================
  HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
    transition: opacity 0.2s ease;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:hover {
    opacity: 0.8;
  }
}

/* =========================
  SECTION
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding-block: var(--section-padding-y);
  padding-bottom: 0;

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__inner {
  position: relative;
}

/* =========================
  CONTACT
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__contact {
  position: relative;
}

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

.tpl-scope-cta-footer-mobile .section--ctafooter__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  TITLE
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  PHONE CARD
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone {
  max-width: 48rem;

  margin-inline: auto;

  padding: var(--space-lg);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: var(--color-text);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone[data-show="非表示"] {
  display: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-head {
  display: flex;

  min-width: 0;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);
}

/* =========================
  PHONE ICON
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-icon {
  display: inline-flex;

  flex: 0 0 3.5rem;

  width: 3.5rem;

  aspect-ratio: 1;

  align-items: center;
  justify-content: center;

  background: var(--color-background-sub);

  border-radius: 50%;

  color: var(--color-accent);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-icon svg {
  display: block;

  width: 1.75rem;
  height: 1.75rem;
}

/* =========================
  PHONE BODY
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-body {
  min-width: 0;

  text-align: center;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-label {
  margin: 0;

  color: var(--color-text);

  font-weight: 700;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number {
  display: block;

  margin-top: var(--space-sm);

  color: var(--color-accent);

  font-size: clamp(1.625rem, 5vw, 2.125rem);
  font-weight: 700;

  line-height: 1.2;

  text-decoration: none;

  overflow-wrap: anywhere;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-hours {
  margin: var(--space-sm) 0 0;

  color: var(--color-text);

  line-height: 1.5;
}

/* =========================
  PHONE BUTTON
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button {
  position: relative;

  display: flex;

  width: 100%;

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  margin-top: var(--space-lg);

  padding: var(--space-md) 3rem;

  background: var(--color-accent);

  border: 1px solid var(--color-accent);
  border-radius: var(--card-radius);

  color: var(--color-surface);

  font-weight: 700;

  line-height: 1.5;

  text-align: center;

  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-icon {
  display: inline-flex;

  flex: 0 0 1.25rem;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-icon svg {
  display: block;

  width: 1.25rem;
  height: 1.25rem;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-text {
  min-width: 0;
}

/* =========================
  ARROW
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__arrow {
  position: absolute;

  top: 50%;
  right: var(--space-md);

  width: 0.5rem;
  height: 0.5rem;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}

/* =========================
  RESERVE
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));

  gap: var(--card-gap);

  max-width: 48rem;

  margin: var(--card-gap) auto 0;

  padding: 0;

  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-item {
  min-width: 0;

  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-link {
  display: flex;

  min-width: 0;
  height: 100%;

  align-items: center;

  gap: var(--space-md);

  padding: var(--space-lg);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: var(--color-text);

  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-body {
  min-width: 0;

  flex: 1 1 auto;

  text-align: left;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-title {
  display: block;

  color: var(--color-text);

  font-weight: 700;

  line-height: 1.5;

  overflow-wrap: anywhere;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-sub {
  display: block;

  margin-top: var(--space-sm);

  color: var(--color-text);

  line-height: 1.5;

  overflow-wrap: anywhere;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-external {
  display: inline-flex;

  flex: 0 0 1rem;

  color: var(--color-accent);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-external svg {
  display: block;

  width: 1rem;
  height: 1rem;
}

/* =========================
  SNS
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns {
  width: 90%;

  margin-top: 2rem;

  padding: var(--space-lg);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  text-align: center;
}

/* =========================
  SNS TITLE
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);

  margin: 0;

  color: var(--color-text);

  font-weight: 700;

  line-height: 1.5;
}

.section--ctafooter__sns-title::before,
.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title::after {
  width: 100%;
  max-width: 4.5rem;
  height: 1px;

  background: var(--color-accent);

  content: "";
}

/* =========================
  SNS LIST
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);

  margin: var(--space-lg) 0 0;

  padding: 0;

  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list-item {
  flex: 0 0 auto;

  margin: 0;
  padding: 0;

  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list-item[data-show="非表示"] {
  display: none;
}

/* =========================
  SNS LINK
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-item {
  display: flex;

  width: 3rem;
  height: 3rem;

  align-items: center;
  justify-content: center;

  color: inherit;

  text-decoration: none;
}

/* =========================
  SNS ICON
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-icon {
  display: block;

  width: 3rem;
  height: 3rem;

  overflow: hidden;

  border-radius: 50%;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-icon svg {
  display: block;

  width: 100%;
  height: 100%;
}

/* =========================
  FOOTER
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__footer {
  margin-top: var(--card-gap);

  overflow: hidden;

  background: var(--color-text);

  color: var(--color-surface);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-nav {
  display: flex;

  flex-direction: column;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link {
  display: flex;

  min-width: 0;

  align-items: center;
  justify-content: space-between;

  gap: var(--space-md);

  padding: var(--space-md) var(--space-lg);

  border-bottom: 1px solid var(--color-border);

  color: var(--color-surface);

  line-height: 1.5;

  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-arrow {
  flex: 0 0 0.5rem;

  width: 0.5rem;
  height: 0.5rem;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: rotate(45deg);
}

/* =========================
  COPYRIGHT
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__copyright {
  margin: 0;

  padding: var(--space-lg);

  color: var(--color-surface);

  line-height: 1.5;

  text-align: center;
}

/* =========================
  HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
  .section--ctafooter__phone-number,
  .section--ctafooter__phone-button,
  .section--ctafooter__reserve-link,
  .section--ctafooter__sns-item,
.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link {
    transition:
      opacity 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number:hover {
    opacity: 0.8;
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button:hover {
    background: var(--color-surface);

    color: var(--color-accent);
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-link:hover {
    border-color: var(--color-accent);
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-item:hover {
    opacity: 0.8;
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link:hover {
    opacity: 0.8;
  }
}
/*--mobile--*/
/* =========================
  SECTION
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding-block: var(--section-padding-y);
  padding-bottom: 0;

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__inner {
  position: relative;
}

/* =========================
  CONTACT
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__contact {
  position: relative;
}

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

.tpl-scope-cta-footer-mobile .section--ctafooter__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  TITLE
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  PHONE CARD
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone {
  max-width: 48rem;

  margin-inline: auto;

  padding: var(--space-lg);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: var(--color-text);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone[data-show="非表示"] {
  display: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-head {
  display: flex;

  min-width: 0;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);
}

/* =========================
  PHONE ICON
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-icon {
  display: inline-flex;

  flex: 0 0 3.5rem;

  width: 3.5rem;

  aspect-ratio: 1;

  align-items: center;
  justify-content: center;

  background: var(--color-background-sub);

  border-radius: 50%;

  color: var(--color-accent);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-icon svg {
  display: block;

  width: 1.75rem;
  height: 1.75rem;
}

/* =========================
  PHONE BODY
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-body {
  min-width: 0;

  text-align: center;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-label {
  margin: 0;

  color: var(--color-text);

  font-weight: 700;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number {
  display: block;

  margin-top: var(--space-sm);

  color: var(--color-accent);

  font-size: clamp(1.625rem, 5vw, 2.125rem);
  font-weight: 700;

  line-height: 1.2;

  text-decoration: none;

  overflow-wrap: anywhere;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-hours {
  margin: var(--space-sm) 0 0;

  color: var(--color-text);

  line-height: 1.5;
}

/* =========================
  PHONE BUTTON
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button {
  position: relative;

  display: flex;

  width: 100%;

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  margin-top: var(--space-lg);

  padding: var(--space-md) 3rem;

  background: var(--color-accent);

  border: 1px solid var(--color-accent);
  border-radius: var(--card-radius);

  color: var(--color-surface);

  font-weight: 700;

  line-height: 1.5;

  text-align: center;

  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-icon {
  display: inline-flex;

  flex: 0 0 1.25rem;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-icon svg {
  display: block;

  width: 1.25rem;
  height: 1.25rem;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button-text {
  min-width: 0;
}

/* =========================
  ARROW
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__arrow {
  position: absolute;

  top: 50%;
  right: var(--space-md);

  width: 0.5rem;
  height: 0.5rem;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}

/* =========================
  RESERVE
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));

  gap: var(--card-gap);

  max-width: 48rem;

  margin: var(--card-gap) auto 0;

  padding: 0;

  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-item {
  min-width: 0;

  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-link {
  display: flex;

  min-width: 0;
  height: 100%;

  align-items: center;

  gap: var(--space-md);

  padding: var(--space-lg);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);

  color: var(--color-text);

  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-body {
  min-width: 0;

  flex: 1 1 auto;

  text-align: left;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-title {
  display: block;

  color: var(--color-text);

  font-weight: 700;

  line-height: 1.5;

  overflow-wrap: anywhere;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-sub {
  display: block;

  margin-top: var(--space-sm);

  color: var(--color-text);

  line-height: 1.5;

  overflow-wrap: anywhere;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-external {
  display: inline-flex;

  flex: 0 0 1rem;

  color: var(--color-accent);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-external svg {
  display: block;

  width: 1rem;
  height: 1rem;
}

/* =========================
  SNS
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns {
  width: 90%;

  margin-top: 2rem;

  padding: var(--space-lg);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  text-align: center;
}

/* =========================
  SNS TITLE
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);

  margin: 0;

  color: var(--color-text);

  font-weight: 700;

  line-height: 1.5;
}

.section--ctafooter__sns-title::before,
.tpl-scope-cta-footer-mobile .section--ctafooter__sns-title::after {
  width: 100%;
  max-width: 4.5rem;
  height: 1px;

  background: var(--color-accent);

  content: "";
}

/* =========================
  SNS LIST
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);

  margin: var(--space-lg) 0 0;

  padding: 0;

  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list-item {
  flex: 0 0 auto;

  margin: 0;
  padding: 0;

  list-style: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-list-item[data-show="非表示"] {
  display: none;
}

/* =========================
  SNS LINK
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-item {
  display: flex;

  width: 3rem;
  height: 3rem;

  align-items: center;
  justify-content: center;

  color: inherit;

  text-decoration: none;
}

/* =========================
  SNS ICON
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-icon {
  display: block;

  width: 3rem;
  height: 3rem;

  overflow: hidden;

  border-radius: 50%;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-icon svg {
  display: block;

  width: 100%;
  height: 100%;
}

/* =========================
  FOOTER
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__footer {
  margin-top: var(--card-gap);

  overflow: hidden;

  background: var(--color-text);

  color: var(--color-surface);
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-nav {
  display: flex;

  flex-direction: column;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link {
  display: flex;

  min-width: 0;

  align-items: center;
  justify-content: space-between;

  gap: var(--space-md);

  padding: var(--space-md) var(--space-lg);

  border-bottom: 1px solid var(--color-border);

  color: var(--color-surface);

  line-height: 1.5;

  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-arrow {
  flex: 0 0 0.5rem;

  width: 0.5rem;
  height: 0.5rem;

  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;

  transform: rotate(45deg);
}

/* =========================
  COPYRIGHT
========================= */

.tpl-scope-cta-footer-mobile .section--ctafooter__copyright {
  margin: 0;

  padding: var(--space-lg);

  color: var(--color-surface);

  line-height: 1.5;

  text-align: center;
}

/* =========================
  HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
  .section--ctafooter__phone-number,
  .section--ctafooter__phone-button,
  .section--ctafooter__reserve-link,
  .section--ctafooter__sns-item,
.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link {
    transition:
      opacity 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease;
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number:hover {
    opacity: 0.8;
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__phone-button:hover {
    background: var(--color-surface);

    color: var(--color-accent);
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__reserve-link:hover {
    border-color: var(--color-accent);
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__sns-item:hover {
    opacity: 0.8;
  }

.tpl-scope-cta-footer-mobile .section--ctafooter__footer-link:hover {
    opacity: 0.8;
  }
}
/* ============================================
   左サイド：ロゴ＋予約・お問い合わせカード
============================================ */

.lpc-left-code-side,
.lpc-left-code-side *,
.lpc-left-code-side *::before,
.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-side *::after {
  box-sizing: border-box;
}

/* ============================================
   LPcraft側の親要素を上書き
============================================ */

/*
 * LPcraft側では1439px以下になると、
 * body.lpc-pc-mobile-mode > .lpc-pc-left が
 * display: none !important になります。
 *
 * JavaScriptで付与する
 * .lpc-pc-left--contact-visible を使用して
 * 1025px以上では親要素を再表示します。
 */

@media screen and (min-width: 1025px) {
  body.lpc-pc-mobile-mode > .lpc-pc-left.lpc-pc-only.lpc-pc-left--contact-visible,
  body > .lpc-pc-left.lpc-pc-only.lpc-pc-left--contact-visible,
.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-pc-left.lpc-pc-left--contact-visible {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-pc-left.lpc-pc-left--contact-visible .tpl-scope-sidepart-left-code-mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* 1024px以下は親要素ごと非表示 */

@media screen and (max-width: 1024px) {
.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-pc-left.lpc-pc-left--contact-visible {
    display: none !important;
  }
}

/* ============================================
   左サイド全体
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-side {
  --lpc-left-frame-width: 430px;

  --lpc-left-text: #302b28;
  --lpc-left-white: #ffffff;

  --lpc-left-accent: #df8d2f;
  --lpc-left-accent-hover: #c9771f;

  --lpc-left-border: rgba(223, 141, 47, 0.22);

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;

  width: calc((100vw - var(--lpc-left-frame-width)) / 2);
  min-width: 0;

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

  margin: 0;
  padding: 32px 20px;

  visibility: visible;
  opacity: 1;

  pointer-events: none;
}

/* ============================================
   ロゴ＋カードの内側
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
gap:2rem;
  width: min(100%, 230px);
  margin: 0 auto;

  pointer-events: auto;
}

/* ============================================
   ロゴ
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  margin-bottom: 28px;
}

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-logo__image {
  display: block;

  width: 100%;
  height: auto;
  max-height: 110px;

  object-fit: contain;
}

/* ============================================
   予約・お問い合わせカード
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  display: block;
  width: 100%;
  min-height: 164px;

  padding: 28px 24px 24px;

  color: var(--lpc-left-text);
  text-decoration: none;

  background-color: var(--lpc-left-white);
  border: 1px solid var(--lpc-left-border);
  border-radius: 10px;

  box-shadow:
    0 10px 30px rgba(82, 56, 35, 0.08),
    0 2px 8px rgba(82, 56, 35, 0.04);

  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

/* ============================================
   左から右へ広がる背景
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -1;

  background: linear-gradient(100deg, var(--lpc-left-accent-hover) 0%, var(--lpc-left-accent) 100%);

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

/* ============================================
   ホバー時の円形装飾
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve::after {
  content: "";

  position: absolute;
  right: -35px;
  bottom: -50px;
  z-index: -1;

  width: 120px;
  height: 120px;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;

  opacity: 0;
  transform: scale(0.7);

  transition:
    opacity 0.35s ease 0.1s,
    transform 0.45s ease 0.1s;
}

/* ============================================
   カード内側
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__content {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-height: 110px;
}

/* ============================================
   上部ラベル
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-height: 25px;

  margin-bottom: 12px;
  padding: 4px 12px;

  color: var(--lpc-left-white);

  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;

  background-color: var(--lpc-left-accent);
  border-radius: 999px;

  transition:
    color 0.35s ease,
    background-color 0.35s ease;
}

/* ============================================
   メインテキスト
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__title {
  display: block;

  padding-right: 30px;

  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

/* ============================================
   矢印
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__arrow {
  position: absolute;
  right: 0;
  bottom: 0;

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

  width: 30px;
  height: 30px;

  color: var(--lpc-left-accent);

  border: 1px solid currentColor;
  border-radius: 50%;

  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__arrow svg {
  display: block;

  width: 15px;
  height: 15px;
}

/* ============================================
   ホバー
============================================ */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve:hover {
    color: var(--lpc-left-white);

    border-color: transparent;

    box-shadow:
      0 16px 36px rgba(128, 73, 25, 0.2),
      0 4px 12px rgba(128, 73, 25, 0.1);

    transform: translateY(-4px);
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve:hover::before {
    transform: scaleX(1);
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve:hover::after {
    opacity: 1;
    transform: scale(1);
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve:hover .lpc-left-code-reserve__label {
    color: var(--lpc-left-accent);
    background-color: var(--lpc-left-white);
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve:hover .lpc-left-code-reserve__arrow {
    color: var(--lpc-left-accent);

    background-color: var(--lpc-left-white);
    border-color: var(--lpc-left-white);

    transform: translateX(3px);
  }
}

/* ============================================
   キーボード操作
============================================ */

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve:focus-visible {
  outline: 3px solid rgba(223, 141, 47, 0.35);
  outline-offset: 5px;
}

/* ============================================
   1025px〜1199px
============================================ */

@media screen and (min-width: 1025px) and (max-width: 1199px) {
.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-side {
    padding-inline: 12px;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-inner {
    width: min(100%, 190px);
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-logo {
    margin-bottom: 20px;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-logo__image {
    width: min(100%, 140px);
    max-height: 80px;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve {
    min-height: 150px;
    padding: 22px 18px;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__content {
    min-height: 104px;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__label {
    margin-bottom: 10px;
    padding: 4px 10px;

    font-size: 10px;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__title {
    padding-right: 25px;

    font-size: 13px;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__arrow {
    width: 26px;
    height: 26px;
  }

.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-reserve__arrow svg {
    width: 13px;
    height: 13px;
  }
}

/* ============================================
   1024px以下：非表示
============================================ */

@media screen and (max-width: 1024px) {
.tpl-scope-cmse4zbyr18ot0h3wxuelmyjx .lpc-left-code-side {
    display: none !important;
  }
}
/* ============================================
   右サイドメニュー
   PC：右側固定メニュー
   SP：ハンバーガーメニュー
============================================ */

.lpc-right-code-side,
.lpc-right-code-side *,
.lpc-right-code-side *::before,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side *::after {
  box-sizing: border-box;
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side {
  --right-menu-frame: 430px;

  --right-menu-background: #f7dfcf;
  --right-menu-background-light: #fcecdf;
  --right-menu-text: #2f2a27;
  --right-menu-line: #7c6659;
  --right-menu-button: #3f342e;
  --right-menu-button-line: #fffaf6;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;

  width: max(0px, calc((100vw - var(--right-menu-frame)) / 2));

  height: 100vh;
  height: 100dvh;

  margin: 0;
  padding: 0;

  color: var(--right-menu-text);

  pointer-events: none;
}

/* ============================================
   PC背景
============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side::before {
  position: absolute;
  inset: 0;
  z-index: -1;

  content: "";

  background-size:
    6px 6px,
    7px 7px,
    8px 8px,
    100% 100%;
}

/* ============================================
   PCナビゲーション
============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  pointer-events: auto;
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: min(100%, 320px);
  height: 100%;

  margin-inline: auto;

  padding: clamp(32px, 5vh, 64px) clamp(24px, 3vw, 48px);
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-title {
  display: none;
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  width: 100%;

  margin: 0;
  padding: 0;

  gap: clamp(16px, 2.2vh, 24px);
}

/* ============================================
   PCリンク
============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link {
  position: relative;

  display: inline-block;

  width: auto;
  max-width: 100%;

  margin: 0;
  padding: 0;

  color: var(--right-menu-text);

  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;

  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.02em;

  text-decoration: none;

  opacity: 1;
  visibility: visible;
  transform: none;
}

/* テキストを動かさず、下線のみ伸ばす */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";

  background-color: var(--right-menu-line);

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 0.38s ease;
}

.lpc-right-code-link:hover::after,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link:focus-visible::after {
  transform: scaleX(1);
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link-text {
  display: block;

  color: inherit;

  opacity: 1;
  visibility: visible;
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link:focus-visible {
  border-radius: 2px;

  outline: 2px solid rgba(124, 102, 89, 0.45);
  outline-offset: 6px;
}

/* PCではボタン非表示 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle {
  display: none;
}

/* ============================================
   タブレット・スマートフォン
============================================ */

@media (max-width: 1024px) {
  html.lpc-menu-open,
.tpl-scope-cmse512b4191p0h3w6w0shopf body.lpc-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  /* 外側 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;

    z-index: 2147483000;

    width: 0;
    height: 0;

    margin: 0;
    padding: 0;

    overflow: visible;

    pointer-events: none;
    isolation: isolate;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side::before {
    display: none;
  }

  /* ============================================
     ハンバーガーボタン
  ============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 2147483647;

    display: block;

    width: 48px;
    height: 48px;

    margin: 0;
    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;

    background: var(--right-menu-button);

    box-shadow: 0 8px 24px rgba(63, 52, 46, 0.24);

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    pointer-events: auto;
    touch-action: manipulation;

    -webkit-tap-highlight-color: transparent;
  }

  /* HTMLのspanは非表示 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle > span {
    display: none;
  }

  /* 疑似要素で三本線を作る */
  .lpc-right-code-toggle::before,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 22px;
    height: 2px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 999px;

    background: var(--right-menu-button-line);

    content: "";

    transform-origin: center center;

    transition:
      box-shadow 0.3s ease,
      transform 0.3s ease;
  }

  /* 上線＋中央線 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle::before {
    box-shadow: 0 7px 0 var(--right-menu-button-line);

    transform: translate(-50%, -50%) translateY(-7px);
  }

  /* 下線 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle::after {
    transform: translate(-50%, -50%) translateY(7px);
  }

  /* 開いたとき：× */
  .lpc-right-code-toggle.is-active::before,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle[aria-expanded="true"]::before {
    box-shadow: none;

    transform: translate(-50%, -50%) rotate(45deg);
  }

  .lpc-right-code-toggle.is-active::after,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle[aria-expanded="true"]::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* ============================================
     スマホナビゲーション
  ============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav {
    position: fixed;
    inset: 0;
    z-index: 2147483500;

    display: block;

    width: 100vw;
    max-width: none;

    height: 100vh;
    height: 100dvh;
    min-height: 100vh;

    margin: 0;
    padding: 0;

    overflow-x: hidden;
    overflow-y: auto;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    background: var(--color-background);

    background-size:
      7px 7px,
      8px 8px,
      100% 100%;

    transform: translateY(-16px);

    transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      transform 0.4s ease;

    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  /* is-openで表示 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side.is-open .lpc-right-code-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
  }

  /* aria-expandedでも表示 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle[aria-expanded="true"] + .lpc-right-code-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
  }

  /* ============================================
     スマホナビ内部
  ============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-inner {
    position: relative;
    z-index: 2;

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

    width: 100%;
    max-width: none;

    min-height: 100vh;
    min-height: 100dvh;
    height: auto;

    margin: 0;

    padding: 88px clamp(32px, 9vw, 56px) 48px;
  }

  /* MENUタイトル */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-title {
    position: relative;

    display: block;

    width: max-content;

    margin: 0 0 40px;
    padding: 0 0 14px;

    color: rgba(47, 42, 39, 0.62);

    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;

    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.28em;

    opacity: 1;
    visibility: visible;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-title::after {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 40px;
    height: 1px;

    content: "";

    background-color: rgba(124, 102, 89, 0.55);
  }

  /* ============================================
     スマホリンク一覧
  ============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-list {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    gap: 0;

    opacity: 1;
    visibility: visible;
  }

  /*
    重要：
    opacity: 0 を使わず、最初から表示状態にする
  */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link {
    position: relative;

    display: block;

    width: 100%;
    max-width: none;
    min-height: 0;

    margin: 0;
    padding: 14px 0;

    color: var(--right-menu-text);

    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;

    font-size: clamp(15px, 4vw, 17px);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.02em;

    text-decoration: none;

    opacity: 1;
    visibility: visible;
    transform: none;

    transition: none;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link-text {
    display: block;

    width: auto;

    color: inherit;

    opacity: 1;
    visibility: visible;
    transform: none;
  }

  /* スマホでも下線アニメーション */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link::after {
    position: absolute;
    right: auto;
    bottom: 8px;
    left: 0;

    width: 100%;
    height: 1px;

    content: "";

    background-color: var(--right-menu-line);

    transform: scaleX(0);
    transform-origin: left center;

    transition: transform 0.38s ease;
  }

  .lpc-right-code-link:hover::after,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link:focus-visible::after {
    transform: scaleX(1);
  }
}

/* ============================================
   480px以下
============================================ */

@media (max-width: 480px) {
  .lpc-right-code-toggle,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle.is-active {
    top: 12px;
    right: 12px;

    width: 46px;
    height: 46px;
  }

  .lpc-right-code-toggle::before,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle::after {
    width: 20px;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-inner {
    padding: 80px 32px 40px;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-title {
    margin-bottom: 28px;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link {
    padding: 11px 0;

    font-size: 15px;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link::after {
    bottom: 6px;
  }
}

/* ============================================
   LPcraft側CSSへの最終上書き
============================================ */

@media (max-width: 1024px) {
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side .lpc-right-code-link {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    color: var(--right-menu-text, #2f2a27) !important;

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

    transform: none !important;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side .lpc-right-code-link-text {
    display: block !important;

    color: inherit !important;

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

    transform: none !important;
  }

  .lpc-right-code-side.is-open .lpc-right-code-nav,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle[aria-expanded="true"] + .lpc-right-code-nav {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: translateY(0) !important;
  }
}

/* ============================================
   モーション軽減
============================================ */

@media (prefers-reduced-motion: reduce) {
  .lpc-right-code-toggle,
  .lpc-right-code-toggle::before,
  .lpc-right-code-toggle::after,
  .lpc-right-code-nav,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link::after {
    transition: none;
  }
}
/*--mobile--*/
/* ============================================
   右サイドメニュー
   PC：右側固定メニュー
   SP：ハンバーガーメニュー
============================================ */

.lpc-right-code-side,
.lpc-right-code-side *,
.lpc-right-code-side *::before,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side *::after {
  box-sizing: border-box;
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side {
  --right-menu-frame: 430px;

  --right-menu-background: #f7dfcf;
  --right-menu-background-light: #fcecdf;
  --right-menu-text: #2f2a27;
  --right-menu-line: #7c6659;
  --right-menu-button: #3f342e;
  --right-menu-button-line: #fffaf6;

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;

  width: max(0px, calc((100vw - var(--right-menu-frame)) / 2));

  height: 100vh;
  height: 100dvh;

  margin: 0;
  padding: 0;

  color: var(--right-menu-text);

  pointer-events: none;
}

/* ============================================
   PC背景
============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side::before {
  position: absolute;
  inset: 0;
  z-index: -1;

  content: "";

  background-size:
    6px 6px,
    7px 7px,
    8px 8px,
    100% 100%;
}

/* ============================================
   PCナビゲーション
============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  pointer-events: auto;
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: min(100%, 320px);
  height: 100%;

  margin-inline: auto;

  padding: clamp(32px, 5vh, 64px) clamp(24px, 3vw, 48px);
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-title {
  display: none;
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  width: 100%;

  margin: 0;
  padding: 0;

  gap: clamp(16px, 2.2vh, 24px);
}

/* ============================================
   PCリンク
============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link {
  position: relative;

  display: inline-block;

  width: auto;
  max-width: 100%;

  margin: 0;
  padding: 0;

  color: var(--right-menu-text);

  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;

  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.02em;

  text-decoration: none;

  opacity: 1;
  visibility: visible;
  transform: none;
}

/* テキストを動かさず、下線のみ伸ばす */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";

  background-color: var(--right-menu-line);

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 0.38s ease;
}

.lpc-right-code-link:hover::after,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link:focus-visible::after {
  transform: scaleX(1);
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link-text {
  display: block;

  color: inherit;

  opacity: 1;
  visibility: visible;
}

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link:focus-visible {
  border-radius: 2px;

  outline: 2px solid rgba(124, 102, 89, 0.45);
  outline-offset: 6px;
}

/* PCではボタン非表示 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle {
  display: none;
}

/* ============================================
   タブレット・スマートフォン
============================================ */

@media (max-width: 1024px) {
  html.lpc-menu-open,
.tpl-scope-cmse512b4191p0h3w6w0shopf body.lpc-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  /* 外側 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;

    z-index: 2147483000;

    width: 0;
    height: 0;

    margin: 0;
    padding: 0;

    overflow: visible;

    pointer-events: none;
    isolation: isolate;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side::before {
    display: none;
  }

  /* ============================================
     ハンバーガーボタン
  ============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 2147483647;

    display: block;

    width: 48px;
    height: 48px;

    margin: 0;
    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;

    background: var(--right-menu-button);

    box-shadow: 0 8px 24px rgba(63, 52, 46, 0.24);

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    pointer-events: auto;
    touch-action: manipulation;

    -webkit-tap-highlight-color: transparent;
  }

  /* HTMLのspanは非表示 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle > span {
    display: none;
  }

  /* 疑似要素で三本線を作る */
  .lpc-right-code-toggle::before,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 22px;
    height: 2px;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 999px;

    background: var(--right-menu-button-line);

    content: "";

    transform-origin: center center;

    transition:
      box-shadow 0.3s ease,
      transform 0.3s ease;
  }

  /* 上線＋中央線 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle::before {
    box-shadow: 0 7px 0 var(--right-menu-button-line);

    transform: translate(-50%, -50%) translateY(-7px);
  }

  /* 下線 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle::after {
    transform: translate(-50%, -50%) translateY(7px);
  }

  /* 開いたとき：× */
  .lpc-right-code-toggle.is-active::before,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle[aria-expanded="true"]::before {
    box-shadow: none;

    transform: translate(-50%, -50%) rotate(45deg);
  }

  .lpc-right-code-toggle.is-active::after,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle[aria-expanded="true"]::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* ============================================
     スマホナビゲーション
  ============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav {
    position: fixed;
    inset: 0;
    z-index: 2147483500;

    display: block;

    width: 100vw;
    max-width: none;

    height: 100vh;
    height: 100dvh;
    min-height: 100vh;

    margin: 0;
    padding: 0;

    overflow-x: hidden;
    overflow-y: auto;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    background: var(--color-background);

    background-size:
      7px 7px,
      8px 8px,
      100% 100%;

    transform: translateY(-16px);

    transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      transform 0.4s ease;

    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  /* is-openで表示 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side.is-open .lpc-right-code-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
  }

  /* aria-expandedでも表示 */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle[aria-expanded="true"] + .lpc-right-code-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
  }

  /* ============================================
     スマホナビ内部
  ============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-inner {
    position: relative;
    z-index: 2;

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

    width: 100%;
    max-width: none;

    min-height: 100vh;
    min-height: 100dvh;
    height: auto;

    margin: 0;

    padding: 88px clamp(32px, 9vw, 56px) 48px;
  }

  /* MENUタイトル */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-title {
    position: relative;

    display: block;

    width: max-content;

    margin: 0 0 40px;
    padding: 0 0 14px;

    color: rgba(47, 42, 39, 0.62);

    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;

    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.28em;

    opacity: 1;
    visibility: visible;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-title::after {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 40px;
    height: 1px;

    content: "";

    background-color: rgba(124, 102, 89, 0.55);
  }

  /* ============================================
     スマホリンク一覧
  ============================================ */

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-list {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    gap: 0;

    opacity: 1;
    visibility: visible;
  }

  /*
    重要：
    opacity: 0 を使わず、最初から表示状態にする
  */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link {
    position: relative;

    display: block;

    width: 100%;
    max-width: none;
    min-height: 0;

    margin: 0;
    padding: 14px 0;

    color: var(--right-menu-text);

    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;

    font-size: clamp(15px, 4vw, 17px);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.02em;

    text-decoration: none;

    opacity: 1;
    visibility: visible;
    transform: none;

    transition: none;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link-text {
    display: block;

    width: auto;

    color: inherit;

    opacity: 1;
    visibility: visible;
    transform: none;
  }

  /* スマホでも下線アニメーション */
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link::after {
    position: absolute;
    right: auto;
    bottom: 8px;
    left: 0;

    width: 100%;
    height: 1px;

    content: "";

    background-color: var(--right-menu-line);

    transform: scaleX(0);
    transform-origin: left center;

    transition: transform 0.38s ease;
  }

  .lpc-right-code-link:hover::after,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link:focus-visible::after {
    transform: scaleX(1);
  }
}

/* ============================================
   480px以下
============================================ */

@media (max-width: 480px) {
  .lpc-right-code-toggle,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle.is-active {
    top: 12px;
    right: 12px;

    width: 46px;
    height: 46px;
  }

  .lpc-right-code-toggle::before,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle::after {
    width: 20px;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-inner {
    padding: 80px 32px 40px;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-nav-title {
    margin-bottom: 28px;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link {
    padding: 11px 0;

    font-size: 15px;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link::after {
    bottom: 6px;
  }
}

/* ============================================
   LPcraft側CSSへの最終上書き
============================================ */

@media (max-width: 1024px) {
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side .lpc-right-code-link {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    color: var(--right-menu-text, #2f2a27) !important;

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

    transform: none !important;
  }

.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-side .lpc-right-code-link-text {
    display: block !important;

    color: inherit !important;

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

    transform: none !important;
  }

  .lpc-right-code-side.is-open .lpc-right-code-nav,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-toggle[aria-expanded="true"] + .lpc-right-code-nav {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: translateY(0) !important;
  }
}

/* ============================================
   モーション軽減
============================================ */

@media (prefers-reduced-motion: reduce) {
  .lpc-right-code-toggle,
  .lpc-right-code-toggle::before,
  .lpc-right-code-toggle::after,
  .lpc-right-code-nav,
.tpl-scope-cmse512b4191p0h3w6w0shopf .lpc-right-code-link::after {
    transition: none;
  }
}
/* =========================
  SECTION
========================= */

.section--greeting {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background);
  color: var(--color-text);
}

/* =========================
  VISUAL
========================= */

.section--greeting__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background);
}

.section--greeting__visual-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

/* =========================
  VISUAL GRADIENT
========================= */

.section--greeting__visual-gradient {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;

  /*
    画像の下部から背景色へ
    自然に溶け込ませる
  */
  height: 32%;

  pointer-events: none;
}

/* =========================
  BRAND
========================= */

.section--greeting__brand {
  position: absolute;
  z-index: 3;
  top: 7%;
  left: 6%;
  width: 35%;
  text-align: center;
}

.section--greeting__logo {
  display: block;
  width: 34%;
  height: auto;
  margin: 0 auto var(--space-sm);
  object-fit: contain;
}

.section--greeting__company {
  margin: 0;
  color: var(--color-heading);
  white-space: nowrap;
}

.section--greeting__service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  margin: var(--space-sm) 0 0;
  color: var(--color-accent);
  white-space: nowrap;
}

.section--greeting__service::before,
.section--greeting__service::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1px;
  background: var(--color-accent);
}

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

.section--greeting__content {
  position: relative;
  z-index: 3;

  /*
    グラデーションの最下部と
    コンテンツ背景を自然につなげる
  */
  margin-top: -1px;

  padding-block: var(--section-padding-y);

  background: var(--color-background);
}

/* =========================
  TEXTURE
========================= */

.section--greeting__texture {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.section--greeting__texture-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
}

/* =========================
  INNER
========================= */

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

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

.section--greeting__header {
  margin-bottom: var(--heading-lead-gap);
}

.section--greeting__title {
  margin-bottom: var(--space-md);
  text-align: left;
}

.section--greeting__title-line {
  display: block;
  width: 4.5rem;
  height: 1px;
  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.section--greeting__lead {
  margin: 0 0 var(--heading-content-gap);
  color: var(--color-text);
  white-space: pre-line;
}

/* =========================
  BODY
========================= */

.section--greeting__body {
  display: grid;
  gap: var(--content-item-gap);
}

.section--greeting__body-text {
  margin: 0;
  color: var(--color-text);
}

.section--greeting__body-text--01,
.section--greeting__body-text--02,
.section--greeting__body-text--03,
.section--greeting__body-text--04 {
  position: relative;
}

/* =========================
  CLOSING
========================= */

.section--greeting__closing {
  margin: var(--space-xl) 0 var(--space-lg);
  color: var(--color-accent);
  white-space: pre-line;
}

/* =========================
  SIGNATURE
========================= */

.section--greeting__signature {
  display: grid;
  gap: var(--space-xs);
  padding-top: var(--space-md);
  border-top: var(--card-border);
  text-align: center;
}

.section--greeting__signature-role {
  margin: 0;
  color: var(--color-text);
}

.section--greeting__signature-name {
  margin: 0;
  color: var(--color-heading);
}

.section--greeting .section--greeting__signature-en {
  margin: 0;
  color: var(--color-accent);
  font-family: "Allura", cursive !important;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/12 18:56:43 */
.tpl-scope-manual-sec-1786505515667-u64k6 .section--greeting__lead {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6
  .section--greeting__body-text.section--greeting__body-text--01 {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6
  .section--greeting__body-text.section--greeting__body-text--02 {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6
  .section--greeting__body-text.section--greeting__body-text--03 {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6
  .section--greeting__body-text.section--greeting__body-text--04 {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6 .section--greeting__closing {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6 .section--greeting__signature-name {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* =========================
  SECTION
========================= */

.section--greeting {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background);
  color: var(--color-text);
}

/* =========================
  VISUAL
========================= */

.section--greeting__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--color-background);
}

.section--greeting__visual-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

/* =========================
  VISUAL GRADIENT
========================= */

.section--greeting__visual-gradient {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;

  /*
    画像の下部から背景色へ
    自然に溶け込ませる
  */
  height: 32%;

  pointer-events: none;
}

/* =========================
  BRAND
========================= */

.section--greeting__brand {
  position: absolute;
  z-index: 3;
  top: 7%;
  left: 6%;
  width: 35%;
  text-align: center;
}

.section--greeting__logo {
  display: block;
  width: 34%;
  height: auto;
  margin: 0 auto var(--space-sm);
  object-fit: contain;
}

.section--greeting__company {
  margin: 0;
  color: var(--color-heading);
  white-space: nowrap;
}

.section--greeting__service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  margin: var(--space-sm) 0 0;
  color: var(--color-accent);
  white-space: nowrap;
}

.section--greeting__service::before,
.section--greeting__service::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1px;
  background: var(--color-accent);
}

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

.section--greeting__content {
  position: relative;
  z-index: 3;

  /*
    グラデーションの最下部と
    コンテンツ背景を自然につなげる
  */
  margin-top: -1px;

  padding-block: var(--section-padding-y);

  background: var(--color-background);
}

/* =========================
  TEXTURE
========================= */

.section--greeting__texture {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.section--greeting__texture-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
}

/* =========================
  INNER
========================= */

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

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

.section--greeting__header {
  margin-bottom: var(--heading-lead-gap);
}

.section--greeting__title {
  margin-bottom: var(--space-md);
  text-align: left;
}

.section--greeting__title-line {
  display: block;
  width: 4.5rem;
  height: 1px;
  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.section--greeting__lead {
  margin: 0 0 var(--heading-content-gap);
  color: var(--color-text);
  white-space: pre-line;
}

/* =========================
  BODY
========================= */

.section--greeting__body {
  display: grid;
  gap: var(--content-item-gap);
}

.section--greeting__body-text {
  margin: 0;
  color: var(--color-text);
}

.section--greeting__body-text--01,
.section--greeting__body-text--02,
.section--greeting__body-text--03,
.section--greeting__body-text--04 {
  position: relative;
}

/* =========================
  CLOSING
========================= */

.section--greeting__closing {
  margin: var(--space-xl) 0 var(--space-lg);
  color: var(--color-accent);
  white-space: pre-line;
}

/* =========================
  SIGNATURE
========================= */

.section--greeting__signature {
  display: grid;
  gap: var(--space-xs);
  padding-top: var(--space-md);
  border-top: var(--card-border);
  text-align: center;
}

.section--greeting__signature-role {
  margin: 0;
  color: var(--color-text);
}

.section--greeting__signature-name {
  margin: 0;
  color: var(--color-heading);
}

.section--greeting .section--greeting__signature-en {
  margin: 0;
  color: var(--color-accent);
  font-family: "Allura", cursive !important;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/12 18:56:43 */
.tpl-scope-manual-sec-1786505515667-u64k6 .section--greeting__lead {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6
  .section--greeting__body-text.section--greeting__body-text--01 {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6
  .section--greeting__body-text.section--greeting__body-text--02 {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6
  .section--greeting__body-text.section--greeting__body-text--03 {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6
  .section--greeting__body-text.section--greeting__body-text--04 {
  font-size: 15px !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6 .section--greeting__closing {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1786505515667-u64k6 .section--greeting__signature-name {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}
/* === end inspector overrides === */
}
/* =========================
  SECTION
========================= */

.section--problems {
  position: relative;
  overflow: hidden;

  padding-block: var(--section-padding-y);

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

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

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

.section--problems__header {
  margin-bottom: var(--heading-lead-gap);
}

.section--problems__title {
  margin-bottom: var(--space-md);
  text-align: left;
}

/* =========================
  TITLE PARTS
========================= */

.section--problems__title-before {
  position: relative;
}

.section--problems__title-accent {
  position: relative;
}

.section--problems__title-after {
  position: relative;
}

.section--problems__accent {
  color: var(--color-accent);
}

/* =========================
  TITLE LINE
========================= */

.section--problems__title-line {
  display: block;
  width: 4.5rem;
  height: 1px;
  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.section--problems__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  PROBLEMS LIST
========================= */

.section--problems__list {
  display: flex;
  flex-direction: column;

  gap: var(--card-gap);
}

/* =========================
  CARD
========================= */

.section--problems__card {
  display: grid;
  grid-template-columns: minmax(5rem, 22%) 1fr;

  align-items: center;

  min-height: 8.6rem;

  padding: var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);
}

/* =========================
  CARD NUMBER
========================= */

.section--problems__number {
  display: flex;

  align-self: stretch;
  align-items: center;
  justify-content: center;

  color: var(--color-accent);

  border-right: var(--card-border);
}

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

.section--problems__card-content {
  padding-left: var(--space-lg);
}

.section--problems__card-title {
  margin: 0 0 var(--space-sm);

  color: var(--color-heading);
}

.section--problems__card-text {
  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* =========================
  CLOSING
========================= */

.section--problems__closing {
  margin-top: var(--space-2xl);

  text-align: center;
}

.section--problems__closing-lead {
  margin: 0 0 var(--space-sm);

  color: var(--color-heading);
}

.section--problems__closing-main {
  margin: 0;

  color: var(--color-heading);
}

.section--problems__closing-before {
  position: relative;
}

.section--problems__closing-accent {
  position: relative;
}

/* =========================
  BOTTOM LINE
========================= */

.section--problems__line {
  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

.section--problems__line--bottom {
  margin: var(--space-xl) auto 0;
}

/* =========================
  DECORATION
========================= */

.section--problems__decoration {
  position: absolute;
  z-index: 1;

  pointer-events: none;

  opacity: 0.42;
}

/* =========================
  DECORATION LEFT
========================= */

.section--problems__decoration--left {
  left: -24%;
  bottom: 4%;

  width: 52%;

  aspect-ratio: 1;

  transform: rotate(-18deg);
}

/* =========================
  DECORATION RIGHT
========================= */

.section--problems__decoration--right {
  right: -26%;
  bottom: -1%;

  width: 54%;

  aspect-ratio: 1;

  transform: rotate(16deg);
}

/* =========================
  DECORATION CIRCLE
========================= */

.section--problems__decoration-circle {
  position: absolute;

  inset: 0;

  border: var(--card-border);
  border-radius: 50%;

  opacity: 0.4;
}

.section--problems__decoration-circle--01 {
  inset: 0;

  opacity: 0.4;
}

.section--problems__decoration-circle--02 {
  inset: 7%;

  opacity: 0.28;
}

.section--problems__decoration-circle--03 {
  inset: 14%;

  opacity: 0.18;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 17:50:21 */
.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__number {
  font-size: 32px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__card-title {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__card-text {
  font-size: 14px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__closing-lead {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__closing-before {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm
  .section--problems__closing-accent.section--problems__accent {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */
@media (max-width: 768px) {
/* =========================
  SECTION
========================= */

.section--problems {
  position: relative;
  overflow: hidden;

  padding-block: var(--section-padding-y);

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

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

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

.section--problems__header {
  margin-bottom: var(--heading-lead-gap);
}

.section--problems__title {
  margin-bottom: var(--space-md);
  text-align: left;
}

/* =========================
  TITLE PARTS
========================= */

.section--problems__title-before {
  position: relative;
}

.section--problems__title-accent {
  position: relative;
}

.section--problems__title-after {
  position: relative;
}

.section--problems__accent {
  color: var(--color-accent);
}

/* =========================
  TITLE LINE
========================= */

.section--problems__title-line {
  display: block;
  width: 4.5rem;
  height: 1px;
  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.section--problems__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  PROBLEMS LIST
========================= */

.section--problems__list {
  display: flex;
  flex-direction: column;

  gap: var(--card-gap);
}

/* =========================
  CARD
========================= */

.section--problems__card {
  display: grid;
  grid-template-columns: minmax(5rem, 22%) 1fr;

  align-items: center;

  min-height: 8.6rem;

  padding: var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);
}

/* =========================
  CARD NUMBER
========================= */

.section--problems__number {
  display: flex;

  align-self: stretch;
  align-items: center;
  justify-content: center;

  color: var(--color-accent);

  border-right: var(--card-border);
}

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

.section--problems__card-content {
  padding-left: var(--space-lg);
}

.section--problems__card-title {
  margin: 0 0 var(--space-sm);

  color: var(--color-heading);
}

.section--problems__card-text {
  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* =========================
  CLOSING
========================= */

.section--problems__closing {
  margin-top: var(--space-2xl);

  text-align: center;
}

.section--problems__closing-lead {
  margin: 0 0 var(--space-sm);

  color: var(--color-heading);
}

.section--problems__closing-main {
  margin: 0;

  color: var(--color-heading);
}

.section--problems__closing-before {
  position: relative;
}

.section--problems__closing-accent {
  position: relative;
}

/* =========================
  BOTTOM LINE
========================= */

.section--problems__line {
  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

.section--problems__line--bottom {
  margin: var(--space-xl) auto 0;
}

/* =========================
  DECORATION
========================= */

.section--problems__decoration {
  position: absolute;
  z-index: 1;

  pointer-events: none;

  opacity: 0.42;
}

/* =========================
  DECORATION LEFT
========================= */

.section--problems__decoration--left {
  left: -24%;
  bottom: 4%;

  width: 52%;

  aspect-ratio: 1;

  transform: rotate(-18deg);
}

/* =========================
  DECORATION RIGHT
========================= */

.section--problems__decoration--right {
  right: -26%;
  bottom: -1%;

  width: 54%;

  aspect-ratio: 1;

  transform: rotate(16deg);
}

/* =========================
  DECORATION CIRCLE
========================= */

.section--problems__decoration-circle {
  position: absolute;

  inset: 0;

  border: var(--card-border);
  border-radius: 50%;

  opacity: 0.4;
}

.section--problems__decoration-circle--01 {
  inset: 0;

  opacity: 0.4;
}

.section--problems__decoration-circle--02 {
  inset: 7%;

  opacity: 0.28;
}

.section--problems__decoration-circle--03 {
  inset: 14%;

  opacity: 0.18;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 17:50:21 */
.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__number {
  font-size: 32px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__card-title {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__card-text {
  font-size: 14px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__closing-lead {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm .section--problems__closing-before {
  font-size: 18px !important;
}

.tpl-scope-manual-sec-1786505558971-qlqmm
  .section--problems__closing-accent.section--problems__accent {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* === end inspector overrides === */
}
/* =========================
  SECTION
========================= */

.section--strengths {
  overflow: hidden;

  padding-block: var(--section-padding-y);

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  HERO
========================= */

.section--strengths__hero {
  position: relative;
}

.section--strengths__hero-content {
  position: relative;
}

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

.section--strengths__header {
  margin-bottom: var(--heading-lead-gap);
}

.section--strengths__hero-title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.section--strengths__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  HERO TEXT
========================= */

.section--strengths__hero-text {
  margin: 0;

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  REASONS
========================= */

.section--strengths__reasons {
  position: relative;
  z-index: 2;

  background: var(--color-background-sub);
}

.section--strengths__reasons-inner {
  position: relative;
}

/* =========================
  REASONS HEADING
========================= */

.section--strengths__reasons-heading {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-lg);

  margin-bottom: var(--heading-content-gap);
}

.section--strengths__heading-line {
  display: block;

  flex: 1 1 0;

  height: 1px;

  background: var(--color-accent);
}

.section--strengths__reasons-title {
  margin: 0;

  color: var(--color-heading);

  white-space: nowrap;
}

.section--strengths__reasons-title-before,
.section--strengths__reasons-title-after {
  position: relative;
}

.section--strengths__reasons-count {
  display: inline-block;

  margin-inline: 0.18em;

  color: var(--color-accent);

  transform: translateY(0.08em);
}

/* =========================
  CARDS
========================= */

.section--strengths__cards {
  display: grid;

  gap: var(--card-gap);
}

/* =========================
  CARD
========================= */

.section--strengths__card {
  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);
}

/* =========================
  CARD IMAGE
========================= */

.section--strengths__card-image {
  overflow: hidden;

  aspect-ratio: 2.2 / 1;
}

.section--strengths__card-image-item {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================
  CARD BODY
========================= */

.section--strengths__card-body {
  display: grid;

  gap: var(--space-sm);

  padding: var(--card-padding);
}

.section--strengths__card-heading {
  display: flex;

  align-items: center;

  gap: var(--space-sm);
}

/* =========================
  CARD NUMBER
========================= */

.section--strengths__card-number {
  display: inline-flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  min-width: 3.2rem;
  min-height: 3rem;

  padding: 0.2rem var(--space-xs);

  background: var(--color-accent);

  color: var(--color-white);

  border-radius: var(--radius-small);
}

/* =========================
  CARD TITLE
========================= */

.section--strengths__card-title {
  margin: 0;

  color: var(--color-heading);
}

/* =========================
  CARD TEXT
========================= */

.section--strengths__card-text {
  margin: 0;

  color: var(--color-text);
}

/* =========================
  MESSAGE
========================= */

.section--strengths__message {
  background:
    radial-gradient(circle at 6% 78%, rgb(255 255 255 / 86%) 0, rgb(255 255 255 / 0%) 16%),
    radial-gradient(circle at 94% 84%, rgb(255 255 255 / 82%) 0, rgb(255 255 255 / 0%) 18%),
    var(--color-background-sub);

  text-align: center;
}

.section--strengths__message-inner {
  display: grid;

  gap: var(--space-lg);
}

/* =========================
  MESSAGE TEXT
========================= */

.section--strengths__message-main,
.section--strengths__message-sub {
  margin: 0;
}

.section--strengths__message-lead,
.section--strengths__closing-lead,
.section--strengths__closing-tail {
  position: relative;
}

.section--strengths__accent {
  color: var(--color-accent);
}

/* =========================
  MESSAGE DIVIDER
========================= */

.section--strengths__message-divider {
  display: block;

  width: 4.5rem;
  height: 1px;

  margin-inline: auto;

  background: var(--color-accent);
}

/* =========================
  INSPECTOR OVERRIDES
========================= */

/* 検証モードで変更：2026/8/12 14:26:36 */

.tpl-scope-manual-sec-1786505597914-c6phq .section--strengths__hero {
  margin-bottom: 30px !important;
}

.tpl-scope-manual-sec-1786505597914-c6phq .section--strengths__reasons-inner {
  margin-bottom: 30px !important;
}

.tpl-scope-manual-sec-1786505597914-c6phq
  .section--strengths__message-accent.section--strengths__accent {
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1786505597914-c6phq
  .section--strengths__closing-accent.section--strengths__accent {
  font-weight: 600 !important;
}

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

/* === inspector overrides === */
/* === end inspector overrides === */
@media (max-width: 768px) {
/* =========================
  SECTION
========================= */

.section--strengths {
  overflow: hidden;

  padding-block: var(--section-padding-y);

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  HERO
========================= */

.section--strengths__hero {
  position: relative;
}

.section--strengths__hero-content {
  position: relative;
}

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

.section--strengths__header {
  margin-bottom: var(--heading-lead-gap);
}

.section--strengths__hero-title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.section--strengths__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  HERO TEXT
========================= */

.section--strengths__hero-text {
  margin: 0;

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  REASONS
========================= */

.section--strengths__reasons {
  position: relative;
  z-index: 2;

  background: var(--color-background-sub);
}

.section--strengths__reasons-inner {
  position: relative;
}

/* =========================
  REASONS HEADING
========================= */

.section--strengths__reasons-heading {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-lg);

  margin-bottom: var(--heading-content-gap);
}

.section--strengths__heading-line {
  display: block;

  flex: 1 1 0;

  height: 1px;

  background: var(--color-accent);
}

.section--strengths__reasons-title {
  margin: 0;

  color: var(--color-heading);

  white-space: nowrap;
}

.section--strengths__reasons-title-before,
.section--strengths__reasons-title-after {
  position: relative;
}

.section--strengths__reasons-count {
  display: inline-block;

  margin-inline: 0.18em;

  color: var(--color-accent);

  transform: translateY(0.08em);
}

/* =========================
  CARDS
========================= */

.section--strengths__cards {
  display: grid;

  gap: var(--card-gap);
}

/* =========================
  CARD
========================= */

.section--strengths__card {
  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);
}

/* =========================
  CARD IMAGE
========================= */

.section--strengths__card-image {
  overflow: hidden;

  aspect-ratio: 2.2 / 1;
}

.section--strengths__card-image-item {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================
  CARD BODY
========================= */

.section--strengths__card-body {
  display: grid;

  gap: var(--space-sm);

  padding: var(--card-padding);
}

.section--strengths__card-heading {
  display: flex;

  align-items: center;

  gap: var(--space-sm);
}

/* =========================
  CARD NUMBER
========================= */

.section--strengths__card-number {
  display: inline-flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  min-width: 3.2rem;
  min-height: 3rem;

  padding: 0.2rem var(--space-xs);

  background: var(--color-accent);

  color: var(--color-white);

  border-radius: var(--radius-small);
}

/* =========================
  CARD TITLE
========================= */

.section--strengths__card-title {
  margin: 0;

  color: var(--color-heading);
}

/* =========================
  CARD TEXT
========================= */

.section--strengths__card-text {
  margin: 0;

  color: var(--color-text);
}

/* =========================
  MESSAGE
========================= */

.section--strengths__message {
  background:
    radial-gradient(circle at 6% 78%, rgb(255 255 255 / 86%) 0, rgb(255 255 255 / 0%) 16%),
    radial-gradient(circle at 94% 84%, rgb(255 255 255 / 82%) 0, rgb(255 255 255 / 0%) 18%),
    var(--color-background-sub);

  text-align: center;
}

.section--strengths__message-inner {
  display: grid;

  gap: var(--space-lg);
}

/* =========================
  MESSAGE TEXT
========================= */

.section--strengths__message-main,
.section--strengths__message-sub {
  margin: 0;
}

.section--strengths__message-lead,
.section--strengths__closing-lead,
.section--strengths__closing-tail {
  position: relative;
}

.section--strengths__accent {
  color: var(--color-accent);
}

/* =========================
  MESSAGE DIVIDER
========================= */

.section--strengths__message-divider {
  display: block;

  width: 4.5rem;
  height: 1px;

  margin-inline: auto;

  background: var(--color-accent);
}

/* =========================
  INSPECTOR OVERRIDES
========================= */

/* 検証モードで変更：2026/8/12 14:26:36 */

.tpl-scope-manual-sec-1786505597914-c6phq .section--strengths__hero {
  margin-bottom: 30px !important;
}

.tpl-scope-manual-sec-1786505597914-c6phq .section--strengths__reasons-inner {
  margin-bottom: 30px !important;
}

.tpl-scope-manual-sec-1786505597914-c6phq
  .section--strengths__message-accent.section--strengths__accent {
  font-weight: 600 !important;
}

.tpl-scope-manual-sec-1786505597914-c6phq
  .section--strengths__closing-accent.section--strengths__accent {
  font-weight: 600 !important;
}

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

/* === inspector overrides === */
/* === end inspector overrides === */
}
/* =========================
  SECTION
========================= */

.section--reasons {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INTRO
========================= */

.section--reasons__intro {
  padding-block: var(--section-padding-y);

  padding-bottom: 3rem;
}

.section--reasons__intro-inner {
  position: relative;
}

.section--reasons__intro-copy {
  position: relative;
}

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

.section--reasons__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  TITLE
========================= */

.section--reasons__title {
  margin-bottom: var(--space-md);

  text-align: left;
}

.section--reasons__title-line {
  display: block;
}

.section--reasons__title-line--01,
.section--reasons__title-line--02 {
  position: relative;
}

.section--reasons__title-accent {
  color: var(--color-accent);
}

.section--reasons__title-after {
  position: relative;
}

/* =========================
  MAIN TITLE LINE
========================= */

.section--reasons__main-title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.section--reasons__lead {
  margin: 0;

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

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

.section--reasons__content {
  padding-block: 0 var(--section-padding-y);
}

/* =========================
  SUB HEADING
========================= */

.section--reasons__subheading-wrap {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  margin-bottom: var(--space-md);
}

.section--reasons__subheading {
  flex: 0 1 auto;

  margin: 0;

  font-size: 14px;

  text-align: center;
}

.section--reasons__subheading-line {
  flex: 1 1 2.4rem;

  max-width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  REPAIR VISUAL
========================= */

.section--reasons__repair-visual {
  overflow: hidden;

  margin: 0;

  border-radius: var(--image-radius);
}

.section--reasons__repair-image {
  display: block;

  width: 100%;

  aspect-ratio: 2 / 1;

  object-fit: cover;
}

/* =========================
  CARDS
========================= */

.section--reasons__cards {
  display: grid;


  gap: var(--card-gap);

  margin-top: var(--card-gap);
}

/* =========================
  CARD
========================= */

.section--reasons__card {
  display: grid;

  min-width: 0;

  gap: var(--space-md);

  padding: var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  CARD HEAD
========================= */

.section--reasons__card-head {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: var(--space-sm);
}

/* =========================
  MATERIAL ICON
========================= */

.section--reasons__icon-wrap {
  display: flex;

  flex: 0 0 3.2rem;

  width: 3.2rem;
  height: 3.2rem;

  align-items: center;
  justify-content: center;

  background: var(--color-background);

  border-radius: 50%;
}

.section--reasons__icon {
  display: block;

  color: var(--color-accent);

  font-size: 2rem;
  font-weight: 400;
  line-height: 1;

  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 32;
}

/* =========================
  CARD TITLE
========================= */

.section--reasons__card-title-wrap {
  width: 100%;
  min-width: 0;

  text-align: center;
}

.section--reasons__card-title {
  margin: 0;

  color: var(--color-heading);

  font-size: 18px;
}

.section--reasons__card-title-line {
  display: block;

  width: 1.5rem;
  height: 1px;

  margin: var(--space-xs) auto 0;

  background: var(--color-accent);
}

/* =========================
  CARD TEXT
========================= */

.section--reasons__card-text {
  margin: 0;

  color: var(--color-text);

  font-size: 14px;
}

/* =========================
  CLOSING
========================= */

.section--reasons__closing {
  padding-top: var(--space-2xl);

  text-align: center;
}

.section--reasons__closing-main,
.section--reasons__closing-sub {
  margin: 0;

  color: var(--color-heading);
}

.section--reasons__closing-sub {
  margin-top: var(--space-xs);
}

.section--reasons__closing-accent {
  color: var(--color-accent);

  font-weight: 600;
}

.section--reasons__closing-text {
  position: relative;
}

.section--reasons__closing-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  margin: var(--space-md) auto 0;

  background: var(--color-accent);
}

/* =========================
  INSPECTOR OVERRIDES
========================= */

/* 検証モードで変更：2026/8/12 14:45:44 */

.tpl-scope-manual-sec-1786505637091-yggot .section--reasons__card-title {
  font-size: 18px !important;

  text-align: left !important;
}

.tpl-scope-manual-sec-1786505637091-yggot .section--reasons__subheading {
  font-size: 14px !important;
}

.tpl-scope-manual-sec-1786505637091-yggot .section--reasons__card-text {
  font-size: 14px !important;
}

/* === end inspector overrides === */
@media (max-width: 768px) {
/* =========================
  SECTION
========================= */

.section--reasons {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INTRO
========================= */

.section--reasons__intro {
  padding-block: var(--section-padding-y);

  padding-bottom: 3rem;
}

.section--reasons__intro-inner {
  position: relative;
}

.section--reasons__intro-copy {
  position: relative;
}

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

.section--reasons__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  TITLE
========================= */

.section--reasons__title {
  margin-bottom: var(--space-md);

  text-align: left;
}

.section--reasons__title-line {
  display: block;
}

.section--reasons__title-line--01,
.section--reasons__title-line--02 {
  position: relative;
}

.section--reasons__title-accent {
  color: var(--color-accent);
}

.section--reasons__title-after {
  position: relative;
}

/* =========================
  MAIN TITLE LINE
========================= */

.section--reasons__main-title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.section--reasons__lead {
  margin: 0;

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

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

.section--reasons__content {
  padding-block: 0 var(--section-padding-y);
}

/* =========================
  SUB HEADING
========================= */

.section--reasons__subheading-wrap {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  margin-bottom: var(--space-md);
}

.section--reasons__subheading {
  flex: 0 1 auto;

  margin: 0;

  font-size: 14px;

  text-align: center;
}

.section--reasons__subheading-line {
  flex: 1 1 2.4rem;

  max-width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  REPAIR VISUAL
========================= */

.section--reasons__repair-visual {
  overflow: hidden;

  margin: 0;

  border-radius: var(--image-radius);
}

.section--reasons__repair-image {
  display: block;

  width: 100%;

  aspect-ratio: 2 / 1;

  object-fit: cover;
}

/* =========================
  CARDS
========================= */

.section--reasons__cards {
  display: grid;


  gap: var(--card-gap);

  margin-top: var(--card-gap);
}

/* =========================
  CARD
========================= */

.section--reasons__card {
  display: grid;

  min-width: 0;

  gap: var(--space-md);

  padding: var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  CARD HEAD
========================= */

.section--reasons__card-head {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: var(--space-sm);
}

/* =========================
  MATERIAL ICON
========================= */

.section--reasons__icon-wrap {
  display: flex;

  flex: 0 0 3.2rem;

  width: 3.2rem;
  height: 3.2rem;

  align-items: center;
  justify-content: center;

  background: var(--color-background);

  border-radius: 50%;
}

.section--reasons__icon {
  display: block;

  color: var(--color-accent);

  font-size: 2rem;
  font-weight: 400;
  line-height: 1;

  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 32;
}

/* =========================
  CARD TITLE
========================= */

.section--reasons__card-title-wrap {
  width: 100%;
  min-width: 0;

  text-align: center;
}

.section--reasons__card-title {
  margin: 0;

  color: var(--color-heading);

  font-size: 18px;
}

.section--reasons__card-title-line {
  display: block;

  width: 1.5rem;
  height: 1px;

  margin: var(--space-xs) auto 0;

  background: var(--color-accent);
}

/* =========================
  CARD TEXT
========================= */

.section--reasons__card-text {
  margin: 0;

  color: var(--color-text);

  font-size: 14px;
}

/* =========================
  CLOSING
========================= */

.section--reasons__closing {
  padding-top: var(--space-2xl);

  text-align: center;
}

.section--reasons__closing-main,
.section--reasons__closing-sub {
  margin: 0;

  color: var(--color-heading);
}

.section--reasons__closing-sub {
  margin-top: var(--space-xs);
}

.section--reasons__closing-accent {
  color: var(--color-accent);

  font-weight: 600;
}

.section--reasons__closing-text {
  position: relative;
}

.section--reasons__closing-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  margin: var(--space-md) auto 0;

  background: var(--color-accent);
}

/* =========================
  INSPECTOR OVERRIDES
========================= */

/* 検証モードで変更：2026/8/12 14:45:44 */

.tpl-scope-manual-sec-1786505637091-yggot .section--reasons__card-title {
  font-size: 18px !important;

  text-align: left !important;
}

.tpl-scope-manual-sec-1786505637091-yggot .section--reasons__subheading {
  font-size: 14px !important;
}

.tpl-scope-manual-sec-1786505637091-yggot .section--reasons__card-text {
  font-size: 14px !important;
}

/* === end inspector overrides === */
}
/* =========================
  SECTION
========================= */

.section--menu {
  width: 100%;

  padding-block: var(--section-padding-y);

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  LAYOUT
========================= */

.section--menu__layout {
  position: relative;
}

/* =========================
  HEADER
  inner の外
========================= */

.section--menu__header {
  margin-bottom: var(--heading-content-gap);

  text-align: left;
}

.section--menu__label {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  font-size: 14px;
  line-height: 1.4;
}

.section--menu__title {
  margin: 0 0 var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

.section--menu__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  margin-bottom: var(--heading-lead-gap);

  background: var(--color-accent);
}

.section--menu__intro {
  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* =========================
  MAIN CARD
========================= */

.section--menu__inner {
  position: relative;

  width: 100%;

  overflow: hidden;

  padding: var(--space-lg);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--radius-large);
}

/* =========================
  COURSE LIST
========================= */

.section--menu__course-list {
  display: grid;

  gap: var(--card-gap);
}

/* =========================
  COURSE
========================= */

.section--menu__course {
  position: relative;

  padding: var(--space-lg);

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  COURSE HEADING
========================= */

.section--menu__course-heading {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);

  margin-bottom: var(--space-sm);
}

.section--menu__course-line {
  flex: 1;

  min-width: 1rem;

  border-top: 1px solid var(--color-border);
}

.section--menu__course-title {
  flex: 0 1 auto;

  margin: 0;

  color: var(--color-heading);

  text-align: center;
}

.section--menu__course-lead {
  margin: 0;

  color: var(--color-text);

  text-align: center;

  white-space: pre-line;
}

/* =========================
  DETAIL BUTTON
========================= */

.section--menu__detail {
  display: flex;

  justify-content: center;

  margin-top: var(--space-lg);
}

.section--menu__detail-button {
  display: flex;

  width: min(100%, 18rem);

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  padding: 0.9rem 1.4rem;

  background: var(--color-accent);

  color: var(--color-white);

  border: 1px solid var(--color-accent);
  border-radius: var(--radius-small);

  font: inherit;

  cursor: pointer;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.section--menu__detail-button:hover {
  background: var(--color-surface);

  color: var(--color-accent);
}

.section--menu__detail-button:active {
  transform: translateY(1px);
}

.section--menu__detail-button-text {
  font-size: 14px;
  font-weight: 500;
}

.section--menu__detail-button-arrow {
  line-height: 1;
}

/* =========================
  SUPPORT MESSAGE
========================= */

.section--menu__support-message {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: var(--space-sm);

  margin-top: var(--card-gap);

  padding: var(--card-padding);

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--card-radius);

  text-align: center;
}

.section--menu__support-icon {
  width: 4.5rem;

  color: var(--color-accent);
}

.section--menu__support-icon-svg {
  display: block;

  width: 100%;
  height: auto;
}

.section--menu__support-copy {
  width: 100%;
}

.section--menu__support-message-title {
  margin: 0 0 var(--space-xs);

  color: var(--color-heading);

  text-align: center;
}

.section--menu__support-accent {
  color: var(--color-accent);

  font-weight: 600;
}

.section--menu__support-message-body {
  margin: 0;

  color: var(--color-text);

  text-align: center;

  white-space: pre-line;
}

.section--menu__support-message-bottom {
  margin: var(--space-xs) 0 0;

  color: var(--color-accent);

  text-align: center;

  white-space: pre-line;
}

/* =========================
  MODAL
========================= */

.section--menu__modal {
  position: fixed;
  z-index: 9999;

  inset: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 1rem;

  visibility: hidden;

  opacity: 0;

  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.section--menu__modal.is-open {
  visibility: visible;

  opacity: 1;

  pointer-events: auto;
}

.section--menu__modal-backdrop {
  position: absolute;

  inset: 0;

  background: rgb(0 0 0 / 58%);

  cursor: pointer;
}

/* =========================
  MODAL DIALOG
========================= */

.section--menu__modal-dialog {
  position: relative;
  z-index: 2;

  width: min(100%, 30rem);
  max-height: 88vh;

  overflow-x: hidden;
  overflow-y: auto;

  padding: 2.7rem 1.25rem 2rem;

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--radius-large);

  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);

  overscroll-behavior: contain;
}

.section--menu__modal-content {
  position: relative;
}

/* =========================
  CLOSE
========================= */

.section--menu__modal-close {
  position: absolute;
  z-index: 3;

  top: 0.7rem;
  right: 0.7rem;

  width: 2.5rem;
  height: 2.5rem;

  padding: 0;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: 50%;

  cursor: pointer;
}

.section--menu__modal-close-line {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 1rem;
  height: 1px;

  background: var(--color-heading);
}

.section--menu__modal-close-line--01 {
  transform: translate(-50%, -50%) rotate(45deg);
}

.section--menu__modal-close-line--02 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.section--menu__modal-header {
  text-align: center;
}

.section--menu__modal-label {
  margin: 0 0 var(--space-xs);

  color: var(--color-accent);

  text-align: center;
}

.section--menu__modal-title {
  margin: 0;

  color: var(--color-heading);

  text-align: center;
}

.section--menu__modal-title-line {
  display: block;

  width: 3rem;
  height: 1px;

  margin: var(--space-md) auto;

  background: var(--color-accent);
}

.section--menu__modal-lead {
  margin: 0;

  color: var(--color-text);

  text-align: center;

  white-space: pre-line;
}

/* =========================
  MODAL SECTION
========================= */

.section--menu__modal-section {
  margin-top: var(--space-xl);
}

.section--menu__modal-section-title {
  margin: 0 0 var(--space-md);

  color: var(--color-heading);

  font-size: 18px;
  font-weight: 600;

  text-align: center;
}

/* =========================
  FEATURES
========================= */

.section--menu__features {
  padding: var(--space-sm) var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

.section--menu__feature {
  display: flex;

  align-items: flex-start;

  gap: var(--space-md);

  padding-block: var(--space-md);
}

.section--menu__feature + .section--menu__feature {
  border-top: 1px dashed var(--color-border);
}

.section--menu__check {
  flex: 0 0 2.25rem;

  width: 2.25rem;

  color: var(--color-accent);
}

.section--menu__check-svg {
  display: block;

  width: 100%;
  height: auto;
}

.section--menu__check-circle {
  fill: currentColor;
}

.section--menu__check-mark {
  fill: none;

  stroke: var(--color-white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section--menu__feature-content {
  flex: 1;

  min-width: 0;
}

.section--menu__feature-title {
  margin: 0 0 var(--space-xs);

  color: var(--color-accent);

  font-size: 16px;
}

.section--menu__feature-text {
  margin: 0;

  color: var(--color-text);

  font-size: 14px;
}

.section--menu__feature-line {
  display: block;
}

.section--menu__feature-emphasis {
  color: var(--color-danger);

  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}

/* =========================
  SUPPORT TABLE
========================= */

.section--menu__support {
  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

.section--menu__support-title {
  padding: var(--space-xs) var(--space-sm);

  background: var(--color-accent);

  color: var(--color-white);

  text-align: center;
}

.section--menu__support-head,
.section--menu__support-row {
  display: grid;

  grid-template-columns: 45% 55%;
}

.section--menu__support-head-label,
.section--menu__support-head-value,
.section--menu__support-label,
.section--menu__support-value {
  padding: var(--space-sm);

  text-align: center;
}

.section--menu__support-head-value,
.section--menu__support-value {
  border-left: var(--card-border);
}

.section--menu__support-head {
  border-bottom: var(--card-border);
}

.section--menu__support-head-label,
.section--menu__support-head-value {
  font-weight: 500;
}

.section--menu__support-row + .section--menu__support-row {
  border-top: var(--card-border);
}

.section--menu__support-label {
  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 14px;
}

.section--menu__support-value {
  font-size: 14px;

  white-space: pre-line;
}

/* =========================
  PRICE
========================= */

.section--menu__price {
  display: grid;

  grid-template-columns:
    20%
    27%
    16%
    37%;

  align-items: center;

  padding: var(--space-xs);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  PRICE BADGE
========================= */

.section--menu__price-badge {
  display: flex;

  aspect-ratio: 1;

  align-items: center;
  justify-content: center;

  background: var(--color-accent);

  color: var(--color-white);

  text-align: center;

  clip-path: polygon(
    50% 0%,
    61% 6%,
    73% 4%,
    81% 14%,
    93% 18%,
    96% 31%,
    100% 42%,
    95% 54%,
    98% 67%,
    89% 76%,
    85% 89%,
    72% 92%,
    61% 100%,
    49% 95%,
    36% 100%,
    26% 91%,
    13% 88%,
    9% 75%,
    1% 66%,
    5% 53%,
    0% 41%,
    6% 30%,
    8% 18%,
    21% 14%,
    29% 4%,
    41% 6%
  );
}

.section--menu__price-badge-text {
  font-size: 12px;

  white-space: pre-line;
}

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

.section--menu__price-normal,
.section--menu__price-discount,
.section--menu__price-special {
  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;
}

.section--menu__price-label {
  margin-bottom: 0.1rem;

  font-size: 12px;
}

.section--menu__price-amount {
  font-size: 14px;

  white-space: nowrap;
}

/* =========================
  DISCOUNT
========================= */

.section--menu__price-discount {
  gap: 0.2rem;

  color: var(--color-danger);
}

.section--menu__price-discount-text {
  font-size: 12px;

  white-space: nowrap;
}

.section--menu__price-discount-icon {
  width: 45%;
  height: auto;

  fill: var(--color-accent);
}

/* =========================
  SPECIAL PRICE
========================= */

.section--menu__price-special {
  position: relative;
}

.section--menu__price-special-amount {
  color: var(--color-danger);

  font-size: 18px;

  white-space: nowrap;
}

.section--menu__price-underline {
  width: 90%;

  margin-top: 0.15rem;

  border-top: 0.2rem solid var(--color-accent);

  transform: rotate(-2deg);
}

/* =========================
  BODY LOCK
========================= */

.menu-modal-open {
  overflow: hidden;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 11:26:39 */
.tpl-scope-manual-sec-1786505678220-s6sus .section--menu__support-message-bottom {
  font-weight: 600 !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* =========================
  SECTION
========================= */

.section--menu {
  width: 100%;

  padding-block: var(--section-padding-y);

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  LAYOUT
========================= */

.section--menu__layout {
  position: relative;
}

/* =========================
  HEADER
  inner の外
========================= */

.section--menu__header {
  margin-bottom: var(--heading-content-gap);

  text-align: left;
}

.section--menu__label {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  font-size: 14px;
  line-height: 1.4;
}

.section--menu__title {
  margin: 0 0 var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

.section--menu__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  margin-bottom: var(--heading-lead-gap);

  background: var(--color-accent);
}

.section--menu__intro {
  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* =========================
  MAIN CARD
========================= */

.section--menu__inner {
  position: relative;

  width: 100%;

  overflow: hidden;

  padding: var(--space-lg);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--radius-large);
}

/* =========================
  COURSE LIST
========================= */

.section--menu__course-list {
  display: grid;

  gap: var(--card-gap);
}

/* =========================
  COURSE
========================= */

.section--menu__course {
  position: relative;

  padding: var(--space-lg);

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  COURSE HEADING
========================= */

.section--menu__course-heading {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);

  margin-bottom: var(--space-sm);
}

.section--menu__course-line {
  flex: 1;

  min-width: 1rem;

  border-top: 1px solid var(--color-border);
}

.section--menu__course-title {
  flex: 0 1 auto;

  margin: 0;

  color: var(--color-heading);

  text-align: center;
}

.section--menu__course-lead {
  margin: 0;

  color: var(--color-text);

  text-align: center;

  white-space: pre-line;
}

/* =========================
  DETAIL BUTTON
========================= */

.section--menu__detail {
  display: flex;

  justify-content: center;

  margin-top: var(--space-lg);
}

.section--menu__detail-button {
  display: flex;

  width: min(100%, 18rem);

  align-items: center;
  justify-content: center;

  gap: var(--space-sm);

  padding: 0.9rem 1.4rem;

  background: var(--color-accent);

  color: var(--color-white);

  border: 1px solid var(--color-accent);
  border-radius: var(--radius-small);

  font: inherit;

  cursor: pointer;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.section--menu__detail-button:hover {
  background: var(--color-surface);

  color: var(--color-accent);
}

.section--menu__detail-button:active {
  transform: translateY(1px);
}

.section--menu__detail-button-text {
  font-size: 14px;
  font-weight: 500;
}

.section--menu__detail-button-arrow {
  line-height: 1;
}

/* =========================
  SUPPORT MESSAGE
========================= */

.section--menu__support-message {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: var(--space-sm);

  margin-top: var(--card-gap);

  padding: var(--card-padding);

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--card-radius);

  text-align: center;
}

.section--menu__support-icon {
  width: 4.5rem;

  color: var(--color-accent);
}

.section--menu__support-icon-svg {
  display: block;

  width: 100%;
  height: auto;
}

.section--menu__support-copy {
  width: 100%;
}

.section--menu__support-message-title {
  margin: 0 0 var(--space-xs);

  color: var(--color-heading);

  text-align: center;
}

.section--menu__support-accent {
  color: var(--color-accent);

  font-weight: 600;
}

.section--menu__support-message-body {
  margin: 0;

  color: var(--color-text);

  text-align: center;

  white-space: pre-line;
}

.section--menu__support-message-bottom {
  margin: var(--space-xs) 0 0;

  color: var(--color-accent);

  text-align: center;

  white-space: pre-line;
}

/* =========================
  MODAL
========================= */

.section--menu__modal {
  position: fixed;
  z-index: 9999;

  inset: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 1rem;

  visibility: hidden;

  opacity: 0;

  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.section--menu__modal.is-open {
  visibility: visible;

  opacity: 1;

  pointer-events: auto;
}

.section--menu__modal-backdrop {
  position: absolute;

  inset: 0;

  background: rgb(0 0 0 / 58%);

  cursor: pointer;
}

/* =========================
  MODAL DIALOG
========================= */

.section--menu__modal-dialog {
  position: relative;
  z-index: 2;

  width: min(100%, 30rem);
  max-height: 88vh;

  overflow-x: hidden;
  overflow-y: auto;

  padding: 2.7rem 1.25rem 2rem;

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--radius-large);

  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);

  overscroll-behavior: contain;
}

.section--menu__modal-content {
  position: relative;
}

/* =========================
  CLOSE
========================= */

.section--menu__modal-close {
  position: absolute;
  z-index: 3;

  top: 0.7rem;
  right: 0.7rem;

  width: 2.5rem;
  height: 2.5rem;

  padding: 0;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: 50%;

  cursor: pointer;
}

.section--menu__modal-close-line {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 1rem;
  height: 1px;

  background: var(--color-heading);
}

.section--menu__modal-close-line--01 {
  transform: translate(-50%, -50%) rotate(45deg);
}

.section--menu__modal-close-line--02 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.section--menu__modal-header {
  text-align: center;
}

.section--menu__modal-label {
  margin: 0 0 var(--space-xs);

  color: var(--color-accent);

  text-align: center;
}

.section--menu__modal-title {
  margin: 0;

  color: var(--color-heading);

  text-align: center;
}

.section--menu__modal-title-line {
  display: block;

  width: 3rem;
  height: 1px;

  margin: var(--space-md) auto;

  background: var(--color-accent);
}

.section--menu__modal-lead {
  margin: 0;

  color: var(--color-text);

  text-align: center;

  white-space: pre-line;
}

/* =========================
  MODAL SECTION
========================= */

.section--menu__modal-section {
  margin-top: var(--space-xl);
}

.section--menu__modal-section-title {
  margin: 0 0 var(--space-md);

  color: var(--color-heading);

  font-size: 18px;
  font-weight: 600;

  text-align: center;
}

/* =========================
  FEATURES
========================= */

.section--menu__features {
  padding: var(--space-sm) var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

.section--menu__feature {
  display: flex;

  align-items: flex-start;

  gap: var(--space-md);

  padding-block: var(--space-md);
}

.section--menu__feature + .section--menu__feature {
  border-top: 1px dashed var(--color-border);
}

.section--menu__check {
  flex: 0 0 2.25rem;

  width: 2.25rem;

  color: var(--color-accent);
}

.section--menu__check-svg {
  display: block;

  width: 100%;
  height: auto;
}

.section--menu__check-circle {
  fill: currentColor;
}

.section--menu__check-mark {
  fill: none;

  stroke: var(--color-white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section--menu__feature-content {
  flex: 1;

  min-width: 0;
}

.section--menu__feature-title {
  margin: 0 0 var(--space-xs);

  color: var(--color-accent);

  font-size: 16px;
}

.section--menu__feature-text {
  margin: 0;

  color: var(--color-text);

  font-size: 14px;
}

.section--menu__feature-line {
  display: block;
}

.section--menu__feature-emphasis {
  color: var(--color-danger);

  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}

/* =========================
  SUPPORT TABLE
========================= */

.section--menu__support {
  overflow: hidden;

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

.section--menu__support-title {
  padding: var(--space-xs) var(--space-sm);

  background: var(--color-accent);

  color: var(--color-white);

  text-align: center;
}

.section--menu__support-head,
.section--menu__support-row {
  display: grid;

  grid-template-columns: 45% 55%;
}

.section--menu__support-head-label,
.section--menu__support-head-value,
.section--menu__support-label,
.section--menu__support-value {
  padding: var(--space-sm);

  text-align: center;
}

.section--menu__support-head-value,
.section--menu__support-value {
  border-left: var(--card-border);
}

.section--menu__support-head {
  border-bottom: var(--card-border);
}

.section--menu__support-head-label,
.section--menu__support-head-value {
  font-weight: 500;
}

.section--menu__support-row + .section--menu__support-row {
  border-top: var(--card-border);
}

.section--menu__support-label {
  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 14px;
}

.section--menu__support-value {
  font-size: 14px;

  white-space: pre-line;
}

/* =========================
  PRICE
========================= */

.section--menu__price {
  display: grid;

  grid-template-columns:
    20%
    27%
    16%
    37%;

  align-items: center;

  padding: var(--space-xs);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  PRICE BADGE
========================= */

.section--menu__price-badge {
  display: flex;

  aspect-ratio: 1;

  align-items: center;
  justify-content: center;

  background: var(--color-accent);

  color: var(--color-white);

  text-align: center;

  clip-path: polygon(
    50% 0%,
    61% 6%,
    73% 4%,
    81% 14%,
    93% 18%,
    96% 31%,
    100% 42%,
    95% 54%,
    98% 67%,
    89% 76%,
    85% 89%,
    72% 92%,
    61% 100%,
    49% 95%,
    36% 100%,
    26% 91%,
    13% 88%,
    9% 75%,
    1% 66%,
    5% 53%,
    0% 41%,
    6% 30%,
    8% 18%,
    21% 14%,
    29% 4%,
    41% 6%
  );
}

.section--menu__price-badge-text {
  font-size: 12px;

  white-space: pre-line;
}

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

.section--menu__price-normal,
.section--menu__price-discount,
.section--menu__price-special {
  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;
}

.section--menu__price-label {
  margin-bottom: 0.1rem;

  font-size: 12px;
}

.section--menu__price-amount {
  font-size: 14px;

  white-space: nowrap;
}

/* =========================
  DISCOUNT
========================= */

.section--menu__price-discount {
  gap: 0.2rem;

  color: var(--color-danger);
}

.section--menu__price-discount-text {
  font-size: 12px;

  white-space: nowrap;
}

.section--menu__price-discount-icon {
  width: 45%;
  height: auto;

  fill: var(--color-accent);
}

/* =========================
  SPECIAL PRICE
========================= */

.section--menu__price-special {
  position: relative;
}

.section--menu__price-special-amount {
  color: var(--color-danger);

  font-size: 18px;

  white-space: nowrap;
}

.section--menu__price-underline {
  width: 90%;

  margin-top: 0.15rem;

  border-top: 0.2rem solid var(--color-accent);

  transform: rotate(-2deg);
}

/* =========================
  BODY LOCK
========================= */

.menu-modal-open {
  overflow: hidden;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 11:26:39 */
.tpl-scope-manual-sec-1786505678220-s6sus .section--menu__support-message-bottom {
  font-weight: 600 !important;
}
/* === end inspector overrides === */
}
/* =========================
  SECTION
========================= */

.section--staff {
  position: relative;

  overflow: hidden;

  padding-block: var(--section-padding-y);

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.section--staff__inner {
  position: relative;
}

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

.section--staff__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  LABEL
========================= */

.section--staff__label {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  text-align: left;
}

/* =========================
  TITLE
========================= */

.section--staff__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  TITLE LINE
========================= */

.section--staff__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.section--staff__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  PHOTO
========================= */

.section--staff__photo {
  overflow: hidden;

  border-radius: var(--image-radius);
}

.section--staff__photo-image {
  display: block;

  width: 100%;

  aspect-ratio: 1.57 / 1;

  object-fit: cover;
}

/* =========================
  PROFILE
========================= */

.section--staff__profile {
  padding-top: var(--space-lg);
}

.section--staff__identity {
  padding-bottom: var(--space-sm);

  border-bottom: var(--card-border);
}

.section--staff__name-row {
  display: flex;

  flex-wrap: wrap;

  align-items: baseline;

  gap: var(--space-xs) var(--space-md);
}

.section--staff__role {
  color: var(--color-accent);
}

.section--staff__name {
  margin: 0;

  color: var(--color-heading);

  font-size: 20px;
  font-weight: 600;
}

.section--staff__signature {
  margin: 0 0 0 auto;

  color: var(--color-accent);

  font-family: "Allura", cursive !important;

  transform: rotate(-4deg);
}

/* =========================
  PROFILE BODY
========================= */

.section--staff__profile-body {
  padding-top: var(--space-md);
}

.section--staff__message-title {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  white-space: pre-line;
}

.section--staff__message {
  display: grid;

  gap: var(--content-item-gap);
}

.section--staff__message-text {
  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* =========================
  FEATURES
========================= */

.section--staff__features {
  margin-top: var(--space-2xl);
}

.section--staff__features-heading {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);
}

.section--staff__features-title {
  flex: 0 1 auto;

  margin: 0;

  color: var(--color-heading);

  text-align: center;
}

.section--staff__heading-line {
  position: relative;

  flex: 1;

  height: 1px;

  background: var(--color-accent);
}

.section--staff__heading-line--left::after,
.section--staff__heading-line--right::before {
  position: absolute;

  top: 50%;

  width: 0.375rem;

  aspect-ratio: 1;

  background: var(--color-accent);

  content: "";

  transform: translateY(-50%) rotate(45deg);
}

.section--staff__heading-line--left::after {
  right: 0;
}

.section--staff__heading-line--right::before {
  left: 0;
}

/* =========================
  FEATURE GRID
========================= */

.section--staff__feature-grid {
  display: grid;

  gap: 1rem;

  margin-top: var(--card-gap);
}

.section--staff__feature {
  text-align: center;
}

/* =========================
  FEATURE ICON
========================= */

.section--staff__feature-icon {
  display: grid;

  width: 5rem;

  aspect-ratio: 1;

  place-items: center;

  margin: 0 auto var(--space-sm);

  background: var(--color-surface);

  border-radius: 50%;

  color: var(--color-accent);

  box-shadow: var(--shadow-card);
}

.section--staff__feature-icon-symbol {
  color: var(--color-accent);
}

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

.section--staff__feature-title {
  margin: 0;

  color: var(--color-accent);
}

.section--staff__feature-text {
  margin: var(--space-sm) 0 0;

  color: var(--color-text);

  white-space: pre-line;

  font-size: 14px !important;
}

/* =========================
  CLOSING
========================= */

.section--staff__closing {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);

  margin-top: var(--space-xl);

  padding: var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  text-align: center;
}

.section--staff__closing-text {
  flex: 1;

  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* =========================
  LEAF
========================= */

.section--staff__leaf {
  position: relative;

  display: block;

  flex: 0 0 1.375rem;

  height: 2.625rem;
}

.section--staff__leaf::before {
  position: absolute;

  top: 0.25rem;
  left: 50%;

  width: 1px;
  height: 2.125rem;

  background: var(--color-accent);

  content: "";

  transform: rotate(-18deg);

  transform-origin: bottom;
}

.section--staff__leaf-item {
  position: absolute;

  width: 0.5625rem;
  height: 0.3125rem;

  border: 1px solid var(--color-accent);
  border-radius: 100% 0 100% 0;
}

.section--staff__leaf-item--01 {
  top: 0.5rem;
  left: 0.1875rem;

  transform: rotate(35deg);
}

.section--staff__leaf-item--02 {
  top: 1.125rem;
  right: 0.125rem;

  transform: rotate(210deg);
}

.section--staff__leaf-item--03 {
  top: 1.75rem;
  left: 0.3125rem;

  transform: rotate(35deg);
}

.section--staff__leaf--right {
  transform: scaleX(-1);
}

/* =========================
  INSPECTOR OVERRIDES
========================= */

/* 検証モードで変更：2026/8/12 16:56:51 */

.tpl-scope-manual-sec-1786505756521-7403f .section--staff__name {
  font-size: 20px !important;
  font-weight: 600 !important;
}

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

/* === inspector overrides === */
/* === end inspector overrides === */
@media (max-width: 768px) {
/* =========================
  SECTION
========================= */

.section--staff {
  position: relative;

  overflow: hidden;

  padding-block: var(--section-padding-y);

  background: var(--color-background);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.section--staff__inner {
  position: relative;
}

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

.section--staff__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  LABEL
========================= */

.section--staff__label {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  text-align: left;
}

/* =========================
  TITLE
========================= */

.section--staff__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  TITLE LINE
========================= */

.section--staff__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  LEAD
========================= */

.section--staff__lead {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  PHOTO
========================= */

.section--staff__photo {
  overflow: hidden;

  border-radius: var(--image-radius);
}

.section--staff__photo-image {
  display: block;

  width: 100%;

  aspect-ratio: 1.57 / 1;

  object-fit: cover;
}

/* =========================
  PROFILE
========================= */

.section--staff__profile {
  padding-top: var(--space-lg);
}

.section--staff__identity {
  padding-bottom: var(--space-sm);

  border-bottom: var(--card-border);
}

.section--staff__name-row {
  display: flex;

  flex-wrap: wrap;

  align-items: baseline;

  gap: var(--space-xs) var(--space-md);
}

.section--staff__role {
  color: var(--color-accent);
}

.section--staff__name {
  margin: 0;

  color: var(--color-heading);

  font-size: 20px;
  font-weight: 600;
}

.section--staff__signature {
  margin: 0 0 0 auto;

  color: var(--color-accent);

  font-family: "Allura", cursive !important;

  transform: rotate(-4deg);
}

/* =========================
  PROFILE BODY
========================= */

.section--staff__profile-body {
  padding-top: var(--space-md);
}

.section--staff__message-title {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  white-space: pre-line;
}

.section--staff__message {
  display: grid;

  gap: var(--content-item-gap);
}

.section--staff__message-text {
  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* =========================
  FEATURES
========================= */

.section--staff__features {
  margin-top: var(--space-2xl);
}

.section--staff__features-heading {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);
}

.section--staff__features-title {
  flex: 0 1 auto;

  margin: 0;

  color: var(--color-heading);

  text-align: center;
}

.section--staff__heading-line {
  position: relative;

  flex: 1;

  height: 1px;

  background: var(--color-accent);
}

.section--staff__heading-line--left::after,
.section--staff__heading-line--right::before {
  position: absolute;

  top: 50%;

  width: 0.375rem;

  aspect-ratio: 1;

  background: var(--color-accent);

  content: "";

  transform: translateY(-50%) rotate(45deg);
}

.section--staff__heading-line--left::after {
  right: 0;
}

.section--staff__heading-line--right::before {
  left: 0;
}

/* =========================
  FEATURE GRID
========================= */

.section--staff__feature-grid {
  display: grid;

  gap: 1rem;

  margin-top: var(--card-gap);
}

.section--staff__feature {
  text-align: center;
}

/* =========================
  FEATURE ICON
========================= */

.section--staff__feature-icon {
  display: grid;

  width: 5rem;

  aspect-ratio: 1;

  place-items: center;

  margin: 0 auto var(--space-sm);

  background: var(--color-surface);

  border-radius: 50%;

  color: var(--color-accent);

  box-shadow: var(--shadow-card);
}

.section--staff__feature-icon-symbol {
  color: var(--color-accent);
}

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

.section--staff__feature-title {
  margin: 0;

  color: var(--color-accent);
}

.section--staff__feature-text {
  margin: var(--space-sm) 0 0;

  color: var(--color-text);

  white-space: pre-line;

  font-size: 14px !important;
}

/* =========================
  CLOSING
========================= */

.section--staff__closing {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: var(--space-md);

  margin-top: var(--space-xl);

  padding: var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  text-align: center;
}

.section--staff__closing-text {
  flex: 1;

  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* =========================
  LEAF
========================= */

.section--staff__leaf {
  position: relative;

  display: block;

  flex: 0 0 1.375rem;

  height: 2.625rem;
}

.section--staff__leaf::before {
  position: absolute;

  top: 0.25rem;
  left: 50%;

  width: 1px;
  height: 2.125rem;

  background: var(--color-accent);

  content: "";

  transform: rotate(-18deg);

  transform-origin: bottom;
}

.section--staff__leaf-item {
  position: absolute;

  width: 0.5625rem;
  height: 0.3125rem;

  border: 1px solid var(--color-accent);
  border-radius: 100% 0 100% 0;
}

.section--staff__leaf-item--01 {
  top: 0.5rem;
  left: 0.1875rem;

  transform: rotate(35deg);
}

.section--staff__leaf-item--02 {
  top: 1.125rem;
  right: 0.125rem;

  transform: rotate(210deg);
}

.section--staff__leaf-item--03 {
  top: 1.75rem;
  left: 0.3125rem;

  transform: rotate(35deg);
}

.section--staff__leaf--right {
  transform: scaleX(-1);
}

/* =========================
  INSPECTOR OVERRIDES
========================= */

/* 検証モードで変更：2026/8/12 16:56:51 */

.tpl-scope-manual-sec-1786505756521-7403f .section--staff__name {
  font-size: 20px !important;
  font-weight: 600 !important;
}

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

/* === inspector overrides === */
/* === end inspector overrides === */
}
/* =========================
  SECTION
========================= */

.section--access {
  width: 100%;

  padding-block: var(--section-padding-y);

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.section--access__inner {
  position: relative;
}

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

.section--access__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  LABEL
========================= */

.section--access__en {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  text-align: left;
}

/* =========================
  TITLE
========================= */

.section--access__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.section--access__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  INTRO
========================= */

.section--access__intro {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  LOCATION CARD
========================= */

.section--access__location-card {
  width: 100%;

  padding: var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);
}

/* =========================
  ADDRESS
========================= */

.section--access__address {
  padding-bottom: var(--space-md);
}

.section--access__address-heading {
  display: flex;

  align-items: center;

  gap: var(--space-sm);

  margin-bottom: var(--space-sm);
}

.section--access__address-icon {
  color: var(--color-accent);
}

.section--access__address-label {
  margin: 0;

  color: var(--color-accent);

  font-size: 18px;
  font-weight: 600;
}

.section--access__postal {
  margin: 0 0 var(--space-xs);

  color: var(--color-text);
}

.section--access__address-text {
  margin: 0;

  color: var(--color-text);
}

/* =========================
  DIVIDER
========================= */

.section--access__divider {
  width: 100%;
  height: 1px;

  margin-bottom: var(--space-md);

  background: var(--color-border);
}

/* =========================
  MAP
========================= */

.section--access__map {
  position: relative;

  width: 100%;

  overflow: hidden;

  aspect-ratio: 2.7 / 1;

  background: var(--color-background);

  border-radius: var(--image-radius);
}

.section--access__map-frame {
  position: absolute;

  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  border: 0;
}

/* =========================
  ROUTE LIST
========================= */

.section--access__route-list {
  display: grid;

  gap: var(--space-sm);

  margin-top: var(--space-md);
}

.section--access__route {
  display: flex;

  min-height: 3.5rem;

  align-items: center;

  gap: var(--space-md);

  padding: var(--space-sm) var(--space-md);

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  ROUTE ICON
========================= */

.section--access__route-icon-wrap {
  display: grid;

  flex: 0 0 auto;

  width: 2.375rem;

  aspect-ratio: 1;

  place-items: center;

  background: var(--color-background);

  border-radius: 50%;
}

.section--access__route-icon {
  color: var(--color-accent);
}

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

.section--access__route-body {
  min-width: 0;
}

.section--access__route-title {
  margin: 0 0 var(--space-xs);

  color: var(--color-accent);

  font-size: 18px;
}

.section--access__route-text {
  margin: 0;

  color: var(--color-text);

  font-size: 15px;
}

/* =========================
  INFORMATION
========================= */

.section--access__info {
  width: 100%;

  margin-top: var(--card-gap);

  padding: var(--card-padding);

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  INFO HEADING
========================= */

.section--access__info-heading {
  display: flex;

  align-items: center;

  gap: var(--space-md);

  margin-bottom: var(--space-md);
}

.section--access__info-line {
  flex: 1;

  height: 1px;

  background: var(--color-accent);
}

.section--access__info-title {
  flex: 0 0 auto;

  margin: 0;

  color: var(--color-accent);
}

/* =========================
  INFO GRID
========================= */

.section--access__info-grid {
  display: grid;

  gap: 1rem;
}

.section--access__info-column {
  min-width: 0;

  padding-inline: var(--space-md);
}

/* =========================
  INFO ROW
========================= */

.section--access__info-label-row {
  display: flex;

  align-items: flex-start;

  gap: var(--space-md);
}

/* =========================
  INFO ICON
========================= */

.section--access__info-icon-wrap {
  display: grid;

  flex: 0 0 auto;

  width: 2.375rem;

  aspect-ratio: 1;

  place-items: center;

  background: var(--color-background);

  border-radius: 50%;
}

.section--access__info-icon {
  color: var(--color-accent);
}

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

.section--access__info-content {
  min-width: 0;
}

.section--access__info-label {
  margin: 0 0 var(--space-xs);

  color: var(--color-accent);

  font-size: 18px;
}

.section--access__hours {
  margin: 0 0 var(--space-xs);

  color: var(--color-text);
}

.section--access__closed {
  margin: 0 0 var(--space-xs);

  color: var(--color-text);
}

.section--access__phone {
  margin: 0 0 var(--space-xs);

  color: var(--color-text);

  white-space: nowrap;
}

.section--access__contact-line {
  margin: 0;

  color: var(--color-text);

  overflow-wrap: anywhere;
}

/* =========================
  HOURS NOTE
========================= */

.section--access__hours-note {
  margin: var(--space-xs) 0 0 3rem;

  color: var(--color-text-muted);

  font-size: 12px;
}

/* =========================
  RESERVATION NOTE
========================= */

.section--access__reservation-note {
  margin-top: var(--space-md);

  padding: var(--space-sm) var(--space-md);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  text-align: center;
}

.section--access__reservation-note-text {
  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 11:42:21 */
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__route-text {
  font-size: 14px !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__hours-note {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__address-label {
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__route-title {
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__info-title {
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__info-label {
  font-weight: 600 !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* =========================
  SECTION
========================= */

.section--access {
  width: 100%;

  padding-block: var(--section-padding-y);

  background: var(--color-background-sub);

  color: var(--color-text);
}

/* =========================
  INNER
========================= */

.section--access__inner {
  position: relative;
}

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

.section--access__header {
  margin-bottom: var(--heading-lead-gap);
}

/* =========================
  LABEL
========================= */

.section--access__en {
  margin: 0 0 var(--space-sm);

  color: var(--color-accent);

  text-align: left;
}

/* =========================
  TITLE
========================= */

.section--access__title {
  margin-bottom: var(--space-md);

  color: var(--color-heading);

  text-align: left;
}

/* =========================
  TITLE LINE
========================= */

.section--access__title-line {
  display: block;

  width: 4.5rem;
  height: 1px;

  background: var(--color-accent);
}

/* =========================
  INTRO
========================= */

.section--access__intro {
  margin: 0 0 var(--heading-content-gap);

  color: var(--color-text);

  text-align: left;

  white-space: pre-line;
}

/* =========================
  LOCATION CARD
========================= */

.section--access__location-card {
  width: 100%;

  padding: var(--card-padding);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  box-shadow: var(--shadow-card);
}

/* =========================
  ADDRESS
========================= */

.section--access__address {
  padding-bottom: var(--space-md);
}

.section--access__address-heading {
  display: flex;

  align-items: center;

  gap: var(--space-sm);

  margin-bottom: var(--space-sm);
}

.section--access__address-icon {
  color: var(--color-accent);
}

.section--access__address-label {
  margin: 0;

  color: var(--color-accent);

  font-size: 18px;
  font-weight: 600;
}

.section--access__postal {
  margin: 0 0 var(--space-xs);

  color: var(--color-text);
}

.section--access__address-text {
  margin: 0;

  color: var(--color-text);
}

/* =========================
  DIVIDER
========================= */

.section--access__divider {
  width: 100%;
  height: 1px;

  margin-bottom: var(--space-md);

  background: var(--color-border);
}

/* =========================
  MAP
========================= */

.section--access__map {
  position: relative;

  width: 100%;

  overflow: hidden;

  aspect-ratio: 2.7 / 1;

  background: var(--color-background);

  border-radius: var(--image-radius);
}

.section--access__map-frame {
  position: absolute;

  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  border: 0;
}

/* =========================
  ROUTE LIST
========================= */

.section--access__route-list {
  display: grid;

  gap: var(--space-sm);

  margin-top: var(--space-md);
}

.section--access__route {
  display: flex;

  min-height: 3.5rem;

  align-items: center;

  gap: var(--space-md);

  padding: var(--space-sm) var(--space-md);

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  ROUTE ICON
========================= */

.section--access__route-icon-wrap {
  display: grid;

  flex: 0 0 auto;

  width: 2.375rem;

  aspect-ratio: 1;

  place-items: center;

  background: var(--color-background);

  border-radius: 50%;
}

.section--access__route-icon {
  color: var(--color-accent);
}

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

.section--access__route-body {
  min-width: 0;
}

.section--access__route-title {
  margin: 0 0 var(--space-xs);

  color: var(--color-accent);

  font-size: 18px;
}

.section--access__route-text {
  margin: 0;

  color: var(--color-text);

  font-size: 15px;
}

/* =========================
  INFORMATION
========================= */

.section--access__info {
  width: 100%;

  margin-top: var(--card-gap);

  padding: var(--card-padding);

  background: var(--color-background-sub);

  border: var(--card-border);
  border-radius: var(--card-radius);
}

/* =========================
  INFO HEADING
========================= */

.section--access__info-heading {
  display: flex;

  align-items: center;

  gap: var(--space-md);

  margin-bottom: var(--space-md);
}

.section--access__info-line {
  flex: 1;

  height: 1px;

  background: var(--color-accent);
}

.section--access__info-title {
  flex: 0 0 auto;

  margin: 0;

  color: var(--color-accent);
}

/* =========================
  INFO GRID
========================= */

.section--access__info-grid {
  display: grid;

  gap: 1rem;
}

.section--access__info-column {
  min-width: 0;

  padding-inline: var(--space-md);
}

/* =========================
  INFO ROW
========================= */

.section--access__info-label-row {
  display: flex;

  align-items: flex-start;

  gap: var(--space-md);
}

/* =========================
  INFO ICON
========================= */

.section--access__info-icon-wrap {
  display: grid;

  flex: 0 0 auto;

  width: 2.375rem;

  aspect-ratio: 1;

  place-items: center;

  background: var(--color-background);

  border-radius: 50%;
}

.section--access__info-icon {
  color: var(--color-accent);
}

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

.section--access__info-content {
  min-width: 0;
}

.section--access__info-label {
  margin: 0 0 var(--space-xs);

  color: var(--color-accent);

  font-size: 18px;
}

.section--access__hours {
  margin: 0 0 var(--space-xs);

  color: var(--color-text);
}

.section--access__closed {
  margin: 0 0 var(--space-xs);

  color: var(--color-text);
}

.section--access__phone {
  margin: 0 0 var(--space-xs);

  color: var(--color-text);

  white-space: nowrap;
}

.section--access__contact-line {
  margin: 0;

  color: var(--color-text);

  overflow-wrap: anywhere;
}

/* =========================
  HOURS NOTE
========================= */

.section--access__hours-note {
  margin: var(--space-xs) 0 0 3rem;

  color: var(--color-text-muted);

  font-size: 12px;
}

/* =========================
  RESERVATION NOTE
========================= */

.section--access__reservation-note {
  margin-top: var(--space-md);

  padding: var(--space-sm) var(--space-md);

  background: var(--color-surface);

  border: var(--card-border);
  border-radius: var(--card-radius);

  text-align: center;
}

.section--access__reservation-note-text {
  margin: 0;

  color: var(--color-text);

  white-space: pre-line;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 11:42:21 */
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__route-text {
  font-size: 14px !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__hours-note {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__address-label {
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__route-title {
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__info-title {
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1786505796734-dw81m .section--access__info-label {
  font-weight: 600 !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 11:29:35 */
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note {
  font-size: 14px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 11:29:35 */
.tpl-scope-cmqj9pofh00gq0h3y5a71j8fk .section--gallery__note {
  font-size: 14px !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 11:29:53 */
.tpl-scope-testimonials-mobile-stack .section--testimonials__text {
  font-size: 14px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 11:29:53 */
.tpl-scope-testimonials-mobile-stack .section--testimonials__text {
  font-size: 14px !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 10:30:20 */
.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number {
  font-size: 30px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/8/17 10:30:20 */
.tpl-scope-cta-footer-mobile .section--ctafooter__phone-number {
  font-size: 30px !important;
}
/* === end inspector overrides === */
}
*,
*::before,
*::after {box-sizing: border-box}

:root {/* Font */
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-family-heading: var(--font-family-base);

  --font-size-heading: clamp(1.75rem, 3vw, 2.5rem);
  --font-size-heading-sub: clamp(1.125rem, 2vw, 1.5rem);
  --font-size-body: 1rem;
  --font-size-small: 0.875rem;

  --font-weight-heading: 600;
  --font-weight-subheading: 600;
  --font-weight-body: 400;

  --line-height-heading: 1.55;
  --line-height-body: 1.85;
  --line-height-compact: 1.55;

  --letter-spacing-heading: 0.08em;
  --letter-spacing-body: 0.04em;
  --letter-spacing-label: 0.16em;

  /* Color */
  --color-heading: #171512;
  --color-text: #28231d;
  --color-text-muted: #6f665d;
  --color-accent: #a77b13;
  --color-link: #a77b13;
  --color-button: #a77b13;
  --color-button-text: #ffffff;
  --color-danger: #d40000;
  --color-border: #d8cdbb;
  --color-background: #f8f5ee;
  --color-background-sub: #fffdf8;
  --color-surface: #fffefd;
  --color-white: #ffffff;

  /* Layout */
  --inner-width: 1120px;
  --container-padding-x: 1rem;
  --section-padding-y: 4rem;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;

  --heading-lead-gap: 1.5rem;
  --heading-content-gap: 2rem;
  --content-item-gap: 1rem;
  --card-gap: 1.25rem;
  --image-text-gap: 1.5rem;
  --button-margin-top: 2rem;

  /* Card */
  --card-padding: 1.25rem;
  --card-radius: 0.625rem;
  --card-border: 1px solid var(--color-border);
  --shadow-card: 0 0.35rem 0.9rem rgb(71 59 40 / 10%);

  /* Image */
  --image-radius: 0.625rem;

  /* Radius */
  --radius-small: 0.375rem;
  --radius-medium: 0.625rem;
  --radius-large: 0.875rem;

  /* Transition */
  --transition-base: 0.3s ease}

html {font-family: var(--font-family-base);
  color: var(--color-text)}

body {margin: 0}

.lpc-inner {width: min(100%, var(--inner-width));
  margin-inline: auto;
  padding-inline: var(--container-padding-x)}

.lpc-section-heading {margin-top: 0;
  color: var(--color-heading);
  font-family: var(--font-family-heading)}

.lpc-section-heading-sub {margin-top: 0;
  color: var(--color-accent);
  font-family: var(--font-family-heading)}

.lpc-button {display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding-inline: 1.5rem;
  border: 1px solid var(--color-button);
  border-radius: var(--radius-medium);
  background-color: var(--color-button);
  color: var(--color-button-text);
  font: inherit;
  text-decoration: none;
  transition:
    background-color var(--transition-base),
    transform var(--transition-base),
    box-shadow var(--transition-base)}

.lpc-button:hover {transform: translateY(-2px)}

: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}
