@charset "utf-8";
/* **********************
 ページトップにもどる
********************** */
#s_cv {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 99;
}
@media(min-width:768px){
	#s_cv {
		bottom: 30px;
		right: 20px;
	}
}
#s_cv a {
	font-weight: bold;
	background-color: #ffa500;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
}
#s_cv a:hover {
	background-color: #fab028;
	text-decoration: none;
}
.aga_content #s_cv{
	opacity:0;
	transition: all .3s;
}
.aga_content #s_cv.hide{
	opacity: 1;
}
/* **********************
 背景色・画像
********************** */
.bg{
	background-color: #f5f5f5;
}
#director{
	background: url('../img/clinic/director.jpg') no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#director::before{
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
#dr-profile .inner{
	background-color: rgba(255,255,255,0.5);
	padding: 80px 5%;
}
#dr-profile .inner h4{
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#dr-profile .inner p{
	margin-bottom: 20px;
}
#dr-profile .inner .dr-name{
	padding-top: 20px;
}
#dr-profile .inner .dr-name span{
	font-size: 2.8rem;
	margin-left: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (min-width: 768px){
	#dr-profile .inner .dr-name br{
		display: none;
	}
}
@media (max-width: 767px){
	#dr-profile .inner .dr-name span{
		float: right;
	}
}
/**/
.h_type_1{
	font-size: 3.2rem;
	background-color: #185594;
	color: #fff;
	text-align: center;
	padding: 40px 15px 20px 15px;
}
.h_type_1 span.ruby{
	font-size: 3.6rem;
	color: #ffc107;
	position: relative;
}
.h_type_2{
	font-size: 3.2rem;
	background-color: #185594;
	color: #fff;
	text-align: center;
	padding: 20px 15px 20px 15px;
}
.h_type_3{
	text-align: center;
	margin-bottom: 40px;
	padding-top: 10px;
}
.h_type_3 span{
	font-size: 2.4rem;
	background-color: #185594;
	color: #fff;
	text-align: center;
	padding: 10px 60px 10px 60px;
	border-radius: 50px;
}
@media(min-width:768px){
	.h_type_3 span{
		font-size: 3.2rem;
	}
}
.ruby::before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: calc(100% + 1px);
	width: 8px;
	height: 8px;
	background-color: #ffc107;
	border-radius: 50%;
}
/**/
.gallery{
	width: calc(100% - 40px);
	margin-bottom: 30px;
	background-color: #fff;
	padding: 20px;
}
.gallery p{
	padding-top: 10px;
}
.gallery .img-box{
	position: relative;
	display: block;
}
.gallery .img-box::before{
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #fff;
	content: '\f00e';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2.8rem;
	z-index: 1;
}
@media (min-width: 768px){
	.gallery{
		width: calc(48% - 40px);
	}
}
@media (min-width: 992px){
	.gallery{
		width: calc(31% - 40px);
	}
}
/**/
#flow{
	padding: 80px 0 0 0;
}
.flow-box{
	border: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	margin-bottom: 60px;
}
.flow-box .flow_no{
	color: #fff;
	font-weight: bold;
	background-color: #185594;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.flow-text{
	padding: 20px;
}
.ed_content .flow-box,
.aga_content .flow-box{
	margin-bottom: 40px;
}
.ed_content .flow-text p,
.aga_content .flow-text p{
	margin-bottom: 20px;
}
.ed_content .flow_last,
.aga_content .flow_last{
	margin: 0 20px 40px;
	text-align: center;
}
.ed_content .flow_last span,
.aga_content .flow_last span{
	font-weight: 600;
	color: #1e90ff;
}
#caution{
	background-color: #ffe100;
	padding: 40px;
}
#caution .wrap{
	max-width: 768px;
}
#caution ul{
	margin-left: 25px;
}
#caution .in-wrap{
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
}
#caution .caution-img{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#caution .caution-img img{
	width: 135px;
	height: auto;
}
#caution .caution-tex{
	width: 100%;
}
@media (min-width: 768px){
	#caution .caution-img{
		width: 135px;
		height: auto;
		margin-bottom: 0px;
	}
	#caution .caution-text{
		width: calc(95% - 135px);
		margin-left: 5%;
	}
}
@media (max-width: 767px){
	#s_bg {
		background:none;
		margin-bottom: 40px;
	}
}
@media (min-width: 768px){
	#s_bg {
		height: 300px;
		background-attachment: fixed;
		background-size: cover;
		background-position: right;
		background-image: url('../img/clinic/bg2.jpg');
	}
}
.access_catch{
	font-size: 3.2rem;
	color: #fff;
	font-weight: bold;
	text-shadow:
	#4489cc 2px 0px,  #4489cc -2px 0px,
	#4489cc 0px -2px, #4489cc 0px 2px,
	#4489cc 2px 2px , #4489cc -2px 2px,
	#4489cc 2px -2px, #4489cc -2px -2px,
	#4489cc 1px 2px,  #4489cc -1px 2px,
	#4489cc 1px -2px, #4489cc -1px -2px,
	#4489cc 2px 1px,  #4489cc -2px 1px,
	#4489cc 2px -1px, #4489cc -2px -1px;
}
.access_catch span{
	background: linear-gradient(transparent 0%, #4489cc );
}
ul.access-text{
	list-style: none;
}
ul.access-text li{
	text-indent:-1em;
	padding-left:1em;
}
ul.access-text li::before{
	content: '※';
}
