@charset "UTF-8";
/* ============================================================
   家族挙式 神社ウェディングLP（/style-jinjya/）専用CSS
   共通CSS（base/layout/module/style）とは別ファイル運用
   命名：ラッパー .p-style-jinjya ／ ブロック .stp-*（BEM）
   採取色（pc.jpg実測）：
     紺見出し #3a6a90 ／ タブactive紺 #1a5d8a ／ ボタン紺 #0064a2
     黄マーカー #fffa84 ／ 薄青ラベル #d2dfe8 ／ 背景グレー #f4f4f4
     価格ピンク #c74895 ／ 施設料ゴールド #b09755
============================================================ */

/* ---------- box-sizing（LP範囲内のみ有効） ---------- */
.p-style-jinjya,
:where(.p-style-jinjya) *,
:where(.p-style-jinjya) *::before,
:where(.p-style-jinjya) *::after { box-sizing: border-box; }

.p-style-jinjya {
  --stp-navy: #366a93;
  --stp-navy-deep: #1a5c8a;
  --stp-blue: #0062a7;
  --stp-yellow-shadow: #fef693;
  --stp-yellow: #fffa84;
  --stp-lightblue: #d2dfe8;
  --stp-gray: #f4f4f4;
  --stp-pink: #c24d94;
  --stp-gold: #b68d3b;
  --stp-border: #8f8c90;
  --stp-text: #333;
  color: var(--stp-text);
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 110px;
}
:where(.p-style-jinjya) img { max-width: 100%; height: auto; vertical-align: bottom; }
.p-style-jinjya em { font-style: normal; }
:where(.p-style-jinjya) ul, :where(.p-style-jinjya) li, :where(.p-style-jinjya) dl, :where(.p-style-jinjya) dt, :where(.p-style-jinjya) dd { list-style: none; margin: 0; padding: 0; }

/* ---------- ユーティリティ（ページ内限定） ---------- */
.p-style-jinjya .u-lato { font-family: 'Lato', sans-serif; font-weight: 600; font-style: normal; }
.p-style-jinjya .u-garamond { font-family: 'EB Garamond', serif; font-weight: 400; }

/* ---------- 共通見出し（英字＋黄ラベル） ---------- */
.stp-heading { display: flex; flex-direction: column; align-items: center; margin: 0 0 50px; }
.stp-heading--gap70 { margin-bottom: 70px; }
.stp-heading:has(+ .stp-section-lead) { margin-bottom: 30px; }
.stp-heading__en { font-size: 32px; letter-spacing: .1em; color: var(--stp-navy-deep); line-height: 1.2; margin: 0 0 38px; }
.stp-heading__label { display: inline-block; min-width: 240px; padding: 6px 38px; background: var(--stp-yellow); color: var(--stp-navy-deep); font-size: 18px; font-weight: bold; letter-spacing: .05em; text-align: center; }

/* ---------- セクション共通リード ---------- */
.stp-section-lead { text-align: center; margin: 0 0 40px; font-size: 16px; }

/* ---------- ボタン ---------- */
.stp-btn { display: inline-block; text-align: center; text-decoration: none; cursor: pointer; transition: opacity .25s; }
.stp-btn:hover { opacity: .75; }
/* CTAボタン：共通 .btn .btn-01 を土台に、LP固有の黄オフセット影のみ追加 */
.stp-cta__btn {
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
  width: 354px; height: 58px; font-size: 18px; font-weight: bold; letter-spacing: .08em;
  box-shadow: 5px 5px 0 var(--stp-yellow-shadow); text-decoration: none;
  transition: transform .3s, box-shadow .3s;
}
.stp-cta__btn:hover { box-shadow: unset; transform: translate(5px, 5px); }
.stp-btn--ghost {
  min-width: 325px; padding: 14px 40px; background: #fff; color: var(--stp-text);
  font-size: 14px; letter-spacing: .1em; border: 1px solid var(--stp-border);
}
.stp-cta { text-align: center; margin: 56px 0 0; }

