@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

* { margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }
html { overflow-y: scroll; scroll-behavior: smooth; font-size: 62.5%; }
body {
	font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	font-size: 1rem;
	line-height: 1.7;
	color: #333;
	background: #F3F3F3;
	-webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { vertical-align: top; max-width: 100%; height: auto; }
ul, ol, li { list-style: none; }

#base { max-height: 999999px; min-width: 320px; position: relative; }
#base.stc { position: static; }
#base .cnt { width: 100%; position: relative; overflow: visible; }
#base .cnt .subcnt { width: 100%; min-width: 0; background: #F3F3F3; position: static; }
#base.tch .cnt .subcnt { position: static; }
#base .sec {
	position: relative;
	z-index: 10;
	width: 100%;
	opacity: 0;
	transform: translate3d(0, 40px, 0);
	transition: opacity 0.8s cubic-bezier(0.33, 0, 0.2, 1), transform 0.8s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .sec.is-visible,
#base .home {
	opacity: 1;
	transform: none;
}

/* Intro */
#itr {
	position: fixed; left: 0; top: 0; z-index: 99999;
	width: 100%; height: 100vh; background: #000;
}
#itr.trsp { background: transparent; }
#itr.del2 { display: none; }
#itr .blk {
	position: absolute; right: 0; width: 100%; overflow: hidden; background: #000;
	transition: width 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}
#itr .blk.del { width: 0; }
#itr .blk5 { display: none; }
#itr .logo {
	position: absolute; left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	text-align: center; white-space: nowrap;
	opacity: 0; filter: blur(12px);
	transition: opacity 1s ease, filter 1s ease;
}
#itr.vw .logo { opacity: 1; filter: blur(0); }
#itr .logo .itr-ttl-sub {
	font-family: 'Noto Serif JP', serif; font-size: 1.6rem;
	letter-spacing: 0.4em; color: #fff;
	margin-bottom: 12px; font-weight: 400;
}
#itr .logo .itr-ttl-main {
	font-family: 'Noto Serif JP', serif; font-size: clamp(3.5rem, 10vw, 7rem);
	letter-spacing: 0.2em; color: #fff; font-weight: 400;
}
#itr .logo.del .itr-ttl-sub,
#itr .logo.del .itr-ttl-main { opacity: 0; transition: opacity 0.6s; }

/* エントランス スキップボタン */
#itr .itr-skip {
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 10;
	padding: 10px 20px;
	font-size: 1.3rem;
	font-family: inherit;
	letter-spacing: 0.08em;
	color: rgba(255,255,255,0.9);
	background: rgba(0,0,0,0.35);
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
#itr .itr-skip:hover {
	background: rgba(255,255,255,0.95);
	color: #222;
	border-color: rgba(255,255,255,0.95);
}

@media (max-width: 767px) {
	html { font-size: 55%; }
	#itr .blk5 { display: block; }
	#itr .logo .itr-ttl-sub { font-size: 1.3rem; letter-spacing: 0.3em; }
	#itr .logo .itr-ttl-main { font-size: clamp(2.5rem, 12vw, 4rem); letter-spacing: 0.15em; }
	#itr .itr-skip { right: 16px; top: 20px; padding: 8px 16px; font-size: 1.2rem; }
}

/* Header */
#base .header {
	position: fixed; left: 0; top: 0; width: 100%; z-index: 100;
	display: flex; justify-content: space-between; align-items: center;
	padding: 0 24px; height: 60px;
	background: rgba(26,26,26,0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent;
	pointer-events: none; opacity: 0;
	transition: opacity 0.5s ease, border-color 0.4s ease, background 0.4s ease;
}
#base .header.vw {
	pointer-events: auto; opacity: 1;
	border-bottom-color: rgba(255,255,255,0.08);
}
#base .header .logo .sub { padding: 18px 0; }
.logotext {
	font-family: 'Noto Serif JP', serif; font-size: 2rem; font-weight: 400;
	letter-spacing: 0.1em; color: #fff;
}
#base .header .nav {
	display: flex;
	align-items: center;
	gap: 24px;
}
#base .header .nav-links {
	display: flex;
	align-items: center;
	gap: 8px 28px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
#base .header .nav-links a {
	color: rgba(255,255,255,0.9);
	font-size: 1.35rem;
	letter-spacing: 0.08em;
	transition: color 0.25s ease;
}
#base .header .nav-links a:hover { color: #fff; }
#base .header .nav-icon.nav-search {
	color: #fff;
	font-size: 1.6rem;
}
#base .header .nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #fff;
}
#base .header .nav-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
}

@media (min-width: 768px) {
	#base .header .nav-toggle { display: none; }
}

@media (max-width: 767px) {
	#base .header { padding: 0 18px; height: 56px; }
	.logotext { font-size: 1.6rem; }
	#base .header .nav-links {
		display: none;
	}
	#base .header .nav-icon.nav-search { display: none; }
	#base .header .nav-toggle { display: flex; }
}

/* モバイル：ハンバーガー→×のアニメーション */
#base .header .nav-toggle span {
	transition: transform 0.42s cubic-bezier(0.32, 0.72, 0, 1),
		opacity 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
#base .header .nav-toggle.is-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
#base .header .nav-toggle.is-active span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}
#base .header .nav-toggle.is-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* モバイル：ドロワーメニュー（高級感のあるアニメーション） */
.nav-drawer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	pointer-events: none;
	visibility: hidden;
}
.nav-drawer.is-open,
.nav-drawer.is-closing {
	visibility: visible;
}
.nav-drawer.is-open {
	pointer-events: auto;
}
.nav-drawer.is-closing {
	pointer-events: none;
}
.nav-drawer-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.45s cubic-bezier(0.33, 0, 0.2, 1);
}
.nav-drawer.is-open .nav-drawer-bg {
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.33, 0, 0.2, 1);
}
.nav-drawer:not(.is-open) .nav-drawer-bg {
	transition: opacity 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}
