@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名

lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/





/*================================
共通パーツ
================================*/

/*heading*/
/*-----------------------------*/
.intro_heading_jp {
	word-break: normal; /* 2025/4/25時点 keep-allはPCブラウザでは問題ないのですが、タブレットとスマホで表示すると全く改行されません。 */
}

.u-heading01 {
	margin-bottom: 30px;
	padding: 6px 0;
	border-top: 1px solid var(--theme-color03);
	border-bottom: 1px solid var(--theme-color03);
	text-align: center;
}
.u-heading01 .text-area {
	display: inline-block;
	padding: 8px 0 8px 3.5em;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--theme-color04);
	background-position: left top;
	background-size: auto 2.4em;
	background-repeat: no-repeat;
}
.u-heading01 .text-area.-train {
	background-image: url(../img/clinic/access-icon01.png);
}
.u-heading01 .text-area.-bus {
	background-image: url(../img/clinic/access-icon02.png);
}
.u-heading01 .text-area.-clinic {
	background-image: url(../img/clinic/access-icon03.png);
}
.u-heading01 .text-area.-movie {
	background-image: url(../img/clinic/access-icon04.png);
}
/*u-dl01*/
/*-----------------------------*/
.u-dl01 {}
.u-dl01 dt {
	position: relative;
	z-index: 1;
	padding-left: 1.8rem;
	font-size: 1.8rem;
	text-align: left;
	color: var(--theme-color04);
}
.u-dl01 dt::before {
	position: absolute;
	content: "";
	left: 0.5em;
	top: 0.9em;
	width: 0.3rem;
	height: 0.3rem;
	background: var(--theme-color01);
	border-radius: 50%;
}
.u-dl01 dd {
	padding-left: 1.8rem;
	font-size: 1.6rem;
	text-align: left;
}

/*flex box*/
/*-----------------------------*/
.u-fl01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 10px 4rem;
	max-width: 560px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--theme-color03);
}

/*movie*/
/*-----------------------------*/
.u-movie_iframe {
	display: block;
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: auto;
	aspect-ratio: 16/9;
}


/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {


}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {


}

