/* ---------- タブ共通 ---------- */
.stp-tab__panel { display: none; }
.stp-tab__panel.is-active { display: block; animation: stp-fade-in .45s ease both; }
@keyframes stp-fade-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .stp-tab__panel.is-active { animation: none; }
}
.p-style-jinjya .stp-tab { display: flex; justify-content: center; gap: 20px; }
.p-style-jinjya .stp-tab__btn {
  cursor: pointer; border: 1px solid var(--stp-navy-deep); border-radius: 999px;
  color: var(--stp-navy-deep); background: #fff; font-weight: bold; font-size: 18px;
  padding: 3px 28px; text-align: center; transition: background .2s, color .2s;
}
.p-style-jinjya .stp-tab__btn em { font-size: 14px; margin-left: 2px; }
.p-style-jinjya .stp-tab__btn:hover { background: #0062a7; color: #fff; transition: .3s; }
.p-style-jinjya .stp-tab__btn.is-active { background: var(--stp-navy-deep); color: #fff; }

/* ============================================================
   MV
============================================================ */
.stp-mv { position: relative; overflow: hidden; }
.stp-mv__slider, .stp-mv__slide { line-height: 0; }
.stp-mv__slide img { width: 100%; height: 730px; object-fit: cover; }
.stp-mv__copy {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: center;
  padding-bottom: 68px;
}
.stp-mv__title {
  /* PSD実測：60px / Tracking100=.1em / Leading70px / OuterGlow rgb(26,21,14) 10% blur18 choke9 */
  margin: 0; color: #fff; font-size: 70px; line-height: 1.1667; letter-spacing: .1em;
  text-align: center; text-indent: .1em;
  text-shadow: 0 0 6px rgba(26,21,14,.28), 0 0 18px rgba(26,21,14,.28);
}
.stp-mv__band {
  margin: 26px 0 0; background: #fff; color: var(--stp-navy);
  font-size: 20px; font-weight: bold; letter-spacing: .1em;
  padding: 7px 40px;
}

/* ============================================================
   リード（h1）＋ About
============================================================ */
.stp-lead { padding: 60px 0 60px; text-align: center; }
.stp-lead__heading { margin: 0 0 18px; }
.stp-lead__sub { display: block; color: var(--stp-navy); font-size: 24px; font-weight: bold; letter-spacing: .1em; }
.stp-lead__catch { display: block; margin-top: 10px; color: #000; font-size: 24px; font-weight: 500; letter-spacing: .08em; font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; }
.stp-lead__text { margin: 0; font-size: 16px; }
.stp-lead__price { margin: 0; font-size: 20px; letter-spacing: .05em; }
.stp-lead__price em { color: var(--stp-navy); font-size: 28px; font-weight: bold; margin: 0 2px; letter-spacing: .05em; }

.stp-about { position: relative; width: 850px; margin: 62px auto 0; padding: 40px 60px 44px; background: var(--stp-gray); text-align: center; }
.stp-about__deco { position: absolute; top: -28px; left: 24px; width: 142px; height: auto; }
.stp-about__title { margin: 0 0 16px; color: var(--stp-navy-deep); font-size: 18px; font-weight: bold; letter-spacing: .05em; }
.stp-about__text { margin: 0; text-align: left; font-size: 14px; }

/* ============================================================
   選ばれる理由
============================================================ */
.stp-reason { padding: 0 0 110px; }
.stp-reason__heading { margin: 0 0 56px; text-align: center; color: #222; font-size: 22px; font-weight: 500; letter-spacing: .08em; font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; }
.stp-reason__list { display: flex; justify-content: center; gap: 48px; }
.stp-reason__item { width: 300px; }
.stp-reason__image { position: relative; line-height: 0; }
.stp-reason__image img { width: 100%; height: 200px; object-fit: cover; }
.stp-reason__num {
  position: absolute; top: -34px; left: -14px; z-index: 1; margin: 0;
  color: #8cadc4; font-size: 62px; line-height: 1; letter-spacing: .05em;
}
.stp-reason__title { margin: 24px 0 14px; text-align: center; color: var(--stp-navy-deep); font-size: 18px; font-weight: bold; letter-spacing: .04em; }
.stp-reason__text { margin: 0; font-size: 14px; }

/* ============================================================
   CHAPEL
============================================================ */
.stp-chapel { padding: 80px 0 110px; background: var(--stp-gray); overflow: hidden; }
.stp-chapel__tab { margin: 48px 0 90px; }
.stp-chapel__tab-item { min-width: 122px; }

/* カルーセル（centerMode・中央630px） */
.stp-chapel__carousel .slick-list { overflow: visible; }
.stp-chapel__item { padding: 0 20px; }
.stp-chapel__image { line-height: 0; }
.stp-chapel__image img { width: 630px; height: 420px; object-fit: cover; }
.stp-chapel__name { margin: 30px 0 10px; color: var(--stp-navy-deep); font-size: 22px; font-weight: bold; letter-spacing: .12em; }
.stp-chapel__desc { margin: 0 0 6px; font-size: 16px; }
.stp-chapel__fee { margin: 0; font-size: 14px; color: var(--stp-gold); }
.stp-chapel__fee em { font-size: 16px; }

/* 1会場のみ（仙台・中国）：中央固定表示 */
.stp-chapel__single { width: 630px; margin: 0 auto; }
.stp-chapel__single .stp-chapel__item { padding: 0; }

/* 非中央スライドは白みがかったフェード */
.stp-chapel__carousel .slick-slide { opacity: .35; transition: opacity .3s; }
.stp-chapel__carousel .slick-slide.is-center { opacity: 1; }

/* 中央スライドは630px固定（variableWidth）。矢印は中央画像の左右端に半かかり */
.stp-chapel__carousel .stp-chapel__item { width: 670px; }
.stp-chapel__carousel .slick-prev,
.stp-chapel__carousel .slick-next {
  width: 27px; height: 81px; background: var(--stp-navy-deep); z-index: 2;
  top: 250px; transform: none;
}
.stp-chapel__carousel .slick-prev { left: calc(50% - 329px); }
.stp-chapel__carousel .slick-next { right: calc(50% - 329px); }
.stp-chapel__carousel .slick-prev:before,
.stp-chapel__carousel .slick-next:before {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 7px; height: 7px; margin: 0;
  border-top: 2px solid #fff; border-right: 2px solid #fff; opacity: 1;
}
.stp-chapel__carousel .slick-prev:before { transform: translate(-30%, -50%) scaleY(1.5) rotate(-135deg); }
.stp-chapel__carousel .slick-next:before { transform: translate(-70%, -50%) scaleY(1.5) rotate(45deg); }
.stp-chapel__counter { margin: 28px 0 0; text-align: center; font-family: 'Lato', sans-serif; font-size: 14px; color: #666; }

/* ============================================================
   PLAN
============================================================ */
.stp-plan { padding: 80px 0 0; }
.stp-plan__compare { display: flex; justify-content: center; gap: 25px; margin-bottom: 96px; }
.stp-plan__card {
  width: 310px; padding: 40px 22px 15px; border: 1px solid var(--stp-border);
  border-radius: 12px; background: #fff; text-align: center;
}
.stp-plan__name { margin: 0 0 18px; color: var(--stp-navy-deep); font-size: 20px; font-weight: bold; line-height: 1.5; min-height: 3em; display: flex; align-items: center; justify-content: center; }
.stp-plan__tag { display: inline-block; margin: 0 0 3px; padding: 3px 10px 1px; background: var(--stp-lightblue); color: var(--stp-navy-deep); font-size: 18px; font-weight: bold; letter-spacing: -.0325em; }
.stp-plan__price { margin: 0 0 8px; color: var(--stp-pink); }
.stp-plan__price em { font-size: 28px; font-weight: bold; letter-spacing: .05em; }
.stp-plan__price span { font-size: 14px; }
.stp-plan__cond { margin: 0 -11px 16px; color: var(--stp-pink); font-size: 11px; line-height: 1.7; font-feature-settings: "palt"; }
.stp-plan__desc { margin: 0; font-size: 14px; text-align: left; }

.stp-plan__tab { margin: 0 0 56px; }
.stp-plan__panel-name { margin: 0; line-height: 1; text-align: center; color: var(--stp-navy); font-size: 24px; font-weight: bold; letter-spacing: .08em; }
.stp-plan__panel-price { margin: 0 0 40px; text-align: center; color: var(--stp-pink); font-size: 18px; }
.stp-plan__panel-price em { font-size: 24px; font-weight: bold; letter-spacing: .05em; }
.stp-plan__includes-label {
  min-width: 240px; width: fit-content; margin: 0 auto 44px; padding: 7px 38px; text-align: center;
  background: var(--stp-lightblue); color: var(--stp-navy-deep); font-size: 18px; font-weight: bold;
}
.stp-plan__includes { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 45px 20px; width: 1030px; margin: 0 auto; }
.stp-plan__includes-item { width: 190px; text-align: center; }
.stp-plan__includes-item img { width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; border-radius: 24px; }
.stp-plan__includes-name { display: block; margin-top: 12px; color: var(--stp-navy-deep); font-size: 16px; font-weight: bold; }

/* ============================================================
   オプション
============================================================ */
.stp-option { padding: 80px 0 85px; }
.stp-option__list { display: flex; justify-content: center; gap: 28px; }
.stp-option__item {
  width: 300px; padding: 20px 20px 38px; border: 1px solid var(--stp-border);
  border-radius: 12px; background: #fff;
}
.stp-option__image { line-height: 0; }
.stp-option__image img { width: 100%; height: 168px; object-fit: cover; border-radius: 8px; }
.stp-option__title { margin: 22px 0 16px; text-align: center; color: var(--stp-navy-deep); font-size: 18px; font-weight: bold; letter-spacing: .06em; }
.stp-option__detail li { font-size: 13px; line-height: 2; }

/* ============================================================
   キャンペーンバナー（共通クリエイティブ・h2）
============================================================ */
.stp-bnr { padding: 0 0 110px; text-align: center; }
/* 中身は共通パーツ template-parts/bnr-campaign（ul.bnr-slider > li > a > img） */
.stp-bnr .bnr-slider { max-width: 970px; margin: 0 auto; }
.stp-bnr .bnr-slider-item a { display: block; transition: opacity .25s; }
.stp-bnr .bnr-slider-item a:hover { opacity: .8; }
.stp-bnr .bnr-slider-item img { width: 100%; height: auto; }

/* ============================================================
   PHOTO GALLERY
============================================================ */
.stp-gallery { padding: 80px 0 110px; background: var(--stp-gray); }
.stp-gallery__tab { margin: 44px 0 70px; }
.stp-gallery__grid { width: 850px; margin: 0 auto; }
.stp-gallery__set { display: flex; gap: 6px; margin-bottom: 6px; }
.stp-gallery__set--reverse { flex-direction: row-reverse; }
.stp-gallery__stack { display: flex; flex-direction: column; gap: 6px; width: 53%; }
.stp-gallery__photo { display: block; line-height: 0; transition: opacity .3s; }
.stp-gallery__photo:hover { opacity: .75; }
.stp-gallery__photo img { width: 100%; height: 100%; object-fit: cover; }
.stp-gallery__photo--land { aspect-ratio: 448 / 301; }
.stp-gallery__photo--port { width: 47%; }
.stp-gallery__photo--port img { height: 100%; }
/* デフォルト6枚＝2セットのみ表示。「もっと読み込む」で残り全部を展開（川上さん指定 8/1） */
.stp-gallery__grid.is-limited .stp-gallery__set:nth-child(n+3) { display: none; }
.stp-gallery__more.is-hidden { display: none; }
.stp-gallery__more { margin: 58px 0 0; text-align: center; }

/* ============================================================
   FAQ
============================================================ */
.stp-faq { padding: 80px 0 110px; }
.stp-faq__list { width: 950px; margin: 0 auto; }
.stp-faq__item { border: 1px solid var(--stp-border); background: #fff; margin-bottom: 26px; }
.stp-faq__q {
  display: flex; align-items: baseline; gap: 26px; padding: 12px 56px 12px 12px;
  position: relative; cursor: pointer; font-weight: bold; font-size: 18px;
  list-style: none;
}
.stp-faq__q::-webkit-details-marker { display: none; }
.stp-faq__q em { color: var(--stp-navy); font-size: 18px; letter-spacing: .08em; }
.stp-faq__q::after {
  content: ""; position: absolute; right: 26px; top: 50%;
  width: 10px; height: 10px; border-right: 2px solid var(--stp-navy); border-bottom: 2px solid var(--stp-navy);
  transform: translateY(-70%) rotate(45deg); transition: transform .25s;
}
.stp-faq__item.is-open .stp-faq__q::after { transform: translateY(-30%) rotate(225deg); }
/* 開閉アニメーション：grid-template-rows 0fr→1fr（cyosaka確立パターン・JSでis-open制御） */
.stp-faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.stp-faq__item.is-open .stp-faq__a { grid-template-rows: 1fr; }
.stp-faq__a-inner { overflow: hidden; min-height: 0; padding: 0 25px 0 20px; font-size: 16px; transition: padding-bottom .25s ease; }
.stp-faq__item.is-open .stp-faq__a-inner { padding-bottom: 12px; }

/* ============================================================
   OTHER STYLE
============================================================ */
.stp-other { padding: 80px 0 110px; background: var(--stp-gray); }
.stp-other__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 34px 31px; width: 950px; margin: 48px auto 0; }
.stp-other__item { width: 286px; }
.stp-other__item a { display: block; line-height: 0; }
.stp-other__item img { width: 286px; height: 123px; object-fit: cover; background: #fff; }

/* ---------- 静的確認用ダミー（組込時に削除） ---------- */
.stp-dummy-header, .stp-dummy-breadcrumb, .stp-dummy-footer { background: #eee; padding: 14px; text-align: center; color: #999; }
.stp-dummy-breadcrumb { background: #f7f7f7; text-align: left; padding-left: 120px; font-size: 12px; }

/* FB6：slick-theme の .slick-prev:hover / :focus は background:transparent で矢印を消すため上書き。
   背景は常に維持し、透明度が変わるのは「マウスが乗っている間」だけにする。
   （:focus に opacity を掛けるとクリック後も半透明のまま残るので hover のみに限定） */
.stp-chapel__carousel .slick-prev,
.stp-chapel__carousel .slick-next,
.stp-chapel__carousel .slick-prev:hover,
.stp-chapel__carousel .slick-next:hover,
.stp-chapel__carousel .slick-prev:focus,
.stp-chapel__carousel .slick-next:focus {
  background: var(--stp-navy-deep);
  transition: opacity .3s;
}
.stp-chapel__carousel .slick-prev:focus,
.stp-chapel__carousel .slick-next:focus { opacity: 1; }
.stp-chapel__carousel .slick-prev:hover,
.stp-chapel__carousel .slick-next:hover { opacity: .7; }

/* ============================================================
   神社LP 固有：フォトLPに無かった要素（AUN指示 2026-08-11）
============================================================ */
/* CHAPEL：タブの下に選択中のチャペル名を固定表示（AUN②） */
.stp-chapel__venue {
  margin: 0 0 34px; text-align: center;
  color: var(--stp-navy-deep); font-size: 22px; font-weight: bold; letter-spacing: .12em;
}
/* カルーセル内は画像＋キャプションのみ（会場名は上の見出しに集約） */
.stp-chapel__item .stp-chapel__desc { margin: 22px 0 0; text-align: center; }

/* プラン詳細の土日追加料金 */
.stp-plan__panel-note { margin: -30px 0 40px; text-align: center; color: var(--stp-pink); font-size: 14px; letter-spacing: .05em; }
.stp-plan__panel-note em { font-weight: bold; letter-spacing: .05em; }

/* 注釈（備考・注意事項）：FAQと同じ details パターンで開閉（AUN③）
   沖縄はSPで40行以上に折り返すため、3ページとも初期状態は閉じる */
.stp-note { width: 640px; margin: 40px auto 0; border: 1px solid var(--stp-border); background: #fff; }
.stp-note__summary {
  display: flex; align-items: center; position: relative; cursor: pointer; list-style: none;
  padding: 12px 40px 12px 18px; font-size: 13px; font-weight: bold; color: var(--stp-navy-deep); letter-spacing: .05em;
}
.stp-note__summary::-webkit-details-marker { display: none; }
.stp-note__summary::after {
  content: ""; position: absolute; right: 18px; top: 50%;
  width: 8px; height: 8px; border-right: 1px solid var(--stp-navy-deep); border-bottom: 1px solid var(--stp-navy-deep);
  transform: translateY(-70%) rotate(45deg); transition: transform .25s ease;
}
.stp-note.is-open .stp-note__summary::after { transform: translateY(-30%) rotate(225deg); }
/* ⚠️ grid-template-rows は<ul>自身ではなくラッパーに当てる。
   <ul>に当てると 0fr が効くのは1行目だけで、2件目以降が常時表示になる */
.stp-note__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.stp-note.is-open .stp-note__body { grid-template-rows: 1fr; }
.stp-note__list { overflow: hidden; min-height: 0; }
.stp-note.is-open .stp-note__list { padding-bottom: 12px; }
.stp-note__list li { padding: 0 18px; font-size: 10px; line-height: 1.9; }
.stp-note__list li::before { content: "※"; margin-right: 2px; }

/* ============================================================
   神社LP 固有（AUN指示 2026-08-11）
============================================================ */
/* ⑨ MVタイトルは英字ではなく和文「神社結婚式」＝明朝（Noto Serif JP） */
.p-style-jinjya .stp-mv__title { font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; font-weight: 500; }
/* 神社カード：所在地（都道府県市区町村） */
.stp-chapel__area { margin: 2px 0 8px; font-size: 13px; color: #666; letter-spacing: .05em; }
/* 初穂料はスライダーに掲載しないことで確定（2026-08-12 川上さん回答）＝要素ごと削除済み */
/* ⑭ ギャラリーはタブなし＝グリッド直下 */
.stp-gallery > .stp-gallery__grid { margin-top: 0; }

/* --- 新規実装部分のPSD照合による調整（2026-08-12） --- */
.stp-chapel__venue { letter-spacing: .05em; }          /* PSD実測 22px .05em */
.stp-chapel__desc { color: #111; letter-spacing: .04em; } /* PSD実測 16px #111 .04em */
.stp-plan__panel-note { font-size: 12px; }             /* PSD実測 12px */

/* ============================================================
   AUN指摘対応（2026-08-13 川上さん）
============================================================ */
/* ① 隣り合うタブは最長のものに幅を統一（全ページ共通・PC/SP） */
.p-style-jinjya .stp-tab {
  display: grid; grid-auto-flow: column; grid-auto-columns: 1fr;
  width: fit-content; margin-inline: auto;
}

/* ② スライダーのキャプションは左寄せ（フォトLPと同じ挙動に揃える） */
.stp-chapel__item .stp-chapel__desc { text-align: left; }

/* ④ 注釈は12px（PCもSPも全ページ共通）※AUN 8/11時点の10px指示から変更 */
.stp-note__list li { font-size: 12px; }

/* ③ プラン比較BOXの見出しタグをPCで1行に収める
   「両家でのパーティも希望の方向け」15文字が内寸266pxに入らず2行になっていた。
   コンテナ1020px内で 323px×3＋gap25px×2＝1019px に収まる範囲でBOXを広げ、
   タグ側は左右paddingと字間を詰めて対応する */
.stp-plan__card { width: 323px; }
.stp-plan__tag { padding: 3px 8px 1px; letter-spacing: -.045em; }