.nav-drawer-inner {
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	max-width: 320px;
	height: 100%;
	background: rgba(26,26,26,0.98);
	box-shadow: -4px 0 40px rgba(0,0,0,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(100%);
	transition: transform 0.5s cubic-bezier(0.33, 0, 0.2, 1),
		box-shadow 0.5s ease;
}
.nav-drawer.is-open .nav-drawer-inner {
	transform: translateX(0);
}
.nav-drawer:not(.is-open) .nav-drawer-inner {
	transition: transform 0.55s cubic-bezier(0.32, 0.72, 0, 1),
		box-shadow 0.5s ease;
}
.nav-drawer-links {
	list-style: none;
	margin: 0;
	padding: 48px 32px;
	width: 100%;
}
.nav-drawer-links li {
	opacity: 0;
	transform: translateX(24px);
}
.nav-drawer:not(.is-open) .nav-drawer-links li {
	transition: opacity 0.22s cubic-bezier(0.32, 0.72, 0, 1),
		transform 0.22s cubic-bezier(0.32, 0.72, 0, 1);
}
.nav-drawer:not(.is-open) .nav-drawer-links li:nth-child(1) { transition-delay: 0.24s; }
.nav-drawer:not(.is-open) .nav-drawer-links li:nth-child(2) { transition-delay: 0.2s; }
.nav-drawer:not(.is-open) .nav-drawer-links li:nth-child(3) { transition-delay: 0.16s; }
.nav-drawer:not(.is-open) .nav-drawer-links li:nth-child(4) { transition-delay: 0.12s; }
.nav-drawer:not(.is-open) .nav-drawer-links li:nth-child(5) { transition-delay: 0.08s; }
.nav-drawer:not(.is-open) .nav-drawer-links li:nth-child(6) { transition-delay: 0.04s; }
.nav-drawer:not(.is-open) .nav-drawer-links li:nth-child(7) { transition-delay: 0s; }
.nav-drawer.is-open .nav-drawer-links li {
	opacity: 1;
	transform: translateX(0);
}
.nav-drawer.is-open .nav-drawer-links li:nth-child(1) { transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0.1s; }
.nav-drawer.is-open .nav-drawer-links li:nth-child(2) { transition: opacity 0.4s ease 0.15s, transform 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0.15s; }
.nav-drawer.is-open .nav-drawer-links li:nth-child(3) { transition: opacity 0.4s ease 0.2s, transform 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0.2s; }
.nav-drawer.is-open .nav-drawer-links li:nth-child(4) { transition: opacity 0.4s ease 0.25s, transform 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0.25s; }
.nav-drawer.is-open .nav-drawer-links li:nth-child(5) { transition: opacity 0.4s ease 0.3s, transform 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0.3s; }
.nav-drawer.is-open .nav-drawer-links li:nth-child(6) { transition: opacity 0.4s ease 0.35s, transform 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0.35s; }
.nav-drawer.is-open .nav-drawer-links li:nth-child(7) { transition: opacity 0.4s ease 0.4s, transform 0.4s cubic-bezier(0.33, 0, 0.2, 1) 0.4s; }
.nav-drawer-links a {
	display: block;
	padding: 18px 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	letter-spacing: 0.12em;
	color: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	transition: color 0.3s ease, padding-left 0.3s ease;
}
.nav-drawer-links a:hover {
	color: #fff;
	padding-left: 12px;
}
body.nav-drawer-open { overflow: hidden; }
@media (min-width: 768px) {
	.nav-drawer { display: none !important; }
}

/* Home / Hero（1枚の画像のみ・リピートなし） */
#base .home {
	position: relative;
	width: 100%;
	height: 72vh;
	min-height: 420px;
	overflow: hidden;
}
#base .home .hero-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .home .hero-bg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.12) 0%, transparent 45%, rgba(0,0,0,0.35) 100%);
	pointer-events: none;
}
#base .home.vw .hero-bg { opacity: 1; }
#base .home .hero-ttl {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
#base .home .hero-ttl .ttl-sub {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	letter-spacing: 0.4em;
	color: rgba(255,255,255,0.92);
	text-shadow: 0 2px 20px rgba(0,0,0,0.25);
	margin-bottom: 12px;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.8s cubic-bezier(0.33, 0, 0.2, 1) 0.15s, transform 0.8s cubic-bezier(0.33, 0, 0.2, 1) 0.15s;
}
#base .home .hero-ttl .ttl-main {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(3rem, 8vw, 6rem);
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #fff;
	text-shadow: 0 2px 24px rgba(0,0,0,0.4);
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.9s cubic-bezier(0.33, 0, 0.2, 1) 0.4s, transform 0.9s cubic-bezier(0.33, 0, 0.2, 1) 0.4s;
}
#base .home .hero-ttl::after {
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background: rgba(255,255,255,0.75);
	margin-top: 24px;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.7s cubic-bezier(0.33, 0, 0.2, 1) 0.7s;
	box-shadow: 0 0 20px rgba(255,255,255,0.3);
}
#base .home.vw .hero-ttl .ttl-sub,
#base .home.vw .hero-ttl .ttl-main {
	opacity: 1;
	transform: translateY(0);
}
#base .home.vw .hero-ttl::after { transform: scaleX(1); }

/* ヒーロー下・スクロール誘導（高級感のアクセント） */
#base .home .hero-scroll {
	position: absolute;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	width: 24px;
	height: 40px;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 12px;
	opacity: 0;
	transition: opacity 0.6s ease 1s;
	pointer-events: none;
}
#base .home .hero-scroll::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 8px;
	width: 4px;
	height: 8px;
	background: rgba(255,255,255,0.7);
	border-radius: 2px;
	transform: translateX(-50%);
	animation: heroScrollDot 2s ease-in-out infinite;
}
@keyframes heroScrollDot {
	0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); }
	50% { opacity: 1; transform: translateX(-50%) translateY(10px); }
}
#base .home.vw .hero-scroll { opacity: 1; }

/* Display */
#base .display .cont {
	display: table; width: 100%;
}
#base .display .cont .pht1 {
	position: relative;
	display: table-cell; width: 50%;
	background: #e8e8e8 center center no-repeat; background-size: cover;
	background-repeat: no-repeat;
	min-height: 70vh;
	overflow: hidden;
	transition: transform 0.8s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .display .cont .pht1::after {
	content: "";
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	background: linear-gradient(135deg, rgba(0,0,0,0.03) 0%, transparent 50%);
	pointer-events: none;
}
@media (min-width: 768px) {
	#base .display .cont:hover .pht1 { transform: scale(1.02); }
}
#base .display .cont .subcont {
	display: table-cell; width: 50%; background: #F3F3F3;
	vertical-align: middle;
}
#base .display .cont .subcont .contxt {
	padding: 80px 70px;
}
#base .display .cont .subcont .contxt .logotext {
	color: #222; font-size: 2.4rem; margin-bottom: 24px;
}
#base .display .cont .subcont .contxt .txt2 p {
	color: rgba(0,0,0,0.8); font-size: 1.5rem; letter-spacing: 0.04em;
	line-height: 1.9; margin-bottom: 8px;
}
#base .display .cont .subcont .contxt .copy {
	color: rgba(0,0,0,0.7); font-size: 1.4rem; line-height: 1.8;
	letter-spacing: 0.03em;
}

