@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 閉じる状態 */
.toc-chk + .p-toc__ttl + ol li,
.toc-chk + .p-toc__ttl + ul li {
	display: none;
}

/* 開く状態 */
.toc-chk:checked + .p-toc__ttl + ol li,
.toc-chk:checked + .p-toc__ttl + ul li {
	display: block;
}

/* dummyチェックボックス */
.toc-chk {
	display:none;
}

/* 開く・閉じる */
.toc-chk:checked + .p-toc__ttl>.toc-ttl::after {
    content: '[閉じる]';
}
.toc-ttl::after {
    content: '[開く]';
    cursor: pointer;
    margin-left: .5em;
    font-size: .8em;
}


/* ============================================================
   THIRD CLINIC GINZA 寄せフッター
   ============================================================ */

.tcg-footinfo {
	background: #faf7f2;
	border-top: 1px solid #e8e3dc;
	padding: 48px 24px;
	margin-top: 60px;
}
.tcg-footinfo__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.9fr 1fr 1.4fr;
	gap: 40px;
	align-items: start;
}

.tcg-footinfo__brand img { height: 40px; width: auto; display: block; }

/* 住所ブロック */
.tcg-addr {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 16px 12px;
	margin: 0;
	font-size: 13px;
	line-height: 1.9;
	color: #2b2b2b;
}
.tcg-addr dt {
	font-size: 11px;
	letter-spacing: .1em;
	color: #6f6f6f;
	font-weight: 600;
}
.tcg-addr dd { margin: 0; }
.tcg-addr dd a {
	color: #2b2b2b;
	text-decoration: none;
	font-weight: 500;
}
.tcg-addr dd small { color: #6f6f6f; font-size: 11px; }

.tcg-addr__more {
	display: inline-block;
	margin-top: 8px;
	font-size: 12px;
	color: #b59c6c !important;
	border-bottom: 1px solid #b59c6c;
	text-decoration: none !important;
	padding-bottom: 2px;
}
.tcg-addr__more span { margin-left: 6px; }
.tcg-addr__more:hover { color: #8c7637 !important; border-bottom-color: #8c7637; }

/* 診療時間 */
.tcg-footinfo__hours-title {
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: .1em;
	color: #b59c6c;
	font-weight: 700;
}
.tcg-hours {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	background: #fff;
}
.tcg-hours th,
.tcg-hours td {
	border: 1px solid #e8e3dc;
	padding: 6px 4px;
	text-align: center;
	vertical-align: middle;
}
.tcg-hours th { background: #faf6f0; font-weight: 500; }
.tcg-hours thead th { background: #efe6cf; font-size: 12px; }
.tcg-hours tbody th { text-align: center; width: 22%; }
.tcg-hours tbody th small { display: block; font-size: 10px; color: #6f6f6f; font-weight: 400; margin-top: 2px; }
.tcg-hours td { font-size: 14px; }
.tcg-hours__note {
	margin: 10px 0 0;
	font-size: 11px;
	color: #6f6f6f;
	line-height: 1.8;
}

/* 採用・お問い合わせ・サイトマップ・コピーライト */
.tcg-footnav {
	background: #fff;
	border-top: 1px solid #e8e3dc;
	padding: 24px;
	text-align: center;
}
.tcg-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;
}
.tcg-footnav__list a {
	color: #6f6f6f;
	text-decoration: none;
	padding: 4px 0;
	transition: color .15s ease;
}
.tcg-footnav__list a:hover { color: #b59c6c; text-decoration: underline; }
.tcg-footnav__copy {
	margin: 0;
	font-size: 11px;
	color: #6f6f6f;
	letter-spacing: .06em;
}

/* SP */
@media (max-width: 959px) {
	.tcg-footinfo { padding: 32px 16px; }
	.tcg-footinfo__inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 599px) {
	.tcg-addr { grid-template-columns: 48px 1fr; gap: 12px 8px; font-size: 12px; }
	.tcg-hours { font-size: 11px; }
	.tcg-hours th, .tcg-hours td { padding: 4px 2px; }
	.tcg-footnav__list { flex-direction: column; gap: 4px; }
}