/* ==========================================================================
   Tenguya テーマ スタイルシート — Direction 1C クリーン・ミニマル
   白基調 × 藍、余白と可読性を重視した親しみやすい上質さ。
   Breakpoints: Mobile <640px / Tablet 640-1023px / Desktop >=1024px
   ========================================================================== */

:root {
	--t-bg: #FBFAF7;
	--t-bg-footer: #F2EFE7;
	--t-card: #FFFFFF;
	--t-primary: #26355A;
	--t-primary-hover: #1C2949;
	--t-text: #20242C;
	--t-body: #5F6068;
	--t-sub: #7A7B82;
	--t-label: #9A94A0;
	--t-chip-bg: #EAEEF6;
	--t-line-table: #F0ECE2;
	--t-line-card: #EDE8DC;
	--t-line-header: #EFEBE1;
	--t-line-footer: #E2DCCD;
	--t-ghost-border: #DDD8CC;
	--t-line-green: #06C755;
	--t-line-green-dark: #06B24C;
	--t-photo-stripe: repeating-linear-gradient(45deg, #EEEAE0 0 12px, #F4F1E9 12px 24px);
	--t-card-shadow: 0 4px 30px -18px rgba(38, 53, 90, 0.28);
	--t-font: "Noto Sans JP", sans-serif;
	--t-font-serif: "Noto Sans JP", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--t-font);
	color: var(--t-text);
	background: var(--t-bg);
	line-height: 2;
	font-size: 15px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--t-primary);
}

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}

.skip-link:focus {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: var(--t-primary);
	color: #fff;
	padding: 0.75em 1em;
	clip: auto;
	width: auto;
	height: auto;
}

.section-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 48px;
}

.section-title {
	font-weight: 900;
	font-size: 26px;
	color: var(--t-text);
	margin: 0 0 6px;
	line-height: 1.5;
}

.section-title-bar {
	width: 44px;
	height: 3px;
	background: var(--t-primary);
	border-radius: 2px;
	margin-bottom: 28px;
}

/* ---------- 写真プレースホルダ ---------- */
.is-placeholder {
	background: var(--t-photo-stripe);
	display: flex;
	align-items: center;
	justify-content: center;
}

.photo-placeholder__label {
	font-family: monospace;
	font-size: 13px;
	color: #A0997F;
	letter-spacing: 0.1em;
}

/* ---------- ヘッダー ---------- */
.site-header {
	background: rgba(251, 250, 247, 0.92);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--t-line-header);
	position: sticky;
	top: 0;
	z-index: 100;
}

.site-header__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px clamp(20px, 3.5vw, 48px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(12px, 2vw, 16px);
}

.site-branding a,
.site-branding__link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var(--t-primary);
}

.site-branding__mark {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	display: block;
	flex-shrink: 0;
}

.site-branding__text {
	line-height: 1.15;
}

.site-title {
	display: block;
	font-weight: 700;
	font-size: 17px;
	color: var(--t-primary);
}

.site-label {
	display: block;
	font-family: var(--t-font-serif);
	font-size: 9px;
	letter-spacing: 0.22em;
	color: var(--t-label);
}

.menu-toggle {
	display: none;
	position: relative;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	flex-direction: column;
	gap: 5px;
}

/* 見た目（サイズ・余白）を変えずにタップ領域を44x44px以上に拡張 */
.menu-toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	transform: translate(-50%, -50%);
}

.menu-toggle__bar {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--t-primary);
	border-radius: 2px;
}

.primary-navigation {
	display: flex;
	align-items: center;
	gap: clamp(8px, 1.4vw, 30px);
	min-width: 0;
}

.primary-menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: clamp(8px, 1.4vw, 30px);
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
	min-width: 0;
}

.primary-menu a {
	font-size: clamp(12px, 0.95vw, 14px);
	font-weight: 500;
	color: #4A4B52;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.primary-menu a:hover {
	color: var(--t-primary);
}