@media (max-width: 767px) {
	#base .display .cont .pht1 { display: block; width: 100%; min-height: 50vh; }
	#base .display .cont .subcont { display: block; width: 100%; }
	#base .display .cont .subcont .contxt { padding: 40px 25px; }
}

/* Common section */
.wrap { max-width: 900px; margin: 0 auto; padding: 0 60px; }
.sec-ttl {
	position: relative;
	display: inline-block;
	font-family: 'Noto Serif JP', serif; font-size: 1.4rem;
	letter-spacing: 0.25em; color: rgba(0,0,0,0.5);
	text-align: center; margin-bottom: 16px;
	transition: color 0.4s ease;
}
#base .sec.is-visible .sec-ttl { color: rgba(0,0,0,0.6); }
.sec-ttl::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c4a574, transparent);
	transform: translateX(-50%);
	transition: width 0.6s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .sec.is-visible .sec-ttl::after { width: 56px; }
.sec-lead {
	font-size: 1.5rem; line-height: 1.8; color: rgba(0,0,0,0.8);
	text-align: center; margin-bottom: 48px; letter-spacing: 0.03em;
}
/* セクションタイトル（Service / Blog / Voice / Access 等）を中央寄せ */
#base .sec .cont.wrap > .sec-ttl {
	display: block;
	text-align: center;
}

/* Concept */
#base .sec.concept { background: #fff; padding: 100px 0; }
#base .sec.concept .concept-cont {
	display: table; width: 100%; max-width: 1200px; margin: 0 auto;
}
#base .sec.concept .concept-pht {
	display: table-cell; width: 42%; vertical-align: middle;
}
#base .sec.concept .concept-pht {
	overflow: hidden;
	border-radius: 4px;
}
#base .sec.concept .concept-pht img {
	width: 100%; height: auto; display: block;
	transition: transform 0.7s cubic-bezier(0.33, 0, 0.2, 1);
}
@media (min-width: 768px) {
	#base .sec.concept .concept-pht:hover img { transform: scale(1.04); }
}
#base .sec.concept .concept-txt { display: table-cell; width: 58%; padding-left: 48px; vertical-align: middle; }
#base .sec.concept .concept-txt .sec-ttl { display: block; text-align: center; }
#base .sec.concept .concept-txt .sec-lead { text-align: left; margin-bottom: 32px; }
#base .sec.concept .concept-body p {
	font-size: 1.5rem; line-height: 2; color: rgba(0,0,0,0.85);
	margin-bottom: 24px; letter-spacing: 0.04em;
}
#base .sec.concept .concept-body p:last-child { margin-bottom: 0; }

/* Service */
#base .sec.service { background: #F8F8F8; padding: 100px 0; }
#base .sec.service .menu-ttl {
	font-family: 'Noto Serif JP', serif; font-size: 1.9rem;
	letter-spacing: 0.08em; margin: 40px 0 16px; color: #222;
}
#base .sec.service .menu-table {
	width: 100%; border-collapse: collapse; margin-bottom: 16px;
}
#base .sec.service .menu-table th,
#base .sec.service .menu-table td {
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding: 10px 0; font-size: 1.4rem;
}
#base .sec.service .menu-table th { text-align: left; font-weight: 500; width: 70%; }
#base .sec.service .menu-table td { text-align: right; width: 30%; color: #222; }
#base .sec.service .menu-course {
	display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px;
	margin-top: 24px;
}
#base .sec.service .menu-course article {
	background: #fff; border-radius: 8px; padding: 20px 22px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
#base .sec.service .menu-course h3 {
	font-size: 1.5rem; margin-bottom: 8px; letter-spacing: 0.05em;
}
#base .sec.service .menu-course p {
	font-size: 1.35rem; line-height: 1.8; color: rgba(0,0,0,0.75);
}
#base .sec.service .menu-course .price {
	margin-top: 10px; font-weight: 600; color: #222;
}
#base .sec.service .service-phts {
	display: flex; justify-content: center; gap: 16px;
	margin-bottom: 48px; flex-wrap: wrap;
}
#base .sec.service .service-phts img {
	width: calc(33.333% - 12px); max-width: 280px; height: 200px;
	object-fit: cover; border-radius: 8px;
}
#base .sec.service .service-list { list-style: none; }
#base .sec.service .service-list li {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 32px 0;
	padding-left: 0;
	transition: padding-left 0.35s ease, background 0.35s ease;
}
#base .sec.service .service-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 32px;
	bottom: 32px;
	width: 0;
	background: linear-gradient(180deg, transparent, rgba(196,165,116,0.25), transparent);
	transition: width 0.35s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .sec.service .service-list li:hover {
	padding-left: 16px;
}
#base .sec.service .service-list li:hover::before { width: 4px; }
#base .sec.service .service-list li:first-child { padding-top: 0; }
#base .sec.service .service-list h3 {
	font-family: 'Noto Serif JP', serif; font-size: 1.8rem;
	letter-spacing: 0.06em; color: #222; margin-bottom: 12px;
}
#base .sec.service .service-list p {
	font-size: 1.4rem; line-height: 1.9; color: rgba(0,0,0,0.75);
	letter-spacing: 0.03em;
}
#base .sec.service .service-note {
	font-size: 1.3rem; color: rgba(0,0,0,0.6);
	margin-top: 40px; text-align: center;
}

/* Flow */
#base .sec.flow { background: #fff; padding: 100px 0; }
#base .sec.flow .flow-cont {
	display: table; width: 100%; max-width: 1200px; margin: 0 auto;
}
#base .sec.flow .flow-pht {
	display: table-cell; width: 38%; vertical-align: middle; padding-right: 48px;
}
#base .sec.flow .flow-pht {
	overflow: hidden;
	border-radius: 8px;
}
#base .sec.flow .flow-pht img {
	width: 100%; height: auto; display: block; border-radius: 8px;
	transition: transform 0.7s cubic-bezier(0.33, 0, 0.2, 1);
}
@media (min-width: 768px) {
	#base .sec.flow .flow-pht:hover img { transform: scale(1.04); }
}
#base .sec.flow .flow-txt { display: table-cell; width: 62%; vertical-align: middle; }
#base .sec.flow .flow-txt .sec-ttl { display: block; text-align: center; }
#base .sec.flow .flow-txt .sec-lead { text-align: left; margin-bottom: 32px; }
#base .sec.flow .flow-list {
	list-style: none; counter-reset: flow;
}
#base .sec.flow .flow-list li {
	position: relative; padding-left: 2.2em; margin-bottom: 28px;
	font-size: 1.45rem; line-height: 1.85; color: rgba(0,0,0,0.85);
	letter-spacing: 0.03em;
}
#base .sec.flow .flow-list li::before {
	counter-increment: flow; content: counter(flow);
	position: absolute; left: 0; top: 0;
	font-family: 'Noto Serif JP', serif; font-size: 1.6rem;
	color: rgba(0,0,0,0.4); font-weight: 400;
}
#base .sec.flow .flow-list li strong { color: #222; }

