@charset "utf-8";

/* ==========================================================================
   Santa Sara — 鎌倉の占い処
   2026-09-06 リニューアル
   HTML5 UP "Highlights" / jQuery への依存をやめ、このファイル1枚にまとめています。
   配色はお店の写真（藍色のカーテン・金・ランタンの灯り）から取っています。
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. デザイントークン
   -------------------------------------------------------------------------- */
:root {
	/* 夜の色 */
	--night:    #0d1124;
	--night-2:  #141a35;
	--night-3:  #1c2447;
	--night-4:  #27305c;

	/* 金 */
	--gold:     #c9a24a;
	--gold-lt:  #e6cd90;
	--gold-dk:  #9d7a2c;

	/* カーテンの藍 */
	--teal:     #2f7f9e;
	--teal-lt:  #6fb3cb;

	/* 文字 */
	--ink:      #f4efe4;
	--ink-soft: #cfc7ba;
	--muted:    #9a9282;
	--line:     rgba(201,162,74,.24);
	--line-soft:rgba(244,239,228,.10);

	--surface:   rgba(255,255,255,.045);
	--surface-2: rgba(255,255,255,.075);

	--r-sm: 8px;
	--r:    14px;
	--r-lg: 24px;
	--r-pill: 999px;

	--shadow-sm: 0 3px 14px rgba(0,0,0,.3);
	--shadow:    0 12px 34px rgba(0,0,0,.42);
	--shadow-lg: 0 26px 70px rgba(0,0,0,.55);

	--wrap: 1140px;
	--gutter: clamp(18px, 5vw, 44px);
	--nav-h: 72px;

	--font-disp: "Cormorant Garamond", "Shippori Mincho B1", serif;
	--font-jp:   "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
	--font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

	--ease: cubic-bezier(.22,.61,.36,1);
}