.header-cta {
	font-size: clamp(12px, 0.95vw, 14px);
	font-weight: 700;
	color: #fff;
	background: var(--t-primary);
	text-decoration: none;
	padding: 11px clamp(10px, 1.4vw, 22px);
	border-radius: 11px;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.header-cta:hover {
	background: var(--t-primary-hover);
}

/* ---------- ヒーロー ---------- */
.hero__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 72px 48px 64px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.hero__chip {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: var(--t-primary);
	background: var(--t-chip-bg);
	padding: 7px 16px;
	border-radius: 100px;
	letter-spacing: 0.06em;
	margin: 0 0 26px;
	line-height: 1.6;
}

.hero__title {
	font-weight: 900;
	font-size: 52px;
	line-height: 1.4;
	color: var(--t-text);
	margin: 0 0 24px;
	letter-spacing: 0.01em;
}

.hero__lead {
	font-size: 16px;
	line-height: 2;
	color: var(--t-body);
	margin: 0 0 36px;
	max-width: 440px;
}

.hero__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.hero__actions .button {
	min-width: 210px;
	text-align: center;
}

.hero__photo {
	height: 460px;
	border-radius: 24px;
	overflow: hidden;
}

.hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---------- ボタン ---------- */
.button {
	display: inline-block;
	padding: 17px 34px;
	border-radius: 14px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.button--primary {
	background: var(--t-primary);
	color: #fff;
}

.button--primary:hover {
	background: var(--t-primary-hover);
}

.button--ghost {
	background: #fff;
	border: 1.5px solid var(--t-ghost-border);
	color: var(--t-primary);
}

.button--ghost:hover {
	border-color: var(--t-primary);
}

/* 旧テンプレート互換（下層ページの outline ボタン） */
.button--outline {
	background: #fff;
	border: 1.5px solid var(--t-ghost-border);
	color: var(--t-primary);
	padding: 15px 30px;
	font-size: 15px;
}

.button--outline:hover {
	border-color: var(--t-primary);
}

.button--line {
	background: var(--t-line-green);
	color: #fff;
}

.button--line:hover {
	background: var(--t-line-green-dark);
}

/* ---------- 店舗情報 ---------- */
.store-section .section-inner {
	padding-top: 24px;
}

.store-info-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 32px;
	align-items: stretch;
}

.store-photo {
	border-radius: 20px;
	min-height: 280px;
	overflow: hidden;
}

.store-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.store-details {
	margin: 0;
	background: var(--t-card);
	border-radius: 20px;
	padding: 10px 30px;
	box-shadow: var(--t-card-shadow);
}

.store-details__row {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid var(--t-line-table);
}

.store-details__row:last-child {
	border-bottom: none;
}

.store-details__row dt {
	flex: 0 0 110px;
	font-size: 13px;
	font-weight: 700;
	color: var(--t-label);
}

.store-details__row dd {
	margin: 0;
	flex: 1;
	font-size: 15px;
	color: #3A3D45;
	line-height: 1.7;
}

.store-details__row--phone {
	align-items: center;
}

.store-details__row--phone dd,
.store-details__row--phone dd a {
	font-size: 20px;
	color: var(--t-primary);
	font-weight: 700;
	text-decoration: none;
}

/* タップ領域を縦44px相当に拡張しつつ、padding分をmarginで相殺して周囲の余白を維持 */
.store-details__row--phone dd a {
	display: inline-block;
	padding: 12px 0;
	margin: -12px 0;
}

/* ---------- 取扱校バンド ---------- */
.schools-band {
	background: var(--t-primary);
	padding: 56px 48px;
}

.schools-band__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: center;
}

.schools-band__title {
	font-weight: 900;
	font-size: 26px;
	color: #fff;
	margin: 0 0 14px;
}

.schools-band__lead {
	font-size: 15px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
	max-width: 640px;
}

.schools-band__cta {
	white-space: nowrap;
	padding: 16px 34px;
	background: #fff;
	color: var(--t-primary);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border-radius: 100px;
	transition: transform 0.2s ease;
}

.schools-band__cta:hover {
	transform: translateY(-2px);
}

/* ---------- 予約 + LINE カード ---------- */
.cta-grid {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.reservation-card {
	background: var(--t-card);
	border: 1px solid var(--t-line-card);
	border-radius: 20px;
	padding: 32px;
	display: flex;
	gap: 20px;
	align-items: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reservation-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--t-card-shadow);
}