/* Blog */
#base .sec.blog { background: #F3F3F3; padding: 100px 0; }
#base .sec.blog .blog-list { list-style: none; }
#base .sec.blog .blog-list li {
	background: #fff; border-radius: 8px; margin-bottom: 24px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.33, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .sec.blog .blog-list li a {
	display: table; width: 100%; color: inherit;
	transition: background 0.3s ease;
}
#base .sec.blog .blog-list li:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.04);
}
#base .sec.blog .blog-list li a:hover { background: transparent; }
#base .sec.blog .blog-list .blog-thumb {
	display: table-cell;
	width: 200px;
	min-width: 200px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}
#base .sec.blog .blog-list .blog-thumb::before {
	content: "";
	display: block;
	padding-top: 70%;
}
#base .sec.blog .blog-list .blog-thumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .sec.blog .blog-list li:hover .blog-thumb img {
	transform: scale(1.06);
}
#base .sec.blog .blog-list .blog-inner {
	display: table-cell; padding: 24px 28px; vertical-align: top;
}
#base .sec.blog .blog-list .date {
	font-size: 1.2rem; color: rgba(0,0,0,0.5);
	letter-spacing: 0.05em; margin-bottom: 8px;
}
#base .sec.blog .blog-list h3 {
	font-size: 1.55rem; font-weight: 500; line-height: 1.5;
	color: #222; margin-bottom: 12px; letter-spacing: 0.02em;
}
#base .sec.blog .blog-list p {
	font-size: 1.35rem; line-height: 1.8; color: rgba(0,0,0,0.7);
	letter-spacing: 0.02em;
}
#base .sec.blog .blog-more {
	text-align: center; margin-top: 40px;
}
#base .sec.blog .blog-more a {
	position: relative;
	display: inline-block;
	font-size: 1.4rem; letter-spacing: 0.08em;
	color: #222; padding-bottom: 4px;
	transition: color 0.3s ease;
}
#base .sec.blog .blog-more a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #222;
	transform: translateX(-50%);
	transition: width 0.35s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .sec.blog .blog-more a:hover::after { width: 100%; }

/* Voice */
#base .sec.voice { background: #e8e4df; padding: 100px 0; position: relative; overflow: hidden; }
#base .sec.voice .voice-bg {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-size: cover; background-position: 50% 50%;
	opacity: 0.18;
}
#base .sec.voice .voice-inner { position: relative; z-index: 1; }
#base .sec.voice .voice-list { list-style: none; }
#base .sec.voice .voice-list li {
	background: #F8F8F8; border-radius: 8px; padding: 28px 32px;
	margin-bottom: 20px; border-left: 4px solid #c4a574;
	box-shadow: 0 2px 12px rgba(0,0,0,0.04);
	transition: box-shadow 0.35s ease, transform 0.35s ease;
}
#base .sec.voice .voice-list li:hover {
	box-shadow: 0 8px 28px rgba(0,0,0,0.08), 0 0 0 1px rgba(196,165,116,0.15);
	transform: translateX(4px);
}
#base .sec.voice .voice-text {
	font-size: 1.4rem; line-height: 1.9; color: rgba(0,0,0,0.85);
	margin-bottom: 12px; font-style: italic;
}
#base .sec.voice .voice-meta {
	font-size: 1.2rem; color: rgba(0,0,0,0.5);
}

/* Member lead */
#base .sec.member .member-lead {
	text-align: center; margin-bottom: 48px; font-size: 1.4rem;
	color: rgba(0,0,0,0.7);
}
#base .sec.member .member-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

/* スタイリスト個別紹介ページ */
#base .sec.stylist-detail { background: #F3F3F3; padding: 60px 0 100px; }
#base .sec.stylist-detail .breadcrumb {
	font-size: 1.2rem; color: rgba(0,0,0,0.5); margin-bottom: 24px; letter-spacing: 0.02em;
}
#base .sec.stylist-detail .breadcrumb a { color: rgba(0,0,0,0.6); }
#base .sec.stylist-detail .breadcrumb a:hover { color: #222; }
#base .sec.stylist-detail .breadcrumb-sep { margin: 0 8px; }
#base .sec.stylist-detail-inner {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
#base .sec.stylist-detail-pht {
	display: table-cell;
	width: 38%;
	vertical-align: top;
	padding-right: 48px;
}
#base .sec.stylist-detail-pht img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
#base .sec.stylist-detail-txt { display: table-cell; width: 62%; vertical-align: top; }
#base .sec.stylist-detail-label,
#base .sec.stylist-detail-name,
#base .sec.stylist-detail-name-en,
#base .sec.stylist-detail-specialty { text-align: center; }
#base .sec.stylist-detail-bio,
#base .sec.stylist-detail-back { text-align: left; }
#base .sec.stylist-detail-label {
	font-size: 1.2rem; letter-spacing: 0.15em; color: rgba(0,0,0,0.5);
	margin-bottom: 8px;
}
#base .sec.stylist-detail-name {
	font-family: 'Noto Serif JP', serif; font-size: 2rem; font-weight: 500;
	color: #222; letter-spacing: 0.06em; margin-bottom: 4px;
}
#base .sec.stylist-detail-name-en {
	font-size: 1.35rem; color: rgba(0,0,0,0.6); letter-spacing: 0.08em;
	margin-bottom: 16px;
}
#base .sec.stylist-detail-specialty {
	display: inline-block;
	font-size: 1.3rem;
	color: #222;
	padding: 6px 14px;
	margin-bottom: 28px;
	background: rgba(196,165,116,0.15);
	border-radius: 4px;
	letter-spacing: 0.05em;
}
#base .sec.stylist-detail-bio {
	font-size: 1.45rem; line-height: 2; color: rgba(0,0,0,0.85);
	letter-spacing: 0.03em; margin-bottom: 32px;
}
#base .sec.stylist-detail-back { margin-top: 32px; }
#base .sec.stylist-detail-back a {
	font-size: 1.35rem; letter-spacing: 0.05em; color: rgba(0,0,0,0.7);
}
#base .sec.stylist-detail-back a:hover { color: #222; }