/* --------------------------------------------------------------------------
   2. ベース
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--nav-h) + 14px);
	overflow-x: clip;
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16.5px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .04em;
	color: var(--ink-soft);
	background: var(--night);
	-webkit-font-smoothing: antialiased;
	overflow-wrap: break-word;
	line-break: strict;
	overflow-x: clip;
}

/* 夜空のようなうっすらとした光 */
body::before {
	content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
	background:
		radial-gradient(900px 620px at 12% -6%, rgba(47,127,158,.20), transparent 65%),
		radial-gradient(760px 560px at 92% 8%, rgba(201,162,74,.13), transparent 62%),
		radial-gradient(1100px 800px at 50% 104%, rgba(47,127,158,.14), transparent 62%);
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure, blockquote, table { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; vertical-align: middle; border: 0; }
a { color: var(--gold-lt); transition: color .25s var(--ease), background-color .25s var(--ease), border-color .25s var(--ease), opacity .25s var(--ease); }
a:hover { color: #fff; }
button { font: inherit; }
address { font-style: normal; }
table { border-collapse: collapse; width: 100%; }

:focus-visible { outline: 2px solid var(--gold-lt); outline-offset: 3px; border-radius: 4px; }

.skip-link {
	position: fixed; top: 10px; left: 10px; z-index: 999;
	transform: translateY(-200%);
	background: var(--gold); color: var(--night); text-decoration: none;
	padding: 10px 18px; border-radius: var(--r-pill); font-weight: 700;
}
.skip-link:focus { transform: translateY(0); color: var(--night); }

.sr-only {
	position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
	overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap--narrow { max-width: 880px; }

/* --------------------------------------------------------------------------
   3. セクションの共通見出し
   -------------------------------------------------------------------------- */
section { padding: clamp(60px, 9vw, 112px) 0; position: relative; }

.sec-head { text-align: center; margin-bottom: clamp(30px, 5vw, 58px); }

.eyebrow {
	display: block;
	font-family: var(--font-disp);
	font-size: clamp(11px, 2.4vw, 13px);
	font-weight: 600; letter-spacing: .42em; text-transform: uppercase;
	color: var(--gold); margin-bottom: 1em; padding-left: .42em;
}
.sec-title {
	font-family: var(--font-jp);
	font-size: clamp(22px, 4vw, 33px);
	font-weight: 600; line-height: 1.55; letter-spacing: .12em;
	color: var(--ink);
}
.sec-title em {
	display: block; font-family: var(--font-disp); font-style: normal;
	font-size: .52em; letter-spacing: .3em; color: var(--gold);
	margin-top: .6em; font-weight: 600;
}
.sec-lead {
	margin: 1.4em auto 0; max-width: 42em;
	font-size: clamp(14.5px, 2.6vw, 16px); line-height: 2.05; color: var(--ink-soft);
}

/* 見出しの下の細い金の線 */
.rule {
	width: 64px; height: 1px; margin: 1.4em auto 0;
	background: linear-gradient(90deg, transparent, var(--gold), transparent);
	position: relative;
}
.rule::after {
	content: ""; position: absolute; left: 50%; top: 50%;
	width: 5px; height: 5px; margin: -2.5px 0 0 -2.5px;
	background: var(--gold); transform: rotate(45deg);
}

/* --------------------------------------------------------------------------
   4. ボタン
   -------------------------------------------------------------------------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .65em;
	padding: .95em 2em;
	border: 1px solid transparent; border-radius: var(--r-pill);
	font-family: var(--font-body); font-size: 15px; font-weight: 500;
	letter-spacing: .1em; line-height: 1.4;
	text-decoration: none; cursor: pointer; white-space: nowrap;
	transition: transform .25s var(--ease), box-shadow .3s var(--ease), background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn :is(i, svg) { font-size: .95em; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--gold {
	background: linear-gradient(135deg, var(--gold-lt), var(--gold));
	border-color: var(--gold-lt); color: #23180a; font-weight: 700;
	box-shadow: 0 8px 24px rgba(201,162,74,.26);
}
.btn--gold:hover { color: #23180a; box-shadow: 0 14px 34px rgba(201,162,74,.38); }

.btn--outline { background: transparent; border-color: rgba(230,205,144,.5); color: var(--gold-lt); }
.btn--outline:hover { background: rgba(230,205,144,.1); border-color: var(--gold-lt); color: #fff; }

.btn--ghost { background: var(--surface); border-color: var(--line-soft); color: var(--ink); }
.btn--ghost:hover { background: var(--surface-2); border-color: var(--line); color: #fff; }

.btn--lg { font-size: 16px; padding: 1.1em 2.4em; }
.btn--block { display: flex; width: 100%; }

/* --------------------------------------------------------------------------
   5. ナビゲーション
   -------------------------------------------------------------------------- */
.nav {
	position: fixed; top: 0; left: 0; right: 0; z-index: 200;
	background: transparent;
	transition: background-color .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
	border-bottom: 1px solid transparent;
}
.nav.is-solid {
	background: rgba(13,17,36,.9);
	backdrop-filter: saturate(1.3) blur(14px);
	-webkit-backdrop-filter: saturate(1.3) blur(14px);
	border-bottom-color: var(--line);
	box-shadow: 0 4px 26px rgba(0,0,0,.4);
}
.nav__inner {
	max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter);
	min-height: var(--nav-h);
	display: flex; align-items: center; gap: 18px;
}

.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; padding: 8px 0; }
.brand img { width: 38px; height: 38px; flex: none; border-radius: 50%; background: rgba(244,239,228,.9); padding: 3px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__name {
	font-family: var(--font-disp); font-size: 23px; font-weight: 600;
	letter-spacing: .16em; color: var(--ink); white-space: nowrap;
}
.brand__sub { font-family: var(--font-jp); font-size: 10.5px; letter-spacing: .26em; color: var(--gold); white-space: nowrap; }

.nav__menu > ul { display: flex; align-items: center; gap: 2px; }
.nav__menu > ul > li > a {
	position: relative; display: block;
	padding: 9px 13px; border-radius: var(--r-sm);
	text-decoration: none; font-size: 14px; font-weight: 400;
	letter-spacing: .1em; color: var(--ink-soft); white-space: nowrap;
}
.nav__menu > ul > li > a :is(i, svg) { display: none; }
.nav__menu > ul > li > a::after {
	content: ""; position: absolute; left: 50%; bottom: 3px;
	width: 0; height: 1px; background: var(--gold);
	transform: translateX(-50%); transition: width .3s var(--ease);
}
.nav__menu > ul > li > a:hover { color: var(--ink); }
.nav__menu > ul > li > a:hover::after,
.nav__menu > ul > li > a.is-current::after { width: calc(100% - 26px); }
.nav__menu > ul > li > a.is-current { color: var(--gold-lt); }
.nav__menu-foot { display: none; }

.nav__actions { display: flex; align-items: center; gap: 10px; flex: none; position: relative; z-index: 210; }
.nav__actions .btn { padding: .7em 1.4em; font-size: 13.5px; }

.navtoggle {
	display: none; position: relative; flex: none;
	width: 44px; height: 44px; border: 1px solid var(--line);
	border-radius: 50%; background: rgba(13,17,36,.6); cursor: pointer;
	backdrop-filter: blur(6px);
}
.navtoggle span, .navtoggle span::before, .navtoggle span::after {
	position: absolute; left: 50%; width: 19px; height: 1.5px;
	background: var(--gold-lt); border-radius: 2px;
	transition: transform .3s var(--ease), opacity .2s linear;
}
.navtoggle span { top: 50%; transform: translate(-50%,-50%); }
.navtoggle span::before { content: ""; left: 0; top: -6px; }
.navtoggle span::after { content: ""; left: 0; top: 6px; }
.navtoggle[aria-expanded="true"] span { background: transparent; }
.navtoggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.navtoggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

.drawer-bd {
	position: fixed; inset: 0; z-index: 190;
	background: rgba(5,7,16,.66);
	opacity: 0; visibility: hidden;
	transition: opacity .3s var(--ease), visibility .3s;
}
body.nav-open .drawer-bd { opacity: 1; visibility: visible; }
body.nav-open { overflow: hidden; }

/* --------------------------------------------------------------------------
   6. ヒーロー
   -------------------------------------------------------------------------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 0; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
	content: ""; position: absolute; inset: 0;
	background:
		linear-gradient(to top, rgba(9,12,26,.9) 0%, rgba(9,12,26,.45) 45%, rgba(9,12,26,.5) 100%),
		linear-gradient(100deg, rgba(9,12,26,.82) 0%, rgba(9,12,26,.42) 50%, rgba(9,12,26,.2) 100%);
}

.hero__inner {
	position: relative; z-index: 1; width: 100%;
	max-width: var(--wrap); margin: 0 auto;
	padding: calc(var(--nav-h) + 40px) var(--gutter) clamp(80px, 12vw, 130px);
}
.hero__eyebrow {
	display: inline-flex; align-items: center; gap: .6em;
	font-family: var(--font-jp); font-size: clamp(11.5px, 2.6vw, 13px);
	letter-spacing: .24em; color: var(--gold-lt);
	padding: .5em 1.3em; border-radius: var(--r-pill);
	border: 1px solid rgba(230,205,144,.34); background: rgba(13,17,36,.4);
	backdrop-filter: blur(5px);
	margin-bottom: 1.2em;
}
.hero__title {
	font-family: var(--font-disp);
	font-size: clamp(46px, 11vw, 104px);
	font-weight: 600; line-height: 1.05; letter-spacing: .1em;
	color: var(--ink);
	text-shadow: 0 4px 40px rgba(0,0,0,.6);
	margin-bottom: .18em;
}
.hero__sub {
	font-family: var(--font-jp);
	font-size: clamp(14px, 3.4vw, 21px);
	letter-spacing: .3em; color: var(--gold-lt);
	margin-bottom: 1.1em;
}
.hero__lead {
	font-size: clamp(14px, 3vw, 17px); line-height: 2.1;
	max-width: 26em; color: var(--ink);
	text-shadow: 0 2px 18px rgba(0,0,0,.6);
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(22px, 4vw, 36px); }

.hero__meta {
	display: flex; flex-wrap: wrap; gap: 10px 26px;
	margin-top: clamp(22px, 4vw, 38px); padding-top: clamp(18px, 3vw, 26px);
	border-top: 1px solid rgba(244,239,228,.16);
	font-size: clamp(12.5px, 2.6vw, 14px); color: var(--ink-soft);
}
.hero__meta li { display: flex; align-items: center; gap: .55em; }
.hero__meta :is(i, svg) { color: var(--gold); }

.hero__scroll {
	position: absolute; left: 50%; bottom: 18px; z-index: 2;
	transform: translateX(-50%);
	display: grid; justify-items: center; gap: 8px;
	font-family: var(--font-disp); font-size: 10.5px; letter-spacing: .3em;
	color: rgba(244,239,228,.6); text-decoration: none;
}
.hero__scroll::after {
	content: ""; width: 1px; height: 34px;
	background: linear-gradient(to bottom, var(--gold), transparent);
	animation: scrollHint 2.2s var(--ease) infinite;
}
@keyframes scrollHint { 0%,100% { opacity: .25; transform: scaleY(.55); } 50% { opacity: 1; transform: scaleY(1); } }

/* --------------------------------------------------------------------------
   7. 3つの安心（ヒーロー直下）
   -------------------------------------------------------------------------- */
.points { padding: 0; position: relative; z-index: 3; margin-top: clamp(-64px, -5vw, -40px); }
.points__grid {
	max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter);
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.point {
	background: linear-gradient(160deg, rgba(28,36,71,.94), rgba(20,26,53,.94));
	border: 1px solid var(--line);
	border-radius: var(--r); padding: 26px 24px; text-align: center;
	box-shadow: var(--shadow);
	backdrop-filter: blur(8px);
}
.point :is(i, svg) { color: var(--gold); font-size: 24px; margin-bottom: 12px; display: block; }
.point h2, .point h3 { font-family: var(--font-jp); font-size: 17px; font-weight: 600; letter-spacing: .08em; color: var(--ink); margin-bottom: .35em; }
.point p { font-size: 13.5px; line-height: 1.85; color: var(--muted); }

/* --------------------------------------------------------------------------
   8. About
   -------------------------------------------------------------------------- */
.about__grid {
	display: grid; grid-template-columns: minmax(0,6fr) minmax(0,6fr);
	gap: clamp(28px, 5vw, 64px); align-items: center;
}
.about__figure { position: relative; }
.about__figure img { width: 100%; border-radius: var(--r-lg); display: block; box-shadow: var(--shadow); }
.about__figure::after {
	content: ""; position: absolute; inset: 12px;
	border: 1px solid rgba(230,205,144,.34); border-radius: calc(var(--r-lg) - 6px);
	pointer-events: none;
}
.about__body .sec-head { text-align: left; margin-bottom: 22px; }
.about__body .eyebrow { padding-left: 0; }
.about__body .sec-lead { margin-left: 0; }
.about__body p { margin-bottom: 1.2em; }
.about__body p:last-child { margin-bottom: 0; }
.about__body strong { color: var(--ink); font-weight: 500; }

/* --------------------------------------------------------------------------
   9. 鑑定方法（アイコン）
   -------------------------------------------------------------------------- */
.reading { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.reading li {
	text-align: center; padding: 32px 14px 26px;
	background: var(--surface); border: 1px solid var(--line-soft);
	border-radius: var(--r);
	transition: transform .3s var(--ease), border-color .3s var(--ease), background-color .3s var(--ease);
}
.reading li:hover { transform: translateY(-5px); border-color: var(--line); background: var(--surface-2); }
.reading :is(i, svg) { color: var(--gold); font-size: 34px; display: block; margin-bottom: 16px; }
.reading h3 { font-family: var(--font-jp); font-size: 16px; font-weight: 600; letter-spacing: .1em; color: var(--ink); }
.reading p { font-size: 12.5px; color: var(--muted); line-height: 1.75; margin-top: .5em; }

/* --------------------------------------------------------------------------
   10. ギャラリー
   -------------------------------------------------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery figure { margin: 0; }
.gallery figure:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery button {
	position: relative; display: block; width: 100%; height: 100%; padding: 0;
	border: 1px solid var(--line-soft); background: none; cursor: pointer;
	border-radius: var(--r); overflow: hidden;
}
.gallery img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; transition: transform .6s var(--ease), filter .4s var(--ease); filter: saturate(.94); }
.gallery figure:nth-child(1) img { aspect-ratio: auto; }
.gallery button::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(9,12,26,.78), rgba(9,12,26,0) 58%);
	opacity: .9; transition: opacity .35s var(--ease);
}
.gallery figcaption {
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
	padding: 14px 15px; text-align: left;
	font-family: var(--font-jp); font-size: 13px; letter-spacing: .06em; color: var(--ink);
	display: flex; align-items: center; gap: .5em;
}
.gallery figcaption :is(i, svg) { color: var(--gold); font-size: .88em; }
.gallery button:hover img { transform: scale(1.06); filter: saturate(1.05); }
.gallery button:hover::after { opacity: 1; }
.gallery button:hover { border-color: var(--line); }

/* ライトボックス */
.lightbox {
	position: fixed; inset: 0; z-index: 500;
	background: rgba(6,8,18,.95);
	display: grid; place-items: center; padding: 4vmin;
	opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { margin: 0; display: grid; justify-items: center; }
.lightbox img { max-width: 100%; max-height: 80vh; border-radius: var(--r-sm); box-shadow: var(--shadow-lg); }
.lightbox__cap { margin-top: 16px; font-family: var(--font-jp); font-size: 14px; letter-spacing: .08em; color: var(--ink-soft); text-align: center; }
.lightbox__close, .lightbox__nav {
	position: absolute; display: grid; place-items: center;
	width: 48px; height: 48px; border: 1px solid var(--line);
	border-radius: 50%; background: rgba(28,36,71,.6); color: var(--gold-lt);
	font-size: 17px; cursor: pointer; transition: background-color .25s var(--ease), color .25s;
}
.lightbox__close:hover, .lightbox__nav:hover { background: var(--gold); color: var(--night); }
.lightbox__close { top: 18px; right: 18px; }
.lightbox__nav--prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 18px; top: 50%; transform: translateY(-50%); }

/* --------------------------------------------------------------------------
   11. 占い師
   -------------------------------------------------------------------------- */
.seers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.seer {
	position: relative;
	background: linear-gradient(165deg, rgba(28,36,71,.7), rgba(20,26,53,.55));
	border: 1px solid var(--line-soft);
	border-radius: var(--r); padding: 34px 26px 30px; text-align: center;
	transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.seer:hover { transform: translateY(-4px); border-color: var(--line); }
.seer__mark {
	width: 54px; height: 54px; margin: 0 auto 16px;
	display: grid; place-items: center; border-radius: 50%;
	border: 1px solid var(--line); color: var(--gold); font-size: 19px;
}
.seer h3 { font-family: var(--font-disp); font-size: 27px; font-weight: 600; letter-spacing: .16em; color: var(--ink); margin-bottom: .3em; }
.seer p { font-size: 13.5px; line-height: 1.9; color: var(--muted); }
.badge { font-variant-numeric: lining-nums;
	display: inline-flex; align-items: center; gap: .45em;
	margin-top: 14px; padding: .35em 1em; border-radius: var(--r-pill);
	background: rgba(201,162,74,.14); border: 1px solid rgba(201,162,74,.4);
	color: var(--gold-lt); font-size: 12.5px; letter-spacing: .06em;
}

/* --------------------------------------------------------------------------
   12. 料金
   -------------------------------------------------------------------------- */
.menu-block { margin-bottom: clamp(34px, 5vw, 54px); }
.menu-block:last-of-type { margin-bottom: 0; }
.menu-block > h3 {
	font-family: var(--font-jp); font-size: clamp(17px, 3vw, 21px); font-weight: 600;
	letter-spacing: .14em; color: var(--ink);
	display: flex; align-items: center; gap: .7em; margin-bottom: 18px;
}
.menu-block > h3::before {
	content: ""; width: 22px; height: 1px; background: var(--gold); flex: none;
}
.menu-block > h3 small { font-family: var(--font-body); font-size: 12.5px; letter-spacing: .08em; color: var(--muted); font-weight: 400; }

.pricelist {
	border: 1px solid var(--line-soft); border-radius: var(--r);
	overflow: hidden; background: var(--surface);
}
.pricelist > div {
	display: grid; grid-template-columns: 6.5em minmax(0,1fr) 7em;
	gap: 4px 18px; align-items: baseline;
	padding: 15px 22px;
	border-bottom: 1px solid var(--line-soft);
}
.pricelist > div:last-child { border-bottom: 0; }
.pricelist > div:hover { background: var(--surface-2); }
.pricelist .time { font-family: var(--font-disp); font-size: 15.5px; letter-spacing: .08em; color: var(--gold-lt); font-variant-numeric: lining-nums tabular-nums; }
.pricelist .desc { color: var(--ink); font-size: 15px; }
.pricelist .desc span { display: inline-block; margin-left: .6em; font-size: 12px; color: var(--muted); letter-spacing: .06em; }
.pricelist .price { font-family: var(--font-disp); font-size: 21px; font-weight: 600; color: var(--ink); text-align: right; white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; }

.note {
	display: flex; gap: .7em; align-items: flex-start;
	margin-top: 18px; padding: 15px 18px;
	background: rgba(201,162,74,.08); border: 1px solid rgba(201,162,74,.26);
	border-radius: var(--r-sm);
	font-size: 13.5px; line-height: 1.85; color: var(--ink-soft);
}
.note :is(i, svg) { color: var(--gold); margin-top: .35em; flex: none; }
.note strong { color: var(--gold-lt); font-weight: 700; }

.menu-cta { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; }

/* --------------------------------------------------------------------------
   13. ご利用の流れ
   -------------------------------------------------------------------------- */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.flow li {
	position: relative; padding: 44px 22px 26px;
	background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r);
}
.flow li::before {
	counter-increment: step; content: "0" counter(step);
	position: absolute; left: 22px; top: 18px;
	font-family: var(--font-disp); font-size: 15px; letter-spacing: .18em; color: var(--gold);
}
.flow li:not(:last-child)::after {
	content: ""; position: absolute; right: -13px; top: 50%; z-index: 2;
	width: 8px; height: 8px;
	border-top: 1px solid var(--gold); border-right: 1px solid var(--gold);
	transform: translateY(-50%) rotate(45deg);
}
.flow :is(i, svg).flow__icon { color: var(--gold); font-size: 21px; margin-bottom: 12px; display: block; }
.flow h3 { font-family: var(--font-jp); font-size: 16px; font-weight: 600; letter-spacing: .08em; color: var(--ink); margin-bottom: .4em; }
.flow p { font-size: 13.5px; line-height: 1.85; color: var(--muted); }

/* --------------------------------------------------------------------------
   14. お客様の声
   -------------------------------------------------------------------------- */
.voices { columns: 2; column-gap: 20px; }
.voice {
	break-inside: avoid; margin-bottom: 20px;
	background: var(--surface); border: 1px solid var(--line-soft);
	border-radius: var(--r); padding: 28px 26px 24px;
	position: relative;
}
.voice::before {
	content: "\201C"; position: absolute; left: 20px; top: 4px;
	font-family: var(--font-disp); font-size: 62px; line-height: 1; color: rgba(201,162,74,.28);
}
.voice p { position: relative; z-index: 1; font-size: 14.5px; line-height: 2.05; color: var(--ink-soft); }
.voice__who {
	display: flex; align-items: center; gap: 10px;
	margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line-soft);
}
.voice__avatar {
	width: 38px; height: 38px; flex: none; display: grid; place-items: center;
	border-radius: 50%; border: 1px solid var(--line);
	font-family: var(--font-disp); font-size: 16px; color: var(--gold-lt);
}
.voice__name { font-size: 14px; color: var(--ink); letter-spacing: .06em; }
.voice__meta { font-size: 12px; color: var(--muted); }
.voice[hidden] { display: none; }
.voices-more { text-align: center; margin-top: 8px; }

/* --------------------------------------------------------------------------
   15. よくある質問
   -------------------------------------------------------------------------- */
.faq { display: grid; gap: 12px; }
.faq details {
	background: var(--surface); border: 1px solid var(--line-soft);
	border-radius: var(--r); overflow: hidden;
	transition: border-color .3s var(--ease);
}
.faq details[open] { border-color: var(--line); }
.faq summary {
	position: relative; display: flex; align-items: flex-start; gap: .85em;
	padding: 18px 52px 18px 20px; cursor: pointer; list-style: none;
	font-family: var(--font-jp); font-size: 16px; font-weight: 600;
	letter-spacing: .06em; line-height: 1.75; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before {
	content: "Q"; flex: none; width: 26px; height: 26px; margin-top: 2px;
	display: grid; place-items: center; border-radius: 50%;
	border: 1px solid var(--gold); color: var(--gold);
	font-family: var(--font-disp); font-size: 14px;
}
.faq summary::after {
	content: ""; position: absolute; right: 22px; top: 27px;
	width: 8px; height: 8px;
	border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold);
	transform: rotate(45deg); transform-origin: 60% 60%;
	transition: transform .3s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover { background: var(--surface-2); }
.faq__a {
	display: flex; align-items: flex-start; gap: .85em;
	margin: 0 20px 20px; padding-top: 16px;
	border-top: 1px solid var(--line-soft);
	font-size: 14.5px; line-height: 2; color: var(--ink-soft);
}
.faq__a::before {
	content: "A"; flex: none; width: 26px; height: 26px;
	display: grid; place-items: center; border-radius: 50%;
	background: rgba(201,162,74,.14); color: var(--gold-lt);
	font-family: var(--font-disp); font-size: 14px;
}

/* --------------------------------------------------------------------------
   16. アクセス
   -------------------------------------------------------------------------- */
.access__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(24px, 4vw, 44px); align-items: start; }
.map {
	border-radius: var(--r); overflow: hidden;
	border: 1px solid var(--line-soft); aspect-ratio: 4 / 3; background: var(--night-2);
}
.map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.28) contrast(.94) brightness(.94); }

