/*
Theme Name: DLR
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* =============================================
   ROOT VARIABLES
============================================= */
:root {
	--cream:      #FFF8F0;
	--blush:      #FDDEC8;
	--peach:      #F8C4A0;
	--rose:       #E8896A;
	--rose-deep:  #D06A48;
	--mint:       #C8EBE0;
	--sage:       #7BBFAA;
	--sage-deep:  #5A9E89;
	--warm-brown: #7A4F3A;
	--soft-brown: #B07850;
	--text:       #4A3728;
	--text-light: #9A7C68;
	--white:      #FFFCFA;
	--border:     rgba(232,137,106,0.14);
	--shadow-sm:  0 2px 12px rgba(122,79,58,0.08);
	--shadow-md:  0 8px 32px rgba(122,79,58,0.12);
	--shadow-lg:  0 20px 60px rgba(122,79,58,0.15);
	--radius-sm:  12px;
	--radius-md:  20px;
	--radius-lg:  32px;
	--radius-xl:  48px;
}

/* =============================================
   BASE
============================================= */
html { scroll-behavior: smooth; font-size: 16px; }
body {
	font-family: 'Zen Maru Gothic', sans-serif;
	background: var(--cream);
	color: var(--text);
	line-height: 1.7;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover {
	color: var(--vk-color-primary);
	text-decoration-color: var(--vk-color-primary);
}
i { margin-right: 0; }
.site-body {
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 0 !important;
}
.page-header { margin-top: 0 !important; }
.main-section--margin-bottom--on { margin-bottom: 0; }

/* =============================================
   SCROLLBAR
============================================= */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--peach); border-radius: 10px; }

/* =============================================
   NAVIGATION
============================================= */
.site-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 200;
	background: rgba(255,248,240,0.94);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--border);
	padding: 0 48px;
	display: flex; align-items: center; justify-content: space-between;
	height: 68px;
	transition: box-shadow 0.3s;
}
#wpadminbar ~ .site-header { top: 32px; }
.header_scrolled .site-header { box-shadow: var(--shadow-md); }
#menu-header_nav {
	display: flex; align-items: center; gap: 4px; list-style: none;
}
#menu-header_nav li a {
	display: block; padding: 8px 14px;
	font-size: 0.82rem; font-weight: 500;
	color: var(--text-light); letter-spacing: 0.04em;
	border-radius: 50px;
	transition: color 0.2s, background 0.2s;
}
#menu-header_nav li a:hover,
#menu-header_nav li.current_page_item a {
	color: var(--rose); background: var(--blush);
}
.nav-reserve {
	background: var(--rose) !important;
	color: white !important;
	padding: 8px 20px !important;
	box-shadow: 0 4px 16px rgba(232,137,106,0.35);
}
.nav-reserve:hover { background: var(--rose-deep) !important; color: white !important; }
.nav-hamburger {
	display: none; flex-direction: column; gap: 5px;
	cursor: pointer; padding: 4px; background: none; border: none;
}
.nav-hamburger span {
	display: block; width: 24px; height: 2px;
	background: var(--warm-brown); border-radius: 2px;
	transition: transform 0.3s, opacity 0.3s;
}
.vk-mobile-nav-menu-btn {
	width: 45px; height: 45px;
	border-radius: var(--radius-sm);
	border: 1px dashed var(--peach);
}
.vk-mobile-nav-menu-btn.menu-open {
    border: 1px dashed var(--peach);
}
.vk-mobile-nav {
	padding: 50px 10px;
}
.vk-mobile-nav nav>ul {
    border-top: none;
}
.vk-mobile-nav nav ul li a {
    background: var(--cream);
    border-radius: var(--radius-sm);
    padding: 10px;
    margin-top: 20px;
    border: 1px dashed var(--peach);
	color: var(--warm-brown);
	text-align: center;
}

/* =============================================
   HERO（スプリットレイアウト）
============================================= */

/* ---- ベース ---- */
.hero {
	min-height: 100vh;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: stretch;
	overflow: hidden;
}

/* 背景グラデーション：左パネル側のみ */
.hero-bg {
	position: absolute; inset: 0; z-index: 0;
	background:
		radial-gradient(ellipse 65% 80% at 5%  40%, rgba(200,235,224,0.50) 0%, transparent 55%),
		radial-gradient(ellipse 55% 55% at 28% 90%, rgba(253,222,200,0.55) 0%, transparent 55%),
		var(--cream);
}

/* 肉球アニメーション：左パネル内のみ */
.hero-floats {
	position: absolute; inset: 0; z-index: 0;
	pointer-events: none;
	clip-path: inset(0 62% 0 0);
}
.float-paw {
	position: absolute; font-size: 2rem; opacity: 0.07;
	animation: floatPaw 7s ease-in-out infinite;
}
.float-paw:nth-child(1) { top: 12%; left: 6%;   animation-delay: 0s;   font-size: 2.5rem; }
.float-paw:nth-child(2) { top: 25%; right: 8%;  animation-delay: 1.8s; font-size: 1.5rem; }
.float-paw:nth-child(3) { top: 55%; left: 12%;  animation-delay: 3.5s; font-size: 1.8rem; }
.float-paw:nth-child(4) { top: 70%; right: 14%; animation-delay: 2.5s; font-size: 2.2rem; }
.float-paw:nth-child(5) { bottom: 12%; left: 40%; animation-delay: 5s; font-size: 1.3rem; }
.float-paw:nth-child(6) { top: 80%; right: 4%;  animation-delay: 0.8s; font-size: 3rem; }
@keyframes floatPaw {
	0%,100% { transform: translateY(0) rotate(-5deg); }
	50%      { transform: translateY(-16px) rotate(5deg); }
}