.reservation-card__date {
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: var(--t-chip-bg);
	color: var(--t-primary);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex-shrink: 0;
}

.reservation-card__month {
	font-size: 10px;
	font-weight: 700;
}

.reservation-card__day {
	font-size: 26px;
	font-weight: 900;
}

.reservation-card__body {
	flex: 1;
}

.reservation-card__title {
	font-weight: 700;
	font-size: 18px;
	color: var(--t-text);
	margin: 0 0 6px;
	line-height: 1.5;
}

.reservation-card__note {
	font-size: 13px;
	color: var(--t-sub);
	line-height: 1.7;
	margin: 0 0 14px;
}

.reservation-card__link {
	display: inline-block;
	padding: 11px 22px;
	background: var(--t-primary);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	border-radius: 100px;
	transition: background 0.2s ease;
}

.reservation-card:hover .reservation-card__link {
	background: var(--t-primary-hover);
}

.line-card {
	background: var(--t-line-green);
	border-radius: 20px;
	padding: 32px;
	display: flex;
	gap: 20px;
	align-items: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.line-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--t-card-shadow);
}

.line-card__icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.line-card__icon img {
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 14px;
	box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.35);
}

.line-card__body {
	flex: 1;
}

.line-card__title {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0 0 6px;
	line-height: 1.5;
}

.line-card__note {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.7;
	margin: 0 0 14px;
}

.line-card__button {
	display: inline-block;
	padding: 11px 22px;
	background: #fff;
	color: var(--t-line-green-dark);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	border-radius: 100px;
}

/* モバイル用のLINE全幅ボタン（デスクトップでは非表示） */
.line-cta-mobile {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 17px;
	background: var(--t-line-green);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border-radius: 16px;
}

/* ---------- ページ共通（下層） ---------- */
.page-hero {
	background: var(--t-bg);
	border-bottom: 1px solid var(--t-line-header);
}

.page-hero .section-inner {
	padding: 56px 48px 40px;
}

.page-hero p {
	max-width: 720px;
	color: var(--t-body);
	margin-bottom: 0;
}

.page-hero__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 16px;
}

.page-hero__line-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	background: var(--t-line-green);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 100px;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.page-hero__line-btn:hover {
	background: var(--t-line-green-dark);
}

.page-title {
	font-weight: 900;
	font-size: 34px;
	margin: 0 0 8px;
	color: var(--t-text);
	line-height: 1.5;
}

.page-title::after {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	background: var(--t-primary);
	border-radius: 2px;
	margin-top: 14px;
}

/* ---------- 投稿詳細（お知らせ・ブログ） ---------- */
.entry-title {
	font-weight: 900;
	font-size: clamp(24px, 6vw, 34px);
	margin: 0 0 8px;
	color: var(--t-text);
	line-height: 1.5;
	text-wrap: balance;
}

/* 本文カラムを可読幅に絞って中央寄せ（.section-inner の 1280px/48px 構造はそのまま） */
.single-post .entry-header,
.single-post .entry-thumbnail,
.single-post .entry-content,
.single-post .post-navigation {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.single-post .entry-header {
	margin-top: 0;
	margin-bottom: 32px;
}

.single-post .entry-date {
	font-size: 13px;
	color: var(--t-sub);
	margin: 8px 0 0;
}

.single-post .entry-thumbnail {
	margin-bottom: 32px;
}

.single-post .entry-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
}

.single-post .entry-content {
	color: var(--t-body);
	font-size: 15px;
	line-height: 1.95;
	margin-bottom: 48px;
}

.single-post .entry-content p {
	margin: 0 0 1.6em;
}

.single-post .entry-content h2 {
	font-size: 22px;
	font-weight: 900;
	color: var(--t-text);
	line-height: 1.6;
	margin: 2em 0 0.9em;
}

.single-post .entry-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--t-text);
	line-height: 1.6;
	margin: 1.8em 0 0.8em;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
	margin: 0 0 1.6em;
	padding-left: 1.4em;
}

