@charset "utf-8";

/*メイン画像エリア*/
#main_area{position:relative;width:100%;max-height: 350px;height: 17vw; background: #eeefea;}
#main_area img{
	position: absolute;
	bottom:0;
	right:3%;
	max-width:46%;
	min-width: 36%;
}
#main_area p{
	white-space: nowrap;
	position: absolute;
	top:50%;
	left:15%;
	transform: translateY(-50%);
	font-size:min(2.0vw,36px);
	font-size:max(2.0vw,23px);
	letter-spacing: 0.5vw;
	font-weight: 500;
	color:#000;
}
#main_area p span{
	display: block;
	font-size:min(0.9vw,17px);
	font-size:max(0.9vw,14px);
	letter-spacing: 0.1vw;
	font-weight: bold;
	color:#0075c1;
}
/*院長のご紹介*/
.license li{display:inline-block;background:#0075c1;color:#FFF;padding:5px 15px;border-radius: 20px;}
.name span{margin-right:20px;}
.fs26{font-size:26px;}
.imgboxL{align-items: center;}
.imgboxL img{max-width:400px; width:100%; height: auto;border-radius: 15px;}
.imgboxL div{width:calc(100% - 420px);padding:15px;}
.intro > li{padding:20px;}
.intro ul li{display:flex; flex-wrap: wrap; padding:10px 0;}
.intro ul li span:first-child{width:7rem;margin-right:1rem;}
.intro ul li span:last-child{width:calc(100% - 8rem);}

/*施設紹介*/
.facility {counter-reset: number;}
.facility li{position:relative;padding:30px;background-color:#f0f7fb;}
.facility li h3{
	position: absolute;
	right:10px;
	top:10px;
	background-color:#0075c1;
	color:#fff;
	width:110px;
	height: 110px;
	border-radius: 50%;
	counter-increment: number;
	letter-spacing: 0;
	font-size:15px;
	text-align:center;
	padding-top:25px;
}
.facility li h3::before{
	display: block;
	content: counter(number,decimal-leading-zero) ;
}
.facility li img{
	width:100%;
	height: auto;
	margin-bottom:15px;
}
.facility li p{}
/* レスポンシブ
------------------------------------------------------------*/

/* 1280px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1280px){
	body {min-width: 1230px!important;}
	#main_area{height: 230px;}
}


/* 768px以下から
------------------------------------------------------------*/
@media only screen and (max-width:768px){
	body {min-width: 718px!important;}
	#main_area{max-height: 160px;height: 26vw;}
	/*院長のご紹介*/
	.imgboxL img{order:1;margin:auto;margin-bottom: 20px;}
	.imgboxL div{order:2;width:100%;padding:15px;}
}
/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
    body {min-width: inherit!important;width: 100%;}
	#main_area{max-height: 250px;height:50vw;background-color:#FFF; }
	#main_area img{
		position: absolute;
		top:0;
		left:50%;
		transform: translateX(-50%);
		max-width: 430px;
		width:100%;
	}
	#main_area p{
		top:inherit;
		bottom:5%;
		left:50%;
		transform: translateX(-50%);
		min-width:60%;
		text-align: center;
		background:#FFFFFF;
		padding:15px 25px;
		border-radius: 10px;
		box-shadow: 0px 0px 15px -5px #777777;
		z-index:99;
	}
	/*院長のご紹介*/
	.license li:first-child{margin-bottom: 15px;}
	.name span.fcb{display: block;}
	.imgboxL p.name{text-align: right;}
	.imgboxL div{width:100%;padding:0px;}
	.intro ul li span{width:100% !important;}
	.intro ul li span:first-child{font-weight: bold;}
	.intro ul li {border-bottom:1px solid #ddd;}
	
	/*施設紹介*/
	.facility li{padding:10px;}
	.facility li h3{
		right:0px;
		top:0px;
		width:90px;
		height: 90px;
		font-size:14px;
		padding-top:20px;
	}
}