
/* === style.css（ベース＋PC） === */
/* --------------------------------- */
/* reset														 */
/*---------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}

/* --------------------------------- */
/* base															*/
/*---------------------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
	word-break: break-all;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	height: 100%;
	min-width: 1080px;
	line-height: 1.8;
	background-color: #fff;
	color: #333;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-feature-settings: "normal";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	border-style: none;
}
a,
a img,
button {
	transition: .4s;
}
a {
	display: block;
}
a img:hover {
	opacity: .7;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	opacity: .8;
}
a:active {
	color: #333;
}

/* utility - clearfix */
.u-clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* common */
button,
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.l-main {
	margin-top: 142px;
}
.l-cont {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
}
.l-cont_wrap {
	width: 85%;
	max-width: 1010px;
	margin: 0 auto;
}
.l-cont_side {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
}
.l-cont_wrap_side {
	width: 85%;
	max-width: 1010px;
	margin: 0 auto;
}
.l-bg_grn {
	padding: 70px 0;
	background-color: #E8F2EB;
}
.l-bg_wht {
	padding: 70px 0;
	background-color: #fff;
}
.l-bg_ylw {
	padding: 70px 0;
	background-color: #fdfde7;
}
.l-block {
	margin-bottom: 100px;
}
.c-ttl_base {
	margin-bottom: 25px;
}
.c-ttl_base span {
	display: block;
	font-weight: bold;
}
.c-ttl_base_en {
	margin-bottom: 5px;
	color: #3F9E5E;
	font-family: "Lato", sans-serif;
	letter-spacing: .07em;
}
.c-ttl_base_ja {
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-size: 32px;
	font-size: 3.2rem;
}
.c-ttl_grn {
	line-height: 1.5;
	margin-bottom: 30px;
	color: #3F9E5E;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
}
.c-ttl_center {
	line-height: 1.5;
	margin-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
}
.c-txt_left {
	text-align: justify;
}
.c-txt_center {
	text-align: center;
}
.c-txt_left a,
.c-txt_center a {
	display: inline;
	color: #3F9E5E;
	text-decoration: underline;
}
.c-btn_bgWht {
	width: 220px;
}
.c-btn_bgWht a {
	padding: 3px 0 2px;
	border-radius: 42px;
	border: 2px solid #fff;
	background-color: #fff;
	color: #3F9E5E;
	font-feature-settings: "palt";
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	box-sizing: border-box;
}
.c-btn_bgWht a:hover {
	background-color: #3F9E5E;
	color: #fff;
}
.c-table {
	width: 100%;
	table-layout: fixed;
}
.c-table_opening {
	border-top: 1px solid #3F9E5E;
	border-left: 1px solid #3F9E5E;
}
.c-table_opening th {
	padding: 8px 0;
	border-bottom: 1px solid #3F9E5E;
	border-right: 1px solid #3F9E5E;
	background-color: #3F9E5E;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.c-table_opening td {
	padding: 8px 0;
	border-bottom: 1px solid #3F9E5E;
	border-right: 1px solid #3F9E5E;
	text-align: center;
}
.c-table_opening .hour {
	background-color: #E8F2EB;
	color: #3F9E5E;
	font-weight: bold;
}

/* header */
.l-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #fff;
}
.l-header_txt {
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
}
.l-nav {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
}
.l-spbar { display: none; }
.l-nav_ttl_ja {
	font-weight: bold;
}
.l-nav_ttl_en {
	font-family: "Lato",sans-serif;
	color: #3F9E5E;
	font-weight: 500;
	letter-spacing: .07em;
}
li.u-only_sp > table td {
	background-color:#fff;
}