.single-post .entry-content li {
	margin-bottom: 0.5em;
}

/* 絵文字（img.emoji）は本文中のインライン画像なので対象外にする */
.single-post .entry-content img:not(.emoji) {
	display: block;
	height: auto;
	border-radius: 20px;
	margin: 1.8em auto;
}

.single-post .entry-content a {
	color: var(--t-primary);
	text-decoration: underline;
}

.single-post .entry-content a:hover {
	color: var(--t-primary-hover);
}

.single-post .post-navigation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 20px;
	padding-top: 24px;
	border-top: 1px solid var(--t-line-header);
}

.single-post .post-navigation a {
	font-size: 14px;
	font-weight: 700;
	color: var(--t-primary);
	text-decoration: none;
}

.single-post .post-navigation a:hover {
	color: var(--t-primary-hover);
	text-decoration: underline;
}

.info-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--t-card);
	border-radius: 20px;
	box-shadow: var(--t-card-shadow);
	overflow: hidden;
}

.info-table th,
.info-table td {
	text-align: left;
	padding: 20px 30px;
	border-bottom: 1px solid var(--t-line-table);
}

.info-table tr:last-child th,
.info-table tr:last-child td {
	border-bottom: none;
}

.info-table th {
	width: 10rem;
	font-size: 13px;
	font-weight: 700;
	color: var(--t-label);
	white-space: nowrap;
	vertical-align: top;
}

.info-table td {
	font-size: 15px;
	color: #3A3D45;
}

.map-embed iframe {
	border-radius: 20px;
	box-shadow: var(--t-card-shadow);
	display: block;
}

/* ---------- 取扱校一覧（下層） ---------- */
.school-group {
	margin-bottom: 2.5rem;
}

.school-group__title {
	font-weight: 700;
	font-size: 19px;
	color: var(--t-text);
	border-left: 4px solid var(--t-primary);
	padding-left: 0.85rem;
	line-height: 1.6;
}

.school-group__list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	padding: 0;
}

.school-group__list a {
	display: block;
	padding: 14px 18px;
	background: var(--t-card);
	border-radius: 14px;
	text-decoration: none;
	border: 1px solid var(--t-line-card);
	font-size: 14px;
	color: #3A3D45;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.school-group__list a:hover {
	border-color: var(--t-primary);
	transform: translateY(-2px);
}

/* ---------- お知らせ（トップページ） ---------- */
.news-section {
	background: var(--t-card);
	border-top: 1px solid var(--t-line-header);
}

.news-section__more {
	display: table;
	margin: 32px auto 0;
	padding: 14px 32px;
	background: #fff;
	border: 1.5px solid var(--t-ghost-border);
	color: var(--t-primary);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	border-radius: 100px;
	transition: border-color 0.2s ease;
}

.news-section__more:hover {
	border-color: var(--t-primary);
}

/* ---------- カード（お知らせ一覧） ---------- */
.card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.card {
	background: var(--t-card);
	border: 1px solid var(--t-line-card);
	border-radius: 20px;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
	transform: translateY(-2px);
	box-shadow: var(--t-card-shadow);
}

.card__link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.card__thumb {
	aspect-ratio: 5 / 3;
	background: var(--t-photo-stripe);
	overflow: hidden;
}

.card__thumb img,
.card__thumb-placeholder svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card__body {
	padding: 20px 22px;
}

.card__date {
	font-size: 12px;
	color: var(--t-label);
	margin: 0 0 4px;
}

/* 20文字程度までのタイトルが1行に収まるサイズ。
   これより長い場合は自然に折り返し、balanceで行の長さを揃える。 */
.card__title {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--t-text);
	line-height: 1.6;
	text-wrap: balance;
}

.card__excerpt {
	font-size: 13px;
	color: var(--t-body);
	line-height: 1.9;
}

/* ---------- FAQ ---------- */
.faq-item {
	background: var(--t-card);
	border: 1px solid var(--t-line-card);
	border-radius: 18px;
	margin-bottom: 14px;
	overflow: hidden;
}

