@charset "UTF-8";
/*
Theme Name: SWELL CHILD (Base Clinic Akasaka - ARTICLE)
Template: swell
Version: 1.0.0
Author: Baseクリニック赤坂
Description: /article/ サブディレクトリ専用のSWELL子テーマ。本体（base-cl.jp）のミントグリーン基調デザインに合わせてヘッダー/フッターを再現し、JSON-LD（MedicalOrganization / Article / Physician）と監修医メタボックスを提供。
*/

/* ============================================================
   ブランドカラー
   ============================================================ */
:root {
	--bc-mint: #78c8b3;
	--bc-mint-dark: #4fa992;
	--bc-mint-light: #e6f5f0;
	--bc-line-green: #06c755;
	--bc-line-green-dark: #05a548;
	--bc-text: #2b3a3a;
	--bc-sub-text: #6f7c7c;
	--bc-border: #e0ebe8;
	--bc-bg-soft: #f5fbf9;
}

/* ============================================================
   PC/SP 表示切替ユーティリティ
   ============================================================ */
.tablet_sp { display: none; }
.tablet_pc { display: block; }
.pc { display: inline; }
.sp { display: none; }
@media (max-width: 959px) {
	.tablet_sp { display: block; }
	.tablet_pc { display: none; }
	.pc { display: none; }
	.sp { display: inline; }
}

/* ============================================================
   フッターセクションは常にフル幅
   ============================================================ */
.bc-footcv,
.bc-footinfo,
.bc-footmap,
.bc-footnav {
	width: 100%;
	max-width: none;
	display: block;
	clear: both;
	float: none;
	box-sizing: border-box;
}

/* ============================================================
   SWELL記事コンテナを中央寄せ
   ============================================================ */
.l-container,
.l-mainContent__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 599px) {
	.l-container,
	.l-mainContent__inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* ============================================================
   大型CVバナー（LINE予約誘導）
   ============================================================ */
.bc-footcv {
	background: linear-gradient(180deg, var(--bc-mint-light) 0%, #ffffff 100%);
	padding: 48px 24px;
}
.bc-footcv__inner {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
}
@media (max-width: 767px) {
	.bc-footcv__inner { grid-template-columns: 1fr; gap: 20px; text-align: center; }
}
.bc-footcv__label {
	font-size: 12px;
	letter-spacing: .2em;
	color: var(--bc-mint-dark);
	font-weight: 700;
	margin: 0 0 8px;
}
.bc-footcv__title {
	font-size: 22px;
	line-height: 1.5;
	color: var(--bc-text);
	margin: 0 0 6px;
	font-weight: 700;
}
.bc-footcv__sub {
	font-size: 14px;
	color: var(--bc-sub-text);
	margin: 0 0 16px;
	line-height: 1.7;
}
.bc-footcv__line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--bc-line-green);
	color: #fff !important;
	text-decoration: none;
	padding: 14px 32px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 4px 10px rgba(6, 199, 85, .2);
	transition: background .15s ease, transform .15s ease;
}
.bc-footcv__line:hover { background: var(--bc-line-green-dark); transform: translateY(-1px); }
.bc-footcv__line::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('https://line.me/favicon-32x32.png') center/contain no-repeat;
}
.bc-footcv__features {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	font-size: 12px;
	color: var(--bc-sub-text);
	justify-content: flex-start;
}
@media (max-width: 767px) {
	.bc-footcv__features { justify-content: center; }
}
.bc-footcv__features li::before {
	content: "✓ ";
	color: var(--bc-mint-dark);
	font-weight: 700;
}

/* ============================================================
   クリニック概要（#information相当）
   ============================================================ */
.bc-footinfo {
	background: var(--bc-bg-soft);
	border-top: 1px solid var(--bc-border);
	padding: 48px 24px;
}
.bc-footinfo__inner {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 40px;
	align-items: start;
}
@media (max-width: 767px) {
	.bc-footinfo__inner { grid-template-columns: 1fr; gap: 24px; }
}
.bc-footinfo__brand img {
	max-width: 180px;
	height: auto;
	display: block;
	margin-bottom: 12px;
}
.bc-footinfo__concept {
	font-size: 12px;
	color: var(--bc-sub-text);
	margin: 0 0 16px;
}
.bc-footinfo__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 12px 20px;
	font-size: 13px;
	line-height: 1.9;
	color: var(--bc-text);
}
.bc-footinfo__list dt {
	font-size: 11px;
	letter-spacing: .08em;
	color: var(--bc-mint-dark);
	font-weight: 700;
}
.bc-footinfo__list dd { margin: 0; }
.bc-footinfo__hospitals {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	font-size: 12px;
	color: var(--bc-sub-text);
}
.bc-footinfo__hospitals li::before { content: "・"; color: var(--bc-mint-dark); }

/* ============================================================
   地図
   ============================================================ */
.bc-footmap iframe { display: block; }

/* ============================================================
   フッターナビ + コピーライト
   ============================================================ */
.bc-footnav {
	background: #2b3a3a;
	color: #fff;
	padding: 32px 24px;
	text-align: center;
}
.bc-footnav__inner { max-width: 1080px; margin: 0 auto; }
.bc-footnav__list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
	font-size: 12px;
}
.bc-footnav__list a {
	color: #d8e4e2;
	text-decoration: none;
	padding: 4px 0;
	transition: color .15s ease;
}
.bc-footnav__list a:hover { color: var(--bc-mint); }
.bc-footnav__copy {
	margin: 16px 0 0;
	font-size: 11px;
	color: #93a3a3;
	letter-spacing: .06em;
}

