/* ==========================================================
   PLUS i.B Store — メインスタイル v0.3
   コンセプト: 静かな上質感 × 清潔感
   ブランドカラー: 黒 × 白（ゴールドは予約CTAと人気タグのみのワンポイント）
   ========================================================== */

:root {
	--ink: #1c1d20;
	--charcoal: #2b2d31;
	--gold: #a5804a;          /* ワンポイント専用（装飾・フォーカスリング等） */
	--gold-aa: #8c7436;       /* 白文字を載せる面用。#fff とのコントラスト4.50:1でWCAG AA達成 */
	--gray: #6b7075;
	--gray-light: #9aa0a6;
	--base: #f8f7f4;
	--tint: #f0efec;
	--white: #fff;
	--line: #e0dedb;
	--font-gothic: 'Zen Kaku Gothic New', sans-serif;
	--font-mincho: 'Zen Old Mincho', serif;
	--font-serif-en: 'Cormorant Garamond', serif;
	--header-h: 72px;
}

/* --- リセット・ベース --- */
*, *::before, *::after { box-sizing: border-box; }
body {
	margin: 0;
	font-family: var(--font-gothic);
	color: var(--ink);
	background: var(--base);
	line-height: 1.9;
	letter-spacing: .04em;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	line-break: strict;
	overflow-wrap: break-word;
}
img { max-width: 100%; height: auto; }
a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
a:hover { opacity: .75; }
h1, h2, h3, h4 { line-height: 1.5; font-weight: 700; }
p { text-wrap: pretty; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

.inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.inner--narrow { max-width: 800px; }

/* --- ボタン --- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .9em 2.2em;
	border-radius: 3px;
	font-weight: 700;
	font-size: .95rem;
	letter-spacing: .08em;
	/* letter-spacing は末尾にも字間が付き中央が左に見えるため、その分を補正 */
	text-indent: .08em;
	transition: opacity .25s, transform .25s;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, .nav-toggle:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}