.faq-item__question {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
	text-align: left;
	background: none;
	border: none;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	padding: 20px 24px;
	cursor: pointer;
	color: var(--t-text);
}

.faq-item__q-mark,
.faq-item__a-mark {
	font-weight: 900;
	color: var(--t-primary);
	flex-shrink: 0;
}

.faq-item__answer {
	display: flex;
	gap: 1rem;
	padding: 0 24px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
	color: var(--t-body);
}

.faq-item__answer.is-open {
	max-height: 40rem;
	opacity: 1;
	padding: 0 24px 20px;
}

.faq-item__answer p {
	margin: 0;
	line-height: 2;
}

/* ---------- お問い合わせフォーム ---------- */
.contact-form-placeholder {
	background: var(--t-card);
	border: 1px dashed var(--t-ghost-border);
	border-radius: 18px;
	padding: 1.5rem;
}

.contact-form-wrap {
	background: var(--t-card);
	border-radius: 20px;
	padding: 40px;
	box-shadow: var(--t-card-shadow);
}

.contact-form-wrap .wpcf7-form p {
	margin: 0 0 1.5rem;
}

.contact-form-wrap .wpcf7-form label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--t-label);
	margin-bottom: 0.5rem;
}

.contact-form-wrap .wpcf7-form input[type="text"],
.contact-form-wrap .wpcf7-form input[type="tel"],
.contact-form-wrap .wpcf7-form input[type="email"],
.contact-form-wrap .wpcf7-form textarea {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid var(--t-line-card);
	border-radius: 12px;
	font-family: inherit;
	font-size: 15px;
	background: var(--t-bg);
	transition: border-color 0.2s ease;
}

.contact-form-wrap .wpcf7-form input[type="text"]:focus,
.contact-form-wrap .wpcf7-form input[type="tel"]:focus,
.contact-form-wrap .wpcf7-form input[type="email"]:focus,
.contact-form-wrap .wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--t-primary);
	background: #fff;
}

.contact-form-wrap .wpcf7-form textarea {
	min-height: 8rem;
	resize: vertical;
}

.contact-form-wrap .wpcf7-form .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.contact-form-wrap .wpcf7-form .wpcf7-list-item {
	margin: 0;
}

.contact-form-wrap .wpcf7-form .wpcf7-list-item-label {
	margin-left: 0.4rem;
	font-weight: normal;
	color: var(--t-text);
	font-size: 14px;
}

.contact-form-wrap .wpcf7-form input[type="submit"] {
	display: inline-block;
	background: var(--t-primary);
	color: #fff;
	border: none;
	padding: 17px 40px;
	border-radius: 14px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease;
}

.contact-form-wrap .wpcf7-form input[type="submit"]:hover {
	background: var(--t-primary-hover);
}

.contact-form-wrap .wpcf7-form input[type="submit"]:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.contact-form-wrap .wpcf7-spinner {
	margin-left: 0.75rem;
}

.contact-form-wrap .wpcf7-not-valid-tip {
	color: #d94f4f;
	font-size: 0.85rem;
	margin-top: 0.4rem;
}

.contact-form-wrap .wpcf7-response-output {
	margin: 1.5rem 0 0;
	padding: 1rem 1.25rem;
	border-radius: 12px;
	border: 1px solid var(--t-line-card);
}

.contact-form-wrap form.sent .wpcf7-response-output {
	background: #eafff1;
	border-color: var(--t-line-green);
	color: #1a7a3f;
}

.contact-form-wrap form.invalid .wpcf7-response-output,
.contact-form-wrap form.unaccepted .wpcf7-response-output,
.contact-form-wrap form.failed .wpcf7-response-output {
	background: #fff0f0;
	border-color: #d94f4f;
	color: #b23a3a;
}

/* ---------- 予約・LINEページ（下層） ---------- */
.reservation-section,
.line-section {
	text-align: center;
}

.line-qr {
	max-width: 200px;
	margin: 0 auto 1.5rem;
}

.reservation-note,
.line-note {
	font-size: 0.85rem;
	color: var(--t-label);
	margin-top: 1rem;
}