/* ---- inner ---- */
.hero-inner {
	position: relative; z-index: 1;
	width: 100%; max-width: none;
	margin: 0; padding: 0;
	display: flex; align-items: stretch; gap: 0;
}

/* ---- 左パネル：テキスト（38%） ---- */
.hero-content {
	flex: 0 0 38%; width: 38%;
	display: flex; flex-direction: column; justify-content: center;
	padding: calc(68px + 60px) min(6vw, 60px) 60px min(6vw, 60px);
	text-align: left;
	position: relative; z-index: 1;
	background: transparent;
}
.hero-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(200,235,224,0.6); color: var(--sage-deep);
	font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
	padding: 6px 20px; border-radius: 50px;
	margin-bottom: 1rem;
}
.hero-eyebrow i { font-size: 0.85rem; }
.hero-h1 {
	font-size: clamp(2rem, 3.5vw, 2.6rem);
	font-weight: 700; line-height: 1.3;
	color: var(--warm-brown); margin-bottom: 1rem;
}
.hero-ctas {
	display: flex; flex-direction: column; gap: 1rem;
}
.hero-ctas .btn {
	text-align: center; display: block;
}

/* ---- 右パネル：写真（62%） ---- */
.hero-photo {
	flex: 0 0 62%; width: 62%;
	position: relative; overflow: hidden;
	min-height: 100vh;
}
.hero-photo img {
	position: absolute; inset: 0;
	width: 100%; height: 100%; max-width: none;
	object-fit: cover; object-position: center top;
	display: block;
}

/* ---- SCROLL インジケーター ---- */
.hero-scroll {
	position: absolute; bottom: 100px; left: 50%; z-index: 2;
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	font-size: 0.7rem; color: var(--text-light); letter-spacing: 0.15em;
	animation: fadeSlideUpCentered 0.7s ease 0.6s both;
}
.scroll-line {
	width: 1px; height: 48px;
	background: linear-gradient(to bottom, var(--peach), transparent);
	animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
	0%,100% { opacity: 0.4; transform: scaleY(1); }
	50%      { opacity: 1;   transform: scaleY(1.1); }
}
@keyframes fadeSlideUpCentered {
	0%   { opacity: 0; transform: translateX(-50%) translateY(28px); }
	100% { opacity: 1; transform: translateX(-50%) translateY(0px); }
}

/* ---- Tablet  769px – 1024px ---- */
@media (max-width: 1024px) {
	.hero-content {
		flex: 0 0 44%; width: 44%;
		padding: calc(68px + 48px) 32px 48px 40px;
	}
	.hero-photo {
		flex: 0 0 56%; width: 56%;
	}
	.hero-floats { clip-path: inset(0 56% 0 0); }
}

/* ---- SP  〜 768px：縦積み ---- */
@media (max-width: 768px) {
	.hero {
		min-height: auto;
		width: 100vw; max-width: 100vw;
		left: 50%; transform: translateX(-50%);
		margin-top: 50px;
	}
	/* 左右パネルを縦積みにする（これが抜けると全コンテンツ消える） */
	.hero-inner { flex-direction: column; }

	.hero-bg {
		background:
			radial-gradient(ellipse 100% 50% at 50% 0%, rgba(200,235,224,0.4) 0%, transparent 60%),
			var(--cream);
	}
	.hero-floats { clip-path: none; }

	/* 写真（元CSS の order:-1 により写真が上・テキストが下に表示） */
	.hero-photo {
		flex: none; width: 100%;
		min-height: auto; 
/* 		aspect-ratio: 4 / 3; */
		order: 1;
	}
	.hero-photo img {
		position: unset;
/* 		inset: 0;
		width: 100%; height: 100%; max-width: none;
		object-fit: cover; object-position: center top; */
		aspect-ratio: 3 / 1.5;
        object-position: center;
	}

	/* テキストパネル */
	.hero-content {
		flex: none; width: 100%;
		padding: 36px 24px 40px;
		align-items: center; text-align: center;
		justify-content: flex-start;
		order: 2;
	}
	.hero-h1 { font-size: 1.8rem; line-height: 1.5; }
	.hero-ctas {
		justify-content: center;
		flex-direction: column; align-items: center;
	}

	/* SCROLL は非表示 */
	.hero-scroll { display: none; }
}

/* =============================================
   BUTTONS
============================================= */
.btn {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 13px 32px; border-radius: 50px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 0.88rem; font-weight: 700; letter-spacing: 0.04em;
	cursor: pointer; border: none;
	transition: transform 0.2s, box-shadow 0.2s;
	text-decoration: none;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
	background: var(--rose); color: white;
	box-shadow: 0 6px 24px rgba(232,137,106,0.4);
}
.btn-primary:hover { box-shadow: 0 10px 32px rgba(232,137,106,0.5); background: var(--rose-deep); }
.btn-outline {
	background: transparent; color: var(--rose);
	border: 2px solid var(--rose);
}
.btn-outline:hover { background: var(--blush); }
.btn-mint {
	background: var(--mint); color: var(--sage-deep);
}
.btn-mint:hover { box-shadow: 0 6px 20px rgba(123,191,170,0.35); }
.btn-sm { padding: 9px 22px; font-size: 0.8rem; }
.section .btn { display: inline-flex; align-items: center; gap: 8px; }