@media (max-width: 767px) {
	#base .sec.stylist-detail { padding: 40px 0 80px; }
	#base .sec.stylist-detail-inner { display: block; }
	#base .sec.stylist-detail-pht { display: block; width: 100%; padding-right: 0; margin-bottom: 28px; }
	#base .sec.stylist-detail-txt { display: block; width: 100%; }
	#base .sec.stylist-detail-name { font-size: 1.7rem; }
}

/* Access */
#base .sec.access { background: #F3F3F3; padding: 100px 0; }
#base .sec.access .access-inner {
	display: table; width: 100%; border-collapse: separate;
	border-spacing: 0 0;
}
#base .sec.access .access-info { display: table-cell; width: 50%; padding-right: 48px; vertical-align: top; }
#base .sec.access .access-map { display: table-cell; width: 50%; vertical-align: top; }
#base .sec.access dl { margin-bottom: 24px; }
#base .sec.access dt {
	font-size: 1.2rem; color: rgba(0,0,0,0.5);
	margin-bottom: 4px; letter-spacing: 0.05em;
}
#base .sec.access dd {
	font-size: 1.5rem; line-height: 1.6; color: #222;
	margin-bottom: 16px;
}
#base .sec.access dd a { color: #222; }
#base .sec.access .access-note {
	font-size: 1.35rem; line-height: 1.8; color: rgba(0,0,0,0.7);
	margin-bottom: 24px;
}
#base .sec.access .access-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;}
#base .sec.access .btn-reserve,
#base .sec.access .btn-line {
	display: inline-block; padding: 14px 28px; font-size: 1.4rem;
	letter-spacing: 0.06em; border-radius: 4px;
	transition: opacity 0.2s;
}
#base .sec.access .btn-reserve {
	background: #222; color: #fff;
}
#base .sec.access .btn-line {
	background: #06C755; color: #fff;
}
#base .sec.access .map-placeholder {
	background: #e0e0e0; border-radius: 8px; height: 240px;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	color: rgba(0,0,0,0.5); font-size: 1.4rem;
}
#base .sec.access .map-embed {
	width: 100%;
	height: 240px;
	border-radius: 8px;
	overflow: hidden;
	background: #e0e0e0;
}
#base .sec.access .map-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#base .sec.access .map-link {
	margin-top: 12px;
	font-size: 1.3rem;
}
#base .sec.access .map-link a {
	color: rgba(0,0,0,0.7);
	text-decoration: underline;
}
#base .sec.access .map-link a:hover { color: #222; }

/* Reserve page */
/* 別ページのタイトル・リードを中央寄せ（Reserve / Menu 等） */
#base .sec.reserve-page .cont.wrap > .sec-ttl,
#base .sec.menu-page .cont.wrap > .sec-ttl {
	display: block;
	text-align: center;
}
#base .sec.reserve-page .cont.wrap > .sec-lead,
#base .sec.menu-page .cont.wrap > .sec-lead {
	text-align: center;
}

#base .reserve-page .reserve-intro,
#base .menu-page .menu-intro {
	margin-bottom: 40px;
	padding: 24px 28px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
#base .reserve-page .reserve-intro p,
#base .menu-page .menu-intro p {
	font-size: 1.4rem; line-height: 1.9; color: rgba(0,0,0,0.85);
}
#base .reserve-page .policy-body p { margin-bottom: 20px; }
#base .reserve-page .policy-body p:last-child { margin-bottom: 0; }
#base .reserve-page .policy-note {
	margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 1.2rem; color: rgba(0,0,0,0.55);
}
#base .reserve-page .reserve-hours {
	margin-bottom: 48px;
}
#base .reserve-page .access-inner-dl,
#base .reserve-page .reserve-hours .access-inner-dl {
	display: block;
	margin: 0;
}
#base .reserve-page .reserve-hours dt {
	font-size: 1.2rem; color: rgba(0,0,0,0.5); margin-bottom: 4px;
}
#base .reserve-page .reserve-hours dd {
	font-size: 1.5rem; margin-bottom: 16px;
}
#base .reserve-grid {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0;
	margin-bottom: 40px;
}
#base .reserve-page .reserve-column {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-right: 48px;
}
#base .reserve-page .reserve-column:last-of-type { padding-right: 0; }
#base .reserve-page .faq-list {
	margin: 0;
}
#base .reserve-page .faq-list dt {
	font-size: 1.35rem;
	font-weight: 500;
	color: #222;
	margin-top: 24px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#base .reserve-page .faq-list dt:first-child { margin-top: 0; }
#base .reserve-page .faq-list dd {
	font-size: 1.4rem;
	line-height: 1.85;
	color: rgba(0,0,0,0.8);
	margin-bottom: 16px;
}
#base .reserve-cta {
	text-align: center;
	margin-top: 48px;
	padding: 40px 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
#base .reserve-cta .reserve-cta-ttl {
	font-size: 1.3rem;
	color: rgba(0,0,0,0.6);
	margin-bottom: 12px;
	letter-spacing: 0.08em;
}
#base .reserve-cta .reserve-cta-tel {
	font-size: 2rem;
	margin-bottom: 24px;
}
#base .reserve-cta .reserve-cta-tel a { color: #222; }
#base .reserve-cta .reserve-cta-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
#base .reserve-cta .btn-reserve,
#base .reserve-cta .btn-line,
#base .menu-firsttime .btn-reserve {
	display: inline-block;
	padding: 14px 28px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	border-radius: 4px;
	transition: opacity 0.2s;
}
#base .reserve-cta .btn-reserve,
#base .menu-firsttime .btn-reserve {
	background: #222;
	color: #fff;
}
#base .reserve-cta .btn-line { background: #06C755; color: #fff; }