.reservation-banner {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 24px 32px;
	border-radius: 20px;
	text-decoration: none;
	color: var(--t-text);
	background: var(--t-card);
	border: 1px solid var(--t-line-card);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	text-align: left;
}

.reservation-banner:hover {
	transform: translateY(-2px);
	box-shadow: var(--t-card-shadow);
}

.reservation-banner__text span {
	display: block;
	font-size: 13px;
	color: var(--t-sub);
}

.reservation-banner__note {
	margin-top: 0.35rem;
	font-weight: 700;
	color: var(--t-primary) !important;
}

.line-banner {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 24px 32px;
	border-radius: 20px;
	text-decoration: none;
	color: #fff;
	background: var(--t-line-green);
	transition: transform 0.2s ease;
}

.line-banner:hover {
	transform: translateY(-2px);
}

.line-banner__icon {
	font-size: 2rem;
}

.line-banner__text span {
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.9);
}

.line-button {
	background: var(--t-line-green);
	color: #fff !important;
	padding: 14px 28px;
	border-radius: 100px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	display: inline-block;
	transition: background 0.2s ease;
}

.line-button:hover {
	background: var(--t-line-green-dark);
}

/* ---------- 制服ページ ---------- */
.uniform-category {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--t-line-table);
}

.uniform-category__visual {
	flex: 0 0 120px;
	width: 120px;
}

.uniform-category__visual svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* ---------- フッター ---------- */
.site-footer {
	background: var(--t-bg-footer);
	margin-top: 2rem;
}

.site-footer__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 52px 48px 36px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 36px;
	border-bottom: 1px solid var(--t-line-footer);
}

.site-footer__logo-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.site-footer__mark {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: block;
	flex-shrink: 0;
}

.site-footer__name {
	font-weight: 700;
	font-size: 16px;
	color: var(--t-primary);
}

.site-footer__address {
	font-size: 13px;
	color: var(--t-sub);
	line-height: 1.9;
	margin: 0;
}

.site-footer__address a {
	color: inherit;
	text-decoration: none;
}

