@charset "utf-8";

/* ========================================================
	outpatient.css => 外来のご案内用CSSからコピーしてきた
======================================================== */

/* 受診される方へ
============================================================================================================ */
.visit_contents {
}
.visit_contents .main {
	width: 400px;
	height: 400px;
	margin: 0 auto 40px;
	background-color: #e4faff;
	border-radius: 100%;
	text-align: center;
}
.visit_contents .main dt {
	padding-top: 10px;
	font-size: 80px;
	font-size: 8rem;
	line-height: 1.2;
	font-weight: bold;
	color: #48b3ca;
}
.visit_contents .main dd {
}
.visit_contents .main dd span {
	display: block;
}
.visit_contents .main dd .date {
	margin: 5px 0 10px;
}
@media screen and (max-width: 680px) {
	.visit_contents .main {
		width: 200px;
		height: 200px;
		margin: 0 auto 30px;
	}
	.visit_contents .main dt {
		padding-top: 2px;
		font-size: 3.2rem;
	}
	.visit_contents .main dd {
		line-height: 1.6;
		font-size: 1.4rem;
	}
	.visit_contents .main dd .date {
		margin: 3px 0 5px;
		font-size: 1rem;
	}
	.visit_contents .main dd .img img {
		width: 110px;
	}
}

.visit_contents img {
	display: inline;
}
.visit_contents .flow {
	margin: 40px 0;
}
@media screen and (max-width: 680px) {
	.visit_contents .flow {
		margin: 20px 0;
	}
}


.visit_contents .reception {
}
.visit_contents .reception figure {
	float: right;
}
.visit_contents .reception figure figcaption {
	margin-top: 5px;
}
.visit_contents .reception .contents {
	width: 610px;
	float: left;
}
.visit_contents .reception .contents > .c_red {
	margin-bottom: 1em;
}
@media screen and (max-width: 680px) {
	.visit_contents .reception {
	}
	.visit_contents .reception figure {
		float: none;
		width: 180px;
		margin: 0 auto 20px;
	}
	.visit_contents .reception .contents {
		width: auto;
		float: none;
	}
}



.visit_contents .reception .step {
}
.visit_contents .reception .step dl {
	float: left;
	width: 150px;
	padding-left: 18px;
	text-align: center;
	line-height: 1.5;
}
.visit_contents .reception .step dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.visit_contents .reception .step .img {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.visit_contents .reception .step .img img {
	border-radius: 100%;
}
.visit_contents .reception .step dl + dl {
	padding-left: 60px;
}
.visit_contents .reception .step dl + dl .img:before {
	content: "";
	position: absolute;
	left: -60px;
	top: 50%;
	width: 46px;
	height: 22px;
	margin-top: -11px;
	background: url(../images/visit_reception_arrow.png) no-repeat 50%;
}

@media screen and (max-width: 680px) {
	.visit_contents .reception .step dl {
		position: relative;
		float: none;
		width: auto;
		min-height: 80px;
		padding: 5px 0 0 90px !important;
		font-size: 1.2rem;
		text-align: left;
	}
	.visit_contents .reception .step dt {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.visit_contents .reception .step .img {
		position: absolute;
		top: 0;
		left: 0;
		width: 80px;
	}
	.visit_contents .reception .step dl + dl {
		padding-left: 0;
		margin-top: 23px;
	}
	.visit_contents .reception .step dl + dl .img:before {
		left: 50%;
		top: -23px;
		width: 23px;
		height: 23px;
		margin: 0 0 0 -12px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-background-size: contain;
		background-size: contain;
	}
}

.visit_contents .no-ph {
	float: right;
	margin: 0;
}
.visit_contents .no-ph ~ * {
	margin-right: 410px;
}
@media screen and (max-width: 680px) {
	.visit_contents .no-ph {
		float: none;
		text-align: center;
	}
	.visit_contents .no-ph ~ * {
		margin-right: 0;
	}
}

/* オンライン診療
============================================================================================================ */

section .point_list{
	margin-left: 30px;
}

.c_flow {
	/* flexboxで左右中央揃え縦並び45pxの間隔で配置 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:45px;
}
.c_flow .title_bar{
	/* 背景青の白文字 */
	text-align: center;
	color: white;
	background-color: #48b3ca;
}
.c_flow section {
	/* sectionのマージンを無効化 */
	margin: 0 auto;
	/* 文字は左揃え　ボックスは薄灰色の背景 */
	text-align: left;
	padding: 15px;
	border: 2px solid #f3f3f3;
	background-color: #f3f3f3;
	box-sizing: border-box;
}
.c_flow section div{
	/* img中央揃え用 */
	text-align: center;
}
.c_flow section h1,
.c_flow section .big{
	/* 一部文字だけ文字を大きく */
	font-size: 23px;
}
.c_flow section p{
	/* <br>省略用 */
	margin-top: 20px;
}
.c_flow section img{
	/* 矢印imgの大きさ制限 */
	max-width: 82px;
}
@media screen and (min-width: 680px) {
	.c_flow section {
		width:540px;
	}
}
@media screen and (max-width: 680px) {
	.c_flow section {
		max-width: 540px;
		width: 90vw;
	}
}

/* 外来フロアー配置図
============================================================================================================ */
.floor_contents {
}
.floor_contents .floor a {
	position: relative;
	display: block;
	width: 800px;
	margin: auto;
	color: #333333;
}
.floor_contents .floor a img {
	display: block;
	margin-left: auto;
}
.floor_contents .floor a span {
	position: absolute;
	top: 0;
	left: 80px;
	width: 106px;
	height: 106px;
	padding-top: 26px;
	background-color: #fff;
	border: 3px solid #f2f2f2;
	border-radius: 100%;
	font-weight: bold;
	font-size: 40px;
	font-size: 4rem;
	text-align: center;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 680px) {
	.floor_contents .floor:before {
		content: "フロアー配置図をタップすると、画像だけ表示されます。";
		display: block;
		margin-bottom: 5px;
		text-align: center;
	}
	.floor_contents .floor a {
		width: auto;
		padding-top: 40px;
	}
	.floor_contents .floor a span {
		left: 0;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
}