/* 予約・お問い合わせフォーム */
#base .reserve-form-wrap {
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 40px 32px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
#base .reserve-form-wrap .menu-ttl { margin-bottom: 12px; }
#base .reserve-form-lead {
	font-size: 1.35rem;
	line-height: 1.85;
	color: rgba(0,0,0,0.75);
	margin-bottom: 28px;
}
#base .reserve-form-errors {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 16px 20px;
	background: rgba(200, 80, 80, 0.08);
	border-left: 4px solid #c44;
	border-radius: 4px;
	font-size: 1.35rem;
	color: #822;
}
#base .reserve-form-errors li { margin-bottom: 4px; }
#base .reserve-form-errors li:last-child { margin-bottom: 0; }
#base .reserve-form-dl {
	display: block;
	margin: 0 0 28px 0;
}
#base .reserve-form-dl dt {
	margin-top: 20px;
	margin-bottom: 6px;
	font-size: 1.35rem;
	font-weight: 500;
	color: #222;
}
#base .reserve-form-dl dt:first-child { margin-top: 0; }
#base .reserve-form-dl dt label { cursor: pointer; }
#base .reserve-form-dl .required {
	font-size: 1.1rem;
	color: #c44;
	font-weight: 400;
	margin-left: 4px;
}
#base .reserve-form-dl dd {
	margin: 0;
}
#base .reserve-form-dl input[type="text"],
#base .reserve-form-dl input[type="email"],
#base .reserve-form-dl input[type="tel"],
#base .reserve-form-dl input[type="date"],
#base .reserve-form-dl select,
#base .reserve-form-dl textarea {
	width: 100%;
	max-width: 480px;
	padding: 12px 14px;
	font-size: 1.4rem;
	font-family: inherit;
	color: #222;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#base .reserve-form-dl input:focus,
#base .reserve-form-dl select:focus,
#base .reserve-form-dl textarea:focus {
	outline: none;
	border-color: #c4a574;
	box-shadow: 0 0 0 2px rgba(196,165,116,0.2);
}
#base .reserve-form-dl textarea {
	min-height: 140px;
	resize: vertical;
}
#base .reserve-form-dl select {
	cursor: pointer;
	appearance: auto;
}
#base .reserve-form-submit {
	margin: 28px 0 0 0;
}
#base .reserve-form-submit .btn-reserve {
	display: inline-block;
	padding: 14px 40px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	background: #222;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
#base .reserve-form-submit .btn-reserve:hover {
	opacity: 0.9;
}

/* 送信完了ページ */
#base .sec.reserve-done .cont.wrap > .sec-ttl { display: block; text-align: center; }
#base .sec.reserve-done .cont.wrap > .sec-lead { text-align: center; }
#base .sec.reserve-done .reserve-done-inner {
	text-align: center;
	padding: 40px 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
#base .sec.reserve-done .reserve-done-inner p {
	font-size: 1.45rem;
	line-height: 1.9;
	color: rgba(0,0,0,0.85);
	margin-bottom: 24px;
}
#base .sec.reserve-done .reserve-done-back { margin-bottom: 0; }

/* Blog page */
#base .sec.blog.blog-hero {
	background: #e8e4df;
	padding: 80px 0 60px;
}
#base .sec.blog.blog-hero .cont.wrap {
	text-align: center;
}
#base .sec.blog.blog-hero .cont .sec-ttl {
	display: inline-block;
}
#base .sec.blog.blog-hero .cont .sec-lead {
	text-align: center;
}
#base .sec.blog .blog-hero-intro {
	font-size: 1.4rem;
	line-height: 1.9;
	color: rgba(0,0,0,0.75);
	margin-top: 24px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#base .sec.blog .blog-archive-note {
	margin-top: 40px;
	padding: 24px 28px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
#base .sec.blog .blog-archive-note p {
	font-size: 1.35rem;
	line-height: 1.85;
	color: rgba(0,0,0,0.75);
}

/* ブログ個別記事 */
#base .post-detail {
	padding: 60px 0 100px;
	background: #F3F3F3;
}
#base .post-detail .breadcrumb {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.5);
	margin-bottom: 24px;
	letter-spacing: 0.02em;
}
#base .post-detail .breadcrumb a {
	color: rgba(0,0,0,0.6);
}
#base .post-detail .breadcrumb a:hover { color: #222; }
#base .post-detail .breadcrumb-sep {
	margin: 0 8px;
}
#base .post-detail .post-date {
	display: block;
	font-size: 1.2rem;
	color: rgba(0,0,0,0.5);
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
#base .post-detail .post-ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	color: #222;
	letter-spacing: 0.04em;
	margin-bottom: 28px;
}
#base .post-detail .post-eyecatch {
	width: 100%;
	margin-bottom: 36px;
	border-radius: 8px;
	overflow: hidden;
	background: #e0e0e0;
}
#base .post-detail .post-eyecatch img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}
#base .post-detail .post-body {
	background: #fff;
	border-radius: 8px;
	padding: 40px 44px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
#base .post-detail .post-body p {
	font-size: 1.5rem;
	line-height: 2;
	color: rgba(0,0,0,0.85);
	margin-bottom: 24px;
	letter-spacing: 0.04em;
}
#base .post-detail .post-body p:last-child { margin-bottom: 0; }
#base .post-detail .post-body h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #222;
	margin-top: 36px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#base .post-detail .post-body h2:first-child { margin-top: 0; }
#base .post-detail .post-back {
	margin-top: 40px;
}
#base .post-detail .post-back a {
	font-size: 1.35rem;
	letter-spacing: 0.05em;
	color: rgba(0,0,0,0.7);
}
#base .post-detail .post-back a:hover { color: #222; }

@media (max-width: 767px) {
	#base .post-detail { padding: 40px 0 80px; }
	#base .post-detail .post-ttl { font-size: 1.7rem; margin-bottom: 20px; }
	#base .post-detail .post-body { padding: 28px 24px; }
	#base .post-detail .post-body p { font-size: 1.4rem; }
	#base .post-detail .post-body h2 { font-size: 1.45rem; }
}

/* Menu page */
#base .menu-firsttime {
	margin-top: 48px;
	padding: 32px 28px;
	background: #F8F8F8;
	border-radius: 8px;
}
#base .menu-firsttime .menu-ttl { margin-bottom: 16px; }
#base .menu-firsttime p {
	font-size: 1.4rem;
	line-height: 1.9;
	color: rgba(0,0,0,0.85);
	margin-bottom: 20px;
}
#base .menu-firsttime p:last-of-type { margin-bottom: 0; }
#base .menu-cta { margin-top: 24px; }

@media (min-width: 768px) {
	#base .sec.access .btn-reserve,
	#base .sec.access .btn-line,
	#base .footer .footer-nav a {
		transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
	}
	#base .sec.access .btn-reserve:hover,
	#base .sec.access .btn-line:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 20px rgba(0,0,0,0.18);
		opacity: 0.96;
	}
}