.site-footer__links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.site-footer__links a {
	font-size: 13px;
	color: var(--t-body);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__links a:hover {
	color: var(--t-primary);
}

.site-footer__copyright {
	margin: 20px 0 0;
	font-size: 11px;
	color: #B0AB9C;
	letter-spacing: 0.1em;
}

.empty-notice {
	text-align: center;
	color: var(--t-label);
}

/* ---------- 404 ---------- */
.error-404__lead {
	max-width: 640px;
	margin: 0 0 32px;
	color: var(--t-body);
	line-height: 1.9;
}

.error-404__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.error-404__note {
	font-size: 14px;
	color: var(--t-sub);
	line-height: 2;
	margin: 0;
}

.error-404__note a {
	color: var(--t-primary);
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	padding: 6px 0;
}

/* ==========================================================================
   レスポンシブ — Tablet 640-1023px
   ========================================================================== */
@media (max-width: 1023px) {
	.section-inner,
	.site-footer__inner {
		padding-left: 28px;
		padding-right: 28px;
	}

	.section-inner {
		padding-top: 44px;
		padding-bottom: 48px;
	}

	.site-header__inner {
		padding: 18px 28px;
	}

	/* ナビは畳んでハンバーガー + CTAのみ */
	.menu-toggle {
		display: flex;
		order: 3;
	}

	.primary-navigation {
		order: 2;
		gap: 16px;
		margin-left: auto;
	}

	.primary-navigation .primary-menu {
		display: none;
	}

	.primary-navigation.is-open {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--t-bg);
		border-bottom: 1px solid var(--t-line-header);
		flex-direction: column;
		align-items: stretch;
		padding: 12px 28px 20px;
		gap: 0;
	}

	.primary-navigation.is-open .primary-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		text-align: left;
		gap: 0;
		width: 100%;
	}

	.primary-navigation.is-open .primary-menu li {
		border-bottom: 1px solid var(--t-line-header);
	}

	.primary-navigation.is-open .primary-menu a {
		display: block;
		padding: 14px 4px;
	}

	.primary-navigation.is-open .header-cta {
		margin-top: 14px;
		text-align: center;
	}

	/* ヒーロー：縦積み・センター寄せ */
	.hero__inner {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 48px 28px 44px;
		text-align: center;
	}

	.hero__title {
		font-size: 40px;
		line-height: 1.45;
	}

	.hero__title br {
		display: inline;
	}

	.hero__lead {
		font-size: 15px;
		margin-left: auto;
		margin-right: auto;
		max-width: 520px;
	}

	.hero__actions {
		justify-content: center;
	}

	.button {
		padding: 15px 30px;
		font-size: 15px;
		border-radius: 13px;
	}

	.hero__photo {
		height: 320px;
		border-radius: 22px;
	}

	.section-title {
		font-size: 24px;
	}

	/* 店舗情報：縦積み */
	.store-info-grid {
		grid-template-columns: 1fr;
	}

	.store-photo {
		min-height: 240px;
	}

	.store-details {
		padding: 8px 26px;
	}

	.store-details__row {
		padding: 18px 0;
	}

	.store-details__row dt {
		flex-basis: 100px;
	}

	.store-details__row--phone dd,
	.store-details__row--phone dd a {
		font-size: 18px;
	}

	/* 取扱校バンド：センター寄せ縦積み */
	.schools-band {
		padding: 44px 28px;
		text-align: center;
	}

	.schools-band__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		justify-items: center;
	}

	.schools-band__title {
		font-size: 24px;
		margin-bottom: 14px;
	}

	.schools-band__lead {
		font-size: 14px;
		max-width: 520px;
	}

	.schools-band__cta {
		padding: 14px 32px;
		font-size: 14px;
	}

	/* 予約 + LINE：縦積み、LINEカードは全幅緑ボタンに簡略化 */
	.cta-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 40px 28px;
	}

	.reservation-card {
		padding: 24px;
		gap: 18px;
	}

	.reservation-card__date {
		width: 56px;
		height: 56px;
		border-radius: 15px;
	}

	.reservation-card__day {
		font-size: 22px;
	}

	.reservation-card__title {
		font-size: 16px;
	}

	.line-card {
		display: none;
	}

	.line-cta-mobile {
		display: flex;
	}

	/* 下層・その他 */
	.card-grid,
	.school-group__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.page-hero .section-inner {
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.page-title {
		font-size: 28px;
	}

	/* フッター：センター寄せ */
	.site-footer__inner {
		padding: 36px 28px;
		text-align: center;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-bottom: 24px;
	}

	.site-footer__logo-row {
		justify-content: center;
	}

	.site-footer__links {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0 12px;
		justify-content: center;
	}

	/* タップ領域を44px相当に拡張。gapを詰めた分をpaddingで補うので
	   リンク同士の見た目の間隔は従来どおり。 */
	.site-footer__links a {
		display: inline-block;
		padding: 10px 4px;
	}

	.site-footer__address a {
		display: inline-block;
		padding: 12px 2px;
	}
}

/* ==========================================================================
   レスポンシブ — Tablet横画面〜狭いデスクトップ 1024-1279px
   （2カラムのままだと hero__title が列幅に収まらず中途半端に折り返すため縮小）
   ========================================================================== */
@media (min-width: 1024px) and (max-width: 1279px) {
	.hero__title {
		font-size: 40px;
		line-height: 1.45;
	}
}

/* ==========================================================================
   レスポンシブ — Mobile <640px
   ========================================================================== */