/* =============================================
   PAGE HEADER（サブページ）
============================================= */
.page-header {
	padding: 130px 48px 60px;
	background:
		radial-gradient(ellipse 60% 80% at 80% 50%, rgba(253,222,200,0.5) 0%, transparent 60%),
		radial-gradient(ellipse 50% 60% at 10% 50%, rgba(200,235,224,0.4) 0%, transparent 60%),
		var(--cream);
	position: relative; overflow: hidden;
}
.page-header::after {
	content: ''; position: absolute; bottom: 0; left: 0; right: 0;
	height: 2px; background: linear-gradient(90deg, transparent, var(--peach), transparent);
}
.page-header-inner { max-width: 1100px; margin: 0 auto; }
.breadcrumb {
	display: flex; align-items: center; gap: 8px;
	font-size: 0.78rem; color: var(--text-light); margin-bottom: 20px;
}
.breadcrumb a { color: var(--rose); }
.breadcrumb span { opacity: 0.5; }
.page-header h1 {
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-weight: 700; color: var(--warm-brown); line-height: 1.2;
}
.page-header h1 em {
	font-family: 'Playfair Display', serif;
	font-style: italic; color: var(--rose);
}
.page-header p {
	font-size: 0.95rem; color: var(--text-light);
	margin-top: 14px; line-height: 1.9;
}

/* =============================================
   SECTION COMMON
============================================= */
/* hero は独自のフルブリード実装（width:100vw + left:50%）のため除外 */
section.section {
	margin: 0 calc(50% - 50vw);
	padding: 80px calc(50vw - 50%);
}
section.cta {
	margin: 50px calc(50% - 50vw) 0;
}
.section-sm { padding: 60px 48px; }
.section-label {
	font-size: 0.7rem; font-weight: 700; letter-spacing: 0.22em;
	color: var(--sage); text-transform: uppercase; margin-bottom: 10px;
}
.section-title {
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	font-weight: 700; color: var(--warm-brown); line-height: 1.3; margin-bottom: 14px;
}
.section-title em {
	font-family: 'Playfair Display', serif;
	font-style: italic; color: var(--rose);
}
.section-lead { font-size: 0.94rem; color: var(--text-light); line-height: 1.9; }
.container { max-width: 1100px; margin: 0 auto; }
.main-section { margin-bottom: 0; }

/* =============================================
   CARDS & SURFACES
============================================= */
.card {
	background: var(--white);
	border-radius: var(--radius-md);
	border: 1.5px solid var(--border);
	overflow: hidden;
}
.card-pad { padding: 32px; }

