@import url('./medical_lnavi_sec.css');
h3 {
	color: #107e96;
	border-bottom: solid 1px #107e96;
}

.catchCau {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 60px;
}

.about_vaccine {
	width: 80%;
	text-align: left;
	font-size: 1.2em;
	margin: 0px auto 60px;

}



.begiCAU,
.loinCAU {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 30px;
}


.begBTN_wap,
.loginBTN_wap {
	width: 100%;
	max-width: 900px;
	margin: 0px auto 0px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
/*	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}



.begBTN {
	text-align: center;
	width: 30%;
	font-size: 1.2em;
	padding: 25px;
	border: solid 1px #107e96;
	-webkit-border-radius: 15px;/* for Safari and Chrome */
	-moz-border-radius: 15px; /* for Firefox */
	-o-border-radius: 15px; /* for opera */
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #eefafa;
}

.begBTN:hover {
	background-color: #107e96;
	color: #fff;
}


.beginnerWap {
	margin-bottom: 60px;
}


.loginWap {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 30px;
}

/*診療時間表*/
.onLineTable {
	width: 80%;
	margin: 0px auto 60px;
}

.onLineTable table {
	vertical-align: middle;
	width: 100%;
	border-left: solid 1px #107e96;
	border-top: solid 1px #107e96;
}

.onLineTable table th{
	vertical-align: middle;
	padding: 10px;
	text-align: center;
	border-right: solid 1px #107e96;
	border-bottom: solid 1px #107e96;
}

.onLineTable table td{
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #107e96;
	border-bottom: solid 1px #107e96;
}

.morning {
	background-color: #eef7fa;
}

.afternoon {
	background-color: #f0eefa;
}

.afternoon2 {
	background-color: #f0eefa;
}

.vaccination {
	background-color: #faf8ee;
}

.onLineTable table .t_title {
	width: 50%;
	max-width: 250px;
}

.gw_tableCau {
	color: red;
	font-size: 1.1em;
}




/*予約方法　2026 4 16*/
#makeReservation {
	width: 100%;
	padding: 0% 1vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto 60px;
}

.mResLine {
	margin-bottom: 2vw;
	display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;

}

.mResLine h4 {
	text-align: center;
	font-size: clamp(18.00px, calc(1.17vw + 9.00px), 21.00px);
	font-weight: bold;
}

.msBox {
	width: 50%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.mResLine .before  {
	border-bottom: none;
}

.mResLine .before img{
	max-width: 300px;
}

.mResLine .after img{
	max-width: 300px;
}

.mResLine .before h4{
	color: red;
}

.mResLine .after h4{
	color: blue;
}

.inBoxBttomCau {
	display: block;
	width: 100%;
	text-align: center;
}
@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

h3 {
	color: #107e96;
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: solid 1px #107e96;
}

.catchCau {
	text-align: left;
	font-size: 1em;
	margin-bottom: 40px;
}


.begiCAU,
.loinCAU {
	text-align: left;
	font-size: 1em;
	margin-bottom: 30px;
}



	.begBTN_wap,
	.loginBTN_wap {
			width: 98%;
			margin: 20px auto;
			display: block;
	}

	.begBTN {
		text-align: center;
		font-size: 1.2em;
		padding: 25px;
			display: block;
			width: 80%;
			margin: 10px auto;
	}

	/*診療時間表*/
	.onLineTable {
		width: 100%;
		margin: 0px auto 60px;
	}

	.onLineTable table th{
		padding: 5px;
		text-align: center;
	}

	.onLineTable table td{
		padding: 5px;
		font-weight: bold;
	}


/* 2026 4 16 予約方法 */
		.mResLine {
			margin-bottom: 2vw;
			display: block
	
		}
	
		.mResLine h4 {
			text-align: center;
			font-size: clamp(18.00px, calc(1.17vw + 9.00px), 21.00px);
			font-weight: bold;
		}
		.mResLine .before {
			border-bottom: dotted 1px #ccc;
			padding-bottom: 30px;
			margin-bottom: 30px;
			display: block;
		}
		.msBox {
			width: 100%;
			padding: 0 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		}



}