/* side */
.c-side {
	position: fixed;
	z-index: 1000;
	width: 65px;
}
.c-side a {
	transition: 0s;
}
.c-side a img {
	transition: 0s;
}
.c-side_txt {
	position: relative;
	z-index: 0;
	padding: 15px 10px;
	border: 1px solid #3F9E5E;
	border-radius: 5px;
	background-color: #fff;
	color: #3F9E5E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
.c-side_txt::before,
.c-side_txt::after {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
}
.c-side_txt::before {
	z-index: -1;
}
.c-side_txt::after {
	z-index: -2;
}

/* index */
.p-index_key {
	font-family: "Noto Sans JP", sans-serif;
}
.p-index_key_scroll img {
	height: 100%;
	animation-name: scrollBounce;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes scrollBounce {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-20px); }
	100% { transform: translateY(0px); }
}
.p-index_key_wrap {
	position: relative;
	z-index: 0;
	height: 710px;
}
.p-index_key_wrap::before,
.p-index_key_wrap::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.p-index_key_wrap::before {
	z-index: -1;
	width: 90%;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.p-index_key_wrap::after {
	z-index: -2;
	width: 100%;
	height: 230px;
	background-color: #E8F2EB;
}
.p-index_key_wrap .l-cont span {
	padding: 5px 2px 8px;
	background-color: #fff;
	font-weight: bold;
}
.p-index_key_ttl--sub {
	font-size: 26px;
	font-size: 2.6rem;
}
.p-index_key_ttl {
	font-size: 60px;
	font-size: 6.0rem;
}
.p-index_key_ttl span {
	padding: 10px !important;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.p-index_key_ttl--strong {
	color: #3F9E5E;
}
.p-index_key_cat {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 8px;
}
.p-index_key_txt--wrap {
	font-size: 20px;
	font-size: 2.0rem;
}
.p-index_key_icon--wrap {
	border-radius: 50%;
}
.p-index_key_icon--inner {
	position: relative;
	z-index: 0;
}
.p-index_key_icon--img {
	position: absolute;
	z-index: 0;
	left: 50%;
	width: 60px;
	transform: translateX(-50%);
}
.p-index_key_icon--txt {
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
.p-index_key_icon--txt span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}
.p-index_concept_icon {
	position: absolute;
	z-index: 0;
}
.p-index_concept .concept01 {
	top: -30px;
	width: 22%;
	max-width: 104px;
}
.p-index_concept .concept02 {
	top: 25px;
	width: 6%;
	max-width: 56px;
}
.p-index_concept .concept03 {
	width: 26%;
	max-width: 128px;
}
.p-index_concept .l-cont {
	position: relative;
	z-index: 0;
}
.p-index_concept_main--wrap {
	position: relative;
	z-index: 0;
	padding-top: 20px;
}
.p-index_concept .c-txt_left {
	margin-bottom: 25px;
}
.p-index_concept_img img {
	border-radius: 10px;
}
.p-index_concept_img01 {
	margin-bottom: 10px;
}
.p-index_message_img {
	border-radius: 10px;
	overflow: hidden;
}
.p-index_message .c-ttl_base {
	margin-bottom: 20px;
}
.p-index_message_name {
	margin-bottom: 25px;
	color: #3F9E5E;
	font-weight: bold;
}
.p-index_message_name--ja {
	position: relative;
	z-index: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-size: 24px;
	font-size: 2.4rem;
}
.p-index_message_name--ja::after {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #3F9E5E;
	content: "";
}
.p-index_message_name--en {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: .07em;
}
.p-index_treatment .l-cont {
	position: relative;
	z-index: 0;
}
.p-index_treatment_icon {
	position: absolute;
	z-index: 0;
	top: -137px;
	right: 0;
	width: 215px;
}
.p-index_treatment_head {
	margin-bottom: 40px;
}
.p-index_treatment_head .c-ttl_base {
	position: relative;
	z-index: 0;
	margin-bottom: 0;
}
.p-index_treatment_head .c-ttl_base::after {
	position: absolute;
	z-index: 0;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
	content: "";
}
.p-index_treatment_list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.p-index_treatment_list li {
	margin-bottom: 30px;
}
.p-index_treatment_list--icon {
	position: relative;
	z-index: 0;
	width: 180px;
	height: 180px;
	margin-bottom: 5px;
	border-radius: 50%;
	border: 4px solid #3F9E5E;
	background-color: #E8F2EB;
	box-sizing: border-box;
}
.p-index_treatment_list li:nth-child(even) .p-index_treatment_list--icon {
	background-color: #fff;
}
.p-index_treatment_list--icon img,
.p-index_treatment_list--icon svg {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.p-index_treatment_list05 .p-index_treatment_list--icon svg { width: 86px; height: 86px; }
.p-index_treatment_list06 .p-index_treatment_list--icon svg { width: 92px; height: 92px; }
.p-index_treatment_list07 .p-index_treatment_list--icon svg { width: 88px; height: 88px; }
.p-index_treatment_list08 .p-index_treatment_list--icon svg { width: 92px; height: 92px; }
.p-index_treatment_list--cond {
	margin: 10px auto 0; padding: 0; list-style: none;
	display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 6px;
	max-width: 220px;
}
.p-index_treatment_list--cond li {
	display: inline-block; font-size: 1.15rem; line-height: 1.3; color: #25795F;
	padding: 3px 9px; background: #E8F2EB; border-radius: 999px;
	font-weight: 600; white-space: nowrap;
}
.p-index_treatment_list--cond li::before { content: none; }
@media screen and (max-width: 767px) {
	.p-index_treatment_list--cond {
		display: block; gap: 2px;
		max-width: 100%; width: 100%; padding: 0; margin-top: 5px;
	}
	.p-index_treatment_list--cond { width: 100%; }
	.p-index_treatment_list--cond li {
		display: block !important;
		font-size: 1.0rem; padding: 4px 8px; margin: 0 0 2px !important;
		max-width: 100% !important; min-width: 0; width: 100% !important;
		white-space: normal; text-align: center; line-height: 1.3;
		word-break: keep-all; overflow-wrap: anywhere; line-break: strict;
		overflow: visible; text-overflow: clip; box-sizing: border-box;
		border-radius: 8px !important;
	}
}
.p-index_treatment_list01 .p-index_treatment_list--icon img { width: 90px; }
.p-index_treatment_list02 .p-index_treatment_list--icon img { width: 94px; }
.p-index_treatment_list03 .p-index_treatment_list--icon img { width: 100px; }
.p-index_treatment_list04 .p-index_treatment_list--icon img { width: 96px; }
.p-index_treatment_list05 .p-index_treatment_list--icon img { width: 76px; }
.p-index_treatment_list06 .p-index_treatment_list--icon img { width: 100px; }
.p-index_treatment_list07 .p-index_treatment_list--icon img { width: 91px; }
.p-index_treatment_list08 .p-index_treatment_list--icon img { width: 90px; }
.p-index_treatment_list09 .p-index_treatment_list--icon img { width: 90px; }
.p-index_treatment_list10 .p-index_treatment_list--icon img { width: 100px; }
.p-index_treatment_list--ttl {
	color: #3F9E5E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.2;
	display:flex;
	align-items: center;
	justify-content: center;
	height:2.4em
}
.p-index_info_head {
	margin-bottom: 25px;
}
.p-index_info_head--txt {
	color: #3F9E5E;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.p-index_info_detail--clinic {
	margin-bottom: 20px;
}
.p-index_info_detail--clinic tr {
	border-top: 2px dotted #ccc;
}
.p-index_info_detail--clinic tr:last-child {
	border-bottom: 2px dotted #ccc;
}
.p-index_info_detail--clinic th {
	padding: 8px 0;
	font-weight: bold;
	vertical-align: top;
}
.p-index_info_detail--clinic td {
	padding: 8px 0;
	vertical-align: top;
}
.p-index_info_news--wrap {
	height: 370px;
	overflow-y: scroll;
}
.p-index_info_news--list li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #3F9E5E;
}
.p-index_info_news--list--update {
	color: #3F9E5E;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	letter-spacing: .07em;
}
.p-index_info_news--list--ttl {
	font-weight: bold;
}

/* footer */
.l-footer {
	background-color: #3F9E5E;
}
.l-footer_head {
	padding: 25px 0;
	background-color: #3F9E5E;
}
.l-footer_head_ttl {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
}
.l-footer_map {
	height: 300px;
}
.l-footer_map iframe {
	border: 0;
	width: 100%;
	height: 100%;
}
.l-footer_main {
	padding: 40px 0 45px;
	color: #fff;
}
.l-footer_pageTop {
	position: fixed;
	z-index: 1000;
	right: 100px;
	bottom: 30px;
	width: 65px;
	border-radius: 10px;
	border: 1px solid #fff;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.l-footer_pageTop a {
	height: 65px;
	padding-top: 17px;
	background-color: #3F9E5E;
}
.l-footer_pageTop a img {
	width: 25px;
	margin: 0 auto;
}
.l-footer_txt {
	margin-bottom: 15px;
	font-feature-settings: "palt";
	font-weight: bold;
	text-align: center;
}
.l-footer_logo {
	margin: 0 auto 15px;
}
.l-footer_tel {
	margin-bottom: 5px;
	text-align: center;
}
.l-footer_tel a {
	display: inline-block;
	line-height: 1;
	padding-left: 30px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 25px;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 35px;
	font-size: 3.5rem;
}
.l-footer_address {
	margin-bottom: 15px;
	text-align: center;
}
.l-footer_main .l-cont {
	margin-bottom: 15px;
	border-bottom: 1px solid #3F9E5E;
}
.l-footer_main .c-btn_bgWht {
	margin: 0 auto 25px;
}
.l-footer_nav {
	display: flex;
	margin-bottom: 25px;
}
.l-footer_nav li {
	position: relative;
	z-index: 0;
}
.l-footer_nav li::after {
	position: absolute;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ffe109;
	content: "";
}
.l-footer_nav li:last-child {
	margin-right: 0;
}
.l-footer_nav li a {
	color: #fff;
}
.l-footer_nav li a:hover {
	text-decoration: underline;
}
.l-footer_copyright {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: .07em;
}
.footer_flex {
	display:flex;
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #3F9E5E;
}
.footer_flex > .l-cont {
	border:none;
	margin:0
}
.footer_flex .opening {
	max-width: 565px;
	margin-left: 44px;
}
.footer_flex .opening table th {
	background-color:#fff;
	color:#3F9E5E
}

/* ---------------------
 PC
------------------------ */
@media screen and (min-width: 768px) {
	.u-only_pc { display: block; }
	.u-only_sp { display: none; }
	.c-table_opening .hour_head { width: 27%; }

	/* header */
	.l-header_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 14px 0 0 0;
	}
	.l-header_logo { max-width: 400px; }
	.l-header_main {
		width: 64%;
		max-width: 770px;
		padding-right: 30px;
	}
	.l-header_info {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 15px;
	}
	.l-header_info_tel {
		line-height: 1;
		margin-right: 20px;
		padding-left: 20px;
		background-image: none;
		background-position: left 5px;
		background-repeat: no-repeat;
		background-size: 16px;
		color: #3F9E5E;
		font-family: "Lato", sans-serif;
		font-weight: bold;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.l-header_info_add {
		margin-right: 20px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* nav */
	.l-nav_wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.l-nav_wrap li { border-left: 2px dotted #999; }
	.l-nav_wrap li a:hover { background-color: #fdfde7; }
	.l-nav_wrap .nav01,
	.l-nav_wrap .nav02,
	.l-nav_wrap .nav03,
	.l-nav_wrap .nav04,
	.l-nav_wrap .nav05,
	.l-nav_wrap .nav06 { width: 14%; }
	.l-nav_wrap .nav07 {
		width: 14%;
		border-right: 2px dotted #999;
	}
	.l-nav_wrap li a {
		line-height: 1.6;
		text-align: center;
	}
	.l-nav_wrap li a span { display: block; }
	.l-nav_ttl_ja {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.25;
	}
	.l-nav_ttl_en {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* side */
	.c-side {
		top: 310px;
		right: 10px;
	}
	.c-side_txt {
		margin: 20px auto 0;
		writing-mode: vertical-rl;
	}
	.c-side_txt::before,
	.c-side_txt::after {
		border-left: 15px solid transparent;
		border-right: 2px solid transparent;
	}
	.c-side_txt::before {
		top: -20px;
		left: 18px;
		border-bottom: 22px solid #fff;
	}
	.c-side_txt::after {
		top: -23px;
		left: 19px;
		border-bottom: 22px solid #3F9E5E;
	}

	/* index */
	.p-index_key {
		position: relative;
		z-index: 0;
	}
	.p-index_key_scroll {
		position: absolute;
		z-index: 0;
		right: 7%;
		bottom: 0;
		width: 11px;
	}
	.p-index_key_wrap::before {
		max-width: 1246px;
		min-width: 90%;
		max-height: 600px;
	}
	.p-index_key_wrap .l-cont {
		padding: 60px 0 0 0;
		writing-mode: vertical-rl;
	}
	.p-index_key_ttl { padding-left: 25px; }
	.p-index_key_txt { padding-left: 45px; }
	.p-index_key_txt--wrap { margin-right: 5px; }
	.p-index_key_icon--wrap {
		position: absolute;
		z-index: 0;
	}
	.p-index_concept {
		margin-bottom: -100px;
		padding: 90px 0 0;
	}
	.p-index_concept .l-cont { padding-top: 30px; }
	.p-index_concept_main {
		display: flex;
		justify-content: space-around;
	}
	.p-index_concept_main--wrap {
		margin-right: 45px;
		max-width: 563px;
	}
	.p-index_concept .concept01 { right: 1%; }
	.p-index_concept .concept02 { left: -7%; }
	.p-index_concept .concept03 {
		right: 28%;
		bottom: 62px;
	}
	.p-index_concept_img {
		position: relative;
		z-index: 0;
		max-width: 504px;
	}
	.p-index_concept_img02 {
		max-width: 403px;
		margin-left: auto;
	}
	.p-index_message .l-cont {
		display: flex;
		flex-direction: row-reverse;
		padding-top: 20px;
	}
	.p-index_message_img {
		max-width: 360px;
		margin-right: 70px;
	}
	.p-index_message_main {
		padding: 70px 3% 0 0;
		max-width: 720px;
	}
	.p-index_message_name--ja {
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
	}
	.p-index_message_name--en {
		display: inline-block;
		vertical-align: middle;
	}
	.p-index_treatment .l-cont { padding-top: 20px; }
	.p-index_treatment_head {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.p-index_treatment_list li {
		margin-left: 2.1%;
		margin-right: 2.1%;
	}
	.p-index_info_head {
		display: flex;
		align-items: center;
	}
	.p-index_info_head--logo {
		width: 420px;
		margin-right: 50px;
	}
	.p-index_info_main { display: flex; }
	.p-index_info_detail {
		max-width: 565px;
		margin-right: 44px;
	}
	.p-index_info_detail--clinic th {
		width: 20%;
		color: #3F9E5E;
	}
	.p-index_info_detail--clinic td { width: 80%; }
	.p-index_info_news {
		max-width: 540px;
		padding-right: 40px;
	}
	.p-index_info_news--list li {
		display: flex;
		align-items: flex-start;
	}
	.p-index_info_news--list--update { width: 110px; }
	.p-index_info_news--list--cont { width: 71%; }

	/* footer */
	.l-footer_head .l-cont {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.l-footer_logo { width: 420px; }
	.l-footer_address {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.l-footer_main .c-btn_bgWht { width: 260px; }
	.l-footer_nav {
		align-items: center;
		justify-content: center;
	}
	.l-footer_nav li { margin-right: 35px; }
	.l-footer_nav li::after { right: -22px; }
	.l-footer_nav li:last-child::after { background-color: transparent; }
}

/* ---------------------
 PC&TAB
------------------------ */
@media only screen and (min-width: 768px) and (max-width: 1359px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.l-main { margin-top: 142px; }
	.l-header { height: 90px; }
	.l-header_wrap { padding: 14px 0 0 0; }
	.l-header_logo {
		width: 90%;
		max-width: 90%;
	}
	.l-header_main {
		width: 70%;
		max-width: 70%;
		padding-right: 15px;
	}
	.l-header_info_tel {
		margin-right: 10px;
		padding-left: 16px;
		background-size: 14px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.l-header_info_add {
		margin-right: 10px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.l-nav_ttl_ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.p-index_key_wrap::before { max-height: 620px; }
	.p-index_key_wrap .l-cont { padding: 40px 10% 0 0; }
	.p-index_concept .concept02 {
		top: -6%;
		left: -4%;
	}
	.p-index_info_head--txt {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.p-index_treatment_list li {
		margin-left: 1.25%;
		margin-right: 1.25%;
	}
	.p-index_treatment_list--icon {
		width: 168px;
		height: 168px;
		margin-right: auto;
		margin-left: auto;
	}
}




/* === customize.css（トップ個別） === */
/* ===== customize.css のトップページ関連ルール抜粋（実値そのまま） ===== */

.sp_none { display: block; }
.pc_none { display: none; }
.line_link img { width: auto; height: 30px; margin-left: 10px; }

/* key visual: slider モードでは背景画像を消す */
.p-index_key_wrap.mv_slider_wrap::before { content: none; }
.p-index_key_wrap.mv_slider_wrap .kv_slider {
	padding-top: 90px;
	width: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}
.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner {
	width: 700px;
	height: 600px;
	margin-inline: 15px;
}
.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 50px 0px 100px;
}
.p-index_key_wrap.mv_slider_wrap .l-cont span {
	padding: 5px 5px 8px;
	background-color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
}

/* appeal text */
.p-index_key_txt p.p-index_key_txt--wrap > span { padding: 5px 5px 8px; }
.p-index_key_txt.appeal { margin-top: 1em; margin-right: 5%; }
.p-index_key_txt.appeal p.p-index_key_txt--wrap > span { font-size: 1.3em; }
.p-index_key_txt.appeal p.p-index_key_txt--wrap > span > span {
	color: rgb(63, 158, 94);
	background: transparent;
	padding: 0px;
}

/* clinic-hours table: ○ ring + notes */
.c-table_opening td .hour_circle {
	display: inline-block; width: 14px; height: 14px; border-radius: 50%;
	border: 2px solid #3F9E5E; background: transparent; vertical-align: middle;
	position: relative;
}
.opening .c-table_opening td .hour_circle {
	background: transparent; border-color: #fff;
}
.opening .c-table_opening td .hour_circle.hour_circle--note::after { color: #fff; }
/* ===== 追記：緑背景のスケジュール（○セル）の罫線を白に ===== */
.opening .c-table_opening,
.opening .c-table_opening th,
.opening .c-table_opening td {
	border-color: #fff !important;
}
.opening .c-table_opening td:has(.hour_circle) {
	border-color: #fff !important;
	border-left: 1px solid #fff !important;
}
.opening .c-table_opening th:has(+ td .hour_circle),
.opening .c-table_opening td.hour { border-right-color: #fff !important; }
.c-table_opening td .hour_circle.hour_circle--note::after {
	content: "※"; position: absolute;
	right: -10px; bottom: -8px;
	font-size: 10px; color: #777; line-height: 1; font-weight: bold;
}
.c-table_note {
	font-size: 1.25rem; color: #555; margin: 6px 0 0; line-height: 1.55;
}
.opening .c-table_note { color: #fff; }
@media screen and (max-width: 767px) {
	.c-table_opening--sp { font-size: 1.2rem; table-layout: fixed; width: 100%; }
	.c-table_opening--sp th,
	.c-table_opening--sp td { padding: 8px 4px; text-align: center; font-size: 1.2rem; }
	.c-table_opening--sp .hour_head { width: 22%; font-size: 1.1rem; }
	.c-table_opening--sp td .hour_circle { width: 12px; height: 12px; }
	.c-table_opening--sp td .hour_circle.hour_circle--note::after { right: -9px; bottom: -7px; font-size: 9px; }
}

/* hero feature cards (overlay on hero image, bottom-left) */
.p-index_key_features {
	writing-mode: horizontal-tb; -webkit-writing-mode: horizontal-tb;
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
@media screen and (min-width: 768px) {
	.p-index_key_wrap { position: relative; }
	.p-index_key_wrap > .p-index_key_features {
		position: absolute; z-index: 30;
		left: 4%; right: auto; bottom: 30px; top: auto;
		width: 56%; max-width: 640px;
	}
}
@media screen and (max-width: 767px) {
	.p-index_key_features {
		grid-template-columns: repeat(2, 1fr); gap: 8px;
		max-width: 100%; padding: 0 12px;
		margin: 16px 0 8px;
	}
	.p-index_key_feature { padding: 10px 6px; border-radius: 8px; }
	.p-index_key_feature--icon { width: 34px; height: 34px; margin-bottom: 5px; }
	.p-index_key_feature--ttl { font-size: 1.15rem; line-height: 1.35; }
}
.p-index_key_feature {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	padding: 12px 6px; background: #fff; border: 1px solid #3F9E5E; border-radius: 10px;
	box-shadow: 0 4px 14px rgba(0,0,0,.15);
	text-align: center;
}
.p-index_key_feature--icon {
	width: 44px; height: 44px; margin-bottom: 6px;
	display: flex; align-items: center; justify-content: center;
}
.p-index_key_feature--icon svg { width: 100%; height: 100%; }
.p-index_key_feature--ttl {
	margin: 0; color: #333; font-size: 1.3rem; font-weight: 700; line-height: 1.35;
}
@media screen and (max-width: 767px) {
	.p-index_key_features {
		position: static !important;
		gap: 6px; max-width: 100%;
		margin: 14px 16px 0 !important;
		bottom: auto !important;
	}
	.p-index_key_feature { padding: 6px; border-radius: 8px; }
	.p-index_key_feature--icon { width: 30px; height: 30px; margin-bottom: 4px; }
	.p-index_key_feature--ttl { font-size: 1.05rem; line-height: 1.3; }
}

/* nav dropdown (nav01-06) */
.l-nav_wrap li.nav01, .l-nav_wrap li.nav02, .l-nav_wrap li.nav03,
.l-nav_wrap li.nav04, .l-nav_wrap li.nav05, .l-nav_wrap li.nav06 { position: relative; }
.l-nav_wrap li.nav01 > ul, .l-nav_wrap li.nav02 > ul, .l-nav_wrap li.nav03 > ul,
.l-nav_wrap li.nav04 > ul, .l-nav_wrap li.nav05 > ul, .l-nav_wrap li.nav06 > ul {
	position: absolute; width: 100%;
}
.l-nav_wrap li.nav01 > ul li, .l-nav_wrap li.nav02 > ul li, .l-nav_wrap li.nav03 > ul li,
.l-nav_wrap li.nav04 > ul li, .l-nav_wrap li.nav05 > ul li, .l-nav_wrap li.nav06 > ul li {
	height: 0px; overflow: hidden; transition: 0.5s; border: 0;
}
.l-nav_wrap li.nav01:hover > ul li, .l-nav_wrap li.nav02:hover > ul li, .l-nav_wrap li.nav03:hover > ul li,
.l-nav_wrap li.nav04:hover > ul li, .l-nav_wrap li.nav05:hover > ul li, .l-nav_wrap li.nav06:hover > ul li {
	height: auto; overflow: visible; padding-top: 10px;
}
.l-nav_wrap li.nav01:hover > ul li a, .l-nav_wrap li.nav02:hover > ul li a, .l-nav_wrap li.nav03:hover > ul li a,
.l-nav_wrap li.nav04:hover > ul li a, .l-nav_wrap li.nav05:hover > ul li a, .l-nav_wrap li.nav06:hover > ul li a {
	display: block; height: 100%; padding: 1em 0px;
	background: rgb(255, 255, 255); color: rgb(63, 158, 94);
	text-align: center; font-family: "Noto Sans JP", sans-serif; font-weight: bold;
	border-radius: 5px; border: 2px solid rgb(63, 158, 94);
}
.l-nav_wrap li.nav01:hover > ul li a:hover, .l-nav_wrap li.nav02:hover > ul li a:hover,
.l-nav_wrap li.nav03:hover > ul li a:hover, .l-nav_wrap li.nav04:hover > ul li a:hover,
.l-nav_wrap li.nav05:hover > ul li a:hover, .l-nav_wrap li.nav06:hover > ul li a:hover {
	opacity: 1; background: rgb(253, 253, 231);
}

/* ===== rebuilt global nav (hachioji v15) ===== */
.l-nav_wrap li.nav07 { position: relative; }
.l-nav_wrap li.nav07 > ul { position: absolute; width: 100%; }
.l-nav_wrap li.nav07 > ul li { height: 0; overflow: hidden; transition: 0.5s; border: 0; }
.l-nav_wrap li.nav07:hover > ul li { height: auto; overflow: visible; padding-top: 10px; }
.l-nav_wrap li.nav07:hover > ul li a {
	display: block; height: 100%; padding: 1em 0;
	background: #fff; color: #3F9E5E; text-align: center;
	font-family: "Noto Sans JP", sans-serif; font-weight: bold;
	border-radius: 5px; border: 2px solid #3F9E5E;
}
.l-nav_wrap li.nav07:hover > ul li a:hover { opacity: 1; background: #fdfde7; }

@media screen and (min-width: 768px) {
/* wider, scrollable dropdowns + brand color for every top-level item */
.l-header .l-nav_wrap li.nav01 > ul, .l-header .l-nav_wrap li.nav02 > ul,
.l-header .l-nav_wrap li.nav03 > ul, .l-header .l-nav_wrap li.nav04 > ul,
.l-header .l-nav_wrap li.nav05 > ul, .l-header .l-nav_wrap li.nav06 > ul,
.l-header .l-nav_wrap li.nav07 > ul {
	width: 270px; left: 50%; transform: translateX(-50%);
	max-height: 78vh; overflow-y: auto; z-index: 50;
}
.l-header .l-nav_wrap li.nav06 > ul,
.l-header .l-nav_wrap li.nav07 > ul { left: auto; right: 0; transform: none; }
.l-header .l-nav_wrap li[class^="nav"]:hover > ul li a {
	color: #3F9E5E; border-color: #3F9E5E;
	text-align: left; padding: 0.7em 1em; font-size: 1.4rem;
}
.l-header .l-nav_wrap li[class^="nav"]:hover > ul li a:hover { background: #fdfde7; }

/* dropdown group headings */
.l-nav_wrap li.l-nav_group { pointer-events: none; }
.l-header .l-nav_wrap li[class^="nav"]:hover > ul li.l-nav_group { padding-top: 12px; }
.l-header .l-nav_wrap li.l-nav_group span {
	display: block; padding: 4px 8px; margin-top: 4px;
	font-size: 1.2rem; font-weight: bold; color: #3F9E5E;
	border-bottom: 1px solid #3F9E5E;
}
}

/* key visual badges */
.medicalquestion a .p-index_key_icon--img { top: -62px; width: 45px; }
.medicalquestion.change_place a .p-index_key_icon--img { top: -62px; width: 40px; }
.medicalquestion a .p-index_key_icon--txt {
	font-family: Lato, sans-serif; font-weight: 500; letter-spacing: 0.07em;
	color: rgb(63, 158, 94); font-size: 1.3rem; padding-top: 3px;
}
.medicalquestion.change_place a .p-index_key_icon--txt {
	font-size: 2rem; font-family: "Noto Sans JP", sans-serif; font-weight: bold;
}
.medicalquestion a .p-index_key_icon--txt span {
	font-family: "Noto Sans JP", sans-serif; display: block; font-weight: bold;
	font-size: 2.2rem; letter-spacing: 0px; margin-bottom: 5px;
}
.p-index_key_icon .hospital.change_place {
	padding-top: 28px; border: 3px solid rgb(63, 158, 94);
	background-color: rgb(255, 255, 255); color: rgb(63, 158, 94);
}
.hospital .p-index_key_icon--img { top: -62px; }
.hospital .p-index_key_icon--txt { line-height: 1.2; }
.p-index_key_icon--wrap.rehab {
	top: 430px; left: 15px; width: 140px; height: 140px;
	border: 3px solid rgb(233, 142, 76); background-color: rgb(255, 244, 223);
}
.p-index_key_icon--wrap.rehab .p-index_key_icon--inner .p-index_key_icon--img { top: -75px; width: 75px; }
.p-index_key_icon--wrap.rehab .p-index_key_icon--inner .p-index_key_icon--txt { margin-top: 50px; color: rgb(233, 142, 76); }
.rehab .p-index_key_icon--txt span { font-size: 2.2rem; display: block; }
.p-index_key_icon .ambulance.bus { transition: 0.4s; }
.p-index_key_icon .ambulance.bus:hover { opacity: 0.8; }
.p-index_key_icon .ambulance.bus a { color: rgb(63, 158, 94); }
.bus .p-index_key_icon--img { position: absolute; z-index: 0; top: -60px; left: 50%; width: 80px; transform: translateX(-50%); }
.bus.change_place .p-index_key_icon--img { top: -50px; width: 60px; }

@media screen and (min-width: 768px) {
	.p-index_key_icon .ambulance.change_place { top: 585px; left: 70px; width: 160px; height: 160px; }
	.p-index_key_icon .hospital.change_place { top: 460px; left: 180px; width: 120px; height: 120px; }
}

/* top notice (red bordered) */
.top_banner { display: flex; justify-content: center; align-items: center; }
.top_info {
	text-align: center; line-height: 2; margin: -2.5em auto 1.5em; font-size: 2rem;
	border: 3px solid red; padding: 0.8em 5em 0.3em; display: inline-block;
	background: rgb(255, 255, 255); position: relative; left: 50%; transform: translate(-50%, 0px);
}
.slider + .top_info { margin: 1em auto 1.5em; }

/* selfpay / accident banners */
.banner_container.selfpay {
	width: 100%; max-width: 796px; margin: -3.5em auto 4.5em; display: block;
}
.banner_container.selfpay > a { width: 100%; display: block; }
.p-index_accident.l-bg_grn { padding: 70px 0px; }
.p-index_accident.l-bg_grn .l-cont { position: relative; }
.banner_container.accident { width: 80%; margin: 0em auto; display: block; }
.banner_container.accident > a { width: 100%; display: block; }
.banner_container.accident > a img { border-radius: 10px; }
.p-index_accident_icon { position: absolute; z-index: 0; top: -85px; right: 50px; width: 185px; }

/* side waiting box */
.c-side.waiting_container { top: 260px; }
.c-side.waiting_container #waiting_wrapper {
	padding: 3px; border: 1px solid rgb(63, 158, 94); border-radius: 0px 0px 5px 5px;
	background-color: rgb(63, 158, 94); color: rgb(255, 255, 255);
	font-family: "Noto Sans JP", sans-serif; position: relative; z-index: 0; top: -5px;
	font-size: 1.2rem; text-align: center;
}
#waiting {
	position: relative; z-index: 0; padding: 3px; border: 1px solid rgb(63, 158, 94);
	border-radius: 0px 0px 5px 5px; background-color: rgb(63, 158, 94); color: rgb(255, 255, 255);
	font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 12px; top: -5px;
	width: 100%; text-align: center; line-height: 1.5; margin: 0px;
}
#waiting span { font-size: 2em; }

/* chiba sdgs box (footer area) */
.chiba_sdgs {
	font-size: 1.5rem; display: flex; justify-content: space-between; align-items: flex-start;
	gap: 10px; margin: 30px auto; padding: 10px; border: 2px dotted rgb(144, 195, 31); border-radius: 10px;
}
.chiba_sdgs p { width: calc(100% - 181px); line-height: 1.8; text-align: justify; margin-top: 1em; }
.chiba_sdgs .chiba_kun { text-align: center; }
.chiba_sdgs .chiba_kun strong { font-weight: 700; font-size: 1rem; }

/* ===== 当ファイル固有：スライダー復元 / 不要要素の非表示 ===== */
.mv_slider_wrap .kv_slider .slick-list,
.mv_slider_wrap .kv_slider > div { width: 100%; overflow: hidden; }
/* ===== 横へ連続的に流れるマーキーアニメーション（やちよ風） ===== */
#kvTrack {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: kvMarquee 60s linear infinite;
}
#kvTrack:hover { animation-play-state: running; } /* 常に動かし続ける */
@keyframes kvMarquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
#cboxOverlay, #colorbox, .popup_info, .lity, .chatbot, [id^="cbox"] { display: none !important; }

/* ===== 追記①：無料送迎(ambulance/bus)バッジの円（黄色背景）を補完 ===== */
.p-index_key_icon .ambulance {
  padding-top: 33px; border: 3px solid #3F9E5E; background-color: #fff; color: #3F9E5E;
}
.ambulance .p-index_key_icon--img { top: -60px; }
.p-index_key_icon .ambulance.change_place {
  padding-top: 45px; border: 3px solid #3F9E5E; background-color: #ffe109; color: #3F9E5E;
}

/* ===== 追記②：予防接種 / その他の診療 ボックスのデザインを補完 ===== */
.vaccination_link, .other_treatment {
  position: relative;
  margin-top: 50px;
  padding: 1.8em 3% 1.5em;
  border: 4px solid #3F9E5E;
  border-radius: 15px;
}
.vaccination_link > h4, .other_treatment > h4 {
  position: absolute;
  top: -0.95em;
  left: 1em;
  margin: 0;
  padding: 0 0.6em;
  background-color: #fdfde7;          /* 黄背景セクション色で枠線を切る */
  color: #333;
  font-weight: bold;
  font-size: 2.0rem;
}
.vaccination_link > h4 a, .other_treatment > h4 a { color: #333; font-weight: bold; }
.vaccination_link ul, .other_treatment ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6em 2.5em;
  text-align: center;
}
.vaccination_link ul li h5, .other_treatment ul li h5 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #3F9E5E;
}
.vaccination_link ul li a, .other_treatment ul li a { color: #3F9E5E; text-decoration: underline; }
.vaccination_link ul li a h5, .other_treatment ul li a h5 { color: #3F9E5E; text-decoration: underline; }

/* ===== 診療予約ボタン: 右下に大型固定（PC） ===== */
@media screen and (min-width: 768px) {
	.c-side {
		position: fixed !important; z-index: 9991 !important;
		top: auto !important; bottom: 30px !important;
		left: auto !important; right: 30px !important;
		width: 200px !important;
	}
	.c-side a {
		display: flex !important; flex-direction: column; align-items: center; justify-content: center;
		gap: 8px;
		padding: 20px 16px;
		background: #3F9E5E; color: #fff;
		border-radius: 14px;
		box-shadow: 0 8px 22px rgba(0,0,0,.18);
		text-decoration: none;
		transition: transform .15s ease, box-shadow .15s ease;
	}
	.c-side a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.22); }
	.c-side_icon { width: 56px !important; height: 56px; position: static !important; top: auto !important; }
	.c-side_icon img { width: 100%; height: 100%; filter: brightness(0) invert(1); }
	.c-side_txt {
		writing-mode: horizontal-tb !important; -webkit-writing-mode: horizontal-tb !important;
		width: auto !important; margin: 0 !important; padding: 0 !important;
		background: transparent !important; border: 0 !important;
		color: #fff !important; font-size: 1.9rem !important; font-weight: bold;
		display: block !important;
	}
	.c-side_txt::before, .c-side_txt::after { content: none !important; }
	.c-side_txt span { display: block; font-size: 1.4rem; font-weight: normal; margin-top: 2px; }
	.c-side #waiting_wrapper { display: none !important; }
}

/* ===== PC: ヘッダーのアイコンナビを非表示（spbarで代替） ===== */
@media screen and (min-width: 768px) {
	.l-header .l-nav_wrap > li[class^="nav"]:not(.u-only_sp) { display: none !important; }
	.l-header { height: 90px !important; }
	.l-main { margin-top: 142px !important; } /* header 90 + spbar 52 */
	nav.l-spbar { top: 90px !important; }

	/* ハンバーガー：PCでも表示 */
	.l-header_menu {
		display: block !important; position: relative; z-index: 110;
		width: 40px; height: 40px; cursor: pointer; margin-left: auto;
	}
	.l-header_menu span {
		position: absolute; left: 50%; z-index: 102; width: 30px; height: 2px;
		background-color: #3F9E5E; transform: translateX(-50%); transition: .4s ease; box-sizing: border-box;
		display: block;
	}
	.l-header_menu span:nth-of-type(1) { top: 10px; }
	.l-header_menu span:nth-of-type(2) { top: 19px; }
	.l-header_menu span:nth-of-type(3) { top: 28px; }
	.l-header_menu.active span:nth-of-type(1) { top: 14px; left: 5px; transform: translateY(6.5px) rotate(-45deg); }
	.l-header_menu.active span:nth-of-type(2) { opacity: 0; }
	.l-header_menu.active span:nth-of-type(3) { top: 27px; left: 5px; transform: translateY(-6.5px) rotate(45deg); }

	/* ドロワー本体：PCでもオフキャンバスとして使う */
	.l-header .l-nav {
		display: block !important;
		position: fixed !important; z-index: 10000;
		top: 0; left: auto !important; right: -480px; width: 460px; max-width: 90vw; height: 100vh;
		padding: 100px 0 60px; background: #fff; transition: right .4s ease;
		opacity: 1; overflow-y: auto; flex: none;
	}
	.l-header .l-nav.open { left: auto !important; right: 0 !important; box-shadow: -10px 0 40px rgba(0,0,0,0.16); }
	.l-header .l-nav_wrap { display: block !important; width: 100% !important; margin: 0 !important; }
	.l-header .l-nav_wrap > li { display: block !important; width: 100% !important; border: 0 !important; }
	.l-header .l-nav_wrap > li > a {
		display: flex !important; align-items: center; justify-content: space-between;
		padding: 18px 24px !important; border-bottom: 1px solid #e5e5e5 !important;
		color: #333 !important; font-weight: bold; font-size: 1.5rem;
	}
	.l-header .l-nav_wrap > li[class^="nav"]:not(.u-only_sp) { display: block !important; } /* 上で非表示にしたものをドロワー内では表示 */
	.l-header .l-nav_wrap > li > ul {
		position: static !important; display: block !important; width: 100% !important;
		background: #f8f8f8 !important; padding: 8px 0 !important;
		column-count: 1 !important;
	}
	.l-header .l-nav_wrap > li > ul li a {
		display: block !important; padding: 10px 36px !important;
		color: #333 !important; font-size: 1.35rem !important; text-indent: 0 !important;
	}
	.l-header .l-nav_wrap > li > ul li a::before { content: "› " !important; color: #3F9E5E !important; margin-right: 4px; }
	.l-header .l-nav_wrap > li > ul li.l-nav_group { padding: 6px 24px !important; background: transparent !important; }
	.l-header .l-nav_wrap > li > ul li.l-nav_group span {
		display: block !important; color: #3F9E5E !important; border-bottom: 1px solid #ddd !important;
		font-weight: bold !important; font-size: 1.2rem !important; padding-bottom: 6px;
	}
	body.no_scroll { overflow: hidden; }
}

nav.l-spbar {
	display: none !important; position: fixed; left: 0; right: 0; z-index: 9990;
	background: #fff; border-bottom: 1px solid #e5e5e5; box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.l-spbar_item {
	flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 5px; padding: 8px 0 7px; background: transparent; border: 0;
	color: #3F9E5E; font-family: inherit; cursor: pointer; text-decoration: none; position: relative;
}
.l-spbar_item + .l-spbar_item::before {
	content: ""; position: absolute; left: 0; top: 18%; height: 64%; width: 1px; background: #e8e8e8;
}
.l-spbar_item svg { width: 25px; height: 25px; display: block; }
.l-spbar_item span { font-size: 1.05rem; font-weight: bold; line-height: 1; letter-spacing: .02em; }
/* PC: place spbar under PC header (height 90px, slim header) */
@media screen and (min-width: 768px) {
	nav.l-spbar { top: 90px; }
	.l-spbar_item { gap: 6px; padding: 10px 0; }
	.l-spbar_item svg { width: 28px; height: 28px; }
	.l-spbar_item span { font-size: 1.3rem; }
	.l-spbar_menu { display: none; } /* PC ではメニュー項目はヘッダーにあるので非表示 */
	.l-main { margin-top: 142px !important; } /* header 90 + spbar 52 */
}
@media screen and (max-width: 767px) {
	nav.l-spbar { top: 60px; }
}




/* === SP（スマホ用 実ルール） === */
/* ===== スマホ用ルール（実 style.css / customize.css の SP メディアクエリ抜粋） ===== */

/* ---------- style.css : @media (max-width:767px) ---------- */
@media screen and (max-width: 767px) {
	.u-only_sp { display: block; }
	.u-only_pc { display: none; }
	html { overflow: auto; -webkit-overflow-scrolling: touch; }
	body { min-width: inherit; font-size: 14px; font-size: 1.4rem; }
	body.no_scroll { overflow: hidden; }
	.l-main { margin-top: 88px; }
	.l-cont_wrap { width: 90%; }
	.l-block { margin-bottom: 40px; }
	.l-bg_grn { padding: 30px 0 40px; }
	.l-bg_wht { padding: 30px 0 40px; }
	.l-bg_ylw { padding: 30px 0 40px; }
	.c-ttl_base { margin-bottom: 10px; }
	.c-ttl_base_ja { font-size: 18px; font-size: 1.8rem; }
	.c-ttl_grn { margin-bottom: 15px; font-size: 18px; font-size: 1.8rem; }
	.c-ttl_center { margin-bottom: 15px; font-size: 18px; font-size: 1.8rem; }
	.c-btn_bgWht { width: 60%; }
	.c-btn_bgWht a { padding: 5px 0; font-size: 16px; font-size: 1.6rem; }
	.c-table_opening th { width: 26%; padding: 5px 0; }
	.c-table_opening td { padding: 5px 0; }

	/* header (hamburger) */
	.l-header { height: 60px; }
	.l-header_wrap { padding-left: 15px; }
	.l-header_top_wrap {
		display: flex; align-items: center; justify-content: space-between;
		padding: 9px 0 6px 2.5%; background-color: #fff;
	}
	.l-header_logo { width: 64%; }
	.l-header_top_inner {
		display: flex; align-items: center; justify-content: flex-end; width: 24%;
	}
	.l-header_info_tel { width: 30%; margin-right: 13%; }
	.l-header_menu {
		position: relative; z-index: 110; width: 40px; height: 40px; cursor: pointer;
	}
	.l-header_menu span {
		position: absolute; left: 50%; z-index: 102; width: 30px; height: 2px;
		background-color: #3F9E5E; transform: translateX(-50%); transition: .4s ease; box-sizing: border-box;
	}
	.l-header_menu span:nth-of-type(1) { top: 10px; }
	.l-header_menu span:nth-of-type(2) { top: 19px; }
	.l-header_menu span:nth-of-type(3) { top: 28px; }
	.l-header_menu.active span:nth-of-type(1) { top: 14px; left: 5px; transform: translateY(6.5px) rotate(-45deg); }
	.l-header_menu.active span:nth-of-type(2) { opacity: 0; }
	.l-header_menu.active span:nth-of-type(3) { top: 27px; left: 5px; transform: translateY(-6.5px) rotate(45deg); }
	.l-header_info { display: none; }
	.l-nav {
		position: fixed; z-index: 10000; top: 60px; right: -100%; width: 100%; height: 100%;
		padding: 0 0 140px; background-color: #fff; transition: .4s ease; opacity: 0; overflow-y: scroll;
	}
	.l-nav.open { right: 0; opacity: 1; }
	.l-nav_wrap { width: 100%; margin: 0; display: block; }
	.l-nav_wrap li { margin: 0; border: 0; width: 100% !important; }
	.l-nav_wrap li > a {
		display: flex; align-items: center; justify-content: space-between;
		padding: 18px 22px; background: #fff; color: #1a1a1a; font-weight: bold;
		border-bottom: 1px solid #ededed;
	}
	.l-nav_wrap li > a .l-nav_ttl_en { display: none; }
	.l-nav_ttl_ja { font-size: 17px; font-size: 1.7rem; }
	.l-nav_ttl_ja br { display: none; }
	/* row chevron */
	.l-nav_wrap li > a::after {
		content: ""; flex: 0 0 auto; width: 9px; height: 9px; margin-left: 12px;
		border-top: 2px solid #c4c4c4; border-right: 2px solid #c4c4c4; transform: rotate(45deg);
	}
	.l-nav_wrap li.nav01 > a::after,
	.l-nav_wrap li.nav08 > a::after { transform: rotate(135deg); }

	/* --- mobile drawer submenu behavior --- */
	.l-nav_wrap li > ul.sp_submenu_none { display: none; }
	.l-nav_wrap li.nav01 > ul,
	.l-nav_wrap li.nav08 > ul {
		position: static; width: 100%; transform: none; max-height: none; overflow: visible; background: #faf7f7;
	}
	.l-nav_wrap li.nav01 > ul li,
	.l-nav_wrap li.nav01:hover > ul li,
	.l-nav_wrap li.nav08 > ul li {
		height: auto !important; overflow: visible !important; padding: 0 !important;
		border: 0; margin: 0;
	}
	.l-nav_wrap li.nav01 > ul li a,
	.l-nav_wrap li.nav01:hover > ul li a,
	.l-nav_wrap li.nav08 > ul li a {
		display: flex; align-items: center; justify-content: space-between;
		padding: 16px 22px 16px 34px; background: transparent; color: #333;
		font-weight: 600; font-size: 1.5rem; text-align: left;
		border: 0; border-bottom: 1px solid #ededed; border-radius: 0;
	}
	.l-nav_wrap li.nav01 > ul li a::after,
	.l-nav_wrap li.nav08 > ul li a::after {
		content: ""; flex: 0 0 auto; width: 9px; height: 9px;
		border-top: 2px solid #c4c4c4; border-right: 2px solid #c4c4c4; transform: rotate(45deg);
	}
	/* section labels inside drawer */
	.l-nav_wrap li.nav01 > ul li.l-nav_group { background: #E8F2EB; }
	.l-nav_wrap li.nav01 > ul li.l-nav_group span {
		display: block; padding: 9px 22px; font-size: 1.25rem; font-weight: bold; color: #3F9E5E;
	}
	.l-nav_wrap li.nav01 > a.submenu,
	.l-nav_wrap li.nav08 > a.submenu { color: #1a1a1a; }
	/* current-page highlight (brand green) — add class is-current on the <a> */
	.l-nav_wrap li > a.is-current,
	.l-nav_wrap li.nav01 > ul li a.is-current { background: #3F9E5E; color: #fff; border-bottom-color: #3F9E5E; }
	.l-nav_wrap li > a.is-current::after,
	.l-nav_wrap li.nav01 > ul li a.is-current::after { border-color: #fff; }

	/* side */
	.c-side { left: 5%; bottom: 20px; width: 62%; line-height: 1.5; }
	.c-side a { display: flex; align-items: flex-end; }
	.c-side_icon { width: 20%; position: relative; top: 5px; }
	.c-side_txt {
		width: 9em; margin-bottom: 0px; margin-left: 8%; padding: 5px;
		font-size: 14px; font-size: 1.4rem; text-align: center; writing-mode: horizontal-tb;
	}
	.c-side_txt::before, .c-side_txt::after { border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
	.c-side_txt::before { top: 10px; left: -11px; border-right: 12px solid #fff; border-left: 0; }
	.c-side_txt::after { top: 10px; left: -13px; border-right: 12px solid #3F9E5E; border-left: 0; }

	/* key visual SP */
	.p-index_key_wrap { height: 60vh; min-height: 360px; }
	.p-index_key_wrap::after { height: 40px; }
	.p-index_key_wrap .l-cont { padding: 20px 0 0; writing-mode: horizontal-tb; }
	.p-index_key_wrap .l-cont span { padding: 2px 8px; }
	.p-index_key_ttl--sub { margin-bottom: 10px; font-size: 18px; font-size: 1.8rem; }
	.p-index_key_ttl { line-height: 1.7; margin-bottom: 14px; font-size: 34px; font-size: 3.4rem; padding-left: 0; }
	.p-index_key_ttl span { padding: 0 8px 4px !important; }
	.p-index_key_cat { font-size: 13px; font-size: 1.3rem; line-height: 1.6; margin-bottom: 16px; }
	.p-index_key_txt--wrap { margin-bottom: 5px; font-size: 12px; font-size: 1.2rem; }
	.p-index_key_icon {
		display: flex; align-items: center; justify-content: center;
		padding: 35px 0 20px; background-color: #E8F2EB;
	}
	.p-index_key_icon--wrap { width: 113px; height: 113px; margin-right: 3%; }
	.p-index_key_icon--img { width: 47%; }
	.p-index_key_icon--txt { font-size: 15px; font-size: 1.5rem; }
	.p-index_key_icon--txt span { font-size: 17px; font-size: 1.7rem; }

	/* concept SP */
	.p-index_concept .concept01 { top: -15px; right: 0; width: 18%; }
	.p-index_concept .concept02 { top: -15px; right: 22%; left: auto; width: 10%; }
	.p-index_concept .concept03 { top: -15px; right: 36%; width: 15%; }
	.p-index_concept .c-txt_left { margin-bottom: 15px; }
	.p-index_concept_main--wrap { margin-bottom: 30px; margin-right: 0; }
	.p-index_concept_main { display: block; }

	/* message SP */
	.p-index_message { padding: 30px 0 80px; }
	.p-index_message .l-cont { display: block; }
	.p-index_message_img { max-width: 100%; margin-right: 0; }
	.p-index_message_main { padding: 0; max-width: 100%; margin-bottom: 30px; }
	.p-index_message .c-ttl_base { margin-bottom: 15px; }
	.p-index_message_name { margin-bottom: 15px; }
	.p-index_message_name--ja { display: inline-block; margin-bottom: 5px; font-size: 18px; font-size: 1.8rem; }
	.p-index_message_name--en { font-size: 12px; font-size: 1.2rem; }

	/* treatment SP */
	.p-index_treatment .l-cont { padding-top: 0; }
	.p-index_treatment_icon { top: -80px; width: 41%; }
	.p-index_treatment_head { margin-bottom: 25px; text-align: center; display: block; }
	.p-index_treatment_head .c-ttl_base { display: inline-block; margin-bottom: 20px; }
	.p-index_treatment_list li { margin-left: 2%; margin-right: 2%; margin-bottom: 20px; }
	.p-index_treatment_list--icon { width: 103px; height: 103px; margin-bottom: 3px; }
	.p-index_treatment_list--ttl { font-size: 16px; font-size: 1.6rem; }
	.p-index_treatment_list01 .p-index_treatment_list--icon img,
	.p-index_treatment_list02 .p-index_treatment_list--icon img,
	.p-index_treatment_list03 .p-index_treatment_list--icon img,
	.p-index_treatment_list04 .p-index_treatment_list--icon img { width: 55%; }
	.p-index_treatment_list05 .p-index_treatment_list--icon img { width: 48%; }
	.p-index_treatment_list05 .p-index_treatment_list--icon svg { width: 50%; height: 50%; }
	.p-index_treatment_list06 .p-index_treatment_list--icon svg { width: 52%; height: 52%; }
	.p-index_treatment_list07 .p-index_treatment_list--icon svg { width: 52%; height: 52%; }
	.p-index_treatment_list08 .p-index_treatment_list--icon svg { width: 52%; height: 52%; }
	.p-index_treatment_list06 .p-index_treatment_list--icon img { width: 50%; }
	.p-index_treatment_list07 .p-index_treatment_list--icon img { width: 47%; }
	.p-index_treatment_list08 .p-index_treatment_list--icon img { width: 50%; }
	.p-index_treatment_list09 .p-index_treatment_list--icon img { width: 48%; }
	.p-index_treatment_list10 .p-index_treatment_list--icon img { width: 48%; }

	/* info SP */
	.p-index_info_main { display: block; }
	.p-index_info_head { display: block; margin-bottom: 15px; }
	.p-index_info_head--logo { width: 86%; margin: 0 auto 15px; }
	.p-index_info_head--txt { line-height: 1.4; font-size: 14px; font-size: 1.4rem; text-align: center; }
	.p-index_info_detail { margin-bottom: 40px; margin-right: 0; max-width: 100%; }
	.p-index_info_detail--clinic th { width: 26%; }
	.p-index_info_detail--clinic td { width: 74%; }
	.p-index_info_news { max-width: 100%; padding-right: 0; }
	.p-index_info_news--wrap { height: 265px; }

	/* footer SP */
	.l-footer_head { padding: 25px 0 30px; }
	.l-footer_head .l-cont { display: block; }
	.l-footer_head_ttl { line-height: 1.4; margin-bottom: 15px; font-size: 22px; font-size: 2.2rem; text-align: center; }
	.l-footer_head .c-btn_bgWht { margin: 0 auto; }
	.l-footer_map { height: 200px; }
	.l-footer_main { padding: 25px 0 35px; }
	.l-footer_pageTop { right: 5%; bottom: 20px; width: 60px; }
	.l-footer_pageTop a { height: 55px; padding-top: 13px; }
	.l-footer_logo { width: 86%; margin: 0 auto 20px; }
	.l-footer_tel a { padding-left: 24px; background-position: left 6px; background-size: 21px; font-size: 30px; font-size: 3.0rem; }
	.l-footer_nav { flex-wrap: wrap; width: 95%; margin: 0 auto 15px; justify-content: flex-start; }
	.l-footer_nav li { width: 42%; margin-right: 3%; margin-bottom: 5px; margin-left: 20px; }
	.l-footer_nav li:nth-child(2n) { margin-right: 0; }
	.l-footer_nav li::after { left: -15px; right: auto; width: 6px; height: 6px; }
	.l-footer_copyright { font-size: 10px; font-size: 1.0rem; }
	.footer_flex { display: block; width: 90%; margin: 0 auto 15px; }
	.footer_flex .opening { width: 90%; margin: 0 auto 20px; }
}

/* ---------- style.css : iPhone SE (max-width:320px) ---------- */
@media screen and (max-width: 320px) {
	.l-cont { width: 95%; }
	.p-index_key_icon--wrap { width: 93px; height: 93px; }
	.p-index_key_icon--txt { font-size: 12px; font-size: 1.2rem; }
	.p-index_treatment_list--icon { width: 93px; height: 93px; }
	.p-index_treatment_list--ttl { font-size: 14px; font-size: 1.4rem; }
}

/* ---------- customize.css : SP（キービジュアル/バッジ） ---------- */
@media screen and (max-width: 768px) {
	.sp_none { display: none; }
	.pc_none { display: block; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider { padding-top: 50px; overflow: hidden; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner { height: 54vh; min-height: 360px; margin-inline: 10px; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner img { border-radius: 30px 0px 50px; }
	.p-index_key_icon .p-index_key_icon--wrap { position: relative; z-index: 99; }
	.p-index_key_icon--wrap.rehab { top: 0 !important; left: 0 !important; width: 113px; height: 113px; }
	.p-index_key_icon--wrap.rehab .p-index_key_icon--inner .p-index_key_icon--img { top: -55px; width: 47%; }
	.p-index_key_icon--wrap.rehab .p-index_key_icon--inner .p-index_key_icon--txt { margin-top: 30px; }
	.rehab .p-index_key_icon--txt { font-size: 1.7rem; }
	.rehab .p-index_key_icon--txt span { font-size: 2rem; }
	.top_info { width: 95%; margin: -1.5em auto 2.5em; font-size: 1.5rem; padding: 0.8em 1.5em; }
	.banner_container.selfpay { margin: -3em auto 3em; }
}

@media screen and (max-width: 767px) {
	.medicalquestion a .p-index_key_icon--img { top: -48px; width: 30%; }
	.medicalquestion a .p-index_key_icon--txt { font-size: 1.5rem; margin-top: -15px; }
	.medicalquestion a .p-index_key_icon--txt span { font-size: 1.7rem; margin-bottom: 0px; }
	.bus .p-index_key_icon--img { top: -45px; width: 60px; }
}




/* === PC調整 === */
/* ===== PC表示の整え（最後に読み込む上書き） =====
   実CSSの「負マージンで画像を次セクションに重ねる」繊細な仕掛けが
   slick置換で崩れて大きな空白になるため、PC幅で余白を正常化する。
   SP(767px以下)には影響させない。 */
@media screen and (min-width: 768px) {
  /* 各セクションを均等な上下余白に。重なり用の負マージン/非対称paddingを解除 */
  .p-index_concept.l-bg_grn { margin-bottom: 0; padding: 70px 0; }
  .p-index_concept .l-cont { padding-top: 0; }
  .p-index_concept_main { align-items: center; }

  .p-index_message.l-bg_wht { padding: 70px 0; }
  .p-index_message .l-cont { padding-top: 0; align-items: center; }
  .p-index_message_main { padding: 0 3% 0 0; }

  .p-index_treatment.l-bg_ylw { padding: 70px 0; }
  .p-index_treatment .l-cont { padding-top: 0; }

  .p-index_accident.l-bg_grn { padding: 70px 0; }
  .p-index_info.l-bg_wht { padding: 70px 0; }

  /* 余白系の暴れを抑える */
  .l-block { margin-bottom: 40px; }
  .directions { position: static; width: fit-content; margin: 20px 0 0 auto; }
}
/* ===== 追記：めじろ台駅からの道順ボタン（緑・矢印付き） ===== */
.directions { text-align: center; padding: 26px 16px 6px; }
@media screen and (min-width: 768px) {
	.directions { display: block !important; width: auto !important; max-width: none !important; margin: 0 !important; text-align: right; padding: 26px 5% 6px 16px; }
}
@media screen and (max-width: 767px) {
	.directions { display: block !important; width: auto !important; text-align: right; padding: 18px 5% 4px 16px; margin: 0 !important; }
	.directions a { display: flex !important; width: fit-content !important; margin-left: auto !important; margin-right: 0 !important; }
}
.directions a {
	display: inline-flex; align-items: center; gap: 12px;
	background: #3F9E5E; color: #fff; font-weight: 700; font-size: 15px;
	padding: 14px 16px 14px 22px; border-radius: 10px; text-decoration: none;
	line-height: 1.45; box-shadow: 0 8px 18px -8px rgba(31,90,50,.55);
	transition: background-color .2s ease, transform .2s ease;
}
.directions a:hover { background: #348652; transform: translateY(-2px); }
.directions_txt { text-align: left; }
.directions_arrow {
	flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
	background: #fff; color: #3F9E5E;
	display: inline-flex; align-items: center; justify-content: center;
}
.directions_arrow svg { width: 13px; height: 13px; margin-left: 1px; }
@media screen and (max-width: 767px) {
	.directions { text-align: center; padding: 18px 16px 4px; }
	.directions a { font-size: 14px; padding: 12px 14px 12px 18px; }
}

/* ===== メニュー内 診療時間テーブルを整える ===== */
.l-nav .navi_opening_ttl { text-align: center; color: #3F9E5E; font-weight: 700; font-size: 1.6rem; margin: 20px 0 12px; }
.l-nav .c-table_opening { border-radius: 10px; overflow: hidden; border: 1px solid #d3e6d3; margin: 0 16px 20px; width: calc(100% - 32px); table-layout: fixed; }
.l-nav .c-table_opening th, .l-nav .c-table_opening td { border-color: #e0eee0 !important; padding: 12px 4px; font-size: 1.25rem; }
.l-nav .c-table_opening th.hour_head { background: #3F9E5E !important; color: #fff !important; }
.l-nav .c-table_opening tr:not(:first-child) th { background: #3F9E5E !important; color: #fff !important; }
.l-nav .c-table_opening tr:first-child th:not(.hour_head) { background: #e8f3e8 !important; color: #2b7a4b !important; }
.l-nav .c-table_opening td { background: #fff !important; }
.l-nav .c-table_opening td .hour_circle { border-color: #3F9E5E !important; }

/* キービジュアルのスライダーが外にはみ出さないように */
.p-index_key_wrap { overflow: hidden; }

/* ===== ヒーロー下：正方形カードを横4つ並べ（画像の下に配置） ===== */
.p-index_feature_band {
	position: static;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	transform: none;
	z-index: auto;
	margin: 26px auto 8px;
	width: 100%;
	max-width: 720px;
	padding: 0 16px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.p-index_feature_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	gap: 10px;
	padding: 12px 10px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e4ece4;
	border-radius: 14px;
	box-shadow: 0 10px 24px -16px rgba(31, 90, 50, 0.40);
}
.p-index_feature_item:last-child { border: 1px solid #e4ece4; }
.p-index_feature_ic {
	flex: 0 0 auto;
	width: 100%;
	height: 34px;
	color: #3F9E5E;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-index_feature_ic svg { width: 34px; height: 34px; display: block; }
.p-index_feature_ic img { width: 34px; height: 34px; }
.p-index_feature_tx {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color: #2f3b30;
	letter-spacing: .01em;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5em;
	white-space: normal;
	text-align: center;
}
@media screen and (max-width: 1100px) {
	.p-index_feature_band { grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; max-width: 720px; }
	.p-index_feature_tx { font-size: 14px; }
	.p-index_feature_item { padding: 12px 8px; gap: 9px; }
	.p-index_feature_ic { width: 34px; height: 34px; }
}
@media screen and (max-width: 767px) {
	.p-index_feature_band {
		position: static;
		left: auto;
		right: auto;
		transform: none;
		top: auto;
		bottom: auto;
		width: 100%;
		max-width: none;
		margin: 14px auto 6px;
		padding: 0 10px;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 7px;
		border-radius: 0;
	}
	.p-index_feature_item {
		flex-direction: column;
		aspect-ratio: 1 / 1;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 6px;
		padding: 6px 4px;
		border: 1px solid #e4ece4;
		border-radius: 11px;
	}
	.p-index_feature_item:last-child { border: 1px solid #e4ece4; }
	.p-index_feature_ic { width: 100%; height: 28px; }
	.p-index_feature_ic svg, .p-index_feature_ic img { width: 26px !important; height: 26px !important; }
	.p-index_feature_tx { font-size: 11px; line-height: 1.3; letter-spacing: -.02em; white-space: normal; text-align: center; min-height: 2.4em; }
}

/* ===== 追記：予防接種/その他の診療のリンクを中央寄せ＋均等ギャップに ===== */
@media screen and (min-width: 768px) {
  .vaccination_link ul,
  .other_treatment ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6em 2.5em;
  }
  .vaccination_link ul li,
  .other_treatment ul li { margin-right: 0; }
  /* 装飾アイコンが本文に強く被らないよう少し内側へ */
  .p-index_treatment_icon { right: -10px; }
  .p-index_accident_icon { right: 10px; }
}

/* ===== 追記：ヒーローのテキストをスライダーより前面に固定 ===== */
.p-index_key_wrap .l-cont { position: relative; z-index: 2; }

/* ===== 追記：ヘッダーのロゴ幅を制限してPCメニューの潰れを防ぐ =====
   横長ロゴ(約7.5:1)が中間幅で幅90%を占有し、ナビが18pxに潰れていたのを修正。 */
@media screen and (min-width: 768px) {
	.l-header_logo { width: auto !important; max-width: 280px !important; flex: 0 0 auto; }
	.l-header_logo img { width: 100% !important; height: auto !important; max-height: 60px; object-fit: contain; }
	.l-header_main { flex: 1 1 auto; }
}
/* 追記：フル幅デスクトップではヘッダー高さ(140px)を維持したままロゴを拡大 */
@media screen and (min-width: 1360px) {
	.l-header_logo { max-width: 460px !important; }
	.l-header_logo img { max-height: 100px !important; }
}
/* ===== 修正：ロゴ＋情報をヘッダー90px内に収め、宙浮き（はみ出し）を解消 ===== */
@media screen and (min-width: 768px) {
	.l-header_wrap {
		flex-wrap: nowrap !important;
		align-items: center !important;
		padding-top: 8px !important;
	}
	.l-header_top {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.l-header_txt {
		font-size: 11px !important;
		margin-bottom: 4px !important;
		line-height: 1.3 !important;
		white-space: nowrap;
	}
	.l-header_main { display: flex; align-items: center; }
	.l-header_info { margin-bottom: 0 !important; }
	.l-header_logo img { max-height: 100px !important; }
}
@media screen and (min-width: 1360px) {
	.l-header_logo { max-width: 300px !important; }
	.l-header_logo img { max-height: 54px !important; }
}
/* ===== 追記：重複ハンバーガー（元の.l-header_menu）を非表示。PCは右のMENUボタン、SPは下部バーのMENUを使用 ===== */
.l-header_menu { display: none !important; }

/* ===== 追記：PCヘッダーをやちよ風配置に（右側にTEL/SNS行＋6ボタンナビ行） ===== */
@media screen and (min-width: 768px) {
	.l-spbar { display: none !important; }
	.l-header { height: 122px !important; }
	.l-main { margin-top: 122px !important; }
	.l-header_wrap { align-items: center !important; padding-top: 0 !important; height: 122px; }
	.l-header_main {
		flex-direction: column;
		align-items: flex-end !important;
		justify-content: center;
	}
	.l-header_info { margin-bottom: 12px !important; justify-content: flex-end; }
	.l-header_logo img { max-height: 56px !important; }

	.l-header_btnnav {
		display: flex;
		align-items: stretch;
		gap: 0;
	}
	.l-header_btnnav a,
	.l-header_btnnav .l-header_menu_btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 4px 6px;
		width: 96px;
		box-sizing: border-box;
		text-decoration: none;
		line-height: 1.2;
		border: none;
		border-left: 1px solid #e1e8df;
		background: none;
		cursor: pointer;
		color: #333;
	}
	.l-header_btnnav > *:last-child { border-right: 1px solid #e1e8df; }
	.l-header_btnnav .ic { color: #3F9E5E; width: 28px; height: 28px; display: block; }
	.l-header_btnnav .ic svg { width: 100%; height: 100%; display: block; }
	.l-header_btnnav .ja {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 17px;
		font-weight: 700;
		color: #333;
		letter-spacing: .02em;
	}
	.l-header_btnnav a:hover .ja,
	.l-header_btnnav .l-header_menu_btn:hover .ja { color: #3F9E5E; }
}
@media screen and (min-width: 1360px) {
	.l-header { height: 126px !important; }
	.l-main { margin-top: 126px !important; }
	.l-header_wrap { height: 126px; }
	.l-header_logo { max-width: 920px !important; }
	.l-header_logo img { max-height: 92px !important; }
	.l-header_txt { display: none !important; }
	.l-header_btnnav a, .l-header_btnnav .l-header_menu_btn { padding: 4px 6px; width: 104px; box-sizing: border-box; }
	.l-header_btnnav .ja { font-size: 18px; }
	.l-header_btnnav .ic { width: 30px; height: 30px; }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.l-header_btnnav a, .l-header_btnnav .l-header_menu_btn { padding: 3px 6px; width: 90px; box-sizing: border-box; }
	.l-header_btnnav .ja { font-size: 17px; }
	.l-header_btnnav .ic { width: 28px; height: 28px; }
}
/* プレースホルダー画像が枠からはみ出さないように上限を付与 */
img { max-width: 100%; }
/* 院内案内ロゴ・フッターロゴも幅制限 */
.p-index_info_head--logo img { max-width: 360px; height: auto; }
.l-footer_logo img { max-width: 280px; height: auto; }

/* ===== 診療科目アイコン（緑PNGアイコン・サイズ統一） =====
   アイコンは元から #3F9E5E で書き出し済みのため recolor フィルタは不要（無効化）。
   全科で同じ表示サイズに統一（円内に均等な余白）。 */
.p-index_treatment_list--icon img {
	filter: none !important;
}
.p-index_treatment_list--icon img {
	width: 62% !important;
	height: 62% !important;
	object-fit: contain;
}

/* ===== 追記：やちよ由来のオレンジ色アイコンを非表示 ===== */
/* 例の「診療予約はこちら」ボタンの手＋ハートアイコン／装飾アイコン／SCROLL表示 */
.c-side_icon img,
.p-index_key_scroll,
.p-index_concept_icon img,
.p-index_treatment_icon img { display: none !important; }
/* 「診療予約はこちら」フローティングボタン自体を非表示（やちよ予約システム未連携のため） */
.c-side.waiting_container { display: none !important; }

/* ===== 追記：診療科目を3列×2段の均等配置に（6項目の5+1崩れを解消） ===== */
@media screen and (min-width: 768px) {
	.p-index_treatment_list {
		justify-content: center !important;
		column-gap: 24px;
		row-gap: 30px;
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
	}
	.p-index_treatment_list li {
		width: 200px !important;
		max-width: 200px;
		margin: 0 !important;
		text-align: center;
	}
	.p-index_treatment_list--icon {
		width: 170px !important;
		height: 170px !important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 14px;
	}
	.p-index_treatment_list--ttl { font-size: 22px !important; }
}
/* 3列表示（スマホ）の円サイズ・科目名 */
@media screen and (max-width: 767px) {
	.p-index_treatment_list--icon { width: 92px !important; height: 92px !important; margin: 0 auto 8px !important; }
	.p-index_treatment_list li { text-align: center; }
	.p-index_treatment_list--ttl { font-size: 14px !important; line-height: 1.3; text-align: center; }
}

/* ===== 追記：ドクターメッセージ本文の体裁 ===== */
.p-index_message_txt { margin-top: 22px; }
.p-index_message_txt .c-txt_left {
	margin-bottom: 1em;
	line-height: 2;
	text-align: justify;
}
.p-index_message_txt .c-txt_left:last-child { margin-bottom: 0; }

/* ===== 追記：開院予定アナウンスバー ===== */
.open-notice{
	position:relative; z-index:20;
	display:flex; align-items:center; justify-content:center; gap:14px;
	background:#3F9E5E; color:#fff; padding:11px 16px; text-align:center;
	font-family:"Noto Sans JP",sans-serif;
}
.open-notice__badge{
	font-family:"Lato",sans-serif; font-weight:700; letter-spacing:.12em;
	font-size:12px; line-height:1; padding:5px 10px; border-radius:4px;
	background:#fff; color:#3F9E5E; white-space:nowrap;
}
.open-notice__txt{ font-weight:700; font-size:19px; letter-spacing:.04em; }
.open-notice__txt b{ font-size:1.28em; }
@media screen and (max-width:767px){
	.open-notice{ gap:10px; padding:9px 12px; }
	.open-notice__txt{ font-size:14px; }
	.open-notice__txt b{ font-size:1.2em; }
	.open-notice__badge{ font-size:10px; padding:4px 8px; }
	/* SP：ヘッダー電話アイコンを少し小さく */
	.l-header_info_tel.u-only_sp a[href^="tel"] img{ height:24px !important; }
}

/* 縦書き内の「21」を縦中横（立てて表示） */
.p-index_key_txt .tcy{
	/* 「21」はインラインSVG化。置換要素は縦書き内でも回転せず
	   1文字分のマスに収まる仕様が両エンジン共通のため、位置ずれが起きない */
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	letter-spacing: 0;
	text-indent: 0 !important;
	background: transparent !important;
	padding: 0 !important;
	writing-mode: initial;
	text-combine-upright: none;
	-webkit-text-combine: none;
}
.p-index_key_txt .tcy svg{
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}




/* === SP調整 === */
/* ===== SP表示の整え（最後に読み込む上書き / 767px以下のみ） =====
   PC側と同様に縦の余白を均等化し、院長メッセージの空白を詰める。 */
@media screen and (max-width: 767px) {
  /* セクション上下を均等に */
  .p-index_concept.l-bg_grn { padding: 30px 0; }
  .p-index_message.l-bg_wht { padding: 30px 0 40px; }
  .p-index_treatment.l-bg_ylw { padding: 30px 0; }
  .p-index_accident.l-bg_grn { padding: 30px 0; }
  .p-index_info.l-bg_wht { padding: 30px 0; }
  .l-block { margin-bottom: 30px; }

  /* 院長メッセージ：名前と写真の間の空白を詰める */
  .p-index_message .l-cont { display: block; }
  .p-index_message_main { padding: 0; max-width: 100%; margin-bottom: 16px; }
  .p-index_message_main .top_book.sp_none { display: none !important; }
  .p-index_message_img { max-width: 240px; margin: 0 auto; }
  .p-index_message_img img { width: 100%; }

  /* ヒーローのバッジを折り返し許可で中央に */
  .p-index_key_icon { flex-wrap: wrap; gap: 10px 6px; }

  /* 診療科目の円を均等3列で安定させる（参考画像のレイアウト） */
  .p-index_treatment_list { gap: 0; justify-content: center; }
  .p-index_treatment_list > li { width: 31% !important; margin: 0 1% 22px !important; }
}

/* ===== 追記：ヒーローのバッジ中央寄せ・自費バナーの詰まり解消 ===== */
@media screen and (max-width: 767px) {
  .p-index_key_icon {
    justify-content: center;
    align-items: flex-start;
    gap: 0 14px;
  }
  .p-index_key_icon--wrap { margin-right: 0 !important; }
  /* 自費診療メニュー：負マージンでの食い込みをやめて素直に並べる */
  .banner_container.selfpay { margin: 16px auto 24px !important; }
}

/* ===== 追記：予防接種/その他ボックスのスマホ調整 ===== */
@media screen and (max-width: 767px) {
  .l-footer_address, .l-footer_tel { white-space: nowrap; }
  .l-footer_address { font-size: 1.15rem; }
  .vaccination_link, .other_treatment { margin-top: 40px; padding: 1.5em 4% 1.2em; }
  .vaccination_link > h4, .other_treatment > h4 { font-size: 1.4rem; }
  .vaccination_link ul, .other_treatment ul { gap: 0.5em 1.2em; }
  .vaccination_link ul li h5, .other_treatment ul li h5 { font-size: 1.1rem; }
}

/* ===== 追記：交通事故セクションの装飾アイコンがSPで上のセクション本文に被るのを修正 ===== */
@media screen and (max-width: 767px) {
  /* 装飾アイコンを小さく・右上角へ収め、前セクションの「ED治療/膝の再生治療」に被らないようにする */
  .p-index_accident_icon {
    width: 88px;
    top: -28px;
    right: 6px;
  }
  /* アイコン分の余白を確保してタイトルと重ならないように */
  .p-index_accident.l-bg_grn { padding-top: 44px; }
}

/* === 画像スタイル（実画像はそのまま、未取得は alt 表示） === */
img {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	color: #25795F;
	object-fit: contain;
}
/* キービジュアル/スライダー等、サイズ未指定の大型画像に最低高さを与える */
.kv_inner img,
.p-index_concept_img img,
.p-index_message_img img,
.banner_container img {
	width: 100%;
	min-height: 180px;
	display: block;
}
/* 八王子版：やちよ固有の「中身」のみ非表示（構造はやちよと同一に保つ） */
/* 院長の書籍プロモ（やちよ院長の書籍）・千葉SDGsチーバくんは八王子に該当なし */
.top_book { display: none !important; }
.ft_stgs { display: none !important; }
/* やちよの駐車場マップ画像のみ非表示（住所欄の図） */
.p-index_info_detail figure { display: none !important; }
/* 「地域連携夜間休日診療加算について」お知らせリンクを非表示 */
.top_info.list { display: none !important; }
/* 自費診療メニューバナーは八王子に該当なしのため非表示 */
.banner_container.selfpay { display: none !important; }

/* ===== 追記：スマホヘッダーの電話・LINEボタンを小さく横並びに ===== */
@media screen and (max-width: 767px) {
	.l-header_top_inner.line { display: flex; align-items: center; gap: 8px; }
	.l-header_info_tel.u-only_sp { display: flex; align-items: center; gap: 8px; margin: 0; }
	.l-header_info_tel.u-only_sp a { display: inline-flex; align-items: center; }
	.l-header_info_tel.u-only_sp img {
		height: 32px !important;
		width: auto !important;
		max-width: 38px !important;
		min-height: 0 !important;
		min-width: 0 !important;
	}
}

/* ===== 追記：ファーストビュー写真を全面表示に ===== */
.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner img { object-fit: cover; }

/* ===== 追記（B案）：ヒーローのセルを縦長(ポートレート)化（PCのみ）。スマホはやちよ準拠のオーバーレイ ===== */
@media screen and (min-width: 768px) {
	.p-index_key_wrap { height: clamp(560px, 60vw, 800px); overflow: visible; }
	.p-index_key_wrap::after { display: none !important; } /* 緑帯撤去：画像をフルに使う */
	.p-index_key_wrap.mv_slider_wrap .kv_slider { padding-top: 0 !important; height: 100%; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .draggable { height: 100%; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner {
		width: 540px;
		height: 100%;
		margin-inline: 14px;
	}
}
/* スマホ：オーバーレイのまま画像セルを縦長(ポートレート)に */
@media screen and (max-width: 767px) {
	.p-index_key_wrap { height: calc(38vh + 28px) !important; min-height: 318px; }
	.p-index_key_wrap::after { display: none !important; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner {
		width: 55vw !important;
		max-width: 225px !important;
		height: 38vh !important;
		min-height: 290px !important;
		margin-inline: 8px;
	}
}

/* （サブ見出し「地域のかかりつけ医として」は白ボックスのまま：やちよと同一） */

/* ===== 追記：院内案内のロゴを中央寄せに（全幅対応） ===== */
.p-index_info_head { text-align: center; }
.p-index_info_head--logo { text-align: center !important; }
.p-index_info_head--logo a { display: inline-block; }
.p-index_info_head--logo img { display: block; margin-left: auto !important; margin-right: auto !important; }
.p-index_info_head {
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
}
.p-index_info_head--logo {
	width: auto !important;
	margin: 0 auto 16px !important;
	display: block !important;
	text-align: center !important;
}
/* ===== 追記：ファーストビューのフローティングアイコン円内の壊れ画像を非表示 ===== */
/* 円の中のやちよ製アイコン(ico_rehab.png等)が壊れラベルで表示されるため隠す。円内テキストは残す。 */
.p-index_key_icon--img { display: none !important; }
.p-index_key_icon--inner { justify-content: center !important; }

/* ===== 追記：ファーストビューの円ボタンを廃止し、左下追従の診療予約ボタンに ===== */
.p-index_key_icon { display: none !important; }
.fixed_reserve {
	position: fixed;
	right: 20px;
	left: auto;
	bottom: 20px;
	z-index: 9999;
	width: 144px;
	transition: transform .25s ease, filter .25s ease;
}
.fixed_reserve img { display: block; width: 100%; height: auto; filter: drop-shadow(0 6px 14px rgba(0,0,0,.25)); }
.fixed_reserve:hover { transform: translateY(-3px); }
@media screen and (max-width: 767px) {
	.fixed_reserve { width: 117px; right: 12px; left: auto; bottom: 12px; }
}

/* ===== 追記：ファーストビューのボタンを2つ(診療予約／Web問診)に整える ===== */
.p-index_key_icon {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 22px !important;
	padding: 34px 16px 30px !important;
	background-color: #E8F2EB;
}
/* 2つの円を絶対配置から解除し、同サイズの円に統一 */
.p-index_key_icon .p-index_key_icon--wrap {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin: 0 !important;
	width: 150px !important;
	height: 150px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	box-shadow: 0 8px 20px -10px rgba(51,155,39,.45);
	transition: transform .25s ease, box-shadow .25s ease;
}
.p-index_key_icon .p-index_key_icon--wrap:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 26px -12px rgba(51,155,39,.55);
}
.p-index_key_icon .p-index_key_icon--wrap a {
	display: flex; align-items: center; justify-content: center;
	width: 100%; height: 100%;
}
.p-index_key_icon .p-index_key_icon--inner { margin: 0 !important; padding: 0 !important; }
/* テキストの体裁を2ボタンで統一 */
.p-index_key_icon .p-index_key_icon--txt {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	line-height: 1.35 !important;
	font-family: "Noto Sans JP", sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.9rem !important;
}
.p-index_key_icon .p-index_key_icon--txt span {
	display: block !important;
	font-size: 1.9rem !important;
	margin: 0 !important;
}
/* 診療予約：オレンジ、Web問診：緑（やちよの配色を踏襲） */
.p-index_key_icon--wrap.rehab {
	border: 3px solid #e98e4c !important;
	background-color: #fff4df !important;
}
.p-index_key_icon--wrap.rehab .p-index_key_icon--txt { color: #e98e4c !important; }
.p-index_key_icon--wrap.medicalquestion {
	border: 3px solid #3F9E5E !important;
	background-color: #fff !important;
}
.p-index_key_icon--wrap.medicalquestion .p-index_key_icon--txt { color: #3F9E5E !important; }
@media screen and (max-width: 767px) {
	.p-index_key_icon { gap: 18px !important; padding: 28px 12px 26px !important; }
	.p-index_key_icon .p-index_key_icon--wrap { width: 128px !important; height: 128px !important; }
	.p-index_key_icon .p-index_key_icon--txt,
	.p-index_key_icon .p-index_key_icon--txt span { font-size: 1.6rem !important; }
}
/* 円ボタンは廃止（左下追従の診療予約ボタンに置換） */
.p-index_key_icon { display: none !important; }

/* ===== 追記：スマホヘッダーの電話・LINEボタンの重なりを解消 ===== */
@media screen and (max-width: 767px) {
	.l-header_top_wrap { gap: 8px; padding-right: 4% !important; }
	.l-header_logo { width: auto !important; max-width: 72% !important; flex: 0 1 auto; }
	.l-header_logo img { width: 100% !important; height: auto !important; max-height: 54px; object-fit: contain; }
	.l-header_top_inner.line {
		display: flex !important;
		align-items: center;
		gap: 10px;
		width: auto !important;
		flex: 0 0 auto;
		margin: 0 !important;
	}
	.l-header_info_tel.u-only_sp {
		display: flex !important;
		align-items: center;
		gap: 10px;
		position: static !important;
		margin: 0 !important;
		width: auto !important;
	}
	.l-header_info_tel.u-only_sp a {
		position: static !important;
		display: inline-flex !important;
		align-items: center;
		margin: 0 !important;
	}
	.l-header_info_tel.u-only_sp img {
		height: 32px !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		min-height: 0 !important;
		border: 0 !important;
	}
	.l-header_menu { flex: 0 0 40px; margin-left: 4px; }
}

/* ===== 追記：院長メッセージのご挨拶／経歴タブ ===== */
.msg_tabs { display: flex; gap: 10px; margin: 24px 0 18px; justify-content: center; }
@media screen and (min-width: 768px) {
	.p-index_message .l-cont { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; gap: 4%; }
	.p-index_message_img { order: 0 !important; flex: 0 0 36%; max-width: 420px; margin: 0 !important; }
	.p-index_message_main { order: 1 !important; flex: 1 1 auto; padding: 0 !important; }
}
.msg_tab {
	appearance: none;
	border: 2px solid #3F9E5E;
	background: #fff;
	color: #3F9E5E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .06em;
	padding: 12px 30px;
	border-radius: 40px;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}
.msg_tab:hover { background: #E8F2EB; }
.msg_tab.is-active { background: #3F9E5E; color: #fff; }
.msg_panel[hidden] { display: none; }
.msg_career { margin-top: 4px; }
.msg_career dl { display: grid; grid-template-columns: 96px 1fr; row-gap: 14px; column-gap: 16px; margin: 0 0 24px; }
.msg_career dt { font-weight: 700; color: #3F9E5E; font-size: 15px; line-height: 1.7; }
.msg_career dd { margin: 0; line-height: 1.8; font-size: 15px; text-align: justify; }
.msg_career h4,
.msg_heading {
	font-weight: 700; color: #2b2b2b; font-size: 17px;
	border-left: 5px solid #3F9E5E; padding-left: 12px; margin: 0 0 12px;
}
.msg_heading { margin-top: 6px; }
.p-index_message_txt.msg_panel p { line-height: 1.9; font-size: 15px; }
@media screen and (max-width: 767px) {
	.concept_q { white-space: normal; }
}
.msg_career ul { list-style: none; margin: 0; padding: 0; }
.msg_career ul li { position: relative; padding-left: 18px; line-height: 1.9; font-size: 15px; }
.msg_career ul li::before { content: ""; position: absolute; left: 2px; top: .8em; width: 7px; height: 7px; border-radius: 50%; background: #3F9E5E; }
@media screen and (max-width: 767px) {
	.msg_tab { padding: 10px 22px; font-size: 15px; }
	.msg_career dl { grid-template-columns: 72px 1fr; column-gap: 10px; }
}
.footer_flex {
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}
.footer_flex > .l-cont {
	width: 100% !important;
	max-width: 620px !important;
	margin: 0 auto !important;
	text-align: center !important;
}
.footer_flex .opening {
	margin: 26px auto 0 !important;
	max-width: 620px !important;
	width: 100% !important;
}
/* フッターのロゴ白ボックス：中央寄せ＋中のロゴ画像も中央 */
.l-footer_logo {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 auto 15px !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	max-width: 90% !important;
}
.l-footer_logo a { display: inline-flex !important; justify-content: center; }
.l-footer_logo img { display: block !important; margin: 0 auto !important; max-width: 280px !important; width: 100%; height: auto !important; }
/* 住所・SNSも中央 */
.l-footer_address { text-align: center !important; }
.sns_link { justify-content: center !important; margin-left: auto !important; margin-right: auto !important; }

/* ===== 追記：ページTOPボタンの矢印画像切れをCSS矢印に置換 ===== */
/* ページTOPボタンは非表示 */
.l-footer_pageTop { display: none !important; }
.l-footer_pageTop a img { display: none !important; }
.l-footer_pageTop a {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.l-footer_pageTop a::before {
	content: "";
	width: 16px;
	height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	margin-top: 4px;
}

/* PC icon nav + full-width mega menu: 廃止（ドロワー化に変更したため削除済み） */


.c-cta{margin:54px 0 8px;padding:34px 28px;background:linear-gradient(135deg,#3F9E5E,#347f4d);border-radius:16px;text-align:center;color:#fff;}.c-cta_ttl{font-family:"Noto Sans JP",sans-serif;font-size:21px;font-weight:700;margin:0 0 10px;color:#fff;}.c-cta_txt{font-size:14.5px;line-height:1.85;margin:0 auto 22px;max-width:560px;color:#eafaf0;}.c-cta_btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;}.c-cta_btn{display:inline-block;background:#fff;color:#2f7a47;font-weight:700;font-size:15.5px;text-decoration:none;padding:15px 38px;border-radius:40px;transition:.2s;box-shadow:0 4px 14px rgba(0,0,0,.12);}.c-cta_btn:hover{transform:translateY(-2px);box-shadow:0 7px 20px rgba(0,0,0,.18);}

.c-body a:link,.c-body a:visited,.c-note a:link,.c-note a:visited{color:#2f7a47;text-decoration:underline;}.c-body a,.c-note a,.c-flag a,.c-list a{display:inline !important;word-break:normal;overflow-wrap:normal;}.c-flag a{text-decoration:underline;}

.c-figph{flex-direction:column;gap:9px;min-height:170px;line-height:1.7;}.c-figph::before{content:"";display:block;width:36px;height:36px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e9079' stroke-width='1.6'><rect x='3' y='3' width='18' height='18' rx='2'/><circle cx='8.5' cy='8.5' r='1.6'/><path d='M21 15l-5-5L4 21'/></svg>") center/contain no-repeat;opacity:.75;}.c-figph .c-figcap{font-weight:700;color:#5c8268;font-size:14px;}.c-figph .c-figsub{font-size:12px;color:#8aa893;}.c-figph .c-figpath{font-size:11px;color:#a9c2b1;}

.l-nav.open{overflow-y:auto;-webkit-overflow-scrolling:touch;}.l-nav.open .l-nav_wrap{display:block !important;}.l-nav.open .l-nav_wrap>li{width:auto !important;border:0 !important;border-bottom:1px solid #eee !important;}.l-nav.open .l-nav_wrap>li>a{display:flex !important;align-items:center;gap:10px;padding:16px 24px !important;text-align:left !important;color:#1a1a1a !important;justify-content:flex-start !important;}.l-nav.open .l-nav_wrap .l-nav_ttl_en{display:none !important;}.l-nav.open .l-nav_wrap li ul{display:block !important;padding:4px 0 10px;}.l-nav.open .l-nav_wrap li ul li{border:0 !important;}.l-nav.open .l-nav_wrap li ul li a{display:block !important;padding:11px 38px !important;text-align:left !important;color:#333 !important;font-size:1.45rem !important;border:0 !important;line-height:1.5 !important;}.l-nav.open .l-nav_wrap li ul li a:hover{background:#f1f8f3 !important;}.l-nav.open .l-nav_group{background:#f1f8f3 !important;pointer-events:none;}.l-nav.open .l-nav_group span{text-align:left !important;}.l-nav.open .l-nav_ico{width:22px !important;height:22px !important;flex:0 0 auto !important;}.l-nav.open .l-nav_ico svg{width:22px;height:22px;}

.l-nav.open .l-nav_wrap li>ul{position:static !important;width:auto !important;transform:none !important;opacity:1 !important;visibility:visible !important;max-height:none !important;background:#f8faf8 !important;}.l-nav.open .l-nav_wrap li>ul li{height:auto !important;overflow:visible !important;}.l-nav.open .l-nav_wrap li.nav01>a::after{display:none !important;}

.c-areaguide_wrap{overflow-x:auto;margin:18px 0;-webkit-overflow-scrolling:touch;}.c-areaguide{width:100%;border-collapse:collapse;font-size:14px;min-width:520px;}.c-areaguide th,.c-areaguide td{border:1px solid #dce8e0;padding:11px 13px;text-align:left;vertical-align:top;line-height:1.75;}.c-areaguide thead th{background:#3F9E5E;color:#fff;font-weight:700;white-space:nowrap;}.c-areaguide tbody th{background:#f1f8f3;color:#2f6f47;font-weight:700;white-space:nowrap;}.c-areaguide tbody tr:nth-child(even) td{background:#fafdfb;}.c-areaguide a{color:#2f7a47;text-decoration:underline;}

.c-supervisor{margin:56px 0 8px;border:1px solid #d3e6da;border-radius:14px;background:#f6faf7;padding:22px 24px;}.c-supervisor_label{font-family:"Lato",sans-serif;font-weight:700;letter-spacing:.12em;font-size:12px;color:#3F9E5E;margin-bottom:14px;}.c-supervisor_inner{display:flex;gap:18px;align-items:flex-start;}.c-supervisor_photo{flex:0 0 96px;width:96px;height:96px;border-radius:50%;background:#3F9E5E;overflow:hidden;display:flex;align-items:center;justify-content:center;}.c-supervisor_photo img{width:100%;height:100%;object-fit:cover;display:block;}.c-supervisor_name{font-family:"Noto Sans JP",sans-serif;font-size:16px;font-weight:500;color:#333;margin-bottom:8px;}.c-supervisor_name strong{font-size:18px;font-weight:700;color:#222;}.c-supervisor_cred{font-family:"Noto Sans JP",sans-serif;font-size:12.5px;line-height:1.7;color:#3F9E5E;font-weight:500;margin-bottom:8px;}.c-supervisor_desc{font-family:"Noto Sans JP",sans-serif;font-size:14px;line-height:1.9;color:#555;margin-bottom:10px;}.c-supervisor_link{font-family:"Noto Sans JP",sans-serif;font-size:14px;font-weight:700;color:#3F9E5E;text-decoration:none;}.c-supervisor_link:hover{text-decoration:underline;}.c-supervisor_date{font-family:"Noto Sans JP",sans-serif;font-size:12px;color:#8aa08f;text-align:right;margin-top:14px;}@media(max-width:767px){.c-supervisor_inner{flex-direction:column;align-items:center;text-align:center;}}

.c-linkcard{margin:14px 0 8px;}.c-linkcard_list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px;list-style:none;margin:10px 0 26px;}.c-linkcard_list li{margin:0;}.c-linkcard_list a{position:relative;display:block;font-family:"Noto Sans JP",sans-serif;font-size:15px;font-weight:500;color:#2f6f47;background:#f3faf5;border:1px solid #d3e6da;border-radius:8px;padding:12px 14px 12px 30px;text-decoration:none;transition:.2s;}.c-linkcard_list a::before{content:"";position:absolute;left:13px;top:50%;width:6px;height:6px;margin-top:-4px;border-right:2px solid #3F9E5E;border-bottom:2px solid #3F9E5E;transform:rotate(-45deg);}.c-linkcard_list a:hover{background:#3F9E5E;color:#fff;}.c-linkcard_list a:hover::before{border-color:#fff;}@media(max-width:767px){.c-linkcard_list{grid-template-columns:1fr;}}

.c-flag{list-style:none;margin:18px 0;padding:20px 22px;background:#fbf6ef;border:1px solid #ecdcc4;border-left:4px solid #e0934b;border-radius:10px;}.c-flag li{position:relative;padding-left:28px;font-size:15px;line-height:1.9;color:#444;margin:9px 0;}.c-flag li::before{content:"!";position:absolute;left:0;top:1px;width:19px;height:19px;line-height:19px;text-align:center;font-weight:700;font-size:12px;color:#fff;background:#e0934b;border-radius:50%;}.c-flag a{color:#2f6f47;font-weight:500;text-decoration:underline;}.c-flag .c-strong{color:#c9742f;}

.c-flag{list-style:none;margin:18px 0;padding:20px 22px;background:#fbf6ef;border:1px solid #ecdcc4;border-left:4px solid #e0934b;border-radius:10px;}.c-flag li{position:relative;padding-left:28px;font-size:15px;line-height:1.9;color:#444;margin:9px 0;}.c-flag li::before{content:"!";position:absolute;left:0;top:1px;width:19px;height:19px;line-height:19px;text-align:center;font-weight:700;font-size:12px;color:#fff;background:#e0934b;border-radius:50%;}.c-flag a{color:#2f6f47;font-weight:500;}.c-flag .c-strong{color:#c9742f;}

.c-disease_link{color:inherit;text-decoration:none;}.c-disease_link:hover{color:#3F9E5E;text-decoration:underline;}


/* === SP（スマホ用 実ルール） === */
/* ===== スマホ用ルール（実 style.css / customize.css の SP メディアクエリ抜粋） ===== */

/* ---------- style.css : @media (max-width:767px) ---------- */
@media screen and (max-width: 767px) {
	.u-only_sp { display: block; }
	.u-only_pc { display: none; }
	html { overflow: auto; -webkit-overflow-scrolling: touch; }
	body { min-width: inherit; font-size: 14px; font-size: 1.4rem; }
	body.no_scroll { overflow: hidden; }
	.l-main { margin-top: 88px; }
	.l-cont_wrap { width: 90%; }
	.l-block { margin-bottom: 40px; }
	.l-bg_grn { padding: 30px 0 40px; }
	.l-bg_wht { padding: 30px 0 40px; }
	.l-bg_ylw { padding: 30px 0 40px; }
	.c-ttl_base { margin-bottom: 10px; }
	.c-ttl_base_ja { font-size: 18px; font-size: 1.8rem; }
	.c-ttl_grn { margin-bottom: 15px; font-size: 18px; font-size: 1.8rem; }
	.c-ttl_center { margin-bottom: 15px; font-size: 18px; font-size: 1.8rem; }
	.c-btn_bgWht { width: 60%; }
	.c-btn_bgWht a { padding: 5px 0; font-size: 16px; font-size: 1.6rem; }
	.c-table_opening th { width: 26%; padding: 5px 0; }
	.c-table_opening td { padding: 5px 0; }

	/* header (hamburger) */
	.l-header { height: 60px; }
	.l-header_wrap { padding-left: 15px; }
	.l-header_top_wrap {
		display: flex; align-items: center; justify-content: space-between;
		padding: 9px 0 6px 2.5%; background-color: #fff;
	}
	.l-header_logo { width: 64%; }
	.l-header_top_inner {
		display: flex; align-items: center; justify-content: flex-end; width: 24%;
	}
	.l-header_info_tel { width: 30%; margin-right: 13%; }
	.l-header_menu {
		position: relative; z-index: 110; width: 40px; height: 40px; cursor: pointer;
	}
	.l-header_menu span {
		position: absolute; left: 50%; z-index: 102; width: 30px; height: 2px;
		background-color: #3F9E5E; transform: translateX(-50%); transition: .4s ease; box-sizing: border-box;
	}
	.l-header_menu span:nth-of-type(1) { top: 10px; }
	.l-header_menu span:nth-of-type(2) { top: 19px; }
	.l-header_menu span:nth-of-type(3) { top: 28px; }
	.l-header_menu.active span:nth-of-type(1) { top: 14px; left: 5px; transform: translateY(6.5px) rotate(-45deg); }
	.l-header_menu.active span:nth-of-type(2) { opacity: 0; }
	.l-header_menu.active span:nth-of-type(3) { top: 27px; left: 5px; transform: translateY(-6.5px) rotate(45deg); }
	.l-header_info { display: none; }
	.l-nav {
		position: fixed; z-index: 10000; top: 60px; right: -100%; width: 100%; height: 100%;
		padding: 0 0 140px; background-color: #fff; transition: .4s ease; opacity: 0; overflow-y: scroll;
	}
	.l-nav.open { right: 0; opacity: 1; }
	.l-nav_wrap { width: 100%; margin: 0; display: block; }
	.l-nav_wrap li { margin: 0; border: 0; width: 100% !important; }
	.l-nav_wrap li > a {
		display: flex; align-items: center; justify-content: space-between;
		padding: 18px 22px; background: #fff; color: #1a1a1a; font-weight: bold;
		border-bottom: 1px solid #ededed;
	}
	.l-nav_wrap li > a .l-nav_ttl_en { display: none; }
	.l-nav_ttl_ja { font-size: 17px; font-size: 1.7rem; }
	.l-nav_ttl_ja br { display: none; }
	/* row chevron */
	.l-nav_wrap li > a::after {
		content: ""; flex: 0 0 auto; width: 9px; height: 9px; margin-left: 12px;
		border-top: 2px solid #c4c4c4; border-right: 2px solid #c4c4c4; transform: rotate(45deg);
	}
	.l-nav_wrap li.nav01 > a::after,
	.l-nav_wrap li.nav08 > a::after { transform: rotate(135deg); }

	/* --- mobile drawer submenu behavior --- */
	.l-nav_wrap li > ul.sp_submenu_none { display: none; }
	.l-nav_wrap li.nav01 > ul,
	.l-nav_wrap li.nav08 > ul {
		position: static; width: 100%; transform: none; max-height: none; overflow: visible; background: #faf7f7;
	}
	.l-nav_wrap li.nav01 > ul li,
	.l-nav_wrap li.nav01:hover > ul li,
	.l-nav_wrap li.nav08 > ul li {
		height: auto !important; overflow: visible !important; padding: 0 !important;
		border: 0; margin: 0;
	}
	.l-nav_wrap li.nav01 > ul li a,
	.l-nav_wrap li.nav01:hover > ul li a,
	.l-nav_wrap li.nav08 > ul li a {
		display: flex; align-items: center; justify-content: space-between;
		padding: 16px 22px 16px 34px; background: transparent; color: #333;
		font-weight: 600; font-size: 1.5rem; text-align: left;
		border: 0; border-bottom: 1px solid #ededed; border-radius: 0;
	}
	.l-nav_wrap li.nav01 > ul li a::after,
	.l-nav_wrap li.nav08 > ul li a::after {
		content: ""; flex: 0 0 auto; width: 9px; height: 9px;
		border-top: 2px solid #c4c4c4; border-right: 2px solid #c4c4c4; transform: rotate(45deg);
	}
	/* section labels inside drawer */
	.l-nav_wrap li.nav01 > ul li.l-nav_group { background: #E8F2EB; }
	.l-nav_wrap li.nav01 > ul li.l-nav_group span {
		display: block; padding: 9px 22px; font-size: 1.25rem; font-weight: bold; color: #3F9E5E;
	}
	.l-nav_wrap li.nav01 > a.submenu,
	.l-nav_wrap li.nav08 > a.submenu { color: #1a1a1a; }
	/* current-page highlight (brand green) — add class is-current on the <a> */
	.l-nav_wrap li > a.is-current,
	.l-nav_wrap li.nav01 > ul li a.is-current { background: #3F9E5E; color: #fff; border-bottom-color: #3F9E5E; }
	.l-nav_wrap li > a.is-current::after,
	.l-nav_wrap li.nav01 > ul li a.is-current::after { border-color: #fff; }

	/* side */
	.c-side { left: 5%; bottom: 20px; width: 62%; line-height: 1.5; }
	.c-side a { display: flex; align-items: flex-end; }
	.c-side_icon { width: 20%; position: relative; top: 5px; }
	.c-side_txt {
		width: 9em; margin-bottom: 0px; margin-left: 8%; padding: 5px;
		font-size: 14px; font-size: 1.4rem; text-align: center; writing-mode: horizontal-tb;
	}
	.c-side_txt::before, .c-side_txt::after { border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
	.c-side_txt::before { top: 10px; left: -11px; border-right: 12px solid #fff; border-left: 0; }
	.c-side_txt::after { top: 10px; left: -13px; border-right: 12px solid #3F9E5E; border-left: 0; }

	/* key visual SP */
	.p-index_key_wrap { height: 60vh; min-height: 360px; }
	.p-index_key_wrap::after { height: 40px; }
	.p-index_key_wrap .l-cont { padding: 20px 0 0; writing-mode: horizontal-tb; }
	.p-index_key_wrap .l-cont span { padding: 2px 8px; }
	.p-index_key_ttl--sub { margin-bottom: 10px; font-size: 18px; font-size: 1.8rem; }
	.p-index_key_ttl { line-height: 1.7; margin-bottom: 14px; font-size: 34px; font-size: 3.4rem; padding-left: 0; }
	.p-index_key_ttl span { padding: 0 8px 4px !important; }
	.p-index_key_cat { font-size: 13px; font-size: 1.3rem; line-height: 1.6; margin-bottom: 16px; }
	.p-index_key_txt--wrap { margin-bottom: 5px; font-size: 12px; font-size: 1.2rem; }
	.p-index_key_icon {
		display: flex; align-items: center; justify-content: center;
		padding: 35px 0 20px; background-color: #E8F2EB;
	}
	.p-index_key_icon--wrap { width: 113px; height: 113px; margin-right: 3%; }
	.p-index_key_icon--img { width: 47%; }
	.p-index_key_icon--txt { font-size: 15px; font-size: 1.5rem; }
	.p-index_key_icon--txt span { font-size: 17px; font-size: 1.7rem; }

	/* concept SP */
	.p-index_concept .concept01 { top: -15px; right: 0; width: 18%; }
	.p-index_concept .concept02 { top: -15px; right: 22%; left: auto; width: 10%; }
	.p-index_concept .concept03 { top: -15px; right: 36%; width: 15%; }
	.p-index_concept .c-txt_left { margin-bottom: 15px; }
	.p-index_concept_main--wrap { margin-bottom: 30px; margin-right: 0; }
	.p-index_concept_main { display: block; }

	/* message SP */
	.p-index_message { padding: 30px 0 80px; }
	.p-index_message .l-cont { display: block; }
	.p-index_message_img { max-width: 100%; margin-right: 0; }
	.p-index_message_main { padding: 0; max-width: 100%; margin-bottom: 30px; }
	.p-index_message .c-ttl_base { margin-bottom: 15px; }
	.p-index_message_name { margin-bottom: 15px; }
	.p-index_message_name--ja { display: inline-block; margin-bottom: 5px; font-size: 18px; font-size: 1.8rem; }
	.p-index_message_name--en { font-size: 12px; font-size: 1.2rem; }

	/* treatment SP */
	.p-index_treatment .l-cont { padding-top: 0; }
	.p-index_treatment_icon { top: -80px; width: 41%; }
	.p-index_treatment_head { margin-bottom: 25px; text-align: center; display: block; }
	.p-index_treatment_head .c-ttl_base { display: inline-block; margin-bottom: 20px; }
	.p-index_treatment_list li { margin-left: 2%; margin-right: 2%; margin-bottom: 20px; }
	.p-index_treatment_list--icon { width: 103px; height: 103px; margin-bottom: 3px; }
	.p-index_treatment_list--ttl { font-size: 16px; font-size: 1.6rem; }
	.p-index_treatment_list01 .p-index_treatment_list--icon img,
	.p-index_treatment_list02 .p-index_treatment_list--icon img,
	.p-index_treatment_list03 .p-index_treatment_list--icon img,
	.p-index_treatment_list04 .p-index_treatment_list--icon img { width: 55%; }
	.p-index_treatment_list05 .p-index_treatment_list--icon img { width: 48%; }
	.p-index_treatment_list05 .p-index_treatment_list--icon svg { width: 50%; height: 50%; }
	.p-index_treatment_list06 .p-index_treatment_list--icon svg { width: 52%; height: 52%; }
	.p-index_treatment_list07 .p-index_treatment_list--icon svg { width: 52%; height: 52%; }
	.p-index_treatment_list08 .p-index_treatment_list--icon svg { width: 52%; height: 52%; }
	.p-index_treatment_list06 .p-index_treatment_list--icon img { width: 50%; }
	.p-index_treatment_list07 .p-index_treatment_list--icon img { width: 47%; }
	.p-index_treatment_list08 .p-index_treatment_list--icon img { width: 50%; }
	.p-index_treatment_list09 .p-index_treatment_list--icon img { width: 48%; }
	.p-index_treatment_list10 .p-index_treatment_list--icon img { width: 48%; }

	/* info SP */
	.p-index_info_main { display: block; }
	.p-index_info_head { display: block; margin-bottom: 15px; }
	.p-index_info_head--logo { width: 86%; margin: 0 auto 15px; }
	.p-index_info_head--txt { line-height: 1.4; font-size: 14px; font-size: 1.4rem; text-align: center; }
	.p-index_info_detail { margin-bottom: 40px; margin-right: 0; max-width: 100%; }
	.p-index_info_detail--clinic th { width: 26%; }
	.p-index_info_detail--clinic td { width: 74%; }
	.p-index_info_news { max-width: 100%; padding-right: 0; }
	.p-index_info_news--wrap { height: 265px; }

	/* footer SP */
	.l-footer_head { padding: 25px 0 30px; }
	.l-footer_head .l-cont { display: block; }
	.l-footer_head_ttl { line-height: 1.4; margin-bottom: 15px; font-size: 22px; font-size: 2.2rem; text-align: center; }
	.l-footer_head .c-btn_bgWht { margin: 0 auto; }
	.l-footer_map { height: 200px; }
	.l-footer_main { padding: 25px 0 35px; }
	.l-footer_pageTop { right: 5%; bottom: 20px; width: 60px; }
	.l-footer_pageTop a { height: 55px; padding-top: 13px; }
	.l-footer_logo { width: 86%; margin: 0 auto 20px; }
	.l-footer_tel a { padding-left: 24px; background-position: left 6px; background-size: 21px; font-size: 30px; font-size: 3.0rem; }
	.l-footer_nav { flex-wrap: wrap; width: 95%; margin: 0 auto 15px; justify-content: flex-start; }
	.l-footer_nav li { width: 42%; margin-right: 3%; margin-bottom: 5px; margin-left: 20px; }
	.l-footer_nav li:nth-child(2n) { margin-right: 0; }
	.l-footer_nav li::after { left: -15px; right: auto; width: 6px; height: 6px; }
	.l-footer_copyright { font-size: 10px; font-size: 1.0rem; }
	.footer_flex { display: block; width: 90%; margin: 0 auto 15px; }
	.footer_flex .opening { width: 90%; margin: 0 auto 20px; }
}

/* ---------- style.css : iPhone SE (max-width:320px) ---------- */
@media screen and (max-width: 320px) {
	.l-cont { width: 95%; }
	.p-index_key_icon--wrap { width: 93px; height: 93px; }
	.p-index_key_icon--txt { font-size: 12px; font-size: 1.2rem; }
	.p-index_treatment_list--icon { width: 93px; height: 93px; }
	.p-index_treatment_list--ttl { font-size: 14px; font-size: 1.4rem; }
}

/* ---------- customize.css : SP（キービジュアル/バッジ） ---------- */
@media screen and (max-width: 768px) {
	.sp_none { display: none; }
	.pc_none { display: block; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider { padding-top: 0; overflow: hidden; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner { height: 54vh; min-height: 360px; margin-inline: 10px; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner img { border-radius: 30px 0px 50px; }
	.p-index_key_icon .p-index_key_icon--wrap { position: relative; z-index: 99; }
	.p-index_key_icon--wrap.rehab { top: 0 !important; left: 0 !important; width: 113px; height: 113px; }
	.p-index_key_icon--wrap.rehab .p-index_key_icon--inner .p-index_key_icon--img { top: -55px; width: 47%; }
	.p-index_key_icon--wrap.rehab .p-index_key_icon--inner .p-index_key_icon--txt { margin-top: 30px; }
	.rehab .p-index_key_icon--txt { font-size: 1.7rem; }
	.rehab .p-index_key_icon--txt span { font-size: 2rem; }
	.top_info { width: 95%; margin: -1.5em auto 2.5em; font-size: 1.5rem; padding: 0.8em 1.5em; }
	.banner_container.selfpay { margin: -3em auto 3em; }
}

@media screen and (max-width: 767px) {
	.medicalquestion a .p-index_key_icon--img { top: -48px; width: 30%; }
	.medicalquestion a .p-index_key_icon--txt { font-size: 1.5rem; margin-top: -15px; }
	.medicalquestion a .p-index_key_icon--txt span { font-size: 1.7rem; margin-bottom: 0px; }
	.bus .p-index_key_icon--img { top: -45px; width: 60px; }
}




/* === SP調整 === */
/* ===== SP表示の整え（最後に読み込む上書き / 767px以下のみ） =====
   PC側と同様に縦の余白を均等化し、院長メッセージの空白を詰める。 */
@media screen and (max-width: 767px) {
  /* セクション上下を均等に */
  .p-index_concept.l-bg_grn { padding: 30px 0; }
  .p-index_message.l-bg_wht { padding: 30px 0 40px; }
  .p-index_treatment.l-bg_ylw { padding: 30px 0; }
  .p-index_accident.l-bg_grn { padding: 30px 0; }
  .p-index_info.l-bg_wht { padding: 30px 0; }
  .l-block { margin-bottom: 30px; }

  /* 院長メッセージ：名前と写真の間の空白を詰める */
  .p-index_message .l-cont { display: block; }
  .p-index_message_main { padding: 0; max-width: 100%; margin-bottom: 16px; }
  .p-index_message_main .top_book.sp_none { display: none !important; }
  .p-index_message_img { max-width: 240px; margin: 0 auto; }
  .p-index_message_img img { width: 100%; }

  /* ヒーローのバッジを折り返し許可で中央に */
  .p-index_key_icon { flex-wrap: wrap; gap: 10px 6px; }

  /* 診療科目の円を均等3列で安定させる（参考画像のレイアウト） */
  .p-index_treatment_list { gap: 0; justify-content: center; }
  .p-index_treatment_list > li { width: 31% !important; margin: 0 1% 22px !important; }
}

/* ===== 追記：ヒーローのバッジ中央寄せ・自費バナーの詰まり解消 ===== */
@media screen and (max-width: 767px) {
  .p-index_key_icon {
    justify-content: center;
    align-items: flex-start;
    gap: 0 14px;
  }
  .p-index_key_icon--wrap { margin-right: 0 !important; }
  /* 自費診療メニュー：負マージンでの食い込みをやめて素直に並べる */
  .banner_container.selfpay { margin: 16px auto 24px !important; }
}

/* ===== 追記：予防接種/その他ボックスのスマホ調整 ===== */
@media screen and (max-width: 767px) {
  .l-footer_address, .l-footer_tel { white-space: nowrap; }
  .l-footer_address { font-size: 1.15rem; }
  .vaccination_link, .other_treatment { margin-top: 40px; padding: 1.5em 4% 1.2em; }
  .vaccination_link > h4, .other_treatment > h4 { font-size: 1.4rem; }
  .vaccination_link ul, .other_treatment ul { gap: 0.5em 1.2em; }
  .vaccination_link ul li h5, .other_treatment ul li h5 { font-size: 1.1rem; }
}

/* ===== 追記：交通事故セクションの装飾アイコンがSPで上のセクション本文に被るのを修正 ===== */
@media screen and (max-width: 767px) {
  /* 装飾アイコンを小さく・右上角へ収め、前セクションの「ED治療/膝の再生治療」に被らないようにする */
  .p-index_accident_icon {
    width: 88px;
    top: -28px;
    right: 6px;
  }
  /* アイコン分の余白を確保してタイトルと重ならないように */
  .p-index_accident.l-bg_grn { padding-top: 44px; }
}

/* === 画像スタイル（実画像はそのまま、未取得は alt 表示） === */
img {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	color: #25795F;
	object-fit: contain;
}
/* キービジュアル/スライダー等、サイズ未指定の大型画像に最低高さを与える */
.kv_inner img,
.p-index_concept_img img,
.p-index_message_img img,
.banner_container img {
	width: 100%;
	min-height: 180px;
	display: block;
}
/* 八王子版：やちよ固有の「中身」のみ非表示（構造はやちよと同一に保つ） */
/* 院長の書籍プロモ（やちよ院長の書籍）・千葉SDGsチーバくんは八王子に該当なし */
.top_book { display: none !important; }
.ft_stgs { display: none !important; }
/* やちよの駐車場マップ画像のみ非表示（住所欄の図） */
.p-index_info_detail figure { display: none !important; }
/* 「地域連携夜間休日診療加算について」お知らせリンクを非表示 */
.top_info.list { display: none !important; }
/* 自費診療メニューバナーは八王子に該当なしのため非表示 */
.banner_container.selfpay { display: none !important; }

/* ===== 追記：スマホヘッダーの電話・LINEボタンを小さく横並びに ===== */
@media screen and (max-width: 767px) {
	.l-header_top_inner.line { display: flex; align-items: center; gap: 8px; }
	.l-header_info_tel.u-only_sp { display: flex; align-items: center; gap: 8px; margin: 0; }
	.l-header_info_tel.u-only_sp a { display: inline-flex; align-items: center; }
	.l-header_info_tel.u-only_sp img {
		height: 32px !important;
		width: auto !important;
		max-width: 38px !important;
		min-height: 0 !important;
		min-width: 0 !important;
	}
}

/* ===== 追記：ファーストビュー写真を全面表示に ===== */
.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner img { object-fit: cover; }

/* ===== 追記（B案）：ヒーローのセルを縦長(ポートレート)化（PCのみ）。スマホはやちよ準拠のオーバーレイ ===== */
@media screen and (min-width: 768px) {
	.p-index_key_wrap { height: clamp(560px, 60vw, 800px); overflow: visible; }
	.p-index_key_wrap::after { display: none !important; } /* 緑帯撤去：画像をフルに使う */
	.p-index_key_wrap.mv_slider_wrap .kv_slider { padding-top: 0 !important; height: 100%; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .draggable { height: 100%; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner {
		width: 540px;
		height: 100%;
		margin-inline: 14px;
	}
}
/* スマホ：オーバーレイのまま画像セルを縦長(ポートレート)に */
@media screen and (max-width: 767px) {
	.p-index_key_wrap { height: calc(50vh + 20px) !important; min-height: 392px; background: #E8F2EB; }
	.p-index_key_wrap::after { display: none !important; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider { padding-top: 0 !important; height: 100% !important; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .draggable { height: 100% !important; align-items: stretch !important; }
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner {
		width: 74vw !important;
		max-width: 320px !important;
		height: 100% !important;
		min-height: 392px !important;
		margin-inline: 4px;
	}
	.p-index_key_wrap.mv_slider_wrap .kv_slider .kv_inner img { border-radius: 16px; }
}

/* （サブ見出し「地域のかかりつけ医として」は白ボックスのまま：やちよと同一） */

/* ===== 追記：院内案内のロゴを中央寄せに（全幅対応） ===== */
.p-index_info_head { text-align: center; }
.p-index_info_head--logo { text-align: center !important; }
.p-index_info_head--logo a { display: inline-block; }
.p-index_info_head--logo img { display: block; margin-left: auto !important; margin-right: auto !important; }
.p-index_info_head {
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
}
.p-index_info_head--logo {
	width: auto !important;
	margin: 0 auto 16px !important;
	display: block !important;
	text-align: center !important;
}
/* ===== 追記：ファーストビューのフローティングアイコン円内の壊れ画像を非表示 ===== */
/* 円の中のやちよ製アイコン(ico_rehab.png等)が壊れラベルで表示されるため隠す。円内テキストは残す。 */
.p-index_key_icon--img { display: none !important; }
.p-index_key_icon--inner { justify-content: center !important; }

/* ===== 追記：ファーストビューの円ボタンを廃止し、左下追従の診療予約ボタンに ===== */
.p-index_key_icon { display: none !important; }
.fixed_reserve {
	position: fixed;
	right: 20px;
	left: auto;
	bottom: 20px;
	z-index: 9999;
	width: 144px;
	transition: transform .25s ease, filter .25s ease;
}
.fixed_reserve img { display: block; width: 100%; height: auto; filter: drop-shadow(0 6px 14px rgba(0,0,0,.25)); }
.fixed_reserve:hover { transform: translateY(-3px); }
@media screen and (max-width: 767px) {
	.fixed_reserve { width: 117px; right: 12px; left: auto; bottom: 12px; }
}

/* ===== 追記：ファーストビューのボタンを2つ(診療予約／Web問診)に整える ===== */
.p-index_key_icon {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 22px !important;
	padding: 34px 16px 30px !important;
	background-color: #E8F2EB;
}
/* 2つの円を絶対配置から解除し、同サイズの円に統一 */
.p-index_key_icon .p-index_key_icon--wrap {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin: 0 !important;
	width: 150px !important;
	height: 150px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	box-shadow: 0 8px 20px -10px rgba(51,155,39,.45);
	transition: transform .25s ease, box-shadow .25s ease;
}
.p-index_key_icon .p-index_key_icon--wrap:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 26px -12px rgba(51,155,39,.55);
}
.p-index_key_icon .p-index_key_icon--wrap a {
	display: flex; align-items: center; justify-content: center;
	width: 100%; height: 100%;
}
.p-index_key_icon .p-index_key_icon--inner { margin: 0 !important; padding: 0 !important; }
/* テキストの体裁を2ボタンで統一 */
.p-index_key_icon .p-index_key_icon--txt {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	line-height: 1.35 !important;
	font-family: "Noto Sans JP", sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.9rem !important;
}
.p-index_key_icon .p-index_key_icon--txt span {
	display: block !important;
	font-size: 1.9rem !important;
	margin: 0 !important;
}
/* 診療予約：オレンジ、Web問診：緑（やちよの配色を踏襲） */
.p-index_key_icon--wrap.rehab {
	border: 3px solid #e98e4c !important;
	background-color: #fff4df !important;
}
.p-index_key_icon--wrap.rehab .p-index_key_icon--txt { color: #e98e4c !important; }
.p-index_key_icon--wrap.medicalquestion {
	border: 3px solid #3F9E5E !important;
	background-color: #fff !important;
}
.p-index_key_icon--wrap.medicalquestion .p-index_key_icon--txt { color: #3F9E5E !important; }
@media screen and (max-width: 767px) {
	.p-index_key_icon { gap: 18px !important; padding: 28px 12px 26px !important; }
	.p-index_key_icon .p-index_key_icon--wrap { width: 128px !important; height: 128px !important; }
	.p-index_key_icon .p-index_key_icon--txt,
	.p-index_key_icon .p-index_key_icon--txt span { font-size: 1.6rem !important; }
}
/* 円ボタンは廃止（左下追従の診療予約ボタンに置換） */
.p-index_key_icon { display: none !important; }

/* ===== 追記：スマホヘッダーの電話・LINEボタンの重なりを解消 ===== */
@media screen and (max-width: 767px) {
	.l-header_top_wrap { gap: 8px; padding-right: 4% !important; }
	.l-header_logo { width: auto !important; max-width: 72% !important; flex: 0 1 auto; }
	.l-header_logo img { width: 100% !important; height: auto !important; max-height: 54px; object-fit: contain; }
	.l-header_top_inner.line {
		display: flex !important;
		align-items: center;
		gap: 10px;
		width: auto !important;
		flex: 0 0 auto;
		margin: 0 !important;
	}
	.l-header_info_tel.u-only_sp {
		display: flex !important;
		align-items: center;
		gap: 10px;
		position: static !important;
		margin: 0 !important;
		width: auto !important;
	}
	.l-header_info_tel.u-only_sp a {
		position: static !important;
		display: inline-flex !important;
		align-items: center;
		margin: 0 !important;
	}
	.l-header_info_tel.u-only_sp img {
		height: 32px !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		min-height: 0 !important;
		border: 0 !important;
	}
	.l-header_menu { flex: 0 0 40px; margin-left: 4px; }
}

/* ===== 追記：院長メッセージのご挨拶／経歴タブ ===== */
.msg_tabs { display: flex; gap: 10px; margin: 24px 0 18px; justify-content: center; }
@media screen and (min-width: 768px) {
	.p-index_message .l-cont { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; gap: 4%; }
	.p-index_message_img { order: 0 !important; flex: 0 0 36%; max-width: 420px; margin: 0 !important; }
	.p-index_message_main { order: 1 !important; flex: 1 1 auto; padding: 0 !important; }
}
.msg_tab {
	appearance: none;
	border: 2px solid #3F9E5E;
	background: #fff;
	color: #3F9E5E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .06em;
	padding: 12px 30px;
	border-radius: 40px;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}
.msg_tab:hover { background: #E8F2EB; }
.msg_tab.is-active { background: #3F9E5E; color: #fff; }
.msg_panel[hidden] { display: none; }
.msg_career { margin-top: 4px; }
.msg_career dl { display: grid; grid-template-columns: 96px 1fr; row-gap: 14px; column-gap: 16px; margin: 0 0 24px; }
.msg_career dt { font-weight: 700; color: #3F9E5E; font-size: 15px; line-height: 1.7; }
.msg_career dd { margin: 0; line-height: 1.8; font-size: 15px; text-align: justify; }
.msg_career h4,
.msg_heading {
	font-weight: 700; color: #2b2b2b; font-size: 17px;
	border-left: 5px solid #3F9E5E; padding-left: 12px; margin: 0 0 12px;
}
.msg_heading { margin-top: 6px; }
.p-index_message_txt.msg_panel p { line-height: 1.9; font-size: 15px; }
@media screen and (max-width: 767px) {
	.concept_q { white-space: normal; }
}
.msg_career ul { list-style: none; margin: 0; padding: 0; }
.msg_career ul li { position: relative; padding-left: 18px; line-height: 1.9; font-size: 15px; }
.msg_career ul li::before { content: ""; position: absolute; left: 2px; top: .8em; width: 7px; height: 7px; border-radius: 50%; background: #3F9E5E; }
@media screen and (max-width: 767px) {
	.msg_tab { padding: 10px 22px; font-size: 15px; }
	.msg_career dl { grid-template-columns: 72px 1fr; column-gap: 10px; }
}
.footer_flex {
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}
.footer_flex > .l-cont {
	width: 100% !important;
	max-width: 620px !important;
	margin: 0 auto !important;
	text-align: center !important;
}
.footer_flex .opening {
	margin: 26px auto 0 !important;
	max-width: 620px !important;
	width: 100% !important;
}
/* フッターのロゴ白ボックス：中央寄せ＋中のロゴ画像も中央 */
.l-footer_logo {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 auto 15px !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	max-width: 90% !important;
}
.l-footer_logo a { display: inline-flex !important; justify-content: center; }
.l-footer_logo img { display: block !important; margin: 0 auto !important; max-width: 280px !important; width: 100%; height: auto !important; }
/* 住所・SNSも中央 */
.l-footer_address { text-align: center !important; }
.sns_link { justify-content: center !important; margin-left: auto !important; margin-right: auto !important; }

/* ===== 追記：ページTOPボタンの矢印画像切れをCSS矢印に置換 ===== */
/* ページTOPボタンは非表示 */
.l-footer_pageTop { display: none !important; }
.l-footer_pageTop a img { display: none !important; }
.l-footer_pageTop a {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.l-footer_pageTop a::before {
	content: "";
	width: 16px;
	height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	margin-top: 4px;
}

/* PC icon nav + full-width mega menu: 廃止（ドロワー化に変更したため削除済み） */

/* === 疾患ページ用テーブル（罫線あり） === */
.c-table{width:100%;border-collapse:collapse;border:1px solid #cfe3d6;font-size:1.45rem;background:#fff;}
.c-table th,.c-table td{border:1px solid #dbece2;padding:13px 16px;text-align:left;vertical-align:top;line-height:1.7;}
.c-table thead th{background:#3F9E5E;color:#fff;font-weight:700;text-align:center;}
.c-table tbody th{background:#eef7f1;color:#2b6e45;font-weight:700;width:30%;white-space:nowrap;}
.c-table tbody tr:nth-child(even) td{background:#fafdfb;}
@media(max-width:768px){.c-table th,.c-table td{padding:10px 11px;font-size:1.3rem;}.c-table tbody th{width:36%;white-space:normal;}}

/* 病気一覧タグのリンク */
.c-tags a.c-tag_link{color:inherit;text-decoration:none;display:inline-block;}
.c-tags li:hover{background:#eef7f1;border-color:#3F9E5E;}
.c-tags li:has(a.c-tag_link){cursor:pointer;transition:.15s;}

/* 診療時間表：fixed潰れ対策（列を内容幅に） */
.c-table_opening.c-table{table-layout:auto;}
.l-nav .c-table_opening.c-table{table-layout:fixed;}

/* フッター等の診療時間○：白セル上で見えるよう緑に */
.opening .c-table_opening td .hour_circle{border-color:#3F9E5E !important;}
.opening .c-table_opening td:has(.hour_circle){border-color:#dbece2 !important;border-left:1px solid #dbece2 !important;}
.opening .c-table_opening td .hour_circle.hour_circle--note::after{color:#3F9E5E;}

/* 仮アイコン⊕を非表示（実アイコン設定までの暫定） */
.u-ph-icon{display:none !important;}
.sns_link:has(.u-ph-icon){display:none !important;}
.p-index_concept_icon:has(.u-ph-icon){display:none !important;}
.c-side.waiting_container:has(.u-ph-icon){display:none !important;}



/* SP診療時間ヘッダー：〜の改行のみ、数字途中で折らない */
.c-hours--sp thead th{white-space:nowrap;line-height:1.4;}
/* 診療時間表（白背景・緑〇・緑の細線、PC=曜日列／SP=曜日行） */
.c-hours{border-collapse:separate;border-spacing:0;width:100%;font-size:1.5rem;table-layout:auto;background:#fff;border-top:1px solid #3F9E5E;border-left:1px solid #3F9E5E;}
.c-hours th,.c-hours td{border-right:1px solid #3F9E5E;border-bottom:1px solid #3F9E5E;border-top:0;border-left:0;text-align:center;padding:11px 6px;vertical-align:middle;line-height:1.4;}
.c-hours thead th{background:#eaf4ee;color:#2b7a4b;font-weight:700;}
.c-hours .c-hours_corner{background:#d8ecdf;color:#2b7a4b;}
.c-hours tbody th{background:#f3faf6;color:#2b7a4b;font-weight:700;white-space:nowrap;}
.c-hours .c-hours_c{background:#fff;color:#3F9E5E;font-weight:700;font-size:1.7rem;position:relative;}
.c-hours_mark{position:absolute;right:5px;bottom:2px;font-size:.42em;font-weight:normal;color:#3F9E5E;line-height:1;}
.c-hours--pc{display:table;}
.c-hours--sp{display:none;}
@media screen and (max-width:767px){.c-hours--pc{display:none;}.c-hours--sp{display:table;}}
.c-hours--sp thead th{white-space:nowrap;line-height:1.4;}
.c-hours_note{font-size:1.25rem;color:#555;margin:8px 0 0;line-height:1.6;}


/* SP：院長写真を氏名の下に */
@media screen and (max-width:767px){.p-index_message .l-cont{display:flex;flex-direction:column;}.p-index_message_main{order:1;}.p-index_message_img{order:2;margin-top:18px;text-align:center;}}
/* モバイルメニュー：科別アコーディオン（タップ展開・開くと濃い緑） */
.l-nav_wrap{list-style:none!important;margin:0!important;padding:0!important;}
.l-nav_wrap li{border-left:0!important;border-right:0!important;margin:0!important;width:100%!important;display:block!important;}
.l-nav_acc{border:0!important;border-bottom:1px solid #e6e6e6!important;list-style:none!important;}
.l-nav_acc>.l-nav_link,.l-nav_acc summary{display:block!important;position:relative;padding:17px 46px 17px 22px!important;font-weight:bold;color:#222!important;font-size:1.55rem;background:#fff!important;cursor:pointer;list-style:none;text-align:left;text-decoration:none;}
.l-nav_acc summary::-webkit-details-marker{display:none;}
.l-nav_acc summary::after{content:"";position:absolute;right:22px;top:50%;width:10px;height:10px;margin-top:-7px;border-top:2px solid #3F9E5E;border-right:2px solid #3F9E5E;transform:rotate(135deg);transition:.25s;}
.l-nav_acc>.l-nav_link::after{content:"";position:absolute;right:22px;top:50%;width:9px;height:9px;margin-top:-5px;border-top:2px solid #c0c0c0;border-right:2px solid #c0c0c0;transform:rotate(45deg);}
.l-nav_acc details[open]>summary{background:#3F9E5E!important;color:#fff!important;}
.l-nav_acc details[open]>summary::after{transform:rotate(-45deg);border-color:#fff;margin-top:-3px;}
.l-nav_acc details>ul,.l-nav_acc details>div{margin:0!important;padding:0!important;list-style:none!important;}
.l-nav_grp{display:block!important;background:#a99a87!important;color:#fff!important;text-align:center;padding:11px 8px!important;font-weight:bold;font-size:1.4rem;border:0!important;}
.l-nav_acc details ul li{border:0!important;border-bottom:1px solid #ededed!important;height:auto!important;overflow:visible!important;background:#f7f6f3;display:block!important;}
.l-nav_acc details ul li a{display:block!important;position:relative;padding:14px 40px 14px 30px!important;color:#2b4a63!important;font-size:1.4rem!important;text-decoration:none;background:transparent!important;height:auto!important;text-align:left!important;}
.l-nav_acc details ul li a::after{content:""!important;position:absolute;right:20px;top:50%;width:8px;height:8px;margin-top:-5px;border-top:2px solid #c4c4c4;border-right:2px solid #c4c4c4;transform:rotate(45deg);}

/* PC診療科目カード：1行3つ（PC3列カード） */
@media screen and (min-width:768px){
.p-index_treatment_list{max-width:820px!important;margin:0 auto!important;column-gap:2%!important;row-gap:36px!important;}
.p-index_treatment_list>li{width:32%!important;max-width:32%!important;margin:0!important;}
.p-index_treatment_list--cond{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column;align-items:center;gap:6px;margin:12px auto 0;}
.p-index_treatment_list--cond li{width:auto!important;max-width:100%!important;min-width:0!important;margin:0!important;display:inline-block!important;white-space:nowrap;font-size:1.15rem;padding:3px 12px;}
}

/* PCメニューでも診療時間表を表示 */
.l-nav_hours{display:block!important;padding:16px 18px;}
.l-nav_hours .navi_opening_ttl{font-size:1.5rem;color:#3F9E5E;margin:0 0 10px;}

/* メニュー内の診療時間表は常にコンパクト表示 */
.l-nav_hours .c-hours--pc{display:none!important;}
.l-nav_hours .c-hours--sp{display:table!important;}

/* 疾患ページ：セクション間スペース（他ページに合わせる） */
.l-lower_body .c-head2{margin-top:58px;}
.l-lower_body .c-head2:first-child{margin-top:0;}

/* 診療時間・アクセス等のリンクを途中改行させない */
.c-disease_link{white-space:nowrap;}
/* 本文内の（リンク）を1かたまりで改行（カッコだけ取り残されない） */
.c-ref{white-space:nowrap;}

/* 疾患タグ：SPコンパクトピル */
@media screen and (max-width:767px){
.p-index_treatment_list--cond{display:flex!important;flex-direction:column;align-items:center;gap:5px;width:100%;max-width:100%;margin:8px auto 0;padding:0;}
.p-index_treatment_list--cond li{display:inline-block!important;width:auto!important;max-width:100%!important;min-width:0!important;font-size:1.05rem;line-height:1.35;padding:3px 12px;margin:0!important;white-space:nowrap;}
}

/* 固定ヘッダー分のアンカーオフセット */
[id]{scroll-margin-top:104px;}
@media screen and (max-width:767px){[id]{scroll-margin-top:72px;}}

/* SP横はみ出し防止（body min-width:1080px の確実なリセット） */
@media screen and (max-width:767px){
html{overflow-x:hidden;}
body{min-width:0!important;max-width:100vw;overflow-x:hidden;}
}

/* SPヘッダー：開院予定テキスト＋LINEボタン */
.l-header_sp_cta{display:none;}
@media screen and (max-width:767px){
.l-header_sp_cta{display:flex!important;align-items:center;gap:7px;margin-right:10px;}
.l-header_sp_open{font-size:1.0rem;line-height:1.25;color:#3F9E5E;font-weight:700;text-align:center;white-space:nowrap;}
.l-header_sp_line{display:flex;align-items:center;justify-content:center;padding:0;text-decoration:none;background:transparent;}
.l-header_sp_line img{width:38px;height:38px;display:block;}
.l-header_sp_tel{display:flex;align-items:center;justify-content:center;padding:0;text-decoration:none;background:transparent;}
.l-header_sp_tel svg{display:block;width:38px;height:38px;}
/* スマホ用クイックアクセスバー（表に出す4つ） */
.l-spnav{display:flex;width:100%;background:#fff;border-bottom:1px solid #e4ece4;box-shadow:0 4px 10px -8px rgba(31,90,50,.4);}
.l-spnav a, .l-spnav_menu{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:9px 2px 8px;text-decoration:none;color:#333;font-family:inherit;font-size:1.05rem;font-weight:700;line-height:1.2;background:none;border:none;border-right:1px solid #eef3ef;cursor:pointer;box-sizing:border-box;}
.l-spnav > *:last-child{border-right:none;}
.l-spnav_ic{display:block;width:23px;height:23px;color:#3F9E5E;}
.l-spnav_ic svg{display:block;width:23px;height:23px;}
/* ドロワーの×閉じるボタン（開いた時のみ表示） */
.l-nav_close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;background:#13294B;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:5;}
.l-nav.open .l-nav_close{display:flex;}
.l-nav_close svg{width:18px;height:18px;display:block;}
.l-nav_close:hover{background:#1d3a66;}
}

/* ===== モバイルナビ最終調整（l-spbar廃止→l-spnavをバー化／×右上固定） ===== */
@media screen and (max-width: 767px) {
	/* 診療科目バー(l-spnav)はヘッダー直下に通常フローで配置（固定にすると帯と重なるため） */
	.l-spnav { box-shadow: 0 2px 8px rgba(0,0,0,.06); }
	/* 固定ヘッダー(60px)ぶんだけ本文を下げる。バーはその直下に自然に並ぶ */
	.l-main { margin-top: 60px !important; }
	/* ドロワー上部に余白を作り、×をその右上（何もない領域）に配置。メニューは余白の下から */
	.l-nav { padding-top: 64px !important; }
}
/* ドロワーの×閉じるボタン：ドロワー内の右上に固定 */
.l-nav_close {
	position: absolute; top: 16px; right: 16px; left: auto;
	width: 42px; height: 42px; border-radius: 50%; background: #13294B;
	border: none; align-items: center; justify-content: center; cursor: pointer; padding: 0; z-index: 10010;
}
.l-nav.open .l-nav_close { display: flex; }
.l-nav_close svg { width: 18px; height: 18px; display: block; }

/* ===== 図版プレースホルダーの画像化（読込成功で点線枠→写真、未配置は枠のまま） ===== */
.c-fig{position:relative;overflow:hidden;}
.c-fig img{display:block;width:100%;height:auto;border-radius:12px;}
.c-fig.is-broken img{display:none;}
.c-fig:not(.is-broken){display:block!important;border:none!important;background:none!important;padding:0!important;min-height:0!important;}
.c-fig:not(.is-broken)::before{content:none!important;display:none!important;}
.c-fig:not(.is-broken) .c-figcap,
.c-fig:not(.is-broken) .c-figpath,
.c-fig:not(.is-broken) .c-figsub{display:none!important;}

/* 下層ページ本文の行長対策：広い画面で中央寄せ・最大幅（PCのみ／モバイル・トップ非対象） */
@media screen and (min-width: 768px){
  .l-lower_body .l-cont,
  .l-lower_key_inner { max-width: 1150px; margin-left: auto; margin-right: auto; }
}

/* ===== 特徴バンドのMRIアイコン(PNG)を周囲のSVGと同等の見た目サイズ・線の太さに ===== */
.p-index_feature_ic img { width: 42px; height: auto; }
@media screen and (max-width: 767px) {
	.p-index_feature_ic img { width: 28px !important; height: auto !important; }
}

/* =======================================================================
   デザイナーレビュー対応（メインページ）2026-06 第1バッチ
   ======================================================================= */

/* ① 診療科目セクションの薄黄背景をやわらかく（緑系の極淡トーンへ） */
.p-index_treatment.l-bg_ylw { background: #f6faf7 !important; }

/* ② 診療科目の見出しを中央寄せ */
.p-index_treatment_head { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; }
.p-index_treatment_head .c-ttl_base { display: inline-block !important; text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
.p-index_treatment_head .c-ttl_base_en,
.p-index_treatment_head .c-ttl_base_ja { display: block !important; text-align: center !important; }

/* ③ 診療科目：PC=3列／SP=2列（flexで確実に）、ラベル拡大 */
.p-index_treatment_list {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	max-width: 820px !important;
	margin: 0 auto !important;
}
.p-index_treatment_list > li {
	width: 32% !important;
	max-width: 32% !important;
	margin: 0 0 30px !important;
	float: none !important;
	list-style: none;
}
.p-index_treatment_list--ttl { font-size: 2.0rem !important; line-height: 1.35 !important; margin-top: 14px !important; }
@media screen and (max-width: 767px) {
	.p-index_treatment_list { max-width: 420px !important; }
	.p-index_treatment_list > li { width: 47% !important; max-width: 47% !important; margin: 0 0 22px !important; }
	.p-index_treatment_list--ttl { font-size: 1.7rem !important; }
}

/* ④ 予防接種・その他の診療：PC=3列／SP=2列に整列（flex）、文字やや拡大 */
.vaccination_link ul, .other_treatment ul {
	display: flex !important;
	flex-wrap: wrap !important;
}
.vaccination_link ul li, .other_treatment ul li { width: 33.33% !important; margin: 6px 0 !important; float: none !important; list-style: none; box-sizing: border-box; padding-right: 10px; }
.vaccination_link ul li h5, .other_treatment ul li h5 { font-size: 1.5rem !important; line-height: 1.5 !important; }
@media screen and (max-width: 767px) {
	.vaccination_link ul li, .other_treatment ul li { width: 50% !important; }
	.vaccination_link ul li h5, .other_treatment ul li h5 { font-size: 1.4rem !important; }
}

/* ⑤ 特徴バンド：ドロップシャドウ除去・枠線のみのすっきり構成 */
.p-index_feature_item {
	box-shadow: none !important;
	border: 1px solid #d8e6dd !important;
	background: #fff !important;
}

/* ⑥ CONCEPT見出し：改行＋少し大きく */
.p-index_concept_ttl_ja { font-size: 2.7rem !important; line-height: 1.5 !important; }
@media screen and (max-width: 767px) {
	.p-index_concept_ttl_ja { font-size: 2.1rem !important; line-height: 1.45 !important; }
}

/* ⑦ 院長メッセージ：顔写真を小さく（圧を軽減し、横に挨拶を並べる） */
.p-index_message_img img { width: 240px !important; height: auto !important; border-radius: 14px; }
@media screen and (max-width: 767px) {
	.p-index_message_img img { width: 165px !important; }
}

/* ⑧ 診療時間表：カレンダー風の配色（土=青／日祝=赤／時間=薄青） */
/* PC（横並び：列で着色） */
.c-hours--pc thead th:nth-child(7) { background: #e9f1fb !important; color: #2563a6 !important; }            /* 土 */
.c-hours--pc thead th:nth-child(8),
.c-hours--pc thead th:nth-child(9) { background: #fdecec !important; color: #c0392b !important; }            /* 日・祝 */
.c-hours--pc .c-hours_time { background: #eef5fc !important; color: #235a8c !important; }                      /* 時間ラベル列 */
/* SP（縦並び：行で着色） */
.c-hours--sp tbody tr:nth-child(6) > th { background: #e9f1fb !important; color: #2563a6 !important; }         /* 土 */
.c-hours--sp tbody tr:nth-child(7) > th,
.c-hours--sp tbody tr:nth-child(8) > th { background: #fdecec !important; color: #c0392b !important; }         /* 日・祝 */
.c-hours--sp thead th:not(.c-hours_corner) { background: #eef5fc !important; color: #235a8c !important; }      /* 時間見出し */

/* =======================================================================
   デザイナーレビュー対応（メインページ）2026-06 第2バッチ
   ======================================================================= */

/* A) 診療予約：画像ボタン→アイコン+テキストを丸枠で囲んだボタンに */
.fixed_reserve--btn {
	display: flex !important; flex-direction: column !important;
	align-items: center !important; justify-content: center !important;
	gap: 3px !important;
	width: 104px !important; height: 104px !important;
	padding: 0 !important;
	border-radius: 50% !important;
	background: #fff !important;
	border: 2px solid #3F9E5E !important;
	color: #3F9E5E !important;
	box-shadow: 0 6px 16px rgba(0,0,0,.16) !important;
	text-decoration: none !important;
	transition: transform .2s, background .2s, color .2s;
}
.fixed_reserve--btn:hover { background: #3F9E5E !important; color: #fff !important; transform: translateY(-3px); }
.fixed_reserve--btn .fixed_reserve_ic { display: block; line-height: 0; }
.fixed_reserve--btn .fixed_reserve_ic svg { width: 30px; height: 30px; display: block; }
.fixed_reserve--btn .fixed_reserve_tx { font-size: 1.25rem; font-weight: 700; letter-spacing: .02em; line-height: 1.2; }
@media screen and (max-width: 767px) {
	.fixed_reserve--btn { width: 84px !important; height: 84px !important; }
	.fixed_reserve--btn .fixed_reserve_ic svg { width: 24px; height: 24px; }
	.fixed_reserve--btn .fixed_reserve_tx { font-size: 1.05rem; }
}

/* B) ヒーロー：元の横スライド（マーキー）演出を維持（フェードは取りやめ） */

/* C) 診療時間表：時間セルを濃色化（メリハリ強化）／土=青・日祝=赤は維持 */
.c-hours--pc .c-hours_time { background: #2f6fb0 !important; color: #fff !important; font-weight: 700; }   /* 時間ラベル列＝濃い青 */
.c-hours--sp thead th:not(.c-hours_corner) { background: #2f6fb0 !important; color: #fff !important; }     /* 時間見出し＝濃い青 */
.c-hours--pc thead th:nth-child(7) { background: #e3edfa !important; color: #205493 !important; }          /* 土＝淡青 */
.c-hours--pc thead th:nth-child(8) { background: #fbe3e3 !important; color: #c0392b !important; }           /* 日・祝＝淡赤(列が1つに統合) */
.c-hours--sp tbody tr:nth-child(6) > th { background: #e3edfa !important; color: #205493 !important; }      /* 土 */
.c-hours--sp tbody tr:nth-child(7) > th { background: #fbe3e3 !important; color: #c0392b !important; }      /* 日・祝(行統合後は7番目) */
/* セルの上下を少し詰めてコンパクトに */
.c-hours th, .c-hours td { padding: 8px 6px !important; }

/* C-2) 【定休日】なし 強調ライン（表と注記の間） */
.c-hours_closed {
	display: flex; align-items: center; gap: 8px;
	margin: 12px 0 6px; padding: 8px 12px;
	background: #eef7f1; border: 1px solid #cfe7d8; border-radius: 8px;
	color: #2b7a4b; font-weight: 700; font-size: 1.5rem;
}
.c-hours_closed .c-hours_closed_lb { background: #3F9E5E; color: #fff; font-size: 1.2rem; padding: 2px 10px; border-radius: 4px; }

/* D) 診療科目セクション内の黒線をなくす/緑で統一 */
.p-index_treatment .vaccination_link, .p-index_treatment .other_treatment { border-color: #bfe0cb !important; }
.p-index_treatment_head .c-ttl_base::after { background: #3F9E5E !important; }

/* E) 予防接種・その他：左寄せ（真ん中揃えを解除） */
.vaccination_link ul, .other_treatment ul { justify-content: flex-start !important; text-align: left !important; }
.vaccination_link ul li, .other_treatment ul li { text-align: left !important; justify-content: flex-start !important; }
.vaccination_link ul li h5, .other_treatment ul li h5 { text-align: left !important; display: block !important; }

/* =======================================================================
   デザイナーレビュー対応（サブページ）2026-06
   ======================================================================= */

/* 院長ごあいさつ：顔写真を小さく＋横に配置＋写真と名前の間に余白 */
.c-figph--photo {
	width: 230px !important;
	min-width: 230px;
	min-height: 0 !important;
	float: left;
	margin: 0 30px 16px 0 !important;
	border: 0 !important;
	background: transparent !important;
	padding: 0 !important;
}
.c-figph--photo img { width: 100%; height: auto; border-radius: 14px; display: block; }
.c-disease--img::after { content: ""; display: block; clear: both; }
@media screen and (max-width: 767px) {
	.c-figph--photo { width: 180px !important; min-width: 180px; float: none; margin: 0 auto 18px !important; }
}

/* 医療設備など：図版キャプションを写真の直下にまとめ、図と図の間に余白 */
.c-figpath { display: none !important; }            /* 開発用パスメモは非表示 */
.c-fig.c-figph { margin-bottom: 30px !important; }  /* 写真ブロック同士の余白を確保 */
.c-figcap { display: block; margin-top: 8px; font-size: 1.4rem; color: #555; text-align: center; }

/* 採用情報など：CTAボタンを濃色＋白文字でメリハリを強く */
.c-btn { background: #2f8a4f !important; color: #fff !important; }
.c-btn:hover { background: #256e3f !important; }

/* =======================================================================
   モックアップ反映（スマホ トップ）2026-06 第3バッチ
   ======================================================================= */

/* 診療科目：スマホは「白丸アイコン左＋科目名右」の横長カード×2列（高品質版） */
@media screen and (max-width: 767px) {
	.p-index_treatment_list { max-width: 460px !important; justify-content: space-between !important; gap: 0 !important; }
	.p-index_treatment_list > li {
		width: 48.5% !important; max-width: 48.5% !important; margin: 0 0 13px !important;
		background: linear-gradient(158deg, #f6faf7 0%, #e8f0ea 100%) !important;
		border: 1px solid rgba(63,158,94,.10) !important;
		border-radius: 20px !important;
		box-shadow: 0 3px 12px rgba(31,82,52,.06) !important;
	}
	.p-index_treatment_list > li > a {
		display: flex !important; flex-direction: row !important; align-items: center !important;
		gap: 10px !important; padding: 14px 11px !important; text-decoration: none !important;
	}
	.p-index_treatment_list--icon {
		width: 56px !important; height: 56px !important; min-width: 56px !important; flex: 0 0 56px !important;
		border: 0 !important; background: #fff !important; border-radius: 50% !important;
		box-shadow: 0 4px 12px rgba(31,82,52,.13) !important; margin: 0 !important;
		display: flex !important; align-items: center !important; justify-content: center !important;
	}
	.p-index_treatment_list li:nth-child(even) .p-index_treatment_list--icon { background: #fff !important; }
	.p-index_treatment_list--icon img {
		position: static !important; transform: none !important;
		width: 60% !important; height: 60% !important; margin: 0 !important; display: block;
	}
	.p-index_treatment_list--ttl {
		text-align: left !important; font-size: 1.46rem !important; line-height: 1.28 !important;
		margin: 0 !important; font-weight: 700 !important; color: #22382c !important;
		word-break: keep-all !important; overflow-wrap: break-word;
	}
}

/* 予防接種・その他：見出しを中央の緑ピルに／枠を細く／各項目に緑の「・」 */
.vaccination_link, .other_treatment { border: 1.5px solid #cfe3d5 !important; border-radius: 16px !important; }
.vaccination_link > h4, .other_treatment > h4 {
	left: 50% !important; transform: translateX(-50%) !important; top: -0.9em !important;
	background: #3F9E5E !important; color: #fff !important;
	border-radius: 20px !important; padding: 4px 22px !important;
	font-size: 1.5rem !important; white-space: nowrap !important;
}
.vaccination_link > h4 a, .other_treatment > h4 a { color: #fff !important; }
.vaccination_link ul li h5::before, .other_treatment ul li h5::before {
	content: "・"; color: #3F9E5E; font-weight: 700; margin-right: 2px;
}

/* 特徴バンド：角丸のやわらかいカードに */
.p-index_feature_item {
	border-radius: 16px !important;
	border: 1px solid #e3ece6 !important;
	box-shadow: none !important;
}

/* 院長メッセージ：ご挨拶・経歴ボタンに矢印 */
.msg_tab::after { content: "›"; margin-left: 10px; font-weight: 700; font-size: 1.35em; line-height: 1; }

/* =======================================================================
   予防接種・その他（スマホ）：2列・左寄せ・途中改行なし 2026-06
   ======================================================================= */
@media screen and (max-width: 767px) {
	.vaccination_link ul, .other_treatment ul { display: flex !important; flex-wrap: wrap !important; justify-content: flex-start !important; }
	.vaccination_link ul li, .other_treatment ul li {
		width: 50% !important; max-width: 50% !important;
		margin: 0 0 9px !important; padding-right: 4px !important; float: none !important; box-sizing: border-box;
	}
	.vaccination_link ul li h5, .other_treatment ul li h5 {
		font-size: 1.18rem !important; line-height: 1.45 !important;
		word-break: keep-all !important; overflow-wrap: anywhere; text-align: left !important;
	}
}

/* =======================================================================
   デザイナー指示 対応 第4バッチ 2026-06
   ======================================================================= */

/* 1) ヘッダー固定を確実に（スクロール追従） */
.l-header { position: fixed !important; top: 0 !important; z-index: 100 !important; }

/* 2) 診療科目見出しの下線を削除 */
.p-index_treatment_head .c-ttl_base::after { display: none !important; }

/* 3) 診療予約ボタン：アイコン＋テキストを角丸スクエアの枠で囲んだボタン（全ページ共通） */
.fixed_reserve--btn {
	width: 98px !important; height: 98px !important;
	border-radius: 22px !important;                 /* 角丸スクエア */
	background: #fff !important;
	border: 2px solid #3F9E5E !important;
	color: #3F9E5E !important;
	box-shadow: 0 6px 16px rgba(0,0,0,.16) !important;
}
.fixed_reserve--btn:hover { background: #3F9E5E !important; color: #fff !important; }

/* 4) 医療設備など：写真ブロックの上に余白を追加（CT・内視鏡の画像上） */
.c-fig.c-figph { margin: 34px 0 30px !important; }

/* 5) 院長メッセージ（スマホ）：顔写真を小さく左＋名前/挨拶を横に */
@media screen and (max-width: 767px) {
	.p-index_message .l-cont { display: flex !important; flex-direction: row !important; align-items: flex-start !important; gap: 13px !important; }
	.p-index_message_img { order: 0 !important; float: none !important; width: 104px !important; min-width: 104px !important; max-width: 104px !important; flex: 0 0 104px !important; margin: 0 !important; }
	.p-index_message_img img { width: 104px !important; height: auto !important; border-radius: 12px; }
	.p-index_message_main { order: 1 !important; overflow: visible !important; padding: 0 !important; margin: 0 !important; flex: 1 1 auto !important; min-width: 0 !important; }
	.p-index_message_main .msg_tabs { justify-content: flex-start !important; }
}

/* 6) 診療時間表（スマホ）：縦型SP表（カレンダー配色）を表示。
   ※横型PC表はu-only_pcラッパーで囲まれておりmobileで消えるため、SP表に戻す。 */
@media screen and (max-width: 767px) {
	.l-nav_hours .c-hours--pc { display: none !important; }
	.l-nav_hours .c-hours--sp { display: table !important; }
}

/* =======================================================================
   下層ページ 本文の折り返しを日本語向けに（トップページは対象外）2026-06
   html全体の word-break:break-all が禁則を無視して不自然な位置で改行するため、
   下層ページ本文は normal＋strict禁則にして自然な位置で折り返す。
   ======================================================================= */
.l-lower_body, .l-lower_key_inner,
.l-lower_body p, .l-lower_body li, .l-lower_body dd, .l-lower_body td, .l-lower_body th,
.l-lower_body h1, .l-lower_body h2, .l-lower_body h3, .l-lower_body h4, .l-lower_body h5,
.l-lower_body span, .l-lower_body a, .l-lower_key_inner p, .l-lower_key_inner span {
	word-break: normal !important;
	overflow-wrap: anywhere !important;
	line-break: strict !important;
}

/* =======================================================================
   スマホ下部クイックメニュー(l-spnav)を固定バー化 2026-06
   ======================================================================= */
@media screen and (max-width: 767px) {
	.l-spnav {
		position: fixed !important;
		left: 0 !important; right: 0 !important; bottom: 0 !important;
		width: 100% !important;
		z-index: 95 !important;
		border-bottom: none !important;
		border-top: 1px solid #e4ece4 !important;
		box-shadow: 0 -3px 12px rgba(31,90,50,.14) !important;
	}
	/* 固定バーに隠れないよう下に余白 */
	body { padding-bottom: 62px !important; }
}

/* 診療予約ボタン：デザイナー提供グラフィック(reserve_btn.png)をそのまま使用 */
.fixed_reserve { width: 112px !important; height: auto !important; border: none !important; background: none !important; box-shadow: none !important; border-radius: 0 !important; padding: 0 !important; }
.fixed_reserve img { display: block; width: 100%; height: auto; filter: drop-shadow(0 5px 12px rgba(0,0,0,.18)); }

/* =======================================================================
   デザイナー指摘 対応 2026-07（キャッシュ回避版 v=...d）
   ======================================================================= */

/* PC/SP共通：CONCEPT見出しを「病気で困ったら、」で必ず改行 */
.p-index_concept_ttl_ja { display: block !important; }
.p-index_concept_ttl_ja > span { display: block !important; }

/* 下部クイックバー(l-spnav)を確実に下部固定＆常時表示 */
@media screen and (max-width: 767px) {
	.l-spnav {
		display: flex !important;
		position: fixed !important;
		left: 0 !important; right: 0 !important; bottom: 0 !important;
		width: 100% !important;
		background: #fff !important;
		z-index: 95 !important;
		border-top: 1px solid #e4ece4 !important;
		box-shadow: 0 -3px 12px rgba(31,90,50,.14) !important;
	}
	body { padding-bottom: 60px !important; }
	/* 予約ボタンもモバイルで表示（バーの上に浮かせる） */
	.fixed_reserve {
		display: block !important;
		right: 14px !important; bottom: 74px !important; left: auto !important;
		width: 92px !important; z-index: 96 !important;
	}
}

/* =======================================================================
   クイックバー(l-spnav)を「上部固定」に変更（ヘッダー直下）2026-07 最終上書き
   ======================================================================= */
@media screen and (max-width: 767px) {
	.l-spnav {
		position: fixed !important;
		top: 60px !important;          /* モバイル固定ヘッダー(60px)の直下 */
		bottom: auto !important;
		left: 0 !important; right: 0 !important; width: 100% !important;
		background: #fff !important;
		z-index: 94 !important;
		border-top: none !important;
		border-bottom: 1px solid #e4ece4 !important;
		box-shadow: 0 4px 10px rgba(31,90,50,.10) !important;
	}
	/* 固定ヘッダー(60)＋バー(約56)分、本文を下げて被りを防ぐ */
	.l-main { margin-top: 116px !important; }
	body { padding-bottom: 0 !important; }
	/* 予約ボタンは右下に戻す（下部バーがなくなったため） */
	.fixed_reserve { top: auto !important; bottom: 16px !important; right: 14px !important; left: auto !important; width: 92px !important; z-index: 96 !important; }
}

/* =======================================================================
   デザイナー指摘 対応 第5バッチ 2026-07
   ======================================================================= */

/* 1) ファーストビュー4特徴：スマホは2列(=2行)・ボックス立幅UP・文字を少し大きく */
@media screen and (max-width: 767px) {
	.p-index_feature_band { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 11px !important; max-width: 440px !important; }
	.p-index_feature_item { padding: 18px 10px !important; min-height: 108px !important; justify-content: center !important; }
	.p-index_feature_tx { font-size: 14px !important; line-height: 1.4 !important; min-height: auto !important; letter-spacing: 0 !important; }
	.p-index_feature_ic { width: auto !important; height: 40px !important; }
	.p-index_feature_ic svg, .p-index_feature_ic img { width: 38px !important; height: 38px !important; }
}

/* 3) 院長メッセージ：ご挨拶・経歴パネルをスマホで横幅いっぱいに */
@media screen and (max-width: 767px) {
	.p-index_message_main .msg_panel { margin-left: -117px !important; }   /* 写真104+gap13 分だけ左に広げて全幅 */
}

/* 4) 診療科目セルを白背景に（スマホ カード＆PC アイコン円） */
@media screen and (max-width: 767px) {
	.p-index_treatment_list > li { background: #fff !important; }
}
.p-index_treatment_list--icon { background-color: #fff !important; }
.p-index_treatment_list li:nth-child(even) .p-index_treatment_list--icon { background-color: #fff !important; }

/* 5) 予防接種・その他 本文：+1px・上下余白を詰める */
@media screen and (max-width: 767px) {
	.vaccination_link ul li h5, .other_treatment ul li h5 { font-size: 1.28rem !important; }
	.vaccination_link ul li, .other_treatment ul li { margin: 0 0 5px !important; }
}

/* 6) 診療時間の時間セル(08:30〜/15:00〜)を濃い目の緑(イメージカラー)に（PC/SP共通） */
.c-hours--pc .c-hours_time { background: #3F9E5E !important; color: #fff !important; }
.c-hours--sp thead th:not(.c-hours_corner) { background: #3F9E5E !important; color: #fff !important; }

/* 7) アクセスマップ上に「駅から当院までの道順」ボタンを重ねる（PC/SP共通） */
.l-footer_map { position: relative !important; }
.map_route_btn {
	position: absolute; top: 12px; right: 12px; z-index: 5;
	display: inline-block; background: #3F9E5E; color: #fff !important;
	font-size: 13px; font-weight: 700; line-height: 1.35;
	padding: 9px 13px; border-radius: 8px; text-decoration: none !important;
	box-shadow: 0 3px 10px rgba(0,0,0,.22); text-align: center;
}
.map_route_btn:link, .map_route_btn:visited, .map_route_btn:hover, .map_route_btn:active { color: #fff !important; }
.map_route_btn:hover { background: #34894e; }
@media screen and (max-width: 767px) {
	.map_route_btn { font-size: 12px; padding: 8px 11px; top: 10px; right: 10px; }
}

/* マップ道順ボタンの文字色を確実に白に（フッターのリンク色に負けないよう最高詳細度で上書き） */
.l-footer_map a.map_route_btn,
.l-footer_map a.map_route_btn:link,
.l-footer_map a.map_route_btn:visited,
.l-footer_map a.map_route_btn:hover,
.l-footer_map a.map_route_btn:active { color: #fff !important; }

/* =======================================================================
   デザイナー指摘 対応 第6バッチ 2026-07
   ======================================================================= */

/* 1) 特徴4ボックス（スマホ）：文字・アイコンはそのまま、余白を約1/3に */
@media screen and (max-width: 767px) {
	.p-index_feature_item { padding: 6px 6px !important; min-height: 0 !important; gap: 3px !important; }
	.p-index_feature_band { gap: 8px !important; }
	.p-index_feature_tx { min-height: auto !important; }
}

/* 2) ご挨拶・経歴ボタン（スマホ）：中央配置 */
@media screen and (max-width: 767px) {
	.p-index_message_main .msg_tabs { display: flex !important; justify-content: center !important; }
}

/* 3) 診療科目カード（スマホ小画面）：アイコンを小さく左に寄せて文字スペース確保 */
@media screen and (max-width: 767px) {
	.p-index_treatment_list > li > a { gap: 7px !important; padding: 12px 6px 12px 9px !important; }
	.p-index_treatment_list--icon { width: 46px !important; height: 46px !important; min-width: 46px !important; flex: 0 0 46px !important; }
	.p-index_treatment_list--ttl { line-height: 1.3 !important; }
}

/* 4) 予防接種・その他の診療：2列＋中央に仕切り線（スマホ・PC共通） */
.vaccination_link ul, .other_treatment ul {
	display: flex !important; flex-wrap: wrap !important; justify-content: flex-start !important;
	position: relative !important;
}
.vaccination_link ul::before, .other_treatment ul::before {
	content: ""; position: absolute; left: 50%; top: 4px; bottom: 4px; width: 1px; background: #cfe3d5;
}
.vaccination_link ul li, .other_treatment ul li {
	width: 50% !important; max-width: 50% !important; float: none !important; box-sizing: border-box !important;
	margin: 0 0 8px !important;
}
.vaccination_link ul li:nth-child(odd), .other_treatment ul li:nth-child(odd) { padding: 0 16px 0 0 !important; }
.vaccination_link ul li:nth-child(even), .other_treatment ul li:nth-child(even) { padding: 0 0 0 16px !important; }
.vaccination_link ul li h5, .other_treatment ul li h5 { text-align: left !important; }
@media screen and (max-width: 767px) {
	.vaccination_link ul li h5, .other_treatment ul li h5 {
		font-size: 1.15rem !important; line-height: 1.5 !important;
		word-break: keep-all !important; overflow-wrap: anywhere;
	}
	.vaccination_link ul li, .other_treatment ul li { margin: 0 0 7px !important; }
	.vaccination_link ul li:nth-child(odd), .other_treatment ul li:nth-child(odd) { padding-right: 9px !important; }
	.vaccination_link ul li:nth-child(even), .other_treatment ul li:nth-child(even) { padding-left: 9px !important; }
}

/* 5) 診療時間の時間セル：緑を少し薄く（スマホ・PC共通） */
.c-hours--pc .c-hours_time { background: #6FB58A !important; color: #fff !important; }
.c-hours--sp thead th:not(.c-hours_corner) { background: #6FB58A !important; color: #fff !important; }

/* 7) マップ道順ボタン：参考デザイン（緑ボックス＋▶）に統一 */
.map_route_play {
	display: inline-flex; align-items: center; justify-content: center;
	width: 18px; height: 18px; margin-left: 7px; vertical-align: -3px;
	background: #e03c31; color: #fff !important; border-radius: 50%;
	font-size: 9px; line-height: 1; padding-left: 2px;
}
@media screen and (max-width: 767px) {
	.map_route_play { width: 16px; height: 16px; font-size: 8px; }
}

/* 3補) 科目名がカードから溢れないように（flexのmin-content対策） */
@media screen and (max-width: 767px) {
	.p-index_treatment_list--ttl { flex: 1 1 auto !important; min-width: 0 !important; }
}

/* =======================================================================
   デザイナー指摘 対応 第7バッチ 2026-07
   ======================================================================= */

/* 予防接種・その他：右半分にも中身が入るように（元のgap 2.5emが2列を阻害していた） */
.vaccination_link ul, .other_treatment ul { gap: 0 !important; flex-direction: row !important; justify-content: flex-start !important; text-align: left !important; }

/* マップ内ボタン：中央揃えで1行目がズレて見えるのを解消（左揃え） */
.map_route_btn, .map_route_btn:link, .map_route_btn:visited { text-align: left !important; }

/* ご挨拶・経歴ボタン（スマホ）：画面全幅の中央に配置（写真分の食い込みを解除） */
@media screen and (max-width: 767px) {
	.p-index_message_main .msg_tabs { margin-left: -117px !important; justify-content: center !important; }
}

/* =======================================================================
   ユーザー実機指摘 対応 第6バッチ 2026-07-02 (v=j)
   ======================================================================= */

/* 1) 予防接種・その他の診療：緑ピル見出しと本文の間に十分な余白 */
.vaccination_link, .other_treatment { padding-top: 2.6em !important; }
@media screen and (max-width: 767px) {
	.vaccination_link, .other_treatment { padding-top: 2.9em !important; padding-bottom: 1.4em !important; }
}

/* 2) 監修者ブロック：氏名行の折返し調整（HTML側で改行位置を制御済み） */
.c-supervisor_name { line-height: 1.75; word-break: keep-all; }
@media screen and (max-width: 359px) {
	.c-supervisor_name strong { font-size: 16px !important; }
	.c-supervisor_name { font-size: 14px !important; }
}

/* 3) アンカー着地位置：固定ヘッダー＋クイックバーの下にきれいに出す */
[id] { scroll-margin-top: 142px !important; }           /* PCヘッダー122〜126px + 余白 */
@media screen and (max-width: 767px) {
	[id] { scroll-margin-top: 134px !important; }        /* ヘッダー60 + バー約58 + 余白 */
}

/* 4) 実写真ブロックのプレースホルダー画像アイコンを非表示（院長ごあいさつ等） */
.c-figph--photo::before { display: none !important; content: none !important; }

/* 5) 経歴：年数を固定幅カラム、本文はぶら下げで整列 */
.c-career { display: flex; flex-direction: column; }
.c-career_row { display: flex; align-items: flex-start; margin: 0 0 8px; }
.c-career_row:last-child { margin-bottom: 0; }
.c-career_year { flex: 0 0 6.2em; color: #3F9E5E; font-weight: 700; }
.c-career_txt { flex: 1 1 auto; min-width: 0; line-height: 1.75; }
@media screen and (max-width: 767px) {
	.c-career_year { flex-basis: 5.6em; font-size: 1.35rem; }
	.c-career_txt { font-size: 1.35rem; }
}

/* 6) 設備紹介：見出し→写真→本文の縦積みレイアウト */
.p-facility_item { margin: 0 0 46px; }
.p-facility_ttl { margin-top: 0 !important; }
.p-facility_photo { margin: 16px 0 18px; }
.p-facility_photo img { display: block; width: 100%; height: auto; border-radius: 14px; background: #eef3f0; }
@media screen and (max-width: 767px) {
	.p-facility_item { margin-bottom: 38px; }
	.p-facility_photo img { max-width: 100%; }
}

/* 7) 採用ページ：応募リンク（コメディカル／医師） */
.p-recruit_entry { display: flex; gap: 18px; margin: 22px 0 10px; }
.p-recruit_entry_btn {
	flex: 1 1 0; display: block; text-decoration: none; text-align: center;
	background: #3F9E5E; color: #fff; border: 2px solid #3F9E5E;
	border-radius: 14px; padding: 20px 14px; box-sizing: border-box;
	transition: opacity .2s;
}
.p-recruit_entry_btn:hover { opacity: .85; }
.p-recruit_entry_btn--dr { background: #fff; color: #3F9E5E; }
.p-recruit_entry_role { display: block; font-size: 1.25rem; font-weight: 500; opacity: .85; margin-bottom: 6px; }
.p-recruit_entry_txt { display: block; font-size: 1.7rem; font-weight: 700; }
.p-recruit_entry_txt::after { content: " ›"; font-weight: 700; }
@media screen and (max-width: 767px) {
	.p-recruit_entry { flex-direction: column; gap: 12px; }
	.p-recruit_entry_txt { font-size: 1.55rem; }
}

/* 8) 開院予定バー(open-notice)：固定バー(ヘッダー60+クイックバー約58)より確実に下へ */
@media screen and (max-width: 767px) {
	.l-main { margin-top: 122px !important; }
	.open-notice { position: relative; z-index: 20; margin-top: 0 !important; }
}

/* =======================================================================
   スマホ右側の謎スペース修正 2026-07-02 (v=k)
   原因：ドロワー(.l-nav)を right:-100% で画面右外に隠していたため、
   iOS Safari が右方向へパンできる余白として認識していた。
   → transform + visibility 方式のオフキャンバスに変更（全ページ共通）
   ======================================================================= */

/* SP：ドロワーを transform で画面外へ（パン領域を作らない） */
@media screen and (max-width: 767px) {
	.l-nav, .l-header .l-nav {
		left: auto !important; right: 0 !important;
		transform: translateX(105%);
		visibility: hidden;
		transition: transform .4s ease, opacity .4s ease, visibility 0s linear .4s !important;
	}
	.l-nav.open, .l-header .l-nav.open {
		right: 0 !important;
		transform: translateX(0);
		visibility: visible;
		transition: transform .4s ease, opacity .4s ease, visibility 0s !important;
	}
}

/* PC：同じくオフキャンバスを transform 方式に */
@media screen and (min-width: 768px) {
	.l-header .l-nav {
		left: auto !important; right: 0 !important;
		transform: translateX(110%);
		visibility: hidden;
		transition: transform .4s ease, visibility 0s linear .4s !important;
	}
	.l-header .l-nav.open {
		right: 0 !important;
		transform: translateX(0);
		visibility: visible;
		box-shadow: -10px 0 40px rgba(0,0,0,0.16);
		transition: transform .4s ease, visibility 0s !important;
	}
}

/* 横パン抑止の保険（html側にも overflow-x:hidden を明示） */
html { overflow-x: hidden !important; }
body { overflow-x: hidden !important; max-width: 100% !important; }

/* =======================================================================
   iOS Safari 横パン（右側の謎スペース）対策 2026-07-02 (v=k)
   right:-100%/-480px のオフキャンバスをtransform方式へ変更し、
   画面外fixed要素起因のiOS横パンを根絶する
   ======================================================================= */

/* SP ドロワー */
@media screen and (max-width: 767px) {
	.l-nav {
		right: 0 !important; left: auto !important;
		transform: translateX(105%);
		visibility: hidden;
		transition: transform .4s ease, opacity .4s ease, visibility 0s linear .4s !important;
	}
	.l-nav.open {
		right: 0 !important;
		transform: translateX(0);
		visibility: visible;
		transition: transform .4s ease, opacity .4s ease, visibility 0s !important;
	}
	/* 横方向のパンジェスチャー自体を抑止（縦スクロール・ピンチは許可） */
	body { touch-action: pan-y pinch-zoom; }
}

/* PC ドロワー（同じくオフキャンバス） */
@media screen and (min-width: 768px) {
	.l-header .l-nav {
		right: 0 !important; left: auto !important;
		transform: translateX(calc(100% + 60px));
		visibility: hidden;
		transition: transform .4s ease, visibility 0s linear .4s !important;
	}
	.l-header .l-nav.open {
		right: 0 !important;
		transform: translateX(0);
		visibility: visible;
		transition: transform .4s ease, visibility 0s !important;
	}
}

/* ドキュメント自体の横スクロール機構を無効化（clip対応ブラウザ。非対応は既存hiddenが効く） */
html { overflow-x: clip !important; }
body { overflow-x: clip !important; }

/* =======================================================================
   iOS横スペースの真因対策 2026-07-02 (v=l)
   iOS WebKitはiframeがCSSのwidth:100%を無視して中身の固有幅まで
   広がるバグがあり、全ページ共通のフッターGoogleマップが
   ページ幅を押し広げていた。min-widthトリック＋親クリップで根絶。
   ======================================================================= */

/* Googleマップiframe（フッター全82ページ＋accessページ地図） */
.l-footer_map { overflow: hidden !important; }
.l-footer_map iframe,
.c-mapwrap iframe,
iframe[src*="google.com/maps"] {
	width: 1px !important;        /* iOSのwidth無視バグ回避の定石 */
	min-width: 100% !important;   /* iOSはiframeのmin-widthは尊重する */
	max-width: 100% !important;
}
.c-mapwrap { overflow: hidden !important; }

/* 念のため：全iframeの親越えを禁止 */
iframe { max-width: 100% !important; }

/* =======================================================================
   実機フィードバック対応 第7バッチ 2026-07-02 (v=m)
   ======================================================================= */

/* --- A) ドロワー：閉時は display:none で完全にレイアウトから除外 ---
   iOS WebViewは「閉じたオフキャンバス(transform/right負値)」の矩形を
   ネイティブスクロール領域(contentSize)に算入することがあり、
   これが横パン＝右の謎スペースの残存原因。閉時displry:noneなら寄与ゼロ。 */
@keyframes navSlideIn {
	from { transform: translateX(100%); }
	to   { transform: translateX(0); }
}
@media screen and (max-width: 767px) {
	.l-nav {
		display: none !important;
		right: 0 !important; left: auto !important;
		transform: none !important;
		visibility: visible !important; opacity: 1 !important;
	}
	.l-nav.open {
		display: block !important;
		animation: navSlideIn .35s ease;
	}
}
@media screen and (min-width: 768px) {
	.l-header .l-nav {
		display: none !important;
		right: 0 !important; left: auto !important;
		transform: none !important;
		visibility: visible !important; opacity: 1 !important;
	}
	.l-header .l-nav.open {
		display: block !important;
		animation: navSlideIn .35s ease;
	}
}

/* --- B) クイックバーの高さを固定値化（端末の文字サイズ設定に依存させない） --- */
@media screen and (max-width: 767px) {
	.l-spnav { height: 57px !important; overflow: hidden !important; }
	.l-spnav a, .l-spnav_menu {
		height: 56px !important; padding: 6px 2px 5px !important;
		box-sizing: border-box !important;
	}
	.l-spnav a > span:last-child, .l-spnav_menu > span:last-child {
		font-size: 10.5px !important; line-height: 1.2 !important;
	}
	/* ヘッダー60 + バー57 = 117。余裕を持って128に */
	.l-main { margin-top: 128px !important; }
	/* 開院予定バーはさらに下げて確実に見せる */
	.open-notice { margin-top: 4px !important; }
	/* アンカー着地もバー合計に合わせ再調整 */
	[id] { scroll-margin-top: 130px !important; }
}

/* --- C) 下層キービジュアル：英字ラベル(DOCTOR等)を少し下げる --- */
@media screen and (max-width: 767px) {
	.l-lower_key_inner { padding-top: 76px !important; padding-bottom: 54px !important; }
}

/* =======================================================================
   iOS横方向オーバースクロール完全封じ 2026-07-02 (v=n)
   ======================================================================= */
@media screen and (max-width: 767px) {
	html, body {
		width: 100% !important;
		max-width: 100% !important;
		position: relative !important;
		overscroll-behavior-x: none !important;  /* 横のゴムバンド(オーバースクロール)を禁止 */
	}
}

/* =======================================================================
   Safari text-wrap:pretty 根治 2026-07-02 (v=o)
   Safariのpretty実装は行を大幅に短く折り返すため、iPhoneのみ
   本文右側に大きな余白が発生していた（下層81ページの真因）。
   通常の折返し(wrap)に全面的に戻す。
   ======================================================================= */
body, body * { text-wrap: wrap !important; }

/* =======================================================================
   採用ページ 応募ボタン 色調整 2026-07-02 (v=p)
   緑塗りボタンの文字が黒(#333)になっていた（既存リンク色ルールに負けていた）。
   白字を!importantで確定＋塗りを濃い緑#007B5Cに変更。
   ======================================================================= */
.p-recruit_entry_btn {
	background: #007B5C !important;
	border-color: #007B5C !important;
}
.p-recruit_entry_btn,
.p-recruit_entry_btn:link,
.p-recruit_entry_btn:visited,
.p-recruit_entry_btn .p-recruit_entry_role,
.p-recruit_entry_btn .p-recruit_entry_txt {
	color: #fff !important;
}
/* 医師ボタン（白地）は文字・枠を濃い緑に */
.p-recruit_entry_btn--dr {
	background: #fff !important;
	border-color: #007B5C !important;
}
.p-recruit_entry_btn--dr,
.p-recruit_entry_btn--dr:link,
.p-recruit_entry_btn--dr:visited,
.p-recruit_entry_btn--dr .p-recruit_entry_role,
.p-recruit_entry_btn--dr .p-recruit_entry_txt {
	color: #007B5C !important;
}

/* =======================================================================
   特徴4ボックス（スマホ）参考画像に合わせて再デザイン 2026-07-02 (v=p)
   ・緑の影を外し、薄いグレーの角丸ボーダーでスッキリ
   ・アイコンは上部・線画2色のまま少し大きく
   ・テキストは中央黒字・上に余白、4枚均等
   ======================================================================= */
@media screen and (max-width: 767px) {
	.p-index_feature_band {
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
		gap: 14px !important;
		max-width: 460px !important;
	}
	.p-index_feature_item {
		aspect-ratio: auto !important;
		min-height: 0 !important;
		padding: 14px 12px !important;          /* 高さを詰めて横長に */
		gap: 8px !important;
		justify-content: center !important;
		background: #fff !important;
		border: 1px solid #e3e6e3 !important;   /* 薄いグレー枠 */
		border-radius: 16px !important;
		box-shadow: none !important;             /* 緑の影を除去 */
	}
	.p-index_feature_item:last-child { border: 1px solid #e3e6e3 !important; }
	.p-index_feature_ic {
		width: auto !important;
		height: 34px !important;
	}
	.p-index_feature_ic svg, .p-index_feature_ic img {
		width: 34px !important;
		height: 34px !important;
	}
	.p-index_feature_tx {
		font-size: 15px !important;
		font-weight: 700 !important;
		line-height: 1.5 !important;
		color: #333 !important;
		min-height: 3em !important;         /* 2行分で固定→1行/2行が混在しても高さ均一 */
		letter-spacing: .01em !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	/* グリッド行内でボックスを引き伸ばして高さ完全一致 */
	.p-index_feature_item { align-self: stretch !important; }
}

/* =======================================================================
   アップ用バージョン：固定「診療予約」ボタン → 採用ボタン2つ(縦積み) 2026-07-03 (v=r)
   同じ右下位置に、上=医師採用／下=コメディカル採用。画像はそのまま円形。
   ======================================================================= */
.fixed_reserve { display: none !important; }   /* 旧予約ボタンを無効化（万一の残置対策） */

.fixed_recruit {
	position: fixed;
	right: 20px;
	bottom: 20px;
	left: auto;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.fixed_recruit_btn {
	display: block;
	width: 93px;   /* 1.2倍化前の元の見た目(トリム済画像換算) */
	transition: transform .25s ease, filter .25s ease;
}
.fixed_recruit_btn img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 6px 14px rgba(0,0,0,.25));
}
.fixed_recruit_btn:hover { transform: translateY(-3px); }

@media screen and (max-width: 767px) {
	.fixed_recruit { right: 12px; bottom: 12px; gap: 9px; }
	.fixed_recruit_btn { width: 96px; }
}

/* =======================================================================
   アップ用：疾患ページへのリンクを一時的にプレーン化 2026-07-03 (v=r)
   c-tag_link→c-tag_plain, t-tag→t-tag--plain に置換済み。
   リンクだった見た目(色/下線/ホバー)を消して通常テキスト化。
   ======================================================================= */
.c-tags .c-tag_plain { color: inherit; text-decoration: none; display: inline-block; cursor: default; }
.c-tags li:has(.c-tag_plain):hover { background: inherit; border-color: inherit; }
.t-tag--plain { cursor: default; text-decoration: none; pointer-events: none; }

/* =======================================================================
   アップ用：疾患一覧ボックスは残す・矢印とリンク感を消す 2026-07-03 (v=s)
   span.c-was_link にボックス見た目を付与、矢印(::before)なし・ホバーなし。
   ======================================================================= */
.c-linkcard_list { list-style: none !important; }
.c-linkcard_list li { margin: 0 !important; }
.c-linkcard_list .c-was_link {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #2f6f47;
	background: #f3faf5;
	border: 1px solid #d3e6da;
	border-radius: 8px;
	padding: 12px 14px;               /* 左の矢印スペース(30px)をやめて通常余白に */
	text-decoration: none;
	cursor: default;
}
.c-linkcard_list .c-was_link::before { content: none !important; }   /* 矢印を消す */
@media screen and (max-width: 767px) {
	.c-linkcard_list .c-was_link { font-size: 14px; }
}

/* =======================================================================
   メニュー表示中は採用ボタンを裏に(非表示) 2026-07-03 (v=w)
   メニュー開時にbodyへ .no_scroll が付くので、それをフックに隠す。
   PC/SP共通。閉じれば自動で再表示。
   ======================================================================= */
body.no_scroll .fixed_recruit {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: opacity .2s ease, visibility .2s ease;
}

/* =======================================================================
   「21」SVG スマホ(横書き)での垂直位置補正 2026-07-03 (v=ze)
   漢字の上下中心と数字の中心を一致させる(実測で差0.1px)。
   PCの縦書きには影響しない。
   ======================================================================= */
@media screen and (max-width: 767px) {
	.p-index_key_txt .tcy { vertical-align: -0.14em !important; }
}

/* =======================================================================
   採用ボタン3つ化(医師/PT/コメディカル) 2026-07-03 (v=zg)
   スマホはエリアを従来の2/3に圧縮(60px×3+間隔=約188px)。PCは従来のまま。
   ======================================================================= */
@media screen and (max-width: 767px) {
	.fixed_recruit { gap: 6px !important; }
	.fixed_recruit_btn { width: 80px !important; }   /* コメディカルの文字が本文最小(12px)以上になる最小径 */
}