/* =============================================
   CONCEPT SECTION（TOP）
============================================= */
.concept-grid {
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 64px; align-items: center;
}
.concept-visual {
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, var(--blush) 0%, var(--mint) 100%);
	aspect-ratio: 4/3;
	display: flex; align-items: center; justify-content: center;
	font-size: 6rem; position: relative; overflow: hidden;
}
.concept-visual::before {
	content: ''; position: absolute;
	width: 220px; height: 220px; border-radius: 50%;
	background: rgba(255,255,255,0.25); top: -60px; left: -60px;
}
.concept-visual::after {
	content: ''; position: absolute;
	width: 140px; height: 140px; border-radius: 50%;
	background: rgba(255,255,255,0.18); bottom: 20px; right: 20px;
}
.concept-visual img { width: 100%; height: 100%; object-fit: cover; }
.concept-points { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.concept-point {
	display: flex; align-items: center; gap: 14px;
	background: var(--cream); border-radius: var(--radius-sm);
	padding: 14px 18px; border: 1px solid var(--border);
}
.concept-point-icon {
	width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
	background: linear-gradient(135deg, var(--peach), var(--rose));
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 1.1rem;
}
.concept-point-text { font-size: 0.88rem; font-weight: 500; }

/* =============================================
   PROMISE STRIP（TOP）
============================================= */
.promise-strip {
	background: linear-gradient(135deg, var(--blush) 0%, var(--mint) 100%);
	border-radius: var(--radius-xl);
	padding: 64px 60px;
	position: relative; overflow: hidden;
}
.promise-strip::before {
	content: '\f1b0';
	font-family: "font awesome 7 free"; font-weight: 600;
	position: absolute;
	font-size: 14rem; opacity: 0.05;
	bottom: -30px; right: 20px; line-height: 1;
	pointer-events: none;
}
.promise-grid {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 28px; margin-top: 48px;
}
.promise-card {
	background: rgba(255,255,255,0.65);
	backdrop-filter: blur(8px);
	border-radius: var(--radius-md);
	padding: 28px 22px; text-align: center;
	border: 1px solid rgba(255,255,255,0.8);
}
.promise-num {
	font-family: 'Playfair Display', serif;
	font-size: 3rem; color: var(--rose); opacity: 0.35;
	font-style: italic; line-height: 1; margin-bottom: 10px;
}
.promise-title { font-size: 1rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 10px; }
.promise-text { font-size: 0.83rem; color: var(--text-light); line-height: 1.75; margin-bottom: 0; }

/* =============================================
   SERVICE CARDS（TOP preview & Service page）
============================================= */
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card {
	background: var(--white); border-radius: var(--radius-md);
	overflow: hidden; border: 1.5px solid var(--border);
	transition: transform .3s, box-shadow .3s;
	position: relative; display: flex; flex-direction: column;
}
.service-card::before {
	content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
	background: linear-gradient(90deg, var(--peach), var(--rose));
	transform: scaleX(0); transform-origin: left;
	transition: transform .35s; z-index: 2;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-card:hover::before { transform: scaleX(1); }
.service-photo { aspect-ratio: 5/3; position: relative; overflow: hidden; background: var(--blush); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.service-card:hover .service-photo img { transform: scale(1.05); }
.service-body { padding: 24px 24px 28px; text-align: center; flex: 1; display: flex; flex-direction: column; }
.service-name { font-size: 1.05rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 8px; }
.service-badge {
	display: inline-block; font-size: .7rem; font-weight: 700;
	color: var(--rose); background: var(--blush);
	padding: 3px 14px; border-radius: 20px;
	margin: 0 auto 12px; letter-spacing: .05em;
}
.service-desc { font-size: .83rem; color: var(--text-light); line-height: 1.85; margin-top: auto; }
.section-cta { text-align: center; margin-top: 40px; }

/* =============================================
   NEWS LIST（TOP & News page）
============================================= */
.news-list { display: flex; flex-direction: column; gap: 10px; }
.news-item a {
	display: flex; align-items: center; gap: 18px;
	background: var(--white); border-radius: var(--radius-sm);
	padding: 16px 22px; border: 1.5px solid var(--border);
	transition: background 0.2s, transform 0.2s; cursor: pointer;
}
.news-item a:hover { background: var(--blush); transform: translateX(4px); }
.news-date { font-size: 0.78rem; color: var(--text-light); white-space: nowrap; width: 90px; flex-shrink: 0; }
.news-tag {
	font-size: 0.7rem; font-weight: 700;
	color: var(--rose); background: var(--blush);
	padding: 3px 12px; border-radius: 20px; white-space: nowrap; flex-shrink: 0;
}
.news-title { font-size: 0.88rem; color: var(--text); line-height: 1.5; }
.news-arrow { margin-left: auto; color: var(--peach); font-size: 1rem; flex-shrink: 0; }
.sticky-label {
	display: inline-block; margin-left: 8px;
	padding: 2px 6px; font-size: 12px; line-height: 1.4;
	border: 1px solid #cc0000; color: #cc0000;
	border-radius: 4px; vertical-align: middle;
}
@media (max-width: 767px) {
	.news-item a { flex-wrap: wrap; gap: 8px 12px; padding: 14px 16px; }
	.news-date { width: auto; font-size: 0.72rem; }
	.news-tag { font-size: 0.66rem; padding: 2px 10px; }
	.news-title { width: 100%; order: 3; font-size: 0.84rem; line-height: 1.6; }
	.news-arrow { margin-left: auto; }
}

/* =============================================
   POST（前の記事・次の記事）
============================================= */
.vk_posts.next-prev {
	display: flex !important; flex-wrap: nowrap;
	gap: 16px !important;
	margin: 48px 0 32px !important;
	padding: 32px 0 0 !important;
	border-top: 1px solid rgba(74,55,40,0.15);
}
.vk_posts.next-prev .next-prev-prev,
.vk_posts.next-prev .next-prev-next {
	flex: 1 1 0 !important;
	display: flex !important; flex-direction: column !important;
	align-items: flex-start !important;
	padding: 20px 24px !important; margin: 0 !important;
	background: #ffffff !important;
	border: 1px solid rgba(74,55,40,0.15) !important;
	border-radius: 14px !important;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	min-height: 88px;
	position: relative !important; cursor: pointer;
}
.vk_posts.next-prev .next-prev-next { align-items: flex-end !important; }
.vk_posts.next-prev .next-prev-prev:hover,
.vk_posts.next-prev .next-prev-next:hover {
	background: #faf6f2 !important;
	box-shadow: 0 6px 20px rgba(74,55,40,0.10) !important;
	transform: translateY(-2px);
	border-color: rgba(74,55,40,0.28) !important;
}
.vk_posts.next-prev .next-prev-prev::before,
.vk_posts.next-prev .next-prev-prev::after,
.vk_posts.next-prev .next-prev-next::before,
.vk_posts.next-prev .next-prev-next::after {
	font-family: inherit !important;
	font-size: 0.7rem !important; font-weight: 700 !important;
	color: #b5977e !important; letter-spacing: 0.08em !important;
	white-space: nowrap; display: block !important;
	width: auto !important; height: auto !important;
	background: none !important; border: none !important; position: static !important;
}
.vk_posts.next-prev .next-prev-prev::before { content: "← 前の記事" !important; margin-bottom: 8px; }
.vk_posts.next-prev .next-prev-prev::after  { content: none !important; display: none !important; }
.vk_posts.next-prev .next-prev-next::before { content: "次の記事 →" !important; margin-bottom: 8px; text-align: right; }
.vk_posts.next-prev .next-prev-next::after  { content: none !important; display: none !important; }
.vk_posts.next-prev .postListText_title {
	order: 1; margin: 0 0 5px !important;
	font-size: 0.93rem !important; line-height: 1.55 !important; text-align: left;
}
.vk_posts.next-prev .next-prev-next .postListText_title { text-align: right; }
.vk_posts.next-prev .postListText_title a { color: #4a3728 !important; text-decoration: none !important; font-weight: 500 !important; }
.vk_posts.next-prev .postListText_title a::after {
	content: "" !important; position: absolute !important; inset: 0 !important;
	z-index: 1 !important; border-radius: 14px !important; display: block !important;
}
.vk_posts.next-prev .postListText_date {
	order: 2; display: block !important;
	font-size: 0.75rem !important; color: #b5977e !important; text-align: left;
}
.vk_posts.next-prev .next-prev-next .postListText_date { text-align: right; }
.vk_posts.next-prev .vk_post .fa,
.vk_posts.next-prev .vk_post [class*="fa-"],
.vk_posts.next-prev .vk_post i { display: none !important; }
.entry-meta-item-updated,
.entry-meta-item-author { display: none; }
@media (max-width: 767px) {
	.vk_posts.next-prev {
		flex-direction: column !important; flex-wrap: wrap !important;
		gap: 10px !important; margin: 32px 0 24px !important; padding-top: 24px !important;
	}
	.vk_posts.next-prev .next-prev-prev,
	.vk_posts.next-prev .next-prev-next {
		flex: 0 0 100% !important; width: 100% !important;
		align-items: flex-start !important;
		padding: 16px 20px !important; min-height: 70px;
	}
	.vk_posts.next-prev .next-prev-next { align-items: flex-end !important; }
}

/* =============================================
   CTA BAND
============================================= */
.cta-band {
	background: var(--warm-brown) url('/wp-content/uploads/2026/05/cta-bg.webp') center/cover;
	padding: 88px 48px; text-align: center;
	position: relative; overflow: hidden;
}
.cta-band::before {
	content: ''; position: absolute; inset: 0;
	background: rgba(122,79,58,.85); z-index: 1;
}
.cta-band::after {
	content: ''; position: absolute; inset: 0;
	background:
		radial-gradient(ellipse at 25% 50%, rgba(248,196,160,.12) 0%, transparent 55%),
		radial-gradient(ellipse at 75% 50%, rgba(200,235,224,.1)  0%, transparent 55%);
	z-index: 2; pointer-events: none;
}
.cta-band-inner { position: relative; z-index: 3; max-width: 680px; margin: 0 auto; }
.cta-band h2 {
	font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 700;
	color: var(--cream); margin-bottom: 14px; line-height: 1.4;
}
.cta-band h2 em { font-family: 'Playfair Display', serif; font-style: italic; color: var(--peach); }
.cta-band p { color: rgba(255,248,240,.65); font-size: .92rem; margin-bottom: 36px; line-height: 1.8; }
.cta-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-band .btn-primary { background: var(--peach); color: var(--warm-brown); box-shadow: 0 6px 24px rgba(0,0,0,.2); }
.cta-band .btn-primary:hover { background: var(--blush); }
.cta-band .btn-outline { color: var(--cream); border-color: rgba(255,248,240,.4); }
.cta-band .btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--cream); }

/* =============================================
   FLOAT CTA BAND
============================================= */
.float-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
	z-index: 5;
	background: var(--text);
}
.float-cta .btn-outline {
	background-color: var(--cream);
	color: var(--text);
}

/* =============================================
   FOOTER
============================================= */
.site-footer { background: var(--text); color: rgba(255,248,240,0.55); padding: 52px 48px 70px; }
.footer-inner {
	max-width: 1100px; margin: 0 auto;
	align-items: start;
	border-bottom: 1px solid rgba(255,248,240,0.08);
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 15px;
}
.footer-brand .nav-logo { color: var(--cream); margin-bottom: 12px; }
.footer-brand .nav-logo .logo-sub { color: var(--peach); }
.footer-brand p { font-size: 0.8rem; line-height: 1.8; }
#menu-footer_nav { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
#menu-footer_nav a { font-size: 0.8rem; color: rgba(255,248,240,0.45); transition: color 0.2s; padding: 0; }
#menu-footer_nav a:hover { color: var(--peach); }
.footer-copy { text-align: center; font-size: 0.74rem; }
.footer-copy p:last-child { margin-top: 4px; opacity: 0.6; font-size: 0.68rem; }
.page_top_btn { box-shadow: none; border-radius: 5px; bottom: 6%; }

/* =============================================
   PAGE-SPECIFIC: SHOP
============================================= */
.shop-card { padding: 40px; }
.shop-header { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.shop-icon {
	width: 52px; height: 52px; border-radius: 16px;
	background: linear-gradient(135deg, var(--blush), var(--mint));
	display: flex; align-items: center; justify-content: center;
	font-size: 1.5rem; flex-shrink: 0;
}
.shop-card h2 { font-size: 1.2rem; font-weight: 700; color: var(--warm-brown); }
.shop-card h2 small { display: block; font-size: 0.72rem; color: var(--sage); font-weight: 500; letter-spacing: 0.1em; }
.exterior { border-radius: var(--radius-md); overflow: hidden; margin-bottom: 1rem; }
.info-table { width: 100%; border-collapse: collapse; border: none; }
.info-table, .info-table tbody, .info-table tbody th, .info-table tbody td { border: none; }
.info-table tr { border-bottom: 1px solid var(--border); }
.info-table tr:last-child { border-bottom: none; }
.info-table th {
	text-align: left; padding: 11px 0;
	font-size: 0.78rem; font-weight: 700; color: var(--text-light);
	width: 110px; vertical-align: top;
}
.info-table td { padding: 11px 0; font-size: 0.88rem; color: var(--text); vertical-align: top; line-height: 1.6; }
.info-table a { color: var(--rose); }
.mascot-box {
	background: linear-gradient(135deg, var(--blush), var(--mint));
	border-radius: var(--radius-md);
	padding: 28px; margin-bottom: 32px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.mascot-img { margin-bottom: 12px; }
.mascot-img img {
	width: 200px; height: 200px; border-radius: 500px;
	object-fit: cover; display: block; margin: 0 auto;
}
.mascot-name { font-size: 1.1rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 6px; }
.mascot-desc { color: var(--text-light); line-height: 1.8; margin-bottom: 0; }
.access-box {
	background: var(--cream); border-radius: var(--radius-sm);
	padding: 20px; margin-top: 20px;
	border: 1px dashed var(--peach);
	display: flex; align-items: flex-start; gap: 12px;
}
.access-map {
	background: var(--cream);
	border-radius: var(--radius-sm); height: 280px;
	display:flex; align-items:center; justify-content:center;
	flex-direction:column; gap:12px;
	border: 2px dashed rgba(232,137,106,0.25);
}
.access-icon { font-size: 1.5rem; flex-shrink: 0; }
.access-text { font-size: 0.83rem; color: var(--text-light); line-height: 1.8; }
.access-text strong { color: var(--warm-brown); display: block; margin-bottom: 4px; }

/* =============================================
   PAGE-SPECIFIC: SERVICE
============================================= */
.service-detail-grid {
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 48px;
}
.service-detail-card {
	background: var(--white); border-radius: var(--radius-md); padding: 28px;
	border: 1.5px solid var(--border);
	display: flex; gap: 18px; align-items: flex-start;
	transition: box-shadow 0.2s;
}
.service-detail-card:hover { box-shadow: var(--shadow-md); }
.sdcard-icon,
.service-icon {
	display: flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; border-radius: 50%;
	background: #f3f0ea; color: #7d6b5d;
	font-size: 20px; line-height: 1; flex-shrink: 0;
}
.sdcard-body h3 { font-size: 1rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 6px; }
.sdcard-body p { font-size: 0.82rem; color: var(--text-light); line-height: 1.7; margin-bottom: 0; }
.notice-box {
	background: var(--blush); border-radius: var(--radius-md); padding: 32px 36px;
	border-left: 4px solid var(--rose); margin-bottom: 32px;
}
.notice-box h3 {
	font-size: 1rem; font-weight: 700; color: var(--warm-brown);
	margin-bottom: 18px; display: flex; align-items: center; gap: 8px;
}
.notice-box h3 i { margin-right: .4em; color: #7d6b5d; }
.notice-list {
	list-style: none; display: flex; flex-direction: column; gap: 10px;
	margin-bottom: 0; padding-left: 0;
}
.notice-list li {
	font-size: 0.85rem; color: var(--text); line-height: 1.7;
	padding-left: 20px; position: relative;
	margin-top: 0; margin-bottom: 0;
}
.notice-list li::before {
	content: '\f1b0'; font-family: "Font awesome 7 free";
	position: absolute; font-weight: 600;
	left: 0; top: 1px; font-size: 0.7rem;
}
.license-box {
	background: var(--white); border-radius: var(--radius-sm); padding: 22px 28px;
	border: 1.5px solid var(--border); font-size: 0.8rem; color: var(--text-light); line-height: 1.9;
}
.license-box strong { color: var(--warm-brown); }
.flow-step { display: flex; gap: 24px; position: relative; padding-bottom: 32px; }
.flow-step:last-child { padding-bottom: 0; }
.flow-num {
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--rose); color: white;
	display: flex; align-items: center; justify-content: center;
	font-size: 0.9rem; font-weight: 700; flex-shrink: 0;
	position: relative; z-index: 1;
}
.flow-step:not(:last-child) .flow-num::after {
	content: ''; position: absolute; top: 44px; left: 50%; transform: translateX(-50%);
	width: 2px; height: calc(100% + 32px - 44px);
	background: linear-gradient(to bottom, var(--peach), var(--mint));
}
.flow-body { padding-top: 10px; }
.flow-body h3 { font-size: 1rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 6px; }
.flow-body p { font-size: 0.85rem; color: var(--text-light); line-height: 1.75; }

/* =============================================
   PAGE-SPECIFIC: GALLERY
============================================= */
.top-gallery-item a img {
	aspect-ratio: 1 / 1; object-fit: cover;
	border-radius: 15px; width: 100%;
}
.gallery-grid-full {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.gallery-item-full {
	border-radius: var(--radius-md); overflow: hidden;
	position: relative; aspect-ratio: 1;
	cursor: pointer;
	background: linear-gradient(135deg, var(--blush), var(--mint));
}
.gallery-item-full img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 0.4s, filter 0.4s;
}
.gallery-item-full:hover img { transform: scale(1.07); filter: brightness(0.82); }
.gallery-item-full .g-overlay {
	position: absolute; inset: 0;
	background: rgba(122,79,58,0.45);
	display: inline-flex; align-items: center; justify-content: center;
	opacity: 0; transition: opacity 0.3s; font-size: 2.5rem;
}
.gallery-item-full:hover .g-overlay { opacity: 1; }
.gallery-item-full.large { grid-column: span 2; aspect-ratio: 2/1; }
@media (max-width: 700px) {
	.gallery-grid-full { grid-template-columns: 1fr 1fr; }
	.gallery-item-full.large { grid-column: span 2; aspect-ratio: 16/9; }
}
@media (max-width: 480px) {
	.gallery-item-full.large { grid-column: span 1; aspect-ratio: 4/3; }
}

/* =============================================
   PAGE-SPECIFIC: NEWS
============================================= */
.news-article {
	background: var(--white); border-radius: var(--radius-md);
	padding: 40px; border: 1.5px solid var(--border);
	margin-bottom: 16px; transition: box-shadow 0.2s;
	width: 100%; display: block;
}
.news-article:hover { box-shadow: var(--shadow-md); }
.news-article-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.news-article-date { font-size: 0.78rem; color: var(--text-light); }
.news-article h2 { font-size: 1.05rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 10px; }
.news-article p { font-size: 0.87rem; color: var(--text-light); line-height: 1.8; }
.news-article .read-more {
	color: var(--rose); font-size: 0.82rem; font-weight: 700;
	margin-top: 14px; display: inline-flex; align-items: center; gap: 4px;
}
.news-article.is-sticky { border: 2px solid #d4a017; background: #fffaf0; }
.news-sticky-label {
	display: inline-block; padding: 0.2em 0.6em;
	font-size: 0.75rem; font-weight: bold;
	color: #fff; background: #d4a017;
	border-radius: 999px; margin-left: 0.5em;
}

/* =============================================
   SERVICE PAGE（料金表）
============================================= */
.section--alt { background: var(--white); }
.anchor-nav { padding: 36px 48px 36px; }
.anchor-nav-inner {
	max-width: 780px; margin: 0 auto;
	display: grid; grid-template-columns: repeat(3,1fr); gap: 14px;
}
.anchor-nav a {
	display: flex; align-items: center; justify-content: center; gap: 12px;
	padding: 18px 16px;
	background: var(--white); border: 1.5px solid var(--border);
	border-radius: var(--radius-sm); color: var(--warm-brown); font-weight: 700;
	transition: transform .2s, box-shadow .2s, background .2s;
}
.anchor-nav a:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); background: var(--blush); }
.anchor-nav .num { font-family: 'Playfair Display',serif; font-style: italic; color: var(--rose); font-size: 1.3rem; line-height: 1; }
.anchor-nav .label { font-size: .92rem; }
.sdcard-badge {
	display: inline-block; font-size: .68rem; font-weight: 700;
	color: var(--rose); background: var(--blush);
	padding: 2px 12px; border-radius: 20px; margin-bottom: 8px; letter-spacing: .1em;
}
.filter { display: flex; gap: 14px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.filter-search { position: relative; flex: 1; min-width: 240px; }
.filter-search input {
	width: 100%; padding: 13px 18px 13px 44px;
	border: 1.5px solid var(--border); border-radius: 50px;
	background: var(--white); color: var(--text);
	font-family: inherit; font-size: .88rem; font-weight: 500;
	transition: border-color .2s;
}
.filter-search input::placeholder { color: var(--text-light); font-weight: 400; }
.filter-search input:focus { outline: none; border-color: var(--rose); }
.filter-search::before {
	content: ""; position: absolute; left: 18px; top: 50%;
	width: 14px; height: 14px; margin-top: -7px;
	background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239A7C68' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><path d='M21 21l-4.3-4.3'/></svg>");
}
.filter-tabs {
	display: flex; gap: 4px; padding: 4px;
	background: var(--white); border: 1.5px solid var(--border); border-radius: 50px;
}
.filter-tabs button {
	padding: 9px 18px; font-size: .82rem;
	background: transparent; border: none;
	color: var(--text-light); font-family: inherit;
	font-weight: 700; letter-spacing: .04em;
	border-radius: 50px; cursor: pointer; transition: all .2s;
}
.filter-tabs button:hover { color: var(--rose); }
.filter-tabs button.is-active { background: var(--blush); color: var(--rose); }
.price-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.price-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.price-table thead th {
	background: var(--blush); padding: 16px 22px; text-align: left;
	font-weight: 700; font-size: .78rem; letter-spacing: .1em; color: var(--warm-brown);
}
.price-table thead th.is-num { text-align: right; width: 170px; }
.price-table tbody td { padding: 18px 22px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table tbody tr:hover { background: var(--cream); }
.price-table tbody td.is-num { text-align: right; white-space: nowrap; font-weight: 700; font-size: .98rem; color: var(--warm-brown); }
.price-table tbody td.is-num.is-empty { font-weight: 500; font-size: .78rem; color: var(--text-light); }
.price-table .breed { color: var(--text); font-weight: 500; font-size: .9rem; }
.price-table .breed small { display: block; margin-top: 3px; font-size: .72rem; font-weight: 400; color: var(--text-light); }
.no-results { display: none; padding: 48px 12px; text-align: center; color: var(--text-light); font-size: .85rem; }
.no-results.is-show { display: block; }
.section-note { margin-top: 22px; padding: 0 4px; font-size: .78rem; color: var(--text-light); line-height: 1.9; }
.section-note p { margin-bottom: 4px; padding-left: 14px; position: relative; }
.section-note p::before { content: "※"; position: absolute; left: 0; color: var(--rose); }
.option-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.option-card {
	background: #fff; border: 1.5px solid var(--border);
	border-radius: var(--radius-md); padding: 28px;
	display: flex; flex-direction: column; transition: box-shadow .2s;
}
.option-card:hover { box-shadow: var(--shadow-md); }
.option-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.option-icon {
	display: flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; flex-shrink: 0;
	border-radius: 50%; background: #f3f0ea; color: #7d6b5d;
	font-size: 20px; line-height: 1;
}
.option-title { font-size: 1.05rem; font-weight: 700; color: var(--warm-brown); margin-bottom: 0; }
.option-desc { font-size: .85rem; color: var(--text-light); line-height: 1.85; margin-bottom: 14px; }
.option-sub {
	font-size: .74rem; color: var(--text-light); line-height: 1.7;
	background: var(--cream); border: 1px dashed var(--peach);
	border-radius: var(--radius-sm); padding: 10px 14px; margin-bottom: 16px;
}
.option-prices {
	margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border);
	display: grid; grid-template-columns: repeat(3,1fr); gap: 8px;
}
.option-price { text-align: center; }
.option-price-label { margin-bottom: 4px; font-size: .7rem; font-weight: 500; letter-spacing: .05em; color: var(--text-light); }
.option-price-value { font-size: 1rem; font-weight: 700; color: var(--warm-brown); }
.same-day-banner {
	display: flex; align-items: center; gap: 14px;
	margin-bottom: 28px; padding: 20px 26px;
	background: linear-gradient(135deg, var(--blush), var(--mint));
	border-radius: var(--radius-md);
	font-size: .88rem; font-weight: 500; line-height: 1.7; color: var(--warm-brown);
}
.same-day-banner i { font-size: 1.1rem; color: var(--rose-deep); line-height: 1; }
.single-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.single-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.single-table thead th {
	background: var(--blush); padding: 16px 22px; text-align: left;
	font-weight: 700; font-size: .78rem; letter-spacing: .1em; color: var(--warm-brown);
}
.single-table thead th.is-num { text-align: right; width: 150px; }
.single-table tbody td { padding: 20px 22px; border-bottom: 1px solid var(--border); vertical-align: top; }
.single-table tbody tr:last-child td { border-bottom: none; }
.single-table tbody td.is-num { text-align: right; white-space: nowrap; font-weight: 700; font-size: .98rem; color: var(--warm-brown); }
.single-table tbody td.is-num.is-empty { font-weight: 500; font-size: .78rem; color: var(--text-light); }
.single-item { display: flex; flex-direction: column; gap: 6px; }
.single-item-name { font-size: .92rem; font-weight: 700; color: var(--warm-brown); }
.single-item-desc { font-size: .78rem; font-weight: 400; color: var(--text-light); line-height: 1.75; }
.badge-included {
	align-self: flex-start; display: inline-block; margin-top: 2px; padding: 3px 12px;
	background: var(--mint); color: var(--sage-deep);
	border-radius: 20px; font-size: .68rem; font-weight: 700; letter-spacing: .05em;
}

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 991px) {
	.header_scrolled .site-header { display: none; }
	.nav-links { display: none; }
	.nav-hamburger { display: flex; }
	.section { padding: 64px 24px; }
	.concept-grid { grid-template-columns: 1fr; gap: 32px; }
	.promise-grid { grid-template-columns: 1fr; gap: 16px; }
	.service-grid { grid-template-columns: 1fr; }
	.shop-grid { grid-template-columns: 1fr; }
	.service-detail-grid { grid-template-columns: 1fr; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.page-header { padding: 110px 24px 48px; }
	.promise-strip { padding: 48px 28px; }
	.cta-band { padding: 64px 24px; }
	.site-footer { padding: 48px 24px 60px; }
	.footer-inner { grid-template-columns: 1fr; }
	#menu-footer_nav { align-items: flex-start; }
	.anchor-nav { padding: 32px 24px 0; }
	.anchor-nav-inner { grid-template-columns: 1fr; gap: 10px; }
	.anchor-nav a { padding: 14px; }
	.option-grid { grid-template-columns: 1fr; gap: 14px; }
	.filter { flex-direction: column; align-items: stretch; }
	.filter-tabs { width: 100%; justify-content: space-between; }
	.filter-tabs button { flex: 1; padding: 9px 6px; font-size: .78rem; }
	.price-table thead,
	.single-table thead { display: none; }
	.price-table, .price-table tbody, .price-table tr, .price-table td,
	.single-table, .single-table tbody, .single-table tr, .single-table td { display: block; width: 100%; }
	.price-table tbody tr,
	.single-table tbody tr { padding: 16px 18px; border-bottom: 1px solid var(--border); }
	.price-table tbody tr:last-child,
	.single-table tbody tr:last-child { border-bottom: none; }
	.price-table tbody td,
	.single-table tbody td { border: none; padding: 3px 0; }
	.price-table tbody td.is-num,
	.single-table tbody td.is-num {
		display: flex; justify-content: space-between;
		text-align: left; font-size: .88rem; margin-top: 4px;
	}
	.price-table tbody td.is-num::before,
	.single-table tbody td.is-num::before { content: attr(data-label); font-size: .72rem; font-weight: 500; color: var(--text-light); }
	.mascot-box {
		flex-wrap: wrap;
	}
	.mascot-img {
		display: block;
		width: 100%;
	}
	.mascot-inner {
		text-align: center;
	}
}

@media (max-width: 560px) {
	.gallery-grid { grid-template-columns: 1fr; }
	.news-item a { flex-wrap: wrap; gap: 8px; }
	.news-date { width: auto; }
	.float-cta .btn {
		font-size: 1.1rem;
	}
	.float-cta .text {
		display: none;
	}
}