/* フッターブランドロゴエリア（本体一貫性シグナル） */
.bc-footnav__brand {
	max-width: 1080px;
	margin: 0 auto 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3d5252;
	text-align: center;
}
.bc-footnav__brand img { display: inline-block; margin: 0 auto; }
.bc-footnav__cta-mini {
	margin: 12px 0 0;
	font-size: 13px;
}
.bc-footnav__cta-mini a {
	color: var(--bc-line-green, #06c755) !important;
	text-decoration: none;
	border-bottom: 1px solid var(--bc-line-green, #06c755);
	padding-bottom: 2px;
	font-weight: 600;
}
.bc-footnav__cta-mini a:hover { color: #fff !important; border-bottom-color: #fff; }

/* 法的表記リスト */
.bc-footnav__legal {
	list-style: none;
	margin: 16px 0 0;
	padding: 12px 0 0;
	border-top: 1px solid #3d5252;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
	font-size: 11px;
}
.bc-footnav__legal a {
	color: #93a3a3;
	text-decoration: none;
	transition: color .15s ease;
}
.bc-footnav__legal a:hover { color: var(--bc-mint, #78c8b3); }

/* ============================================================
   記事本文の難読化リンク（.bc-affLink）
   ============================================================ */
.bc-affLink {
	cursor: pointer;
	color: inherit;
	text-decoration: inherit;
	transition: opacity .15s ease;
	-webkit-tap-highlight-color: transparent;
}
.bc-affLink:hover { opacity: .85; }
.bc-affLink:focus-visible { outline: 2px solid rgba(0, 0, 0, .15); outline-offset: 2px; }
.bc-affLink.swell-block-button,
.bc-affLink.wp-block-button__link,
.bc-affLink.btn-cv,
.bc-affLink.btn,
.bc-affLink[class*="btn-"],
.bc-affLink[class*="cubic"] { display: inline-block; text-align: center; }

/* ============================================================
   監修者ボックス（[bc_supervisor] ショートコード）
   ============================================================ */
.bc-supervisor {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 20px;
	padding: 24px;
	margin: 40px 0;
	background: var(--bc-mint-light);
	border-left: 4px solid var(--bc-mint);
	border-radius: 4px;
	align-items: start;
}
.bc-supervisor__photo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	background: #fff;
}
.bc-supervisor__label {
	font-size: 11px;
	letter-spacing: .1em;
	color: var(--bc-mint-dark);
	font-weight: 700;
	margin-bottom: 4px;
}
.bc-supervisor__name {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	color: var(--bc-text);
}
.bc-supervisor__title {
	font-size: 12px;
	color: var(--bc-sub-text);
	font-weight: 400;
	margin-left: 8px;
}
.bc-supervisor__bio {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.75;
	color: #445555;
}
.bc-supervisor__details { margin: 12px 0; font-size: 12px; }
.bc-supervisor__details summary {
	cursor: pointer;
	color: var(--bc-mint-dark);
	font-weight: 600;
	list-style: none;
	padding: 4px 0;
	user-select: none;
}
.bc-supervisor__details summary::-webkit-details-marker { display: none; }
.bc-supervisor__details summary::before {
	content: "▶";
	display: inline-block;
	margin-right: 6px;
	font-size: 9px;
	transition: transform .15s ease;
}
.bc-supervisor__details[open] summary::before { transform: rotate(90deg); }
.bc-supervisor__creds,
.bc-supervisor__memberships {
	list-style: none;
	margin: 6px 0 0;
	padding: 8px 0 0 14px;
	font-size: 12px;
	line-height: 1.9;
	color: #445555;
	border-top: 1px dashed var(--bc-border);
}
.bc-supervisor__creds li,
.bc-supervisor__memberships li { position: relative; padding-left: 14px; }
.bc-supervisor__creds li::before,
.bc-supervisor__memberships li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: var(--bc-mint-dark);
}
.bc-supervisor__memberships-label {
	margin: 10px 0 0;
	font-size: 11px;
	color: var(--bc-sub-text);
	font-weight: 600;
	letter-spacing: .05em;
}
.bc-supervisor__memberships a {
	color: #445555;
	text-decoration: none;
	border-bottom: 1px dotted var(--bc-mint);
}
.bc-supervisor__memberships a:hover { color: var(--bc-mint-dark); }
.bc-supervisor__actions {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	font-size: 12px;
}
.bc-supervisor__link {
	display: inline-block;
	font-size: 12px;
	color: var(--bc-mint-dark);
	text-decoration: none;
	border-bottom: 1px solid var(--bc-mint-dark);
	padding-bottom: 2px;
}
.bc-supervisor__link:hover { color: var(--bc-text); border-bottom-color: var(--bc-text); }
.bc-supervisor__sns { display: inline-flex; gap: 10px; }
.bc-supervisor__sns a {
	color: var(--bc-sub-text);
	text-decoration: none;
	border-bottom: 1px solid var(--bc-border);
	padding-bottom: 1px;
}
.bc-supervisor__sns a:hover { color: var(--bc-mint-dark); border-bottom-color: var(--bc-mint-dark); }
@media (max-width: 599px) {
	.bc-supervisor { grid-template-columns: 72px 1fr; padding: 16px; gap: 14px; }
	.bc-supervisor__photo img { width: 72px; height: 72px; }
	.bc-supervisor__name { font-size: 15px; }
	.bc-supervisor__title { display: block; margin: 4px 0 0 0; }
}