@media (max-width: 767px) {
	.wrap { padding: 0 25px; }
	.sec-lead { margin-bottom: 36px; font-size: 1.4rem; }
	#base .sec.concept,
	#base .sec.service,
	#base .sec.flow,
	#base .sec.blog,
	#base .sec.voice,
	#base .sec.access { padding: 80px 0; }
	#base .sec.concept .concept-cont { display: block; }
	#base .sec.concept .concept-pht { display: block; width: 100%; margin-bottom: 32px; }
	#base .sec.concept .concept-txt { display: block; width: 100%; padding-left: 0; padding: 0 25px; }
	#base .sec.concept .concept-txt .sec-ttl { text-align: center; }
	#base .sec.concept .concept-txt .sec-lead { text-align: center; }
	#base .sec.service .service-phts { margin-bottom: 24px; gap: 10px; }
	#base .sec.service .service-phts img {
		width: calc(33.333% - 8px); max-width: none; height: 100px;
	}
	#base .sec.service .menu-course { grid-template-columns: 1fr; }
	#base .sec.flow .flow-cont { display: block; }
	#base .sec.flow .flow-pht { display: block; width: 100%; padding-right: 0; margin-bottom: 28px; padding: 0 25px; }
	#base .sec.flow .flow-txt { display: block; width: 100%; padding: 0 25px; }
	#base .sec.flow .flow-txt .sec-ttl { text-align: center; }
	#base .sec.flow .flow-txt .sec-lead { text-align: center; }
	#base .sec.blog .blog-list li a { display: block; }
	#base .sec.blog .blog-list .blog-thumb { display: block; width: 100%; }
	#base .sec.blog .blog-list .blog-thumb img { width: 100%; height: 180px; }
	#base .sec.blog .blog-list .blog-inner { display: block; padding: 20px 24px; }
	#base .sec.access .access-inner { display: block; }
	#base .sec.access .access-info { display: block; width: 100%; padding-right: 0; margin-bottom: 32px; }
	#base .sec.access .access-map { display: block; width: 100%; }
	#base .sec.access .map-placeholder { height: 180px; }
	#base .reserve-form-wrap { padding: 28px 20px; margin-top: 32px; margin-bottom: 32px; }
	#base .reserve-form-dl input[type="text"],
	#base .reserve-form-dl input[type="email"],
	#base .reserve-form-dl input[type="tel"],
	#base .reserve-form-dl input[type="date"],
	#base .reserve-form-dl select,
	#base .reserve-form-dl textarea { max-width: none; }
	#base .reserve-grid { display: block; }
	#base .reserve-page .reserve-column {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-bottom: 32px;
	}
	#base .reserve-page .reserve-hours { margin-bottom: 32px; }
	#base .reserve-cta { padding: 32px 20px; margin-top: 32px; }
	#base .reserve-cta .reserve-cta-btns { flex-direction: column; }
	#base .sec.blog.blog-hero { padding: 80px 0 40px; }
}

/* Promise (black) */
#base .promise {
	background: #222; padding: 120px 0;
}
#base .promise .cont {
	display: table; width: 100%; max-width: 1400px; margin: 0 auto;
	padding: 0 60px;
}
#base .promise .cont .lft {
	display: table-cell; vertical-align: middle; width: 55%;
	padding-right: 60px;
}
#base .promise .cont .lft .conttl {
	margin-bottom: 24px;
}
#base .promise .cont .lft .conttl .logotext { color: #fff; font-size: 2.8rem; }
#base .promise .cont .lft .contxt .txt1 {
	font-family: 'Noto Serif JP', serif; color: #fff; font-size: 2rem;
	letter-spacing: 0.06em; margin-bottom: 16px;
}
#base .promise .cont .lft .contxt .txt2 {
	color: rgba(255,255,255,0.75); font-size: 1.5rem;
	line-height: 1.9; letter-spacing: 0.03em; margin-bottom: 40px;
}
#base .promise .cont .lft .contxt .tab { border-top: 1px solid rgba(255,255,255,0.2); }
#base .promise .cont .lft .contxt .tab li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#base .promise .cont .lft .contxt .tab a {
	position: relative;
	display: block; padding: 20px 0;
	color: #fff; font-size: 1.6rem; letter-spacing: 0.08em;
	transition: color 0.3s ease, padding-left 0.3s ease;
}
#base .promise .cont .lft .contxt .tab a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 1px;
	background: rgba(196,165,116,0.9);
	transition: width 0.35s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .promise .cont .lft .contxt .tab a:hover {
	color: rgba(255,255,255,0.95);
	padding-left: 12px;
}
#base .promise .cont .lft .contxt .tab a:hover::before { width: 8px; }
#base .promise .cont .rgh {
	display: table-cell; vertical-align: middle; width: 45%;
}
#base .promise .cont .rgh .pht {
	overflow: hidden; border-radius: 4px;
}
#base .promise .cont .rgh .pht img { width: 100%; height: auto; display: block; }

@media (max-width: 767px) {
	#base .promise { padding: 60px 0; }
	#base .promise .cont { display: block; padding: 0 25px; }
	#base .promise .cont .lft { display: block; width: 100%; padding-right: 0; margin-bottom: 40px; }
	#base .promise .cont .rgh { display: block; width: 100%; }
}

/* Member grid */
#base .member {
	background: #F3F3F3; padding: 120px 0 80px; overflow: hidden;
}
#base .member .cont { max-width: 1400px; margin: 0 auto; padding: 0 60px; }
#base .member .cont .ttl {
	text-align: center; margin-bottom: 80px;
}
#base .member .cont .ttl .txt1 {
	font-family: 'Noto Serif JP', serif; font-size: 1.4rem;
	letter-spacing: 0.3em; color: rgba(0,0,0,0.5);
}
#base .member .cont .ttl .txt2 {
	font-family: 'Noto Serif JP', serif; font-size: 2.8rem;
	letter-spacing: 0.15em; color: #222; margin-top: 12px;
}
#base .member .cont .subcont {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 40px; align-items: end;
}
#base .member .cont .subcont li {
	position: relative;
}
#base .member .cont .subcont li:nth-child(2) { margin-top: 60px; }
#base .member .cont .subcont li:nth-child(3) { margin-top: 20px; }
#base .member .cont .subcont li:nth-child(4) { margin-top: 80px; }
#base .member .cont .subcont li:nth-child(5) { margin-top: 40px; }
#base .member .cont .subcont li:nth-child(6) { margin-top: 60px; }
#base .member .cont .subcont li .pht {
	overflow: hidden; border-radius: 4px; margin-bottom: 16px;
	aspect-ratio: 3/4; background: #e0e0e0;
}
#base .member .cont .subcont li .pht img { width: 100%; height: 100%; object-fit: cover; }
#base .member .cont .subcont li .txt span {
	writing-mode: vertical-rl; font-size: 1.3rem; letter-spacing: 0.1em;
	color: rgba(0,0,0,0.7);
}