@media (max-width: 639px) {
	.section-inner,
	.site-footer__inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.section-inner {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.site-header__inner {
		padding: 20px 24px;
	}

	/* モバイルはロゴ + ハンバーガーのみ（CTAはドロワー内） */
	.primary-navigation .header-cta {
		display: none;
	}

	.primary-navigation.is-open .header-cta {
		display: block;
	}

	.site-branding__mark {
		width: 32px;
		height: 32px;
		border-radius: 9px;
		font-size: 15px;
	}

	.site-title {
		font-size: 15px;
	}

	.site-label {
		display: none;
	}

	.menu-toggle__bar {
		width: 20px;
	}

	/* ヒーロー：左寄せ */
	.hero__inner {
		padding: 36px 24px 40px;
		gap: 14px;
		text-align: left;
	}

	.hero__chip {
		font-size: 11px;
		padding: 6px 14px;
		margin-bottom: 22px;
	}

	.hero__title {
		font-size: 30px;
		line-height: 1.5;
		margin-bottom: 18px;
	}

	.hero__title br {
		display: inline;
	}

	.hero__lead {
		font-size: 14px;
		margin: 0 0 28px;
		max-width: none;
	}

	.hero__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.hero__actions .button {
		text-align: center;
		padding: 16px;
		border-radius: 14px;
	}

	.hero__photo {
		height: 190px;
		border-radius: 20px;
	}

	.section-title {
		font-weight: 700;
		font-size: 19px;
		margin-bottom: 16px;
	}

	.section-title-bar {
		display: none;
	}

	/* 店舗情報テーブル */
	.store-details {
		border-radius: 18px;
		padding: 6px 18px;
		box-shadow: 0 2px 20px -12px rgba(38, 53, 90, 0.25);
	}

	.store-details__row {
		padding: 14px 0;
	}

	.store-details__row dt {
		flex-basis: 78px;
		font-size: 12px;
	}

	.store-details__row dd {
		font-size: 13px;
	}

	.store-details__row--phone dd,
	.store-details__row--phone dd a {
		font-size: 16px;
	}

	/* 取扱校バンド */
	.schools-band {
		padding: 30px 24px;
	}

	.schools-band__title {
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 12px;
	}

	.schools-band__lead {
		font-size: 13px;
		line-height: 1.9;
	}

	.schools-band__cta {
		padding: 12px 26px;
		font-size: 13px;
	}

	/* 予約カード */
	.cta-grid {
		padding: 22px 24px;
		gap: 12px;
	}

	.reservation-card {
		border-radius: 18px;
		padding: 18px;
		gap: 12px;
	}

	.reservation-card__date {
		width: 48px;
		height: 48px;
		border-radius: 14px;
	}

	.reservation-card__month {
		font-size: 8px;
	}

	.reservation-card__day {
		font-size: 18px;
		font-weight: 700;
	}

	.reservation-card__title {
		font-size: 14px;
		margin-bottom: 3px;
	}

	.reservation-card__note {
		font-size: 11.5px;
		margin-bottom: 8px;
	}

	.line-cta-mobile {
		padding: 15px;
		font-size: 14px;
		border-radius: 14px;
	}

	/* 下層 */
	.card-grid,
	.school-group__list,
	.store-info-grid {
		grid-template-columns: 1fr;
	}

	.page-title {
		font-size: 24px;
	}

	.uniform-category {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}

	.info-table th,
	.info-table td {
		padding: 14px 18px;
	}

	.info-table th {
		width: 6.5rem;
		font-size: 12px;
	}

	.info-table td {
		font-size: 13px;
	}

	.contact-form-wrap {
		padding: 24px;
	}

	/* フッター */
	.site-footer__inner {
		padding: 32px 24px;
	}

	.site-footer__name {
		font-size: 15px;
	}

	.site-footer__address {
		font-size: 11px;
	}

	.site-footer__links a {
		font-size: 12px;
	}

	.site-footer__copyright {
		font-size: 10px;
	}
}

/* 極小画面（〜420px）：テーブルの折り返しを安定させる */
@media (max-width: 420px) {
	.info-table,
	.info-table tbody,
	.info-table tr,
	.info-table th,
	.info-table td {
		display: block;
		width: 100%;
	}

	.info-table th {
		border-bottom: none;
		padding-bottom: 0;
	}

	.info-table td {
		padding-top: 0.35rem;
		padding-bottom: 1rem;
	}
}

/* 投稿下部：SNSシェア欄への追加ボタン（Instagram） */
.veu_socialSet .sb_instagram .icon_sns {
	color: #E1306C;
}

.veu_socialSet .icon_sns svg {
	display: block;
}

/* [br_sp] ショートコード：スマホ幅のみ改行 */
.tenguya-br-sp {
	display: none;
}

@media (max-width: 639px) {
	.tenguya-br-sp {
		display: inline;
	}
}