.info { display: grid; gap: 20px; }
.info > div { display: flex; gap: 15px; }
.info__icon {
	flex: none; width: 42px; height: 42px;
	display: grid; place-items: center; border-radius: 50%;
	border: 1px solid var(--line); color: var(--gold); font-size: 15px;
}
.info h3 { font-size: 12px; font-weight: 400; letter-spacing: .18em; color: var(--muted); margin-bottom: .2em; }
.info p, .info a { font-family: var(--font-jp); font-size: 16px; color: var(--ink); text-decoration: none; letter-spacing: .06em; }
.info a:hover { color: var(--gold-lt); }
.info small { display: block; font-family: var(--font-body); font-size: 12.5px; color: var(--muted); letter-spacing: .04em; margin-top: .2em; }

/* --------------------------------------------------------------------------
   17. お問い合わせ
   -------------------------------------------------------------------------- */
.formcard {
	max-width: 720px; margin: 0 auto;
	background: linear-gradient(165deg, rgba(28,36,71,.72), rgba(20,26,53,.62));
	border: 1px solid var(--line-soft);
	border-radius: var(--r-lg); padding: clamp(26px, 4vw, 44px);
	box-shadow: var(--shadow);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; letter-spacing: .1em; color: var(--ink); margin-bottom: 8px; }