@media (min-width: 768px) {
	/* 高級感のあるホバーエフェクト（PCのみ） */
	#base .sec.member .subcont li .pht img,
	#base .sec.service .service-phts img,
	#base .sec.blog .blog-thumb img {
		transition: transform 0.6s cubic-bezier(0.33, 0, 0.2, 1), filter 0.6s cubic-bezier(0.33, 0, 0.2, 1);
		transform-origin: center center;
	}
	#base .sec.member .subcont li .pht:hover img,
	#base .sec.service .service-phts img:hover,
	#base .sec.blog .blog-thumb img:hover {
		transform: scale(1.04);
		filter: saturate(1.05);
	}
}

@media (max-width: 767px) {
	#base .member { padding: 60px 0 50px; }
	#base .member .cont { padding: 0 25px; }
	#base .member .cont .ttl { margin-bottom: 50px; }
	#base .member .cont .subcont { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	#base .member .cont .subcont li:nth-child(n) { margin-top: 0 !important; }
	#base .member .cont .subcont li:nth-child(2n) { margin-top: 30px !important; }
}

/* Footer */
#base .footer { background: #1a1a1a; padding: 60px 0 50px; }
#base .footer .footer-inner.wrap { padding: 0 60px; max-width: 1200px; }
#base .footer .footer-nav {
	display: flex; flex-wrap: wrap; gap: 24px 32px;
	justify-content: center; margin-bottom: 48px;
	padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.15);
}
#base .footer .footer-nav a {
	position: relative;
	color: rgba(255,255,255,0.8); font-size: 1.35rem;
	letter-spacing: 0.08em;
	transition: color 0.3s ease;
}
#base .footer .footer-nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 0;
	height: 1px;
	background: rgba(255,255,255,0.9);
	transform: translateX(-50%);
	transition: width 0.3s cubic-bezier(0.33, 0, 0.2, 1);
}
#base .footer .footer-nav a:hover { color: #fff; }
#base .footer .footer-nav a:hover::after { width: 100%; }
#base .footer .btm {
	display: flex; justify-content: space-between; align-items: center;
	flex-wrap: wrap; gap: 24px;
}
#base .footer .btm .lft .sub { align-items: center; }
#base .footer .btm .lft .logotext { color: #fff; font-size: 2.4rem; }
#base .footer .btm .lft .copyright p {
	font-size: 1.2rem; color: rgba(255,255,255,0.6);
	letter-spacing: 0.05em;
}
#base .footer .footer-legal {
	margin-top: 8px; font-size: 1.1rem; color: rgba(255,255,255,0.5);
	letter-spacing: 0.03em;
}
#base .footer .footer-legal a { color: rgba(255,255,255,0.6); transition: color 0.2s; }
#base .footer .footer-legal a:hover { color: rgba(255,255,255,0.9); }
#base .footer .footer-legal .sep { margin: 0 8px; color: rgba(255,255,255,0.4); }
#base .footer .btm .rgh .sns { display: flex; gap: 20px; }
#base .footer .btm .rgh .sns a {
	color: rgba(255,255,255,0.8); font-size: 1.3rem;
	letter-spacing: 0.05em; transition: color 0.2s;
}
#base .footer .btm .rgh .sns a:hover { color: #fff; }

/* SNS アイコンリンク（Instagram / LINE / ホットペッパー） */
#base .footer .btm .rgh .sns.sns-icons { align-items: center; }
#base .footer .btm .rgh .sns.sns-icons .sns-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: rgba(255,255,255,0.85);
	transition: color 0.25s ease, transform 0.25s ease;
}
#base .footer .btm .rgh .sns.sns-icons .sns-icon:hover {
	color: #fff;
	transform: scale(1.08);
}
#base .footer .btm .rgh .sns.sns-icons .sns-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}
#base .footer .btm .rgh .sns.sns-icons .sns-icon.sns-hotpepper svg path { fill: currentColor; }

/* アクセス欄・予約ページの SNS アイコン（明るい背景用） */
#base .access-sns-icons,
#base .reserve-cta-sns {
	margin-top: 20px;
}
#base .access-sns-icons .sns-icons,
#base .reserve-cta-sns .sns-icons {
	display: flex;
	justify-content: center;
	gap: 16px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#base .access-sns-icons .sns-icon,
#base .reserve-cta-sns .sns-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: rgba(0,0,0,0.65);
	transition: color 0.25s ease, transform 0.25s ease;
}
#base .access-sns-icons .sns-icon:hover,
#base .reserve-cta-sns .sns-icon:hover {
	color: #222;
	transform: scale(1.08);
}
#base .access-sns-icons .sns-icon svg,
#base .reserve-cta-sns .sns-icon svg {
	width: 26px;
	height: 26px;
	display: block;
}

@media (max-width: 767px) {
	#base .footer { padding: 50px 0 40px; }
	#base .footer .footer-inner.wrap { padding: 0 25px; }
	#base .footer .footer-nav { gap: 16px 24px; margin-bottom: 32px; }
	#base .footer .btm { flex-direction: column; align-items: center; }
}

/* Modal */
#base .modal {
	position: fixed; z-index: 9990; left: 0; top: 0; width: 100%; height: 100%;
	display: none; align-items: center; justify-content: center;
}
#base .modal .bg {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	background: rgba(0,0,0,0.8);
}
#base .modal .mov {
	position: relative; z-index: 1; max-width: 90%; max-height: 90%;
}
#base .modal .close {
	position: absolute; right: 20px; top: 20px; z-index: 2;
	width: 48px; height: 48px; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
}
#base .modal .close div {
	position: absolute; width: 32px; height: 2px; background: #fff;
}
#base .modal .close div:nth-child(1) { transform: rotate(45deg); }
#base .modal .close div:nth-child(2) { transform: rotate(-45deg); }

@media (max-width: 767px) {
	#base .cnt .subcnt { min-width: 0; }
}
