@charset "UTF-8";

/*
  Lower page only.
  Global base, header, drawer, CTA, footer, and top-page styles live in assets/css/style.css.
*/

/* 固定ヘッダーの高さぶん下げる。ヘッダーは幅によって背が変わるので
   px 直書きではなく style.css の --header-height を参照する */
.l-main {
  padding-top: var(--header-height);
}

/* 料理・装花・ドレス */
.dress-page { color: #3d3330; }
.dress-intro { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 52px 0 22px; text-align: center; font-size: 20px; line-height: 2; }
.dress-tabs { position: sticky; top: var(--header-height); z-index: 5; display: flex; justify-content: center; gap: 40px; width: min(1080px, 100%); margin: 0 auto; padding-top: 20px; border-bottom: 1px solid #d9d4cf; background: rgba(255,255,255,.96); }
.dress-tabs a { min-width: 104px; padding: 14px 32px; color: #575757; font-size: 20px; font-weight: 500; text-align: center; white-space: nowrap; border-bottom: 4px solid transparent; }
.dress-tabs a:first-child { min-width: 184px; }
.dress-tabs a.is-current { color: #b8956a; border-bottom-color: #b8956a; }
.dress-feature { padding: 64px 0; scroll-margin-top: 150px; overflow: hidden; }
.dress-feature--cuisine, .dress-feature--flowers { padding-top: 80px; }
.dress-feature__inner { width: min(1080px, calc(100% - 40px)); margin: 0 auto 32px; text-align: center; }
.dress-feature__title { font-size: 27px; font-weight: 500; letter-spacing: .08em; }
.dress-feature__title::after { display: block; width: 40px; height: 2px; margin: 20px auto 26px; border-radius: 1px; background: #b8956a; content: ""; }
.dress-feature__text { color: #575757; font-size: 16px; line-height: 2; }
.dress-feature__text em { color: #d05d58; font-style: normal; font-weight: 600; }
.dress-brands { display: flex; align-items: flex-end; justify-content: space-between; width: min(1080px, calc(100% - 40px)); margin: 0 auto 48px; padding: 0 24px; }
.dress-brands img { display: block; width: 100%; height: auto; }
.dress-brands__item--verawang { width: 90px; margin-bottom: 5px; }
.dress-brands__item--anteprima { width: 107px; margin-bottom: 13px; }
.dress-brands__item--isamumorita { width: 136px; margin-bottom: 3px; }
.dress-brands__item--pauljoe { width: 107px; }
.dress-brands__item--jillstuart { width: 99px; margin-bottom: 14px; }
.dress-brands__item--oscar { width: 116px; margin-bottom: 12px; }
.dress-brands__item--irida { width: 104px; margin-bottom: 10px; }
.dress-gallery { width: 100%; }
.dress-gallery .splide__track { overflow: visible; }
.dress-gallery .splide__list { align-items: stretch; }
.dress-gallery .splide__slide { width: 280px; height: 360px; overflow: hidden; border-radius: 8px; }
.dress-feature--cuisine .splide__slide { height: 281px; }
.dress-gallery img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 767px) {
  /* SP は本文のみ左寄せ（見出し・下線は中央のまま） */
  .dress-intro { width: 335px; max-width: calc(100% - 40px); padding: 40px 0 24px; font-size: 15px; line-height: 2; text-align: left; }
  /* Figma 1994-162: 均等割りではなく文字幅＋左右20pxのタブを中央寄せ。下線は2px */
  .dress-tabs { gap: 0; width: 100%; padding: 12px 20px 0; }
  .dress-tabs a, .dress-tabs a:first-child { flex: 0 0 auto; min-width: 0; padding: 12px 20px; font-size: 15px; border-bottom-width: 2px; }
  .dress-feature, .dress-feature--cuisine, .dress-feature--flowers { padding: 48px 0; scroll-margin-top: 112px; }
  .dress-feature__inner { width: 335px; max-width: calc(100% - 40px); margin-bottom: 28px; }
  .dress-feature__title { font-size: 21px; letter-spacing: .06em; }
  .dress-feature__title::after { margin: 16px auto 22px; }
  .dress-feature__text { font-size: 15px; line-height: 2; text-align: left; }
  .dress-brands { flex-wrap: wrap; justify-content: center; column-gap: 20px; row-gap: 26px; width: 349px; max-width: calc(100% - 26px); margin-bottom: 40px; padding: 0; }
  .dress-brands__item--verawang { width: 53px; margin-bottom: 2px; }
  .dress-brands__item--anteprima { width: 64px; margin-bottom: 7px; }
  .dress-brands__item--isamumorita { width: 82px; margin-bottom: 1px; }
  .dress-brands__item--pauljoe { width: 64px; margin-bottom: 0; }
  .dress-brands__item--jillstuart { width: 60px; margin-bottom: 1px; }
  .dress-brands__item--oscar { width: 69px; margin-bottom: 0; }
  .dress-brands__item--irida { width: 79px; margin-bottom: 0; }
  .dress-gallery .splide__slide { width: 224px; height: 288px; }
  .dress-feature--cuisine .splide__slide { height: 225px; }
}

.family-page {
  color: var(--color-base);
  background: var(--color-white);
}

.reason-page {
  color: var(--color-base);
  background: var(--color-white);
}

/* 格安の理由ページの提携会場は背景なし（Figma 2291-1202） */
.reason-page .p-home-venues {
  background-color: var(--color-white);
}

.reason-inner {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}

.reason-intro {
  padding: 64px 0 48px;
}

.reason-intro__title {
  margin: 0 0 24px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.reason-lead,
.reason-intro__body p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.reason-lead em,
.reason-intro__body em,
.reason-policy-card em {
  color: var(--accent-color);
  font-style: normal;
  font-weight: 500;
}

.reason-intro__body {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}

.reason-text-link {
  width: fit-content;
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

.reason-proof {
  display: grid;
  justify-items: center;
  gap: 24px;
  margin-top: 28px;
}

.reason-satisfaction {
  position: relative;
  min-width: 273px;
  padding: 0 32px 24px;
  text-align: center;
}

.reason-satisfaction::before,
.reason-satisfaction::after {
  position: absolute;
  top: 15px;
  width: 32px;
  height: 99px;
  background: center / contain no-repeat;
  content: "";
}

.reason-satisfaction::before {
  left: 0;
  background-image: url("../images/reason/satisfaction-laurel-left.png");
}

.reason-satisfaction::after {
  right: 0;
  background-image: url("../images/reason/satisfaction-laurel-right.png");
}

.reason-satisfaction__stars {
  display: block;
  width: 52px;
  height: 16px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../images/reason/satisfaction-stars.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
}

.reason-satisfaction p {
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

/* Figma 2619-3506 は Futura Medium。Futura は Apple 系の標準搭載フォントで
   Web フォントとしては読み込んでいないため、幾何学サンセリフでフォールバックさせる */
.reason-satisfaction strong {
  color: var(--accent-color);
  font-family: Futura, "Century Gothic", "Avenir Next", "Trebuchet MS", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.reason-satisfaction small {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 1.4;
}

.reason-graph {
  width: min(100%, 586px);
}

.reason-graph img {
  display: block;
  width: 100%;
  height: auto;
}

.reason-policy,
.reason-estimates {
  padding: 64px 0;
  background: #faf5f0;
}

.reason-section-heading {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-bottom: 32px;
  text-align: center;
}

.reason-section-heading h2 {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.reason-section-heading h2::after {
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background: #b8956a;
  content: "";
}

.reason-section-heading p {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

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

.reason-policy-card {
  grid-column: span 3;
  min-height: 236px;
  padding: 28px;
  border-radius: 8px;
  background: var(--color-white);
}

.reason-policy-card:nth-child(n + 5) {
  grid-column: span 2;
  min-height: 383px;
  padding: 24px;
}

.reason-policy-card h3 {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(184, 149, 106, 0.2);
  color: var(--color-base);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.reason-policy-card h3 span {
  flex: 0 0 auto;
  color: #b8956a;
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.reason-policy-card p {
  margin: 12px 0 0;
  color: #575757;
  font-size: 16px;
  line-height: 2;
}

.reason-policy-card a {
  display: inline-block;
  margin-top: 12px;
  color: var(--accent-color);
  font-size: 19px;
  font-weight: 500;
}

.reason-policy-card ul {
  display: grid;
  gap: 12px;
  margin: 12px 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  list-style: none;
}

.reason-policy-card li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.7;
}

.reason-policy-card li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b8956a;
  content: "";
}

.reason-policy-card li small {
  display: block;
  color: rgba(61, 51, 48, 0.5);
  font-size: 11px;
}

.reason-policy-card--payment p {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.reason-best-rate {
  padding: 46px 0 52px;
  background: linear-gradient(135deg, #5f564f, #80694f);
  color: var(--color-white);
}

.reason-best-rate__inner {
  width: min(100% - 40px, 824px);
  margin: 0 auto;
}

.reason-best-rate__label {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.reason-best-rate__body {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding-top: 28px;
}

.reason-best-rate__badge {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #f1e5dc;
  text-align: center;
}

.reason-best-rate__badge span {
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.reason-best-rate__badge small {
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.reason-best-rate h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.reason-best-rate p,
.reason-best-rate small {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.reason-allinone {
  padding: 80px 0;
  text-align: center;
}

.reason-allinone p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.reason-outline-button {
  display: inline-grid;
  place-items: center;
  min-width: 360px;
  min-height: 56px;
  margin-top: 40px;
  padding: 14px 40px;
  border: 1.5px solid var(--color-base);
  border-radius: 30px;
  color: var(--color-base);
  font-size: 15px;
  font-weight: 600;
}

.reason-title-left {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 40px;
  text-align: center;
}

.reason-title-left p {
  margin: 0;
  color: var(--accent-color);
  font-family: Allura, cursive;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.reason-title-left h2 {
  display: grid;
  justify-items: center;
  gap: 24px;
  margin: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.reason-title-left h2::after {
  width: 60px;
  height: 1px;
  background: #c9a87a;
  content: "";
}

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

.reason-estimate-card {
  display: grid;
  grid-template-columns: minmax(0, 353px) 1fr;
  align-items: center;
  min-height: 210px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-white);
}

.reason-estimate-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.reason-estimate-card div {
  display: grid;
  justify-items: start;
  gap: 8px;
  padding: 18px 16px;
}

.reason-estimate-card h3 {
  margin: 0 0 4px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.reason-estimate-card p {
  margin: 0;
  line-height: 1.2;
}

.reason-estimate-card span {
  display: block;
  color: #aaa;
  font-size: 10px;
}

.reason-estimate-card s {
  color: #aaa;
  font-size: 20px;
  font-weight: 600;
  text-decoration-thickness: 1px;
}

.reason-estimate-card strong {
  color: #d70b30;
  font-size: 24px;
  font-weight: 600;
}

.reason-estimate-card b {
  padding: 4px 8px;
  border-radius: 40px;
  background: linear-gradient(90deg, #d05f5a, #d68581);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.reason-note {
  margin: 52px 0 0;
  color: #808080;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

.reason-venues {
  padding: 60px 0;
}

.reason-venues__lead {
  margin: -16px 0 24px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

.reason-venues__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 27px;
}

.reason-venues__grid article {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.reason-venues__grid img {
  width: 100%;
  aspect-ratio: 342 / 215;
  object-fit: cover;
}

.reason-venues__grid article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  content: "";
}

.reason-venues__grid h3 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  margin: 0;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
}

.reason-venues__link {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  color: var(--color-base);
  font-size: 16px;
  text-decoration: underline;
}

.family-kv {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}

.family-kv picture {
  display: block;
}

/* kv.webp は Figma（node 2772:1936）の 1080x366 書き出し。トリミング済みなので
   object-position は指定しない（別比率の写真に差し替えると人物の頭が切れる） */
.family-kv img {
  width: 100%;
  height: 366px;
  object-fit: cover;
}

.family-anchor {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  padding: 40px 24px;
  border-bottom: 1px solid #d9d4cf;
  overflow-x: auto;
  white-space: nowrap;
}

.family-anchor a {
  flex: 0 0 auto;
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.family-anchor a:first-child {
  color: var(--accent-color);
}

.family-about {
  display: grid;
  grid-template-columns: minmax(0, 605px) minmax(0, 1fr);
  gap: 64px;
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  padding: 56px 0 64px;
  align-items: center;
}

.family-about__text {
  display: grid;
  gap: 16px;
}

.family-about__text p,
.family-message p,
.family-after__lead,
.family-after__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* 本文中の強調は赤字＋SemiBold（Figma 2249-206 / 2249-243 / 2256-166） */
.family-about__text em,
.family-message em,
.family-merits em {
  color: var(--accent-color);
  font-style: normal;
  font-weight: 600;
}

/* Figma 2103-214 の書き出し画像（337x287 @2x）をそのまま表示する */
.family-graph {
  display: grid;
  justify-items: center;
}

.family-graph img {
  width: 337px;
  max-width: 100%;
  height: auto;
}

/* Figma 2249-242: 枠線1本のカード。白抜きボックスや背景色は無し */
.family-message {
  padding: 40px max(20px, calc((100% - 1080px) / 2));
}

.family-message__box {
  display: grid;
  gap: 28px;
  padding: 32px 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.family-section {
  padding: 88px max(20px, calc((100% - 1080px) / 2));
}

.family-section--warm {
  background: #f8f6f4;
}

.family-section--cream,
.family-after {
  background: #fbf9f5;
}

.family-section__title {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 0 0 56px;
  color: var(--color-base);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.family-section__title::after {
  width: 32px;
  height: 1px;
  background: rgba(184, 149, 106, 0.7);
  content: "";
}

.family-features {
  display: grid;
  gap: 32px;
}

.family-point {
  display: grid;
  grid-template-columns: minmax(0, 512px) minmax(0, 512px);
  gap: 56px;
  align-items: center;
}

.family-point--reverse .family-point__images,
.family-point--reverse > img {
  order: -1;
}

.family-point > img,
.family-point__images img {
  width: 100%;
  height: 384px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

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

.family-point__text {
  display: grid;
  gap: 20px;
}

.family-point__label {
  margin: 0;
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.family-point h3 {
  display: grid;
  gap: 16px;
  margin: 0;
  color: var(--color-base);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.family-point h3::after {
  width: 32px;
  height: 1px;
  background: var(--color-brown03);
  content: "";
}

.family-point p:not(.family-point__label) {
  margin: 0;
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.family-small-link {
  width: fit-content;
  padding: 8px 22px;
  border: 1px solid var(--color-base);
  border-radius: 30px;
  background: transparent;
  color: var(--color-base);
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}

.family-small-link::after {
  content: "›";
  display: inline-block;
  margin-left: 8px;
  font-weight: 600;
}

.family-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 48px 24px;
}

.family-modal[hidden] {
  display: none;
}

.family-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 13, 13, 0.55);
}

.family-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
  max-height: calc(100vh - 96px);
  overflow: visible;
  border-radius: 12px;
  background: #faf8f4;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.family-modal__inner {
  display: grid;
  gap: 28px;
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  padding: 56px 48px 40px;
  border-radius: 12px;
  overscroll-behavior: contain;
}

.family-modal__close {
  position: absolute;
  top: -25px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  color: var(--color-base);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.family-modal__head,
.family-modal__subhead,
.family-modal__footer {
  display: grid;
  justify-items: center;
}

.family-modal__head {
  gap: 12px;
  text-align: center;
}

.family-modal__head h2,
.family-modal__head p,
.family-modal__subhead h3,
.family-modal-feature h3,
.family-modal-feature p,
.family-modal-card h4,
.family-modal-card p {
  margin: 0;
}

.family-modal__head h2 {
  color: var(--color-base);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.family-modal__head > span,
.family-modal__subhead > span {
  width: 50px;
  height: 2px;
  border-radius: 1px;
  background: var(--color-brown03);
}

.family-modal__head p {
  color: #575757;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.family-modal__features,
.family-modal__cards {
  display: grid;
  gap: 12px;
}

.family-modal-feature,
.family-modal-card {
  border: 1px solid #d9d4cf;
  background: var(--color-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.family-modal-feature {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px 28px;
  border-radius: 12px;
}

.family-modal-feature__num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-brown03);
  box-shadow: 0 2px 6px rgba(184, 149, 106, 0.25);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.family-modal-feature h3 {
  color: var(--color-base);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.family-modal-feature p {
  margin-top: 6px;
  color: #575757;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.family-modal__group {
  display: grid;
  gap: 18px;
}

.family-modal__subhead {
  gap: 10px;
}

.family-modal__subhead h3 {
  color: var(--color-base);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.family-modal__subhead > span {
  width: 40px;
}

.family-modal-card {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 8px;
}

.family-modal-card--media {
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.family-modal-card img {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  object-fit: cover;
}

.family-modal-card h4 {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--color-base);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.family-modal-card h4::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--color-brown03);
}

.family-modal-card p {
  color: #575757;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.family-modal__button {
  display: grid;
  place-items: center;
  width: 280px;
  height: 52px;
  border: 0;
  border-radius: 26px;
  background: var(--color-brown03);
  box-shadow: 0 4px 16px rgba(184, 149, 106, 0.28);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
}

body.is-family-modal-open {
  overflow: hidden;
}

.family-price {
  display: grid;
  justify-items: center;
}

/* カード3枚を「＋」で区切って横並び（880px = 258px×3 + ＋28.6px×2 + gap12px×4） */
.family-price__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  justify-items: center;
  gap: 12px;
  width: min(100%, 880px);
}

.family-price-step {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  width: 100%;
  min-height: 148px;
  padding: 32px 20px 12px;
  border: 1px solid #d9d4cf;
  border-radius: 10px;
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.family-price-step p,
.family-price-step strong,
.family-price-step small {
  margin: 0;
}

.family-price-step p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.family-price-step strong {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.family-price-step small {
  margin-top: -4px;
  color: #575757;
  font-size: 12px;
  line-height: 1.4;
}

.family-price__plus,
.family-plan-plus,
.family-after-price__plus {
  color: rgba(184, 149, 106, 0.8);
  font-size: 32px;
  line-height: 1;
}

/* 料金ステップの「＋」はカード間で縦中央（28px・#b8956a 70%） */
.family-price__plus {
  align-self: center;
  color: rgba(184, 149, 106, 0.7);
  font-size: 28px;
}

.family-price__arrow {
  width: 1px;
  height: 28px;
  margin: 56px 0 36px;
  background: rgba(184, 149, 106, 0.6);
}

.family-price__arrow::after {
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgba(184, 149, 106, 0.8);
  border-bottom: 1px solid rgba(184, 149, 106, 0.8);
  content: "";
  transform: translate(-4px, 17px) rotate(45deg);
}

.family-price-table {
  display: grid;
  gap: 24px;
  width: min(100%, 880px);
}

.family-price-table h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.family-price-table table {
  width: 100%;
  border: 1px solid #d9d4cf;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
  background: var(--color-white);
  box-shadow: 0 8px 32px rgba(74, 41, 14, 0.06);
  table-layout: fixed;
}

.family-price-table th,
.family-price-table td {
  padding: 8px;
  border-right: 1px solid #d9d4cf;
  border-bottom: 1px solid #d9d4cf;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

/* 1列目のみ広い（281/878 ≒ 32%）。残り3列は均等 */
.family-price-table tr > :first-child {
  width: 32%;
}

.family-price-table tr > :last-child {
  border-right: 0;
}

.family-price-table tbody tr:last-child > * {
  border-bottom: 0;
}

.family-price-table thead th {
  height: 54px;
  background: #faf8f4;
}

/* 見出しの人数は「20」＋「名の場合」をベースライン揃えで横並び
   （th を flex にすると表レイアウトが壊れるためインラインで組む） */
.family-price-table thead th b {
  margin-right: 4px;
  font-size: 20px;
  font-weight: 600;
}

.family-price-table thead th span {
  color: #575757;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* 本文の行内容 */
.family-price-table tbody th,
.family-price-table tbody td {
  height: 74px;
}

.family-price-table tbody th {
  padding-left: 18px;
  color: #4a3f28;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
}

.family-price-table tbody td b {
  font-size: 20px;
  font-weight: 600;
}

.family-price-table tbody td span {
  color: #575757;
  font-size: 14px;
  font-weight: 500;
}

.family-plan-card {
  display: grid;
  gap: 20px;
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #d9d4cf;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
}

.family-plan-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.family-plan-tabs button {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 12px 14px;
  border: 1px solid #e6dbc6;
  border-radius: 12px;
  color: var(--color-base);
  background: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.family-plan-tabs button.is-active {
  border-color: #b8956a;
  color: var(--color-white);
  background: #b8956a;
}

.family-plan-tabs span {
  font-size: 13px;
  font-weight: 500;
}

.family-plan-tabs b {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--accent-color);
  background: var(--color-white);
  font-size: 10px;
  font-weight: 600;
}

.family-item-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.family-item-grid figure[hidden] {
  display: none;
}

.family-item-grid figure,
.family-option-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid #d9d4cf;
  border-radius: 8px;
  background: #e8e2da;
}

.family-item-grid figure {
  aspect-ratio: 1;
}

.family-item-grid img,
.family-option-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.family-item-grid figcaption,
.family-option-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px 6px 7px;
  color: var(--color-white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.family-plan-plus {
  display: grid;
  place-items: center;
}

.family-plan-subtitle {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.family-plan-subtitle h3,
.family-plan-subtitle p,
.family-note {
  margin: 0;
}

.family-plan-subtitle h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.family-plan-subtitle p,
.family-note {
  color: var(--color-gray05);
  font-size: 14px;
  line-height: 1.7;
}

.family-plan-subtitle strong {
  color: var(--accent-color);
  font-size: 16px;
  font-weight: 600;
}

.family-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 880px);
  margin: 0 auto;
}

.family-option-grid figure {
  aspect-ratio: 328 / 220;
}

.family-after {
  display: grid;
  /* 100vwの写真帯で列トラックが広がらないよう、トラック幅をコンテンツ幅に固定 */
  grid-template-columns: 100%;
  justify-items: center;
  gap: 28px;
  padding: 40px max(20px, calc((100% - 1080px) / 2)) 80px;
  border-top: 1px solid #d9d4cf;
}

.family-after__head {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.family-after__head p,
.family-campaign-box__en {
  margin: 0;
  color: var(--accent-color);
  font-family: "Allura", cursive;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.family-after__head h2 {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.family-after__head h2::after {
  width: 36px;
  height: 1px;
  background: rgba(184, 149, 106, 0.7);
  content: "";
}

.family-after__head span {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/* Figma(2239:162): 1080x101の横バー。左Campaign／中央テキスト／右に白ピル */
.family-campaign-box {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(100%, 1080px);
  padding: 24px 32px;
  background: #f6e8e8;
}

.family-campaign-box p,
.family-campaign-box strong {
  margin: 0;
}

.family-campaign-box p:not(.family-campaign-box__en) {
  margin-left: auto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.family-campaign-box strong {
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 600;
}

.family-campaign-box b {
  margin-left: auto;
  padding: 5px 28px;
  border-radius: 999px;
  color: var(--accent-color);
  background: var(--color-white);
  font-size: 20px;
  font-weight: 600;
}

/* Figma実測: リード文=1080幅(2136:700)、本文=897幅(2136:755)。いずれも中央揃え */
.family-after__lead,
.family-after__text {
  width: min(100%, 1080px);
  font-size: 16px;
  text-align: center;
}

.family-after__text {
  width: min(100%, 900px);
}

.family-photo-band {
  width: 100vw;
  overflow: hidden;
}

/* Figmaのスロットは267x200。書き出し画像も同比率なので、この比率を崩すと
   被写体の頭が切れる（旧バンドの高さ160pxを引き継がないこと） */
.family-photo-band .splide__slide {
  width: 267px;
  height: 200px;
  overflow: hidden;
}

.family-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Figma(2136:723): 1080x132。アイコン / プラン名 / 縦罫線 / 割引率 を gap 88px で横並び */
.family-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 88px;
  width: min(100%, 1080px);
  min-height: 132px;
  padding: 26px 36px;
  border: 1px solid #e6dbc6;
  border-radius: 16px;
  background: #fffdfb;
}

.family-discount__icon {
  flex-shrink: 0;
  width: 44px;
  height: 57px;
  object-fit: contain;
}

.family-discount__plan {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.family-discount h3,
.family-discount p {
  margin: 0;
  white-space: nowrap;
}

.family-discount h3 {
  color: #3d3330;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
}

/* 「家族結婚式」はゴールド、「ご利用者様」はRegular+グレー。
   FigmaはBold(700)指定だがデザイン側の誤りのため、強調は Medium(500) に統一 */
.family-discount p {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.family-discount__tag {
  margin-right: 6px;
  color: #b8956a;
  font-weight: 500;
}

.family-discount__line {
  flex-shrink: 0;
  width: 1px;
  height: 56px;
  background: #e6dbc6;
}

.family-discount__off {
  display: grid;
  gap: 4px;
  justify-items: center;
}

.family-discount__off span:not(.family-discount__value) {
  color: #575757;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.family-discount__value {
  color: #d05d58;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

/* Figma 2254-285: SemiBold(600) / 18px / 行間28px / 字送り1.2px */
.family-after__catch {
  margin: 0;
  color: #b08e5a;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-align: center;
}

.family-after__catch span {
  color: var(--accent-color);
}

/* Figma(2606:3354): 全体812px = 円170px + 間隔204px(点線60px含む) + ＋64px。ラベルは円の下 */
.family-combo {
  display: grid;
  grid-template-columns: auto 64px auto;
  align-items: center;
  justify-content: center;
  column-gap: 204px;
  width: min(100%, 812px);
  text-align: center;
}

.family-combo div {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.family-combo div::before {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #f3eadc center / cover no-repeat;
  content: "";
}

.family-combo div:first-child::before {
  background-image: url("../images/family/combo-family.png");
}

.family-combo div:last-child::before {
  background-image: url("../images/family/combo-after.png");
}

.family-combo b {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #e6dbc6;
  border-radius: 50%;
  color: #b8956a;
  background: var(--color-white);
  font-size: 30px;
  /* ラベル分だけ円の中心に合わせて上げる */
  margin-bottom: 38px;
}

.family-combo b::before,
.family-combo b::after {
  position: absolute;
  top: 50%;
  width: 60px;
  border-top: 1px dashed #c9b998;
  content: "";
}

.family-combo b::before {
  right: calc(100% + 72px);
}

.family-combo b::after {
  left: calc(100% + 72px);
}

.family-combo span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.family-merits,
.family-patterns,
.family-after-price {
  width: min(100%, 880px);
  padding-top: 56px;
}

.family-merits ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.family-merits li {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 28px 0;
  border-top: 1px solid #d9d4cf;
  counter-increment: merit;
}

.family-merits li:last-child {
  border-bottom: 1px solid #d9d4cf;
}

/* 数字は1列目で全行を占め、h3とpは2列目に縦積み */
.family-merits li::before {
  grid-column: 1;
  grid-row: 1 / -1;
  color: #b8956a;
  font-family: "Allura", cursive;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  content: counter(merit);
}

.family-merits li h3,
.family-merits li p {
  grid-column: 2;
}

.family-merits h3,
.family-merits p,
.family-patterns h3,
.family-patterns p {
  margin: 0;
}

.family-merits h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.family-merits p,
.family-patterns p {
  color: var(--color-gray05);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.family-patterns > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #d9d4cf;
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-white);
}

.family-patterns article {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 32px 28px;
  text-align: center;
}

.family-patterns article + article {
  border-left: 1px solid #d9d4cf;
}

/* Figma 2256-187: 当日=赤系ピル / 後日=ゴールド系ピルで色が分かれる */
.family-patterns h3 {
  padding: 8px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.family-patterns article:first-child h3 {
  color: var(--accent-color);
  background: #faf4f4;
}

.family-patterns article:last-child h3 {
  color: #b08e5a;
  background: #faf8f4;
}

.family-after-price__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* 2枚のカードは高い方に高さを揃える。
   article を grid にして下段（__bottom）を 1fr で伸ばし、
   余白が白地のまま残らないようにする */
.family-after-price article {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #d9d4cf;
  border-radius: 12px;
  background: var(--color-white);
}

.family-after-price__plus {
  align-self: center;
}

.family-after-price__top,
.family-after-price__bottom {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.family-after-price__bottom {
  align-content: start;
  background: #faf8f4;
}

.family-after-price h3,
.family-after-price h4,
.family-after-price p,
.family-after-price dl,
.family-after-price ul {
  margin: 0;
}

.family-after-price h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d4cf;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.family-after-price__top p,
.family-after-price dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #d9d4cf;
}

.family-after-price__discount {
  display: grid;
  gap: 0;
  padding: 12px;
  background: #fff8f8;
}

.family-after-price__discount > b {
  margin-bottom: 8px;
  color: var(--accent-color);
  text-align: center;
}

.family-after-price__discount em {
  padding: 2px 10px;
  border-radius: 999px;
  color: var(--color-white);
  background: var(--accent-color);
  font-size: 12px;
  font-style: normal;
}

.family-after-price strong,
.family-after-price dd {
  color: #4b290e;
  font-weight: 600;
}

/* Figma 2256-247: dt=Regular 13px / dd金額=Bold 14px / 「～／一人」=Medium 11px グレー */
.family-after-price dt {
  color: var(--color-base);
  font-size: 13px;
  font-weight: 400;
}

.family-after-price dd {
  font-size: 14px;
  font-weight: 600;
}

.family-after-price dd span {
  color: #575757;
  font-size: 11px;
  font-weight: 500;
}

.family-after-price h4 {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #a08332;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.family-after-price h4::after {
  width: 32px;
  height: 1px;
  background: #b8956a;
  content: "";
}

.family-after-price ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  padding: 0;
  list-style: none;
}

.family-after-price li {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.4;
}

.family-after-price li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #b8956a;
  content: "";
}

.family-after-price__bottom > p {
  color: #912a26;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .family-kv {
    width: 100%;
  }

  .family-kv img {
    height: 223px;
  }

  .family-anchor {
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    padding: 12px 20px;
  }

  .family-anchor a {
    font-size: 15px;
  }

  .family-about {
    grid-template-columns: 1fr;
    gap: 32px;
    width: min(100% - 40px, 335px);
    padding: 40px 0;
  }

  .family-about__text p,
  .family-message p,
  .family-after__lead,
  .family-after__text {
    font-size: 15px;
    line-height: 1.85;
  }

  .family-message {
    padding: 32px 20px 60px;
  }

  .family-message__box {
    gap: 28px;
    padding: 32px 20px;
  }

  /* 料金ステップはSPでは縦積みに戻す */
  .family-price__steps {
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100%, 335px);
  }

  .family-price-step {
    gap: 4px;
    min-height: 0;
    padding: 20px;
  }

  .family-price__plus {
    align-self: auto;
  }

  .family-price-table {
    width: min(100%, 335px);
    gap: 16px;
  }

  .family-price-table th,
  .family-price-table td {
    padding: 12px 6px;
    font-size: 13px;
  }

  .family-price-table thead th {
    height: auto;
    padding: 12px 6px;
  }

  .family-price-table thead th:not(:first-child) {
    padding: 12px 6px;
  }

  /* SPは「10」と「名の場合」を改行して2行に（Figma 2252-162） */
  .family-price-table thead th b {
    display: block;
    margin-right: 0;
    font-size: 17px;
  }

  .family-price-table thead th span {
    display: block;
    font-size: 12px;
  }

  .family-price-table tbody th,
  .family-price-table tbody td {
    height: auto;
  }

  .family-price-table tbody th {
    padding-left: 10px;
    font-size: 14px;
  }

  .family-price-table tbody td b {
    font-size: 15px;
  }

  .family-price-table tbody td span {
    font-size: 12px;
  }

  .family-section {
    padding: 56px 20px;
  }

  .family-section__title {
    margin-bottom: 40px;
    font-size: 21px;
  }

  .family-point,
  .family-point--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* SPはPOINT1・POINT2とも「写真が上、テキストが下」で揃える（Figma 2250-162）。
     POINT1はマークアップ順がテキスト→写真のため order で入れ替える */
  .family-point > img,
  .family-point--reverse .family-point__images {
    order: -1;
  }

  .family-point__text {
    order: 0;
  }

  .family-point > img,
  .family-point__images img {
    height: 240px;
  }

  /* SPのFigma実測: 写真163.5px × gap8.5px（335px内）。PCの12pxとは別値 */
  .family-point__images {
    gap: 8px;
  }

  .family-point__text {
    gap: 18px;
  }

  .family-point__label {
    font-size: 16px;
  }

  .family-point h3 {
    font-size: 18px;
    line-height: 1.65;
  }

  .family-point p:not(.family-point__label) {
    font-size: 15px;
  }

  .family-plan-card {
    padding: 24px 16px;
  }

  .family-plan-tabs {
    grid-template-columns: 1fr;
  }

  .family-item-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .family-item-grid figcaption,
  .family-option-grid figcaption {
    font-size: 11px;
  }

  .family-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .family-after {
    padding: 40px 20px 56px;
  }

  .family-after__head h2 {
    font-size: 21px;
  }

  /* SPのスロットは高さ110px。PC(267x200)と同じ比率で幅は147px */
  .family-photo-band .splide__slide {
    width: 147px;
    height: 110px;
  }

  /* SPはPCの横バーをやめて縦積みカードに戻す */
  .family-campaign-box {
    flex-direction: column;
    gap: 8px;
    width: min(100%, 520px);
    padding: 24px;
    text-align: center;
  }

  .family-campaign-box__en {
    font-size: 18px;
  }

  .family-campaign-box p:not(.family-campaign-box__en),
  .family-campaign-box b {
    margin-left: 0;
  }

  .family-campaign-box p:not(.family-campaign-box__en) {
    font-size: 16px;
  }

  .family-campaign-box b {
    font-size: 12px;
  }

  .family-after__lead,
  .family-after__text {
    text-align: left;
  }

  /* SPは横並びが入らないので縦積みに戻す（罫線は横線に） */
  .family-discount {
    flex-direction: column;
    gap: 16px;
    width: min(100%, 335px);
    min-height: 0;
    padding: 24px 20px;
  }

  .family-discount__plan {
    justify-items: center;
    gap: 6px;
  }

  .family-discount__line {
    width: 56px;
    height: 1px;
  }

  .family-discount h3 {
    font-size: 18px;
  }

  .family-discount__value {
    font-size: 22px;
  }

  .family-combo {
    grid-template-columns: auto 36px auto;
    column-gap: 40px;
  }

  .family-combo div::before {
    width: 96px;
    height: 96px;
  }

  .family-combo b {
    width: 36px;
    height: 36px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .family-combo b::before,
  .family-combo b::after {
    display: none;
  }

  .family-combo span {
    font-size: 13px;
  }

  .family-merits,
  .family-patterns,
  .family-after-price {
    padding-top: 48px;
  }

  .family-merits li {
    grid-template-columns: 46px minmax(0, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 24px 0;
  }

  .family-merits li::before {
    font-size: 46px;
  }

  .family-merits h3 {
    font-size: 16px;
  }

  .family-patterns > div,
  .family-after-price__wrap {
    grid-template-columns: 1fr;
  }

  .family-patterns article + article {
    border-top: 1px solid #d9d4cf;
    border-left: 0;
  }

  .family-after-price__plus {
    text-align: center;
  }
}

.page-hero {
  display: grid;
  place-items: center;
  min-height: 167px;
  padding: 48px 20px;
  background: #faf5f0;
  text-align: center;
}

.page-hero__en {
  margin: 0 0 4px;
  color: var(--accent-color);
  font-family: "Allura", cursive;
  font-size: 16px;
  line-height: 1;
}

.page-hero__title {
  margin: 0;
  color: var(--color-base);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.page-hero__lead {
  margin: 16px 0 0;
  color: var(--color-gray05);
  font-size: 16px;
  line-height: 1.7;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px max(20px, calc((100% - var(--layout-width-inner)) / 2));
  color: var(--color-gray05);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.breadcrumb__sep {
  color: var(--color-gray02);
}

.breadcrumb__current {
  color: var(--color-base);
  font-weight: 500;
}

/* コンテンツ幅は .l-inner と揃える（1130 の内側 25px パディング分＝実効1080px） */
.section {
  padding: 48px max(20px, calc((100% - var(--layout-width-inner)) / 2 + 25px)) 80px;
}

.section--warm {
  background: #faf5f0;
}

.section__title {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: var(--color-base);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: center;
}

.section__title::after {
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background: var(--color-brown03);
  content: "";
}

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

.faq-category {
  display: grid;
  gap: 8px;
}

/* カテゴリ見出しは他セクションより下余白が狭い（見出し下15px + gap8px = 23px） */
.faq-category .section__title {
  margin-bottom: 15px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #d9d4cf;
  border-radius: var(--border-radius-md);
  background: var(--color-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.faq-item__question {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 12px;
  width: 100%;
  /* Figmaは枠線を内側に描くため、border 1px を差し引いた 15/19px で外周16/20pxに揃う */
  padding: 15px 19px;
  text-align: left;
}

.badge {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.badge--q {
  color: var(--color-white);
  background: var(--color-brown03);
}

.badge--a {
  color: var(--accent-color);
  background: rgba(208, 93, 88, 0.16);
}

/* 回答1行目の視覚中心に合わせて4px下げる */
.faq-item__answer .badge--a {
  align-self: start;
  margin-top: 4px;
}

.faq-item__text {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.faq-item__icon {
  display: inline-grid;
  place-items: center;
  transition: transform 0.2s;
}

.faq-item__icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__answer {
  display: none;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  padding: 0 19px 15px;
  color: #575757;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.faq-item.is-open .faq-item__answer {
  display: grid;
}

.company-table {
  display: grid;
}

.company-row {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  padding: 20px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.company-row dt,
.company-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.company-row dt,
.company-row strong {
  font-weight: 500;
}

.company-row a {
  color: var(--accent-color);
  overflow-wrap: anywhere;
}

.company-services {
  display: grid;
  gap: 16px;
}

.company-service p {
  margin: 0;
}

.company-service__desc {
  color: var(--color-gray05);
}

/* ヘッダー（固定・68px）に見出しが隠れないよう、アンカー着地位置をずらす */
.access-section {
  padding-bottom: 60px;
  scroll-margin-top: 100px;
}

.access-wrap {
  display: grid;
  gap: 40px;
}

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

.access-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: var(--border-radius-xl);
  background: var(--color-white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.access-card__name {
  margin: 0;
  color: var(--accent-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.access-card__info {
  min-height: 63px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 170px;
  border-radius: var(--border-radius-md);
  color: #a09488;
  background: #e8e2da;
  font-size: 12px;
}

.access-card__map {
  display: block;
  width: 100%;
  height: 170px;
  border: 0;
  border-radius: var(--border-radius-md);
  background: #e8e2da;
}

.access-photos img {
  width: 100%;
  aspect-ratio: 344 / 215;
  object-fit: cover;
}

.contact-page {
  background: var(--color-white);
  color: var(--color-base);
}

.contact-page .p-cta__inner {
  opacity: 1;
  translate: 0 0;
}

.contact-campaign {
  padding: 32px 20px 24px;
  background: var(--color-white);
}

.contact-campaign__inner {
  width: min(100%, 938px);
  margin: 0 auto;
}

.contact-campaign picture {
  display: block;
}

/* 枠線はバナー画像側に含まれるため、CSSでは付けない */
.contact-campaign img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.contact-campaign__notes {
  display: grid;
  gap: 8px;
  width: min(100%, 702px);
  margin: 20px auto 0;
  padding: 0;
  color: #575757;
  font-size: 13px;
  line-height: 1.5;
  list-style: none;
}

/* 無料相談会予約ページ専用のCTAバンド（Figma 2529:1439）。
   共通CTA(.p-cta)とは別デザインで、白カード＋チェックリスト＋電話番号 */
.p-cta-reservation {
  display: grid;
  justify-items: center;
  padding: 40px 20px;
  background-image:
    linear-gradient(rgba(73, 23, 23, 0.4), rgba(73, 23, 23, 0.4)),
    linear-gradient(rgba(155, 133, 82, 0.6), rgba(155, 133, 82, 0.6)),
    url("../images/contact/cta-reservation-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-cta-reservation__card {
  display: grid;
  justify-items: center;
  gap: 20px;
  width: min(100%, 336px);
  padding-bottom: 28px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-white);
}

.p-cta-reservation__photo {
  width: 100%;
  height: 157px;
  object-fit: cover;
}

.p-cta-reservation__body {
  display: grid;
  justify-items: center;
  gap: 20px;
  width: 100%;
}

.p-cta-reservation__lead {
  display: grid;
  gap: 0;
  margin: 0;
  text-align: center;
}

.p-cta-reservation__lead strong {
  color: var(--accent-color);
  font-size: 23px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.38px;
}

.p-cta-reservation__lead span {
  color: #4a3f28;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.p-cta-reservation__points {
  display: grid;
  gap: 7px;
  width: 292px;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.p-cta-reservation__points li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 2.5px;
  align-items: start;
  color: #4a3f28;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.p-cta-reservation__points li::before {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background: url("../images/common/icon_check.svg") center / contain no-repeat;
  content: "";
}

.p-cta-reservation__tel {
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
}

.p-cta-reservation__tel-label {
  margin: 0;
  color: #b08e5a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.6px;
}

/* Figma(2529:1491) は Europa Bold。ライセンスの都合で読み込んでいないため、
   .reason-satisfaction strong と同じ幾何学サンセリフでフォールバックさせる */
.p-cta-reservation__tel-number {
  color: var(--color-base);
  font-family: Futura, "Century Gothic", "Avenir Next", "Trebuchet MS", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.44px;
  text-decoration: underline;
}

.p-cta-reservation__tel-time {
  margin: 0;
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.64px;
}

/* PC は写真左の横型カード（Figma 2070:498 内 2073:596）。
   カード927x341・右余白80px・半透明白背景。チェックは25px・本文15px */
@media (min-width: 768px) {
  .p-cta-reservation {
    padding-block: 51px 36px;
  }

  .p-cta-reservation__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 927px);
    padding: 0 80px 0 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
  }

  .p-cta-reservation__photo {
    flex: 1 1 443px;
    min-width: 0;
    max-width: 443px;
    height: 341px;
  }

  .p-cta-reservation__body {
    flex-shrink: 0;
    gap: 12px;
    width: 333px;
  }

  .p-cta-reservation__points {
    width: auto;
  }

  .p-cta-reservation__points li {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
  }

  .p-cta-reservation__points li::before {
    width: 25px;
    height: 25px;
    margin-top: 0;
  }

  .p-cta-reservation__tel-number {
    font-size: 40px;
  }
}

.contact-form-section,
.contact-confirm-section,
.contact-complete-section {
  display: grid;
  justify-items: center;
  padding: 48px 20px 64px;
  background: var(--color-white);
}

.contact-section-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 32px;
  text-align: center;
}

.contact-section-heading__en {
  margin: 0 0 8px;
  color: var(--accent-color);
  font-family: "Allura", cursive;
  font-size: 19px;
  line-height: 1;
}

.contact-section-heading__title {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 0;
  color: var(--color-base);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.contact-section-heading__title::after {
  width: 30px;
  height: 1px;
  background: var(--color-brown03);
  content: "";
}

.contact-section-heading__lead {
  margin: 16px 0 0;
  color: #575757;
  font-size: 16px;
  line-height: 1.5;
}

.contact-errors {
  width: min(100%, 940px);
  margin-bottom: 16px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #fff1f0;
  color: var(--accent-color);
  font-size: 14px;
}

.contact-errors p {
  margin: 0;
}

.contact-form-card {
  width: min(100%, 940px);
  padding: 28px 48px 32px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.contact-form-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.contact-form-row__label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding-top: 3px;
  color: var(--color-base);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.contact-form-row__label--stack {
  display: grid;
  align-content: start;
}

.contact-form-row__label--stack > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-form-row__body {
  min-width: 0;
}

.contact-badge {
  display: inline-grid;
  place-items: center;
  min-height: 16px;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.contact-badge--required {
  color: var(--color-white);
  background: var(--accent-color);
}

.contact-badge--note {
  color: #575757;
  background: #faf5f0;
}

.contact-radio-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-radio-list--inline {
  flex-flow: row wrap;
  column-gap: 20px;
  row-gap: 12px;
}

.contact-radio {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 19px;
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.contact-radio input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--color-brown03);
}

/* 2行ラベルでも丸を1行目に揃える（既定の top:50% はラベル全体の中央になるため）
   0.675em = line-height 1.35 の半分 = 1行目の中心 */
.contact-radio span::before,
.contact-radio span::after {
  top: 0.675em;
}

.contact-input {
  width: min(100%, 320px);
  height: 44px;
  padding: 0 14px;
  border: 1.5px solid #d9d4cf;
  border-radius: 8px;
  background: var(--color-white);
  color: var(--color-base);
  font-size: 14px;
  line-height: 1.2;
}

.contact-input::placeholder {
  color: #ccc;
}

.contact-input--short,
.contact-input--date {
  width: 80px;
}

.contact-inline-field,
.contact-date-row {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.2;
}

.contact-date-body {
  display: grid;
  gap: 12px;
}

.contact-date-label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.contact-note {
  margin: 0;
  color: rgba(87, 87, 87, 0.6);
  font-size: 14px;
  line-height: 1.2;
}

.contact-error {
  margin: 8px 0 0;
  color: var(--accent-color);
  font-size: 13px;
  line-height: 1.4;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 131px;
  min-height: 52px;
  padding: 0 48px;
  border: 1.5px solid #d9d4cf;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}

.contact-button--primary {
  border-color: var(--color-brown03);
  background: var(--color-brown03);
  color: var(--color-white);
  box-shadow: 0 4px 16px rgba(184, 149, 106, 0.25);
}

.contact-button--secondary {
  background: var(--color-white);
  color: var(--color-base);
}

.contact-button--wide {
  min-width: 280px;
  padding-inline: 32px;
}

.contact-steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
}

.contact-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 36px;
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
}

.contact-steps li:not(:last-child) {
  margin-right: 80px;
}

.contact-steps li:not(:last-child)::after {
  position: absolute;
  top: 18px;
  left: 44px;
  width: 80px;
  height: 1px;
  background: #d9d4cf;
  content: "";
}

.contact-steps .is-complete,
.contact-steps .is-current {
  color: var(--color-base);
}

.contact-steps .is-complete:not(:last-child)::after,
.contact-steps .is-current:not(:last-child)::after {
  background: linear-gradient(90deg, #bfa660, #a08332);
}

.contact-steps span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1.5px solid #d9d4cf;
  border-radius: 50%;
  background: var(--color-white);
  color: #aaa;
  font-size: 14px;
}

.contact-steps .is-complete span,
.contact-steps .is-current span {
  border-color: var(--color-brown03);
  background: var(--color-brown03);
  color: var(--color-white);
}

.contact-steps b {
  font-weight: 500;
}

.contact-confirm-form,
.contact-confirm-card,
.contact-complete-card {
  width: min(100%, 800px);
}

.contact-confirm-card {
  display: grid;
  margin: 0;
  padding: 28px 48px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.contact-confirm-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

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

.contact-confirm-row dt,
.contact-confirm-row dd {
  margin: 0;
}

.contact-confirm-row dt {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding-top: 3px;
  color: #575757;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.contact-confirm-row dd {
  color: var(--color-base);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.contact-confirm-date-label {
  display: block;
  margin-top: 8px;
  color: #575757;
  font-size: 12px;
}

.contact-confirm-date-label:first-child {
  margin-top: 0;
}

.contact-privacy-note {
  width: min(100%, 800px);
  margin: 32px 0 0;
  padding: 20px 28px;
  border-radius: 12px;
  background: #faf5f0;
  color: #575757;
  font-size: 14px;
  line-height: 1.7;
}

.contact-buttons--confirm {
  margin-top: 28px;
}

.contact-complete-card {
  display: grid;
  justify-items: center;
  padding: 64px 48px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.contact-complete-card h2 {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 0;
  color: var(--color-base);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.contact-complete-card h2::after {
  width: 30px;
  height: 1px;
  background: var(--color-brown03);
  content: "";
}

.contact-complete-card__lead {
  margin: 24px 0 0;
  color: #575757;
  font-size: 16px;
  line-height: 1.75;
}

.contact-next {
  display: grid;
  gap: 12px;
  width: 100%;
  margin-top: 32px;
  padding: 28px 32px;
  border-radius: 12px;
  background: #faf5f0;
  text-align: left;
}

.contact-next h3 {
  position: relative;
  margin: 0;
  padding-left: 12px;
  color: var(--color-base);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-next h3::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: var(--color-brown03);
  content: "";
}

.contact-next ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #575757;
  font-size: 14px;
  line-height: 1.7;
  list-style: none;
}

.contact-next li {
  position: relative;
  padding-left: 16px;
}

.contact-next li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-brown03);
  content: "";
}

.flow-section {
  display: grid;
  justify-items: center;
  padding-top: 60px;
}

.flow-intro {
  margin: 0 0 80px;
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

.flow-timeline {
  display: grid;
  gap: 20px;
  width: min(100%, 960px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-step {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 40px;
}

.flow-step:not(:last-child) .flow-step__icon::after {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 50%;
  width: 1px;
  min-height: 48px;
  background: #d9d4cf;
  content: "";
  transform: translateX(-50%);
}

.flow-step__icon {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 100%;
}

.flow-step__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.flow-step__body {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.flow-step__title {
  margin: 0;
  color: var(--color-base);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.flow-step__text {
  margin: 0;
  color: var(--color-gray05);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.flow-step__link {
  width: fit-content;
  color: var(--accent-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.policy-section {
  padding-top: 48px;
}

.policy-table {
  display: grid;
  width: 100%;
  margin: 0;
}

.policy-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 32px;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.policy-row dt,
.policy-row dd {
  margin: 0;
  color: var(--color-base);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.policy-row dt {
  font-weight: 500;
  line-height: 1.2;
}

.allinone-page {
  color: var(--color-base);
  background: var(--color-white);
}

.allinone-intro {
  padding: 40px max(20px, calc((100% - var(--layout-width-inner)) / 2)) 20px;
  text-align: center;
}

.allinone-intro__text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.allinone-intro__text em {
  color: var(--accent-color);
  font-style: normal;
  font-weight: 600;
}

.allinone-comparison {
  padding: 20px max(20px, calc((100% - var(--layout-width-inner)) / 2)) 40px;
}

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

.allinone-compare-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 217px;
  padding: 36px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: var(--border-radius-xl);
  background: #faf8f4;
}

.allinone-compare-card--imakon {
  border: 2px solid var(--accent-color);
  background: var(--color-white);
}

.allinone-compare-card__label {
  position: absolute;
  top: -14px;
  left: 50%;
  min-width: 136px;
  margin: 0;
  padding: 4px 20px;
  border-radius: 40px;
  color: var(--color-white);
  background: #938777;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  transform: translateX(-50%);
}

.allinone-compare-card--imakon .allinone-compare-card__label {
  background: var(--accent-color);
}

.allinone-compare-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.allinone-compare-card__lead {
  margin: 0 0 6px;
  color: var(--color-gray05);
  font-size: 16px;
  line-height: 1.6;
}

.allinone-compare-card__percent {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px;
  margin: 0;
  color: var(--color-gray05);
  font-size: 19px;
}

.allinone-compare-card__percent span {
  color: var(--color-base);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.allinone-compare-card__percent small {
  margin-left: 4px;
  font-size: 19px;
}

.allinone-bars {
  flex-shrink: 0;
  width: 152px;
  height: auto;
  font-family: inherit;
}

.allinone-compare-card__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 12px;
  border-radius: var(--border-radius-md);
  background: var(--color-white);
  color: rgba(15, 13, 13, 0.6);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.allinone-compare-card__amount strong {
  color: var(--color-brown03);
  font-size: 24px;
  line-height: 1.3;
  white-space: nowrap;
}

.allinone-compare-card__note {
  margin: 0;
  color: var(--color-gray05);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.allinone-compare-card__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 72px;
  padding-block: 20px;
  border-radius: 12px;
  background: #fcf7f6;
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.allinone-compare-card__message p {
  margin: 0;
}

.allinone-compare-card__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: url("../images/allinone/compare_icon.svg") center / contain no-repeat;
}

.allinone-compare-card__desc {
  margin: 0;
  padding: 16px;
  border-radius: var(--border-radius-md);
  background: #fff9f8;
  color: var(--color-base);
  font-size: 15px;
  line-height: 1.8;
}

.allinone-compare-card__desc em {
  color: var(--accent-color);
  font-style: normal;
  font-weight: 600;
}

.allinone-includes {
  padding: 8px max(20px, calc((100% - var(--layout-width-inner)) / 2)) 8px;
}

.allinone-section-title {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 0 0 24px;
  color: var(--color-base);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.allinone-section-title::after {
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background: var(--color-brown03);
  content: "";
}

.allinone-includes__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.allinone-includes__grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--border-radius-md);
  background: #eee7df;
}

.allinone-includes__grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.allinone-includes__grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 42.3%;
  padding: 5px 8px 10px;
  color: var(--color-white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.16) 45%, rgba(0, 0, 0, 0.32) 70%, rgba(0, 0, 0, 0.46) 90%, rgba(0, 0, 0, 0.55) 100%);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.allinone-extras {
  padding: 16px max(20px, calc((100% - var(--layout-width-inner)) / 2)) 60px;
}

.allinone-extras__lead {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.6;
}

.allinone-extras__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px 24px;
  margin: 0;
  padding: 16px 24px;
  border-radius: var(--border-radius-md);
  background: #faf8f4;
  list-style: none;
}

.allinone-extras__list li {
  font-size: 16px;
  line-height: 1.6;
}

.allinone-extras__notes {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.allinone-extras__notes p {
  margin: 0;
}

.allinone-venues {
  padding: 60px max(20px, calc((100% - 1200px) / 2));
  background: #fcf7f5;
}

.allinone-venues__inner {
  display: grid;
  justify-items: center;
  gap: 24px;
}

.allinone-venues__lead {
  margin: 0;
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}

.allinone-venues__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 27px;
  width: min(100%, var(--layout-width-inner));
}

.allinone-venues__grid article {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-md);
}

.allinone-venues__grid img {
  width: 100%;
  aspect-ratio: 342 / 215;
  object-fit: cover;
}

.allinone-venues__grid article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  content: "";
}

.allinone-venues__grid h3 {
  position: absolute;
  right: 20px;
  bottom: 16px;
  left: 20px;
  z-index: 1;
  margin: 0;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.allinone-venues__link {
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.recruit-page {
  color: var(--color-base);
  background: #fbf9f5;
}

.recruit-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 480px;
  padding: 80px 20px;
  overflow: hidden;
  color: var(--color-white);
  text-align: center;
  background: #605648;
}

/* 写真は #605648 の上に不透明度 15%、その上にカラーグラデーションを不透明度 100% で重ねる。
   写真だけを 15% に落とすため、ベース色を alpha 0.85 のレイヤーとして写真の上に敷いている */
.recruit-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(223, 168, 97, 0.2), rgba(176, 88, 88, 0.2)),
    linear-gradient(rgba(96, 86, 72, 0.85), rgba(96, 86, 72, 0.85)),
    url("../images/recruit/hero.webp") center / cover no-repeat;
  content: "";
}

.recruit-hero__inner {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(100%, 1080px);
  padding: 24px;
}

.recruit-hero__en,
.recruit-hero__title,
.recruit-hero__lead {
  margin: 0;
}

.recruit-hero__en {
  font-family: "Allura", cursive;
  font-size: 40px;
  line-height: 1;
  opacity: 0.7;
}

.recruit-hero__title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.recruit-hero__lead {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

.recruit-philosophy {
  padding: 64px max(20px, calc((100% - var(--layout-width-inner)) / 2)) 40px;
}

.recruit-philosophy__box {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  min-height: 218px;
  padding: 0 28px 34px;
  border: 1px solid var(--color-brown03);
}

.recruit-philosophy__title {
  margin: -19px 0 24px;
  padding: 0 20px;
  color: var(--color-base);
  background: #fbf9f5;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
}

.recruit-philosophy__body {
  display: grid;
  gap: 20px;
  width: min(100%, 1021px);
  text-align: center;
}

.recruit-philosophy__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.recruit-professional,
.recruit-wanted {
  padding: 40px max(20px, calc((100% - var(--layout-width-inner)) / 2));
}

.recruit-wanted {
  padding-top: 32px;
  padding-bottom: 64px;
}

.recruit-split {
  display: grid;
  grid-template-columns: minmax(0, 535px) minmax(0, 520px);
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.recruit-split--reverse {
  grid-template-columns: minmax(0, 520px) minmax(0, 506px);
}

.recruit-split--reverse .recruit-split__body {
  order: 2;
}

.recruit-split--reverse .recruit-split__image {
  order: 1;
}

.recruit-split__body {
  display: grid;
  gap: 12px;
  padding: 24px 0;
}

.recruit-split__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.recruit-split__subtitle {
  margin: 0;
  color: var(--color-brown03);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.recruit-split__image img {
  width: 100%;
  aspect-ratio: 13 / 8;
  object-fit: cover;
}

.recruit-number-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: recruit-number;
}

.recruit-number-list li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  counter-increment: recruit-number;
}

.recruit-number-list li::before {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-brown03);
  font-size: 12px;
  line-height: 1;
  content: counter(recruit-number);
}

.recruit-check-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruit-check-list li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.recruit-check-list li::before {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--color-brown03);
  font-size: 19px;
  line-height: 1;
  content: "✓";
}

.recruit-message {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 40px 48px;
  border-radius: 12px;
  background: #f5e6e3;
  text-align: center;
}

.recruit-message p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.recruit-button {
  display: inline-grid;
  place-items: center;
  min-height: 50px;
  padding: 14px 32px;
  border-radius: 30px;
  color: var(--color-white);
  background: var(--color-brown03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.recruit-section {
  padding: 64px max(20px, calc((100% - var(--layout-width-inner)) / 2));
}

.recruit-section--warm {
  background: #faf5f0;
}

.recruit-section__title {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0 0 32px;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
}

.recruit-section__title::after {
  width: 60px;
  height: 1px;
  background: var(--color-brown03);
  content: "";
}

.recruit-table {
  display: grid;
  width: 100%;
  margin: 0;
}

.recruit-table__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.recruit-table__row dt,
.recruit-table__row dd {
  margin: 0;
  color: var(--color-base);
  font-size: 16px;
  letter-spacing: 0.04em;
}

.recruit-table__row dt {
  padding: 20px 24px;
  font-weight: 500;
  line-height: 1.6;
}

.recruit-table__row dd {
  padding: 20px 0;
  line-height: 1.8;
}

.recruit-interviews {
  display: grid;
  gap: 32px;
  width: min(100%, 900px);
  margin: 0 auto;
}

.recruit-interview {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 32px;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.recruit-interview img {
  width: 220px;
  height: 160px;
  border-radius: 8px;
  object-fit: cover;
}

.recruit-interview h3,
.recruit-interview p {
  margin: 0;
}

.recruit-interview div {
  display: grid;
  gap: 12px;
}

.recruit-interview h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.recruit-interview p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.recruit-table--application {
  margin-bottom: 32px;
}

.recruit-contact {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 32px 24px;
  border-radius: 12px;
  background: #f1ebe4;
  text-align: center;
}

.recruit-contact h3,
.recruit-contact p {
  margin: 0;
}

.recruit-contact h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.recruit-contact p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.recruit-contact__tel {
  color: var(--color-base);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.recruit-contact__mail {
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.campaign-page {
  background: var(--color-white);
}

.campaign-page .page-hero {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 88px 20px 96px;
  background-color: #dce8ee;
  background-image:
    radial-gradient(circle at 7% 22%, rgba(187, 219, 233, 0.8) 0 60px, transparent 61px),
    radial-gradient(circle at 11% 70%, rgba(196, 179, 145, 0.65) 0 14px, transparent 15px),
    radial-gradient(circle at 93% 35%, rgba(242, 225, 152, 0.9) 0 26px, transparent 27px),
    radial-gradient(circle at 98% 94%, rgba(248, 208, 205, 0.95) 0 72px, transparent 73px);
  background-repeat: no-repeat;
  background-position: center;
}

/* ドットは全面リピートではなく左上の一角だけ（Figma 2471-245 は 80×80 のパッチ）。
   14px グリッド・直径3pxで6×6粒 */
.campaign-page .page-hero::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 84px;
  height: 84px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1.5px, transparent 1.9px);
  background-size: 14px 14px;
  content: "";
}

.campaign-page .page-hero__en {
  margin-bottom: 10px;
  color: var(--accent-color);
  font-size: 28px;
  letter-spacing: 0.04em;
}

.campaign-page .page-hero__title {
  font-size: 36px;
  letter-spacing: 0.1em;
}

.campaign-intro {
  padding-top: 72px;
  padding-bottom: 80px;
  background: var(--color-white);
}

.campaign-intro__inner,
.campaign-benefits__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.campaign-section-title {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 0;
  color: var(--color-base);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
}

.campaign-section-title::after {
  width: 48px;
  height: 2px;
  border-radius: 1px;
  background: #b8956a;
  content: "";
}

.campaign-intro__lead {
  margin-top: 32px;
}

.campaign-intro__lead p {
  margin: 0;
  color: var(--color-base);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.028em;
  text-align: center;
}

.campaign-intro__highlight {
  position: relative;
  display: inline-block;
  left: 50%;
  margin: 7px 0 0;
  padding: 0 0 32px;
  color: var(--accent-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  transform: translateX(-50%);
}

.campaign-intro__highlight::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-image: radial-gradient(circle, rgba(208, 93, 88, 0.7) 1.4px, transparent 1.6px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  content: "";
}

.campaign-intro__highlight span {
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.campaign-intro__notes {
  display: grid;
  justify-items: center;
  gap: 4px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.campaign-intro__notes li {
  color: var(--color-gray05);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.campaign-benefits {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 112px;
}

.campaign-benefits::before,
.campaign-benefits::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.campaign-benefits::before {
  top: 40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(244, 234, 174, 0.8);
}

.campaign-benefits::after {
  bottom: -16px;
  left: -48px;
  width: 120px;
  height: 120px;
  background: rgba(197, 220, 235, 0.88);
}

.campaign-benefits__inner {
  position: relative;
  z-index: 1;
}

.campaign-benefits__lead {
  margin: 40px 0 0;
  color: var(--color-base);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.052em;
  text-align: center;
}

.campaign-benefits__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px 27px;
  margin-top: 54px;
  padding-top: 14px;
}

.campaign-card {
  position: relative;
  grid-column: span 2;
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 20px 20px;
  border: 1.5px solid #d9d4cf;
  border-radius: 8px;
  background: var(--color-white);
}

.campaign-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.campaign-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.campaign-card__number {
  position: absolute;
  top: -10px;
  left: 14px;
  margin: 0;
  padding: 4px 12px;
  border-radius: 4px;
  background: var(--accent-color);
  color: var(--color-white);
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.campaign-card__body {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.campaign-card__text {
  min-width: 0;
}

.campaign-card__text h3 {
  margin: 0;
  color: var(--color-base);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.018em;
}

.campaign-card__text h3 .u-only-pc {
  white-space: nowrap;
}

.campaign-card__price {
  margin: 4px 0 0;
  color: var(--color-gray05);
  font-size: 12px;
  line-height: 1;
}

.campaign-card__badge {
  flex: 0 0 auto;
  min-width: 59px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #b8956a;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.campaign-card__badge--accent {
  background: #ffd8d5;
  color: var(--accent-color);
}

.campaign-rules {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px dashed #d9d4cf;
}

.campaign-rules h3 {
  margin: 0 0 10px;
  color: var(--color-base);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.campaign-rules ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.campaign-rules li {
  color: var(--color-gray05);
  font-size: 15px;
  line-height: 1.8;
}

/* SP判定は 767px に統一する。style.css の .u-only-sp/.u-only-pc とヘッダーも
   767px / 768px で切り替わるため、ここだけ 768px にするとヘッダー高さと
   本文の padding がずれる（--header-height も同じ 767px で切り替えている）。
   .l-main の padding-top は --header-height 任せなのでここでは指定しない */
@media (max-width: 767px) {
  .page-hero {
    min-height: 136px;
    padding: 32px 20px;
  }

  .page-hero__en {
    font-size: 14px;
  }

  .page-hero__title {
    font-size: 24px;
  }

  .page-hero__lead {
    margin-top: 10px;
    font-size: 13px;
  }

  .breadcrumb {
    padding: 12px 20px;
    overflow-x: auto;
  }

  .section {
    padding: 40px 20px 64px;
  }

  .section__title {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 21px;
  }

  /* SPは見出し下4px + gap8px = 12px */
  .faq-category .section__title {
    margin-bottom: 4px;
  }

  .faq-list {
    gap: 40px;
  }

  .faq-item__question {
    grid-template-columns: 24px 1fr 24px;
    padding: 15px 19px;
  }

  .faq-item__text {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.4667; /* = 22px / 15px（Figmaの line-height: normal 相当） */
  }

  .faq-item__answer {
    padding: 0 19px 15px;
    font-size: 15px;
    letter-spacing: normal;
  }

  /* SPはAバッジを下げない */
  .faq-item__answer .badge--a {
    margin-top: 0;
  }

  .company-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .company-row dt,
  .company-row dd {
    font-size: 14px;
  }

  .access-section {
    padding-top: 44px;
  }

  .access-grid,
  .access-photos {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .access-wrap {
    gap: 24px;
  }

  .access-card {
    padding: 20px;
  }

  .access-card__info {
    min-height: auto;
    font-size: 13px;
  }

  .map-placeholder {
    min-height: 150px;
  }

  .access-card__map {
    height: 150px;
  }

  .flow-section {
    justify-items: stretch;
    padding-top: 40px;
  }

  .flow-intro {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  .flow-timeline {
    gap: 0;
  }

  .flow-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
    padding-bottom: 40px;
  }

  .flow-step:not(:last-child) .flow-step__icon::after {
    top: 56px;
  }

  .flow-step__icon img {
    width: 48px;
    height: 48px;
  }

  .flow-step__title {
    font-size: 16px;
  }

  .flow-step__text,
  .flow-step__link {
    font-size: 15px;
    line-height: 1.8;
  }

  .policy-section {
    padding-top: 40px;
  }

  .policy-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .policy-row dt {
    font-size: 14px;
    line-height: 1.5;
  }

  .policy-row dd {
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-hero {
    min-height: 360px;
    padding: 48px 20px;
  }

  .recruit-hero__inner {
    gap: 8px;
    padding: 24px 0;
  }

  .recruit-hero__en {
    font-size: 30px;
  }

  .recruit-hero__title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }

  .recruit-hero__lead {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .recruit-philosophy {
    padding: 48px 20px;
  }

  .recruit-philosophy__box {
    min-height: 298px;
    padding: 0 24px 32px;
  }

  .recruit-philosophy__title {
    margin-top: -16px;
    padding: 0 12px;
    font-size: 21px;
  }

  .recruit-philosophy__body {
    gap: 20px;
    text-align: left;
  }

  .recruit-philosophy__body p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0;
  }

  .recruit-professional,
  .recruit-wanted {
    padding: 60px 20px;
    background: #faf5f0;
  }

  .recruit-wanted {
    padding-top: 60px;
  }

  .recruit-split,
  .recruit-split--reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .recruit-split--reverse .recruit-split__body,
  .recruit-split--reverse .recruit-split__image {
    order: initial;
  }

  .recruit-split__body {
    justify-items: center;
    gap: 16px;
    padding: 0;
  }

  .recruit-split__title {
    font-size: 21px;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .recruit-split__subtitle {
    font-size: 17px;
  }

  .recruit-number-list {
    gap: 12px;
    width: 100%;
    padding-bottom: 20px;
  }

  .recruit-number-list li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 15px;
    letter-spacing: 0;
  }

  .recruit-number-list li::before {
    width: 24px;
    height: 24px;
  }

  .recruit-check-list {
    gap: 8px;
    width: 100%;
  }

  .recruit-check-list li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 4px;
    padding: 4px 0;
    font-size: 15px;
    letter-spacing: 0;
  }

  .recruit-check-list li::before {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .recruit-split__image img {
    aspect-ratio: 335 / 207;
  }

  .recruit-message {
    gap: 16px;
    padding: 40px 24px;
  }

  .recruit-message p {
    font-size: 15px;
    letter-spacing: 0;
  }

  .recruit-button {
    min-height: 48px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .recruit-section {
    padding: 48px 20px;
  }

  .recruit-section__title {
    gap: 0;
    margin-bottom: 32px;
    font-size: 21px;
    letter-spacing: 0.06em;
  }

  .recruit-section__title::after {
    width: 30px;
    margin-top: 10px;
  }

  .recruit-table {
    gap: 8px;
  }

  .recruit-table__row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .recruit-table__row dt,
  .recruit-table__row dd {
    padding: 0;
    font-size: 15px;
    letter-spacing: 0;
  }

  .recruit-table__row dt {
    padding-top: 10px;
    line-height: 1.5;
  }

  .recruit-table__row dd {
    padding: 4px 0 10px;
    line-height: 1.7;
  }

  .recruit-interviews {
    gap: 16px;
  }

  .recruit-interview {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  .recruit-interview img {
    width: 100%;
    height: auto;
    aspect-ratio: 303 / 220;
  }

  .recruit-interview h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .recruit-interview p {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0;
  }

  .recruit-contact {
    padding: 24px;
  }

  .recruit-contact h3 {
    font-size: 17px;
  }

  .recruit-contact p {
    font-size: 15px;
    letter-spacing: 0;
  }

  .allinone-intro {
    padding: 32px 20px 0;
    text-align: left;
  }

  .allinone-page .page-hero__title {
    max-width: calc(100vw - 40px);
    font-size: 22px;
    letter-spacing: 0.04em;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .allinone-intro__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .allinone-comparison {
    padding: 40px 20px 20px;
  }

  .allinone-comparison__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .allinone-compare-card {
    width: 100%;
    min-height: 0;
    padding: 36px 24px 28px;
  }

  .allinone-compare-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .allinone-compare-card__lead {
    font-size: 15px;
  }

  .allinone-compare-card__percent {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    font-size: 16px;
  }

  .allinone-compare-card__percent span {
    font-size: 24px;
  }

  .allinone-compare-card__percent small {
    grid-column: 1 / -1;
    margin-left: 0;
    font-size: 13px;
  }

  .allinone-bars {
    width: 122px;
  }

  .allinone-compare-card__amount {
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .allinone-compare-card__message {
    gap: 12px;
    min-height: 72px;
    padding: 16px;
    border-radius: var(--border-radius-lg);
    font-size: 16px;
    text-align: center;
  }

  .allinone-compare-card__icon {
    width: 44px;
    height: 44px;
  }

  .allinone-compare-card__desc {
    padding: 14px;
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .allinone-includes {
    padding: 20px;
    overflow: hidden;
  }

  .allinone-section-title {
    margin-bottom: 16px;
    font-size: 21px;
    letter-spacing: 2.4px;
  }

  .allinone-section-title::after {
    width: 32px;
    height: 1px;
    background: rgba(184, 149, 106, 0.7);
  }

  .allinone-includes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    width: 100%;
  }

  .allinone-includes__grid figure {
    min-width: 0;
  }

  .allinone-includes__grid img {
    max-width: 100%;
  }

  .allinone-includes__grid figcaption {
    padding: 4px 4px 6px;
    font-size: 10px;
    overflow-wrap: anywhere;
  }

  .allinone-extras {
    padding: 8px 20px 40px;
  }

  .allinone-extras__lead {
    font-size: 15px;
  }

  .allinone-extras__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 20px;
    padding: 16px 12px;
  }

  .allinone-extras__list li {
    font-size: 13px;
    line-height: 1.6;
  }

  .allinone-extras__notes {
    font-size: 13px;
  }

  .allinone-venues {
    padding: 40px 20px 60px;
  }

  .allinone-venues__inner {
    gap: 32px;
  }

  .allinone-venues__lead {
    font-size: 15px;
    text-align: left;
  }

  .allinone-venues__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 9px;
  }

  .allinone-venues__grid img {
    aspect-ratio: 163 / 140;
  }

  .allinone-venues__grid article::after {
    height: 28px;
    background: var(--color-white);
  }

  .allinone-venues__grid h3 {
    right: 6px;
    bottom: 6px;
    left: 6px;
    color: var(--color-base);
    font-size: 11px;
  }

  .allinone-venues__link {
    font-size: 14px;
  }

  /* Figma 2471-240（SP 375×210）の装飾円を実測値で再現。
     右側の2つは画面幅が広くても右端に寄るよう right 基準で置く */
  .campaign-page .page-hero {
    min-height: 210px;
    padding: 64px 20px 72px;
    background-image:
      radial-gradient(circle at 30px 20px, #c8dde7 0 60px, transparent 61px),
      radial-gradient(circle at calc(100% - 90px) 70px, #edeac2 0 30px, transparent 31px),
      radial-gradient(circle at calc(100% - 25px) 235px, #f4dddd 0 45px, transparent 46px),
      radial-gradient(circle at 58px 172px, #d1d0c7 0 18px, transparent 19px);
  }

  .campaign-page .page-hero__en {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .campaign-page .page-hero__title {
    font-size: 24px;
    letter-spacing: 0.12em;
  }

  .campaign-intro {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .campaign-intro__inner,
  .campaign-benefits__inner {
    width: 100%;
  }

  .campaign-section-title {
    gap: 14px;
    font-size: 21px;
    letter-spacing: 0.06em;
  }

  .campaign-intro__lead {
    margin-top: 32px;
  }

  .campaign-intro__lead p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }

  .campaign-intro__highlight {
    display: block;
    left: auto;
    margin-top: 12px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 1.6;
    transform: none;
  }

  .campaign-intro__highlight::after {
    height: 4px;
    background-size: 9px 4px;
  }

  .campaign-intro__highlight span {
    font-size: 32px;
  }

  .campaign-intro__notes {
    margin-top: 16px;
  }

  .campaign-intro__notes li {
    font-size: 12px;
  }

  .campaign-benefits {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .campaign-benefits::before {
    top: 40px;
    right: -40px;
    width: 120px;
    height: 120px;
  }

  .campaign-benefits::after {
    left: -40px;
    bottom: -22px;
    width: 96px;
    height: 96px;
  }

  .campaign-benefits__lead {
    margin-top: 24px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .campaign-benefits__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
    padding-top: 14px;
  }

  .campaign-card,
  .campaign-card:nth-child(4),
  .campaign-card:nth-child(5) {
    grid-column: auto;
  }

  .campaign-card {
    min-height: 0;
    padding: 22px 20px 18px;
  }

  .campaign-card__text h3 {
    font-size: 15px;
    letter-spacing: 0.02em;
  }

  .campaign-card__badge {
    min-width: 56px;
    padding: 6px 14px;
    font-size: 13px;
  }

  .campaign-rules {
    margin-top: 40px;
    padding-top: 24px;
  }

  .campaign-rules h3 {
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .campaign-rules li {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .reason-page {
    overflow: hidden;
  }

  .reason-page > section {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
  }

  .reason-inner {
    width: calc(100vw - 40px);
    max-width: 335px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .reason-intro {
    padding: 40px 0 32px;
  }

  .reason-intro__title {
    margin-bottom: 28px;
    font-size: 21px;
    line-height: 1.45;
  }

  .reason-lead,
  .reason-intro__body p {
    font-size: 15px;
    line-height: 1.875;
  }

  .reason-intro__body {
    gap: 20px;
    margin-top: 28px;
  }

  .reason-text-link {
    justify-self: center;
    font-size: 14px;
  }

  .reason-proof {
    gap: 28px;
    margin-top: 28px;
  }

  .reason-satisfaction {
    min-width: 273px;
    padding-top: 0;
  }

  .reason-graph {
    width: min(100%, 337px);
  }

  .reason-policy,
  .reason-estimates {
    padding: 48px 0;
  }

  .reason-section-heading {
    gap: 20px;
    margin-bottom: 24px;
  }

  .reason-section-heading h2 {
    font-size: 21px;
  }

  .reason-section-heading p {
    font-size: 15px;
  }

  .reason-policy__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reason-policy-card,
  .reason-policy-card:nth-child(n + 5) {
    grid-column: auto;
    min-height: 0;
    padding: 24px;
  }

  .reason-policy-card h3 {
    min-height: 0;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.625;
  }

  .reason-policy-card h3 span {
    min-width: 28px;
    font-size: 24px;
  }

  .reason-policy-card p,
  .reason-policy-card li {
    font-size: 14px;
    line-height: 1.7;
  }

  .reason-policy-card a {
    font-size: 14px;
  }

  .reason-policy-card--payment p {
    font-size: 15px;
  }

  .reason-best-rate {
    padding: 36px 0;
  }

  .reason-best-rate__inner {
    width: min(100% - 40px, 335px);
  }

  .reason-best-rate__label {
    padding-bottom: 18px;
    font-size: 17px;
  }

  .reason-best-rate__body {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    padding-top: 22px;
    text-align: center;
  }

  .reason-best-rate h2 {
    font-size: 16px;
  }

  .reason-best-rate p,
  .reason-best-rate small {
    font-size: 12px;
  }

  .reason-allinone {
    padding: 48px 0;
  }

  .reason-allinone p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }

  .reason-outline-button {
    width: 295px;
    min-width: 0;
    min-height: 52px;
    margin-top: 24px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .reason-title-left {
    margin-bottom: 32px;
  }

  .reason-title-left h2 {
    gap: 18px;
    font-size: 21px;
  }

  .reason-estimates__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 8px;
    width: calc(100% + 10px);
    margin-left: -5px;
  }

  .reason-estimate-card {
    grid-template-columns: 1fr;
    min-height: 224px;
    align-content: start;
  }

  .reason-estimate-card img {
    height: 96px;
  }

  .reason-estimate-card div {
    justify-items: center;
    gap: 4px;
    padding: 10px 8px 14px;
    text-align: center;
  }

  .reason-estimate-card h3 {
    min-height: 20px;
    margin: 0;
    font-size: 14px;
  }

  .reason-estimate-card span {
    display: inline;
    margin-right: 6px;
    font-size: 12px;
  }

  .reason-estimate-card s {
    font-size: 16px;
  }

  .reason-estimate-card strong {
    font-size: 22px;
  }

  .reason-estimate-card b {
    margin-top: 2px;
    font-size: 11px;
  }

  .reason-note {
    margin-top: 32px;
    font-size: 12px;
  }

  .reason-venues {
    padding: 48px 0;
  }

  .reason-venues__lead {
    margin: 0 0 32px;
    font-size: 15px;
    text-align: left;
  }

  .reason-venues__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 9px;
  }

  .reason-venues__grid img {
    aspect-ratio: 163 / 140;
  }

  .reason-venues__grid article::after {
    height: 28px;
    background: var(--color-white);
  }

  .reason-venues__grid h3 {
    right: 6px;
    bottom: 6px;
    left: 6px;
    color: var(--color-base);
    font-size: 11px;
  }

  .reason-venues__link {
    margin-top: 32px;
    font-size: 14px;
  }

  .family-modal {
    align-items: start;
    padding: 32px 16px;
    overflow-y: auto;
  }

  .family-modal__dialog {
    width: min(343px, 100%);
    max-height: none;
    margin: auto 0;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  }

  .family-modal__inner {
    gap: 24px;
    max-height: none;
    padding: 40px 18px 24px;
    overflow: visible;
  }

  .family-modal__close {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .family-modal__head {
    gap: 10px;
  }

  .family-modal__head h2 {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .family-modal__head > span {
    width: 40px;
  }

  .family-modal__head p {
    font-size: 13px;
    white-space: nowrap;
  }

  .family-modal-feature {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .family-modal-feature__num {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .family-modal-feature h3 {
    font-size: 14px;
  }

  .family-modal-feature p {
    font-size: 13px;
  }

  .family-modal__group {
    gap: 18px;
  }

  .family-modal__subhead h3 {
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .family-modal__subhead > span {
    width: 30px;
    height: 1.5px;
  }

  .family-modal__cards {
    gap: 10px;
  }

  .family-modal-card {
    padding: 12px;
  }

  .family-modal-card--media {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 12px;
  }

  .family-modal-card img {
    width: 80px;
    height: 80px;
  }

  .family-modal-card h4 {
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .family-modal-card p {
    font-size: 12px;
  }

  .family-modal__button {
    width: 280px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-campaign {
    padding: 32px 20px 24px;
  }

  .contact-campaign__inner {
    width: 335px;
    max-width: 100%;
  }

  .contact-campaign img {
    border-radius: 16px;
  }

  .contact-campaign__notes {
    margin-top: 16px;
    font-size: 12px;
  }

  .contact-form-section,
  .contact-confirm-section,
  .contact-complete-section {
    padding: 48px 20px;
  }

  .contact-section-heading {
    margin-bottom: 24px;
  }

  .contact-section-heading__title,
  .contact-complete-card h2 {
    font-size: 21px;
    letter-spacing: 0.06em;
  }

  .contact-section-heading__lead {
    font-size: 15px;
    line-height: 1.7;
  }

  .contact-form-card,
  .contact-confirm-card {
    width: 335px;
    max-width: 100%;
    padding: 20px 20px 24px;
    border-radius: 16px;
  }

  .contact-form-row,
  .contact-confirm-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }

  .contact-form-row__label,
  .contact-confirm-row dt {
    align-items: center;
    padding-top: 0;
    font-size: 13px;
    letter-spacing: 0;
  }

  .contact-confirm-row dt {
    flex-wrap: wrap;
  }

  .contact-radio {
    font-size: 13px;
    letter-spacing: 0;
  }

  .contact-radio-list,
  .contact-radio-list--inline {
    flex-direction: column;
    gap: 8px;
  }

  .contact-input {
    width: 100%;
    /* 16px未満だとiOS Safariがフォーカス時に自動ズームするため */
    font-size: 16px;
  }

  .contact-input--short,
  .contact-input--date {
    width: 80px;
  }

  .contact-date-row {
    gap: 6px;
    font-size: 13px;
  }

  .contact-date-row .contact-input--date:last-of-type {
    width: 76px;
  }

  .contact-date-label,
  .contact-note {
    font-size: 12px;
  }

  .contact-buttons {
    gap: 12px;
    margin-top: 24px;
  }

  .contact-button {
    min-width: 0;
    min-height: 44px;
    padding-inline: 30px;
  }

  .contact-buttons--confirm,
  .contact-complete-section .contact-buttons {
    flex-direction: column;
    align-items: center;
  }

  .contact-button--wide {
    width: 280px;
  }

  .contact-steps {
    margin-bottom: 32px;
  }

  .contact-steps li:not(:last-child) {
    margin-right: 46px;
  }

  .contact-steps li:not(:last-child)::after {
    width: 46px;
  }

  .contact-confirm-row dd {
    font-size: 15px;
  }

  .contact-privacy-note {
    width: 335px;
    max-width: 100%;
    margin-top: 20px;
    padding: 18px 20px;
    font-size: 13px;
  }

  .contact-complete-card {
    width: 335px;
    max-width: 100%;
    padding: 40px 20px;
  }

  .contact-complete-card__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .contact-next {
    padding: 24px 20px;
  }

  .contact-next ul {
    font-size: 13px;
  }
}

/* Snow Monkey Forms 未読込時（静的プレビュー）の案内 */
.smf-static-notice {
  width: min(100%, 940px);
  margin: 0 auto;
  padding: 40px 24px;
  border: 1px dashed #d9d4cf;
  border-radius: 16px;
  background: var(--color-white);
  color: #888;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* ============================================================
   提携会場一覧（/place/）
============================================================ */

.place-intro {
  padding: 32px 20px 0;
  color: var(--color-base);
  text-align: center;
}

.place-intro__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.place-intro__accent {
  color: var(--accent-color);
  font-weight: 500;
}

.place-intro__text {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.place-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
}

.place-filter__pill {
  min-width: 89px;
  padding: 10px 24px;
  border-radius: 9999px;
  background: #e8e2da;
  color: var(--color-base);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.place-filter__pill.is-active {
  background: var(--color-base);
  color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
  .place-filter__pill:not(.is-active):hover {
    background: #dcd3c6;
  }
}

.place-list {
  padding: 24px max(20px, calc((100% - var(--layout-width-inner)) / 2)) 80px;
}

.place-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: min(100%, 1080px);
  margin: 0 auto;
}

/* 3カラムのままだとカード幅が 277px を下回り、nowrap の
   .place-card__price + .place-card__price-note（計235px）が
   .place-card{overflow:hidden} で切れる。927px以下は2カラムにする */
@media (max-width: 1000px) {
  .place-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.place-card {
  overflow: hidden;
  border: 1px solid #ece7e0;
  border-radius: var(--border-radius-lg);
  background: var(--color-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.place-card.is-hidden {
  display: none;
}

.place-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.place-card__image {
  aspect-ratio: 341 / 256;
  overflow: hidden;
}

.place-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .place-card__link:hover .place-card__image img {
    transform: scale(1.05);
  }
}

.place-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.place-card__name {
  margin: 0;
  color: var(--color-base);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.place-card__catch {
  margin: 0;
  color: var(--color-base);
  font-size: 14px;
  line-height: 1.7;
}

.place-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}

.place-card__price {
  margin: 0;
  color: var(--color-base);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.place-card__price strong {
  color: var(--accent-color);
  font-size: 22px;
  font-weight: 600;
}

.place-card__price-note {
  margin: 0;
  color: #ababab;
  font-size: 12px;
  white-space: nowrap;
}

.place-card__button {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border: 1px solid #a48b43;
  border-radius: 999px;
  color: #a48b43;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.2s, color 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .place-card__link:hover .place-card__button {
    background: #a48b43;
    color: var(--color-white);
  }
}

/* ============================================================
   会場詳細（/place/{slug}/）
============================================================ */

.venue-hero {
  position: relative;
  height: 580px;
}

.venue-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 会場名の可読性確保用。写真全体を暗くしないよう下部のみに限定する */
.venue-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.15) 100%);
}

.venue-hero__inner {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: min(100%, calc(var(--layout-width-inner) - 50px));
  margin: 0 auto;
  padding: 0 20px 32px;
}

.venue-hero__name {
  margin: 0;
  color: var(--color-white);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.venue-plan {
  padding: 40px 20px 24px;
}

.venue-plan__box {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 32px 20px 20px;
  border: 1px solid var(--color-brown06);
  border-radius: var(--border-radius-xl);
  background: #faf8f4;
}

.venue-plan__badge {
  position: absolute;
  top: -17px;
  left: 50%;
  margin: 0;
  padding: 6px 17px 8px;
  border-radius: 30px;
  background: var(--color-brown06);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.25;
  transform: translateX(-50%);
  white-space: nowrap;
}

.venue-plan__price {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 0 24px;
}

.venue-plan__price-title {
  margin: 0;
  color: var(--color-base);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}

.venue-plan__price-main {
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
}

.venue-plan__price-amount {
  color: var(--accent-color);
  font-size: 24px;
  font-weight: 600;
}

.venue-plan__price-amount strong {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.venue-plan__price-amount small {
  font-size: 20px;
  font-weight: 600;
}

.venue-plan__price-slash {
  color: #938d88;
  font-size: 20px;
  font-weight: 300;
}

.venue-plan__price-guests {
  color: var(--color-base);
  font-size: 24px;
  font-weight: 500;
}

.venue-plan__price-notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #575757;
  font-size: 12px;
  text-align: center;
}

.venue-plan__price-notes p {
  margin: 0;
}

.venue-plan__includes {
  position: relative;
  flex: 1;
  padding: 0 4px 12px 28px;
  border-left: 1px dashed #cbbfae;
}

.venue-plan__includes-title {
  margin: 0 0 12px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}

.venue-plan__includes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 18px;
  max-height: 128px;
  overflow: hidden;
}

.js-venue-includes.is-open .venue-plan__includes-grid {
  max-height: none;
}

.venue-plan__includes-grid::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 36px;
  left: 28px;
  height: 94px;
  background: linear-gradient(180deg, rgba(250, 248, 244, 0) 5%, #faf8f4 60%);
  pointer-events: none;
}

.js-venue-includes.is-open .venue-plan__includes-grid::after {
  display: none;
}

.venue-plan__includes-col {
  margin: 0;
}

.venue-plan__includes-col dt {
  margin-bottom: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-gray08);
  color: var(--color-base);
  font-size: 12px;
  font-weight: 600;
}

.venue-plan__includes-col dd {
  margin: 0 0 3px;
  color: var(--color-gray09);
  font-size: 11px;
  line-height: 1.45;
}

.venue-plan__includes-col dd::before {
  content: "・";
}

.venue-plan__includes-more {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 8px auto 0;
  color: var(--color-base);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.venue-lead {
  padding: 40px 20px 16px;
  text-align: center;
}

.venue-lead__text {
  margin: 0 auto;
  max-width: 720px;
  color: var(--color-base);
  font-size: 20px;
  line-height: 2;
}

.venue-lead__text p {
  margin: 0;
}

.venue-lead__divider {
  display: block;
  width: 60px;
  height: 1px;
  margin: 32px auto 0;
  background: var(--color-brown03);
}

.venue-features {
  padding: 0 max(20px, calc((100% - var(--layout-width-inner)) / 2));
}

.venue-feature {
  display: flex;
  gap: 48px;
  align-items: center;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 64px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.venue-feature:nth-child(even) {
  flex-direction: row-reverse;
}

.venue-feature:last-child {
  border-bottom: none;
}

.venue-feature__text {
  flex: 1;
}

.venue-feature__number {
  margin: 0 0 16px;
  color: rgba(184, 149, 106, 0.2);
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
}

.venue-feature__title {
  margin: 0 0 16px;
  color: var(--color-base);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.venue-feature__desc {
  color: #575757;
  font-size: 16px;
  line-height: 2;
}

.venue-feature__desc p {
  margin: 0;
}

.venue-feature__image {
  flex-shrink: 0;
  width: min(520px, 48%);
  aspect-ratio: 520 / 347;
  overflow: hidden;
}

/* ウェディングメニュー例などの縦組み写真。横長枠で切り抜くと料理が分断されるため全体を見せる。
   枠のアスペクト比は画像の実寸から算出した inline style で上書きする */
.venue-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venue-feature__image--portrait img {
  object-fit: contain;
}

.venue-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  padding: 56px 20px;
  background: #fcf7f5;
}

.venue-info__title {
  margin: 0;
  padding-bottom: 12px;
  color: var(--color-base);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.venue-info__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px auto 0;
  border-radius: 1px;
  background: var(--color-brown03);
}

.venue-info__table {
  width: min(100%, 1080px);
  overflow: hidden;
  border: 1px solid #dcd7d2;
  border-radius: var(--border-radius-xl);
  background: var(--color-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.venue-info__row {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.venue-info__row:last-child {
  border-bottom: none;
}

.venue-info__label {
  flex-shrink: 0;
  width: 160px;
  margin: 0;
  padding: 20px 28px;
  background: #faf5f0;
  color: var(--color-base);
  font-size: 15px;
  font-weight: 600;
}

.venue-info__value {
  margin: 0;
  padding: 20px 28px;
  color: var(--color-base);
  font-size: 15px;
  line-height: 1.7;
}

.venue-info__map {
  width: min(100%, 1080px);
  height: 472px;
  overflow: hidden;
  border-radius: var(--border-radius-xl);
  background: #e8e2da;
}

.venue-info__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .place-intro {
    padding: 20px 20px 0;
    text-align: left;
  }

  .place-intro__title {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .place-intro__text {
    font-size: 14px;
    line-height: 1.9;
  }

  /* SP も PC と同じ 89px / padding 10px 24px。
     89px×3 + gap 8px×2 = 283px で 335px に収まり、4つ目は折り返る（Figma 2006-181） */

  .place-list {
    padding: 4px 20px 56px;
  }

  .place-list__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .venue-hero {
    height: 370px;
  }

  .venue-hero__inner {
    padding: 0 20px 24px;
  }

  .venue-hero__name {
    font-size: 24px;
  }

  .venue-plan {
    padding: 32px 20px 8px;
  }

  .venue-plan__box {
    flex-direction: column;
    gap: 20px;
    padding: 36px 20px 20px;
  }

  .venue-plan__badge {
    font-size: 14px;
  }

  .venue-plan__price {
    padding: 0;
  }

  /* Figma 2012-182: 金額32px / 「万円」「(税込〜)」16px / スラッシュ20px / 人数24px */
  .venue-plan__price-amount {
    font-size: 16px;
  }

  .venue-plan__price-amount strong {
    font-size: 32px;
  }

  .venue-plan__price-amount small {
    font-size: 16px;
  }

  .venue-plan__price-main {
    flex-wrap: wrap;
  }

  .venue-plan__includes {
    width: 100%;
    padding: 20px 0 12px;
    border-left: none;
    border-top: 1px dashed #cbbfae;
  }

  .venue-plan__includes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 132px;
  }

  .venue-plan__includes-grid::after {
    left: 0;
  }

  .venue-lead {
    padding: 32px 20px 8px;
  }

  .venue-lead__text {
    font-size: 16px;
    text-align: left;
  }

  .venue-lead__divider {
    margin-top: 24px;
  }

  .venue-feature {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    padding: 40px 0;
  }

  .venue-feature:nth-child(even) {
    flex-direction: column;
  }

  .venue-feature__number {
    font-size: 48px;
    margin-bottom: 12px;
  }

  .venue-feature__title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .venue-feature__desc {
    font-size: 15px;
  }

  .venue-feature__image {
    width: 100%;
  }

  .venue-info {
    margin-top: 32px;
    padding: 40px 20px;
    gap: 20px;
  }

  .venue-info__title {
    font-size: 21px;
  }

  .venue-info__row {
    flex-direction: column;
  }

  .venue-info__label {
    width: 100%;
    padding: 10px 20px;
  }

  .venue-info__value {
    padding: 12px 20px;
  }

  .venue-info__map {
    height: 300px;
  }
}

/*---------------------------------
    フェード調整（下層ページ）
---------------------------------*/
/* 初期表示領域内はフェードなしで即時表示（時間指定は style.css の .c-fadeIn） */
.c-fadeIn.is-instant {
  transition: none;
}