.req {
	display: inline-block; margin-left: .6em; padding: .1em .6em;
	font-size: 10.5px; letter-spacing: .08em; border-radius: 3px;
	background: rgba(201,162,74,.2); border: 1px solid rgba(201,162,74,.44); color: var(--gold-lt);
}
.field input, .field select, .field textarea {
	width: 100%; font-family: inherit; font-size: 16px; color: var(--ink);
	padding: .8em 1em;
	background: rgba(9,12,26,.5);
	border: 1px solid var(--line-soft); border-radius: var(--r-sm);
	transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background-color .25s;
}
.field textarea { min-height: 8.5em; line-height: 1.8; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(154,146,130,.7); }
.field input:focus, .field select:focus, .field textarea:focus {
	outline: none; border-color: var(--gold); background: rgba(9,12,26,.72);
	box-shadow: 0 0 0 3px rgba(201,162,74,.16);
}
.field input:user-invalid, .field textarea:user-invalid { border-color: #c9566b; }
.field .hint { font-size: 12.5px; color: var(--muted); margin-top: 6px; line-height: 1.7; }
.form-foot { margin-top: 16px; text-align: center; font-size: 12.5px; color: var(--muted); line-height: 1.8; }

/* --------------------------------------------------------------------------
   18. フッター
   -------------------------------------------------------------------------- */
.site-footer {
	border-top: 1px solid var(--line-soft);
	padding: clamp(44px, 6vw, 68px) 0 0;
	text-align: center;
	background: rgba(9,12,26,.5);
}
.site-footer .brand { justify-content: center; margin: 0 0 18px; }
.site-footer p { font-size: 13.5px; color: var(--muted); line-height: 1.9; }

.sns { display: flex; justify-content: center; gap: 14px; margin: 24px 0 6px; }
.sns a {
	width: 48px; height: 48px; display: grid; place-items: center;
	border: 1px solid var(--line); border-radius: 50%;
	color: var(--gold-lt); font-size: 18px; text-decoration: none;
	transition: background-color .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.sns a:hover { background: var(--gold); color: var(--night); transform: translateY(-3px); }

.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; margin-top: 24px; }
.footer-links a { font-size: 13.5px; color: var(--ink-soft); text-decoration: none; letter-spacing: .08em; }
.footer-links a:hover { color: var(--gold-lt); }

.copyright {
	margin-top: clamp(28px, 4vw, 44px);
	border-top: 1px solid var(--line-soft);
	padding: 18px var(--gutter);
	font-family: var(--font-disp); font-size: 12.5px; letter-spacing: .16em; color: var(--muted);
}

/* --------------------------------------------------------------------------
   19. 追従パーツ
   -------------------------------------------------------------------------- */
.ctabar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 160;
	display: none; gap: 8px;
	padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
	background: rgba(13,17,36,.96);
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	border-top: 1px solid var(--line);
}
.ctabar a {
	flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
	padding: 9px 4px; border-radius: var(--r-sm);
	text-decoration: none; font-size: 11px; letter-spacing: .06em; line-height: 1.3;
	color: var(--ink-soft); background: var(--surface); border: 1px solid var(--line-soft);
}
.ctabar a :is(i, svg) { font-size: 16px; color: var(--gold); }
.ctabar a.is-primary {
	background: linear-gradient(135deg, var(--gold-lt), var(--gold));
	border-color: var(--gold-lt); color: #23180a; font-weight: 700;
}
.ctabar a.is-primary :is(i, svg) { color: #23180a; }

.pagetop {
	position: fixed; right: 20px; bottom: 22px; z-index: 150;
	width: 48px; height: 48px; display: grid; place-items: center;
	border-radius: 50%; background: rgba(28,36,71,.9);
	border: 1px solid var(--line); color: var(--gold-lt);
	text-decoration: none; font-size: 15px; box-shadow: var(--shadow-sm);
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s, background-color .25s, color .25s;
}
.pagetop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.pagetop:hover { background: var(--gold); color: var(--night); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* --------------------------------------------------------------------------
   20. レスポンシブ
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.nav__menu > ul > li > a { padding: 8px 10px; font-size: 13.5px; }
}

/* --- 1024px 以下：ドロワー --- */
@media screen and (max-width: 1024px) {
	.navtoggle { display: block; }
	.nav__menu {
		position: fixed; top: 0; right: 0; z-index: 195;
		width: min(84vw, 330px); height: 100dvh;
		background: linear-gradient(180deg, var(--night-3), var(--night));
		border-left: 1px solid var(--line);
		box-shadow: -10px 0 40px rgba(0,0,0,.55);
		padding: calc(var(--nav-h) + 16px) 22px 30px;
		overflow-y: auto;
		transform: translateX(100%); visibility: hidden;
		transition: transform .36s var(--ease), visibility .36s;
		display: flex; flex-direction: column;
	}
	body.nav-open .nav__menu { transform: translateX(0); visibility: visible; }
	.nav__menu > ul { display: block; }
	.nav__menu > ul > li { border-bottom: 1px solid var(--line-soft); }
	.nav__menu > ul > li > a {
		display: flex; align-items: center; gap: .9em;
		padding: 15px 4px; font-size: 15.5px; border-radius: 0;
	}
	.nav__menu > ul > li > a :is(i, svg) { display: inline-block; color: var(--gold); width: 1.3em; text-align: center; font-size: .95em; }
	.nav__menu > ul > li > a::after { display: none; }
	.nav__menu > ul > li > a.is-current { color: var(--gold-lt); }
	.nav__menu-foot { display: grid; gap: 10px; margin-top: 24px; }
	.nav__menu-foot .btn { width: 100%; }
	.nav__menu-foot small { display: block; text-align: center; font-size: 12px; color: var(--muted); }

	.reading { grid-template-columns: repeat(3, 1fr); }
	.flow { grid-template-columns: repeat(2, 1fr); }
	.flow li:nth-child(2)::after { display: none; }
}

/* --- 900px 以下 --- */
@media screen and (max-width: 900px) {
	:root { --nav-h: 62px; }

	.nav__actions .btn { display: none; }

	.hero { min-height: 90svh; }
	.about__grid { grid-template-columns: 1fr; }
	.about__figure { max-width: 480px; margin: 0 auto; }
	.access__grid { grid-template-columns: 1fr; }
	.voices { columns: 1; }
	.points__grid { grid-template-columns: 1fr; gap: 12px; }
	.points { margin-top: -40px; }
	.point { display: flex; align-items: flex-start; gap: 16px; text-align: left; padding: 20px; }
	.point :is(i, svg) { margin: 3px 0 0; font-size: 20px; }
	.seers { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
	.gallery { grid-template-columns: repeat(2, 1fr); }
	.gallery figure:nth-child(1) { grid-column: span 2; grid-row: auto; }
	.gallery figure:nth-child(1) img { aspect-ratio: 4 / 3; }

	.ctabar { display: flex; }
	.pagetop { bottom: calc(76px + env(safe-area-inset-bottom)); right: 14px; width: 42px; height: 42px; }
	.site-footer { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
	.hero__scroll { display: none; }
}

/* --- 640px 以下 --- */
@media screen and (max-width: 640px) {
	body { font-size: 16px; line-height: 1.95; }

	.reading { grid-template-columns: repeat(2, 1fr); }
	.reading li:last-child { grid-column: span 2; }
	.flow { grid-template-columns: 1fr; }
	.flow li:not(:last-child)::after {
		right: auto; left: 50%; top: auto; bottom: -13px;
		transform: translateX(-50%) rotate(135deg);
	}
	.flow li:nth-child(2)::after { display: block; }

	.hero__cta { flex-direction: column; }
	.hero__cta .btn { width: 100%; }
	.menu-cta .btn { width: 100%; }

	/* 料金は3列だと窮屈なので積む */
	.pricelist > div {
		grid-template-columns: minmax(0,1fr) auto;
		gap: 2px 14px; padding: 14px 16px;
	}
	.pricelist .time { grid-column: 1 / -1; font-size: 12.5px; letter-spacing: .12em; }
	.pricelist .desc { font-size: 14.5px; }
	.pricelist .price { font-size: 18px; }

	.faq summary { font-size: 15px; padding: 15px 44px 15px 16px; }
	.faq__a { margin: 0 16px 16px; font-size: 14px; }

	.lightbox__nav { width: 40px; height: 40px; }
	.lightbox__nav--prev { left: 5px; }
	.lightbox__nav--next { right: 5px; }
}

/* --- 印刷 --- */
@media print {
	body { background: #fff; color: #000; }
	body::before, .nav, .ctabar, .pagetop, .lightbox, .drawer-bd, .hero__scroll { display: none !important; }
	.hero { min-height: auto; }
	.hero__media { position: static; }
	a { color: #000; }
	.pricelist, .faq details, .voice, .point { border-color: #ccc; background: #fff; }
	.sec-title, .pricelist .desc, .pricelist .price, .info p { color: #000; }
}