.btn--primary { background: var(--gold-aa); color: var(--white); }   /* 予約CTA＝ゴールドのワンポイント */
.btn--reserve { background: var(--gold-aa); color: var(--white); padding: .7em 1.6em; }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--ghost { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.btn--ghost-light { border: 1px solid rgba(255,255,255,.75); color: var(--white); background: transparent; }
.btn--large { font-size: 1.1rem; padding: 1.1em 3em; }

/* --- ヘッダー --- */
.site-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 100;
	background: rgba(28,29,32,.92);
	backdrop-filter: blur(8px);
	color: var(--white);
}
.site-header__inner {
	max-width: 1200px; margin: 0 auto;
	padding: 0 20px;
	height: var(--header-h);
	display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.site-header__logo { display: flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; }
.site-header__logo-img { display: block; width: 44px; height: 44px; object-fit: contain; }
.site-header__logo-en { font-family: var(--font-serif-en); font-size: 1.7rem; font-weight: 500; }
.site-header__logo-store { font-size: .95rem; font-weight: 700; }
.site-header__tagline { margin: 0; font-size: .68rem; color: var(--gray-light); letter-spacing: .06em; }
.site-nav__list { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.site-nav__list a { color: var(--white); font-size: .92rem; font-weight: 500; text-decoration: none; }
.site-header__cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; }

/* --- ヒーロー（フルワイド動画＋オーバーレイ） --- */
.hero {
	position: relative;
	min-height: 94vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--ink);
	color: var(--white);
	padding: calc(var(--header-h) + 40px) 0 90px;
}
.hero__video {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	/* 強めのモノトーングレーディング（ほぼ白黒＋わずかに暖色）で「同素材でも新しい見せ方」に */
	filter: grayscale(.8) sepia(.16) contrast(1.15) brightness(.74) saturate(1.1);
	animation: hero-zoom 24s ease-in-out infinite alternate;
}
.hero__overlay {
	position: absolute; inset: 0;
	background:
		linear-gradient(90deg, rgba(15,16,18,.78) 0%, rgba(15,16,18,.45) 45%, rgba(15,16,18,.18) 100%),
		linear-gradient(0deg, rgba(15,16,18,.72) 0%, transparent 34%),
		linear-gradient(180deg, rgba(15,16,18,.5) 0%, transparent 22%);
}
.hero__inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
.hero__en { font-family: var(--font-serif-en); letter-spacing: .32em; font-size: .85rem; color: #d5d0c6; margin: 0 0 18px; }
.hero__catch {
	font-family: var(--font-mincho);
	font-size: clamp(2.2rem, 4.8vw, 3.8rem);
	font-weight: 500;
	letter-spacing: .1em;
	margin: 0 0 20px;
	line-height: 1.5;
	text-wrap: balance;
}
.hero__title { font-size: clamp(.9rem, 1.4vw, 1rem); font-weight: 500; color: #d5d8dc; margin: 0 0 12px; text-wrap: balance; }
.hero__lead { font-size: .95rem; color: #c5c9ce; margin: 0 0 22px; max-width: 34em; }
.hero__badges { list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.hero__badges li {
	border: 1px solid rgba(255,255,255,.5); color: #e8e6e1;
	border-radius: 999px; padding: .3em 1.1em; font-size: .78rem; letter-spacing: .06em;
	white-space: nowrap;
}
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
@keyframes hero-zoom {
	from { transform: scale(1); }
	to   { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
	.hero__video { animation: none; }
}

/* --- Instagramフィード --- */
.instagram { background: var(--white); padding-bottom: 64px; }
.instagram__lead { text-align: center; color: var(--gray); font-size: .92rem; margin: 0 0 30px; }
.instagram__feed { max-width: 960px; margin: 0 auto; }

/* --- お知らせ帯 --- */
.newsbar { background: var(--white); border-bottom: 1px solid var(--line); }
.newsbar .inner { display: flex; align-items: center; gap: 22px; padding-top: 14px; padding-bottom: 14px; }
.newsbar__label { font-family: var(--font-serif-en); color: var(--gray); letter-spacing: .2em; font-size: .85rem; }
.newsbar__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; min-width: 0; }
.newsbar__list a { display: flex; gap: 14px; color: var(--ink); font-size: .88rem; min-width: 0; text-decoration: none; }
.newsbar__list time { color: var(--gray-light); flex-shrink: 0; }
.newsbar__list span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* --- セクション共通 --- */
.section { padding: 84px 0; }
.section__en {
	font-family: var(--font-serif-en);
	color: var(--gray-light);
	letter-spacing: .3em;
	font-size: .85rem;
	margin: 0 0 8px;
	text-align: center;
}
.section__title {
	text-align: center;
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	margin: 0 0 44px;
	letter-spacing: .1em;
	text-wrap: balance;
}
.section__title--mincho { font-family: var(--font-mincho); font-weight: 500; }
.section__title--small { font-size: 1.1rem; margin-bottom: 20px; }
.section__more { text-align: center; margin-top: 40px; }
.section--dark { background: var(--charcoal); color: var(--white); }
.section--dark .section__title { color: var(--white); }
.section--tint { background: var(--tint); }

/* --- カードグリッド --- */
.cards { display: grid; gap: 22px; }
.cards--reasons { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.cards--menu { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.cards--staff { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.cards--voices { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.cards--posts { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 28px 24px; }

/* 選ばれる理由 */
.reason__num { font-family: var(--font-serif-en); font-size: 1.6rem; color: var(--gray-light); }
.reason__title { font-size: 1.05rem; margin: 6px 0 10px; }
.reason__body { font-size: .9rem; color: var(--gray); margin: 0; }
.reason--local { border-color: var(--charcoal); background: var(--charcoal); color: var(--white); }
.reason--local .reason__body { color: #c8ccd1; }
.reason--local .reason__num { color: #8a8f96; }

/* お悩み */
.worries__list { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 12px; }
.worries__list li {
	background: var(--white); border: 1px solid var(--line); border-radius: 4px;
	padding: 15px 20px 15px 48px; position: relative; font-size: .95rem;
}
.worries__list li::before {
	content: '✓'; position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
	color: var(--ink); font-weight: 700;
}
.worries__closing { text-align: center; font-size: 1.02rem; margin: 0; text-wrap: balance; }
.worries__closing strong { color: var(--ink); }

/* ハリウッドブロウリフト解説 */
.hbl { background: var(--white); }
.hbl__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.hbl__body p { margin: 0 0 1em; font-size: .97rem; }
.hbl__points { list-style: none; margin: 0; padding: 24px 26px; background: var(--tint); border-radius: 4px; display: grid; gap: 12px; }
.hbl__points li { position: relative; padding-left: 26px; font-size: .9rem; color: var(--charcoal); }
.hbl__points li::before { content: '◆'; position: absolute; left: 0; color: var(--gray-light); font-size: .7rem; top: .45em; }

/* メニューカード（ダークセクション） */
.section--dark .card { background: #34373c; border-color: #45484e; color: var(--white); }
.menu-card { position: relative; display: flex; flex-direction: column; }
.menu-card__tag {
	position: absolute; top: -12px; left: 20px;
	background: var(--gold-aa); color: var(--white);   /* 人気タグ＝ゴールドのワンポイント */
	font-size: .72rem; font-weight: 700;
	padding: 3px 12px; border-radius: 2px; letter-spacing: .08em;
}
.menu-card__name { font-size: 1.1rem; margin: 8px 0 12px; letter-spacing: .04em; text-wrap: balance; }
.menu-card__items { list-style: none; margin: 0 0 12px; padding: 0; font-size: .85rem; color: #c8ccd1; }
.menu-card__items li::before { content: '— '; color: var(--gray-light); }
.menu-card__desc { font-size: .85rem; color: #c8ccd1; margin: 0 0 16px; flex-grow: 1; }
.menu-card__price { margin: 0; border-top: 1px solid #45484e; padding-top: 14px; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.menu-card__price span { font-size: .8rem; color: #c8ccd1; }
.menu-card__price strong { font-size: 1.15rem; color: var(--white); white-space: nowrap; }

/* 料金表 */
.pricelist__group { margin-bottom: 34px; }
.pricelist__heading {
	font-size: 1.05rem; margin: 0 0 12px; padding-left: 14px;
	border-left: 3px solid var(--ink); letter-spacing: .04em;
}
.pricelist__table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 4px; overflow: hidden; font-size: .93rem; }
.pricelist__table th, .pricelist__table td { padding: 13px 18px; border-bottom: 1px solid var(--line); text-align: left; font-weight: 400; }
.pricelist__table tr:last-child th, .pricelist__table tr:last-child td { border-bottom: 0; }
.pricelist__table td { text-align: right; font-weight: 700; color: var(--ink); white-space: nowrap; }

/* ごあいさつ・エリアガイド */
.intro__body, .areaguide__body p { font-size: .98rem; margin: 0; }
.intro { background: var(--white); }

/* スタッフ */
.staff-card { text-align: center; }
.staff-card__photo { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; margin-bottom: 14px; }
.staff-card__name { font-size: 1.05rem; margin: 0 0 8px; }
.staff-card__name span { display: block; font-size: .78rem; color: var(--gray); font-weight: 500; }
.staff-card__comment { font-size: .88rem; color: var(--gray); margin: 0; text-align: left; }

/* お客様の声 */
.voice { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 26px 24px; }
.voice__text { margin: 0 0 12px; font-size: .92rem; }
.voice__text::before { content: '“'; font-family: var(--font-serif-en); font-size: 1.6rem; color: var(--gray-light); line-height: 0; margin-right: 4px; }
.voice__meta { font-style: normal; font-size: .8rem; color: var(--gray); }

/* 初めての方へ */
.firsttime { background: var(--white); }
.firsttime__lead { text-align: center; margin: 0 0 26px; color: var(--gray); }
.firsttime__notes { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 10px; }
.firsttime__notes li {
	background: #faf9f6; border: 1px solid var(--line); border-left: 3px solid var(--charcoal);
	border-radius: 0 4px 4px 0; padding: 14px 18px; font-size: .92rem;
}
.firsttime__closing { text-align: center; font-size: .9rem; color: var(--gray); margin: 0; }

/* 施術の流れ */
.flow__list {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px;
	counter-reset: flow;
}
.flow__list li {
	background: var(--white); border: 1px solid var(--line); border-radius: 4px;
	padding: 26px 20px; counter-increment: flow; position: relative;
}
.flow__list li::before {
	content: counter(flow, decimal-leading-zero);
	font-family: var(--font-serif-en); font-size: 1.5rem; color: var(--gray-light); display: block;
}
.flow__list strong { display: block; margin: 4px 0 8px; font-size: 1rem; }
.flow__list span { font-size: .85rem; color: var(--gray); }

/* アクセス */
.access__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.access__map iframe { width: 100%; height: 340px; border: 0; border-radius: 4px; }
.access__table { width: 100%; border-collapse: collapse; font-size: .92rem; background: var(--white); border-radius: 4px; overflow: hidden; }
.access__table th, .access__table td { padding: 13px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.access__table th { width: 6.5em; color: var(--charcoal); font-weight: 700; white-space: nowrap; }
.access__table a { text-decoration: none; }
.access__note { margin-top: 30px; background: var(--white); border-left: 3px solid var(--charcoal); padding: 20px 24px; border-radius: 0 4px 4px 0; }
.access__note h2, .access__note h3 { margin: 0 0 8px; font-size: 1rem; }
.access__note p { margin: 0; font-size: .92rem; }

/* FAQ */
.faq__list { display: grid; gap: 12px; }
.faq__item { background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 0 22px; }
.faq__item summary {
	cursor: pointer; padding: 18px 0; font-weight: 700; font-size: .95rem;
	list-style: none; position: relative; padding-right: 2em;
}
.faq__item summary::before { content: 'Q. '; color: var(--gray-light); font-family: var(--font-serif-en); }
.faq__item summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--gray-light); font-size: 1.2rem; }
.faq__item[open] summary::after { content: '−'; }
.faq__item p { margin: 0; padding: 0 0 18px; font-size: .9rem; color: var(--gray); }

/* ブログカード */
.post-card { display: block; background: var(--white); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; color: var(--ink); text-decoration: none; }
.post-card__thumb img { width: 100%; height: 170px; object-fit: cover; display: block; }
.post-card time { display: block; padding: 14px 18px 0; font-size: .78rem; color: var(--gray-light); }
.post-card__title { margin: 4px 0 0; padding: 0 18px 16px; font-size: .92rem; font-weight: 500; line-height: 1.6; }

/* 近隣店舗 */
.nearby { padding-top: 0; }
.nearby__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.nearby__list a { display: inline-block; border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: .5em 1.4em; font-size: .88rem; color: var(--ink); text-decoration: none; }

/* 最終CTA */
.cta-final { background: var(--ink); color: var(--white); text-align: center; padding: 90px 0; }
.cta-final__en { font-family: var(--font-serif-en); letter-spacing: .3em; color: var(--gray-light); font-size: .85rem; margin: 0 0 10px; }
.cta-final__catch { font-family: var(--font-mincho); font-size: clamp(1.3rem, 3vw, 1.8rem); margin: 0 0 34px; letter-spacing: .1em; text-wrap: balance; }
.cta-final__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- 予約ページのCTA（自店を主役・姉妹店は二次） --- */
.reserve-cta { text-align: center; margin: 0 0 40px; }
.reserve-cta__label {
	display: inline-block; margin: 0 0 14px; font-size: .82rem; letter-spacing: .1em;
	color: var(--gray); position: relative; padding: 0 1.4em;
}
.reserve-cta__label::before, .reserve-cta__label::after {
	content: ''; position: absolute; top: 50%; width: 1.1em; height: 1px; background: var(--line);
}
.reserve-cta__label::before { left: 0; } .reserve-cta__label::after { right: 0; }
.reserve-cta__primary {
	display: flex; flex-direction: column; align-items: center; gap: 4px;
	max-width: 460px; margin: 0 auto; padding: 1.25em 2em;
	background: var(--gold-aa); color: var(--white); text-decoration: none;
	border-radius: 6px; box-shadow: 0 10px 26px rgba(165,128,74,.34);
	transition: transform .25s, box-shadow .25s;
}
.reserve-cta__primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(165,128,74,.42); opacity: 1; }
.reserve-cta__primary-title { font-size: 1.2rem; font-weight: 700; letter-spacing: .04em; }
.reserve-cta__primary-sub { font-size: .74rem; letter-spacing: .12em; opacity: .9; }
.reserve-cta__note { margin: 14px 0 0; font-size: .8rem; color: var(--gray); }

.reserve-others {
	max-width: 560px; margin: 0 auto; padding: 26px 24px;
	background: var(--tint); border-radius: 6px; text-align: center;
}
.reserve-others__heading { margin: 0 0 4px; font-size: 1rem; font-weight: 700; }
.reserve-others__lead { margin: 0 0 18px; font-size: .84rem; color: var(--gray); }
.reserve-others__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.reserve-others__btn {
	display: flex; flex-direction: column; gap: 2px; padding: .85em 1em;
	background: var(--white); border: 1px solid var(--charcoal); border-radius: 4px;
	color: var(--ink); text-decoration: none; transition: background .2s, color .2s;
}
.reserve-others__btn:hover { background: var(--ink); color: var(--white); opacity: 1; }
.reserve-others__btn-name { font-size: .98rem; font-weight: 700; }
.reserve-others__btn-act { font-size: .72rem; letter-spacing: .08em; color: var(--gold-aa); }
.reserve-others__btn:hover .reserve-others__btn-act { color: var(--white); }
@media (max-width: 480px) {
	.reserve-others__grid { grid-template-columns: 1fr; }
}

/* --- 下層ページ共通 --- */
.subpage { padding-bottom: 0; }
.page-hero { background: var(--ink); color: var(--white); padding: calc(var(--header-h) + 56px) 0 56px; }
.page-hero__en { font-family: var(--font-serif-en); letter-spacing: .3em; font-size: .8rem; color: var(--gray-light); margin: 0 0 10px; }
.page-hero__title { font-family: var(--font-mincho); font-weight: 500; font-size: clamp(1.6rem, 3.4vw, 2.2rem); margin: 0 0 14px; letter-spacing: .1em; }
.page-hero__lead { font-size: .92rem; color: #c5c9ce; margin: 0; max-width: 640px; }

/* メニュー詳説 */
.menu-detail { background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 34px 34px 26px; margin-bottom: 26px; }
.menu-detail__name { font-size: 1.25rem; margin: 0 0 16px; letter-spacing: .05em; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.menu-detail__tag { background: var(--gold-aa); color: var(--white); font-size: .7rem; padding: 3px 12px; border-radius: 2px; letter-spacing: .08em; }
.menu-detail h4 { font-size: 1rem; margin: 1.4em 0 .5em; color: var(--charcoal); }
.menu-detail p { font-size: .95rem; margin: 0 0 1em; }
.menu-detail ul { margin: 0 0 1em; padding-left: 1.4em; font-size: .92rem; }
.menu-detail__points { list-style: none; padding: 18px 22px !important; background: var(--tint); border-radius: 4px; display: grid; gap: 8px; }
.menu-detail__points li { position: relative; padding-left: 22px; color: var(--charcoal); }
.menu-detail__points li::before { content: '◆'; position: absolute; left: 0; color: var(--gray-light); font-size: .65rem; top: .5em; }

/* 目的別メニューガイド */
.guide-card__for { margin: 0 0 6px; font-size: .78rem; color: var(--gray); letter-spacing: .06em; }
.guide-card__name { font-size: 1.05rem; margin: 0 0 10px; }
.guide-card__body { font-size: .88rem; color: var(--gray); margin: 0 0 14px; }
.guide-card__price { margin: 0; border-top: 1px solid var(--line); padding-top: 12px; font-size: .88rem; font-weight: 700; }

/* 料金表の注記 */
.pricelist__note { margin: 8px 0 0; font-size: .82rem; color: var(--gray); }

/* FAQ 問い合わせ導線 */
.contact-guide { text-align: center; }
.contact-guide__body { margin: 0 0 24px; font-size: .95rem; }
.contact-guide__buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* アクセス: 交通手段別 */
.access-ways { display: grid; gap: 16px; }
.access-way { background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 24px 26px; }
.access-way h3 { margin: 0 0 8px; font-size: 1rem; }
.access-way p { margin: 0; font-size: .92rem; color: var(--gray); }

/* 施術の流れ（詳細） */
.flow-detail { list-style: none; margin: 0; padding: 0; counter-reset: fd; display: grid; gap: 20px; }
.flow-detail li {
	background: var(--white); border: 1px solid var(--line); border-radius: 4px;
	padding: 30px 32px 26px 92px; counter-increment: fd; position: relative;
}
.flow-detail li::before {
	content: counter(fd, decimal-leading-zero);
	position: absolute; left: 30px; top: 26px;
	font-family: var(--font-serif-en); font-size: 2rem; color: var(--gray-light); line-height: 1;
}
.flow-detail h2 { font-size: 1.1rem; margin: 0 0 10px; }
.flow-detail p { margin: 0; font-size: .92rem; color: var(--gray); }

/* --- ブログ・アーカイブ・記事 --- */
.single-page, .archive-page { padding: calc(var(--header-h) + 50px) 0 80px; }
.page-header__title, .entry-title { font-size: clamp(1.3rem, 3vw, 1.7rem); letter-spacing: .08em; }
.entry-header { margin-bottom: 34px; }
.entry-header time { color: var(--gray-light); font-size: .85rem; }
.entry-content img { border-radius: 4px; }
.post-nav { display: flex; justify-content: space-between; margin-top: 50px; font-size: .9rem; }
.pagination { text-align: center; margin-top: 44px; }

/* --- フッター --- */
.site-footer { background: var(--charcoal); color: #c8ccd1; padding: 60px 0 0; }
.site-footer__inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.site-footer__logo { color: var(--white); font-weight: 700; }
.site-footer__logo .en { font-family: var(--font-serif-en); font-size: 1.4rem; margin-right: 8px; }
.site-footer__address { font-style: normal; font-size: .85rem; }
.site-footer__address a { color: #c8ccd1; }
.site-footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer__list a { color: #c8ccd1; font-size: .88rem; text-decoration: none; }
.site-footer__copy { text-align: center; padding: 30px 0 24px; margin: 40px 0 0; border-top: 1px solid #45484e; font-size: .75rem; }

/* --- 旧SWELLコンテンツ用の互換シム（restore済みページの装飾クラス） --- */
.swl-marker { background: linear-gradient(transparent 62%, rgba(165,128,74,.28) 62%); }
.swl-fz.u-fz-xs { font-size: .8rem; }
.swl-fz.u-fz-s { font-size: .88rem; }
.wp-block-button__link { border-radius: 3px; }

/* --- フェードイン --- */
.fadein { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.fadein.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.fadein { opacity: 1; transform: none; transition: none; }
}

/* --- レスポンシブ --- */
@media (max-width: 900px) {
	.access__grid { grid-template-columns: 1fr; }
	.hbl__grid { grid-template-columns: 1fr; }
	.site-header__tagline { display: none; }
}
@media (max-width: 780px) {
	:root { --header-h: 60px; }
	.section { padding: 60px 0; }
	.hero { min-height: 88vh; padding-bottom: 64px; }
	.flow-detail li { padding: 24px 22px 22px 74px; }
	.flow-detail li::before { left: 22px; font-size: 1.6rem; }
	.menu-detail { padding: 26px 22px 20px; }
	.site-nav {
		position: fixed; inset: var(--header-h) 0 auto 0;
		background: rgba(28,29,32,.97);
		max-height: 0; overflow: hidden; transition: max-height .35s ease;
	}
	.site-nav.is-open { max-height: 60vh; }
	.site-nav__list { flex-direction: column; gap: 0; padding: 10px 24px 24px; }
	.site-nav__list a { display: block; padding: 12px 0; border-bottom: 1px solid #3a3d42; }
	.nav-toggle {
		display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
		width: 40px; height: 40px; background: none; border: 0; cursor: pointer; padding: 8px;
	}
	.nav-toggle span { display: block; height: 2px; background: var(--white); border-radius: 2px; transition: transform .3s, opacity .3s; }
	.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.btn--reserve { font-size: .8rem; padding: .6em 1.1em; }
	.newsbar .inner { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ==========================================================================
   v0.12 監査対応（Sonnet5監査 2026-07-23）
   ========================================================================== */

/* 課題1: 旧SWELLボタンブロックの互換スタイル
   クライアント原稿（予約ページのHPB/RESERVAボタン等）は swell-block-button で
   書かれており、旧テーマのCSSが無いと下線テキストにしか見えない。
   原稿本文は不改変のまま、見た目だけをテーマ側で補う。 */
.swell-block-button {
	margin: 1.6em 0;
	text-align: center;
}
.swell-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	min-height: 48px;              /* タップ領域確保 */
	padding: .85em 2em;
	background: var(--gold-aa);
	color: var(--white);
	font-size: .95rem;
	letter-spacing: .08em;
	text-decoration: none;
	border-radius: 2px;
	transition: opacity .2s ease;
}
.swell-block-button__link:hover,
.swell-block-button__link:focus-visible { opacity: .85; color: var(--white); }
.swell-block-button__link svg,
.swell-block-button__link .__icon { flex: none; }
/* 色指定つきバリエーション（原稿側で色を選んでいる場合の見た目を尊重） */
.swell-block-button.green_ .swell-block-button__link { background: #2f7a55; }
.swell-block-button.red_ .swell-block-button__link { background: #9c3025; }
.swell-block-button.is-style-btn_line .swell-block-button__link {
	background: transparent;
	color: var(--ink);
	border: 1px solid currentColor;
}
.swell-block-button.is-style-btn_line .swell-block-button__link:hover { color: var(--ink); opacity: .7; }
.swell-block-button.-size-l .swell-block-button__link { padding: 1em 2.4em; font-size: 1rem; }
.swell-block-button.-size-s .swell-block-button__link { padding: .7em 1.4em; font-size: .85rem; }

/* 課題7: ヒーロー動画の再生/一時停止ボタン（WCAG 2.2.2 Level A）
   5秒超の自動再生コンテンツには停止手段が必要。 */
.hero__videoctrl {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 3;
	width: 44px;                   /* タップ領域44px確保 */
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 50%;
	background: rgba(0,0,0,.45);
	color: #fff;
	cursor: pointer;
	padding: 0;
	transition: background .2s ease;
}
.hero__videoctrl:hover,
.hero__videoctrl:focus-visible { background: rgba(0,0,0,.7); }
.hero__videoctrl svg { width: 15px; height: 15px; fill: currentColor; pointer-events: none; }
.hero__videoctrl .icon-play { display: none; }
.hero__videoctrl[data-state="paused"] .icon-play { display: block; }
.hero__videoctrl[data-state="paused"] .icon-pause { display: none; }
@media (max-width: 767px) {
	.hero__videoctrl { right: 12px; bottom: 12px; }
}

/* v0.13: 地図下の「Googleマップで見る」リンク（MEO強化） */
.access__maplink { margin: 10px 0 0; text-align: right; }
.btn--small { font-size: .78rem; padding: .5em 1.2em; min-height: 40px; }
@media (max-width: 767px) {
	.access__maplink { text-align: center; }
}
