@charset "UTF-8";
/***********************************
* クリニック紹介	*
***********************************/
/* message-block --------------------*/
.message-block{
	padding-bottom: 1rem;
}
	@media (min-width: 992px) {
		.message-block{
			padding-bottom: 3rem;
		}
	}
/* profile-block --------------------*/
/* h3*/
.profile-block h3{
	color:#176056;
	font-size: 1.06rem;
	margin-bottom: 0.8rem;
}
.profile-block h3:before{
	content: '[ ';
}
.profile-block h3:after{
	content: ' ]';
}
	@media (min-width: 992px) {
		.profile-block h3{
			font-size: 1.3rem;
			margin-bottom: 1rem;
		}
	}
/* h4*/
.profile-block h4{
	color:#176056;
	font-size: 1.06rem;
}
.profile-block h4:before{
	content: '● ';
}
	@media (min-width: 992px) {
		.profile-block h4{
			font-size: 1.3rem;
		}
	}
/* history */
.history{
	border-top: solid #53a7a6 1px;
	border-bottom: solid #53a7a6 1px;
	padding-top: 0.8rem;
	padding-bottom: 0.1rem;
	margin-bottom: 0.8rem;
}
.history dl dt{
	font-weight: normal;
	letter-spacing: 0.1em;
	float: left ;
	clear: left;
	width: 90px;
}
.history dl dd{
	padding-left: 90px;
}
	@media (min-width: 992px) {
		.history{
			padding-top: 1.2rem;
			padding-bottom: 0.2rem;
			margin-bottom: 1.5rem;
		}
		.history dl dt{
			letter-spacing: 0.2em;
			width: 110px;
		}
		.history dl dd{
			padding-left: 110px;
		}
	}

/***********************************
* 院内のご案内	*
***********************************/
/* lead-block --------------------*/
.lead-block{
	padding-bottom: 1rem;
}
	@media (min-width: 992px) {
		.lead-block{
			padding-bottom: 3rem;
		}
	}
/* pic-block-01,pic-block-02 --------------------*/
.pic-block-01{
	padding-bottom: 0.5rem;
}
.pic-block-02{
	border-top:solid #786b61 1px;
	padding-top: 2.5rem;
}
.pic-block-01 ul,
.pic-block-02 ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.pic-block-01 ul li,
.pic-block-02 ul li{
	display: inline-block;
	width: 90%;
	margin-bottom: 1.1rem;
}
.pic-block-01 ul li span,
.pic-block-02 ul li span {
	display: block;
	margin-top: -0.3rem;
	letter-spacing: 0.2em;
}
	@media (min-width: 768px) {
		.pic-block-02{
			padding-top: 8%;
		}
		.pic-block-01 ul li,
		.pic-block-02 ul li{
			width: 49%;
			margin-bottom: 5%;
		}
		.pic-block-01 ul li.li-01,
		.pic-block-02 ul li.li-01{
			padding-right: 3%;
		}
		.pic-block-01 ul li.li-02,
		.pic-block-02 ul li.li-02{
			padding-left: 3%;
		}
	}
/* btn-01 --------------------*/
#facilities .btn-01{
	padding-top: 3rem;
	padding-bottom: 1rem;
}
#facilities .btn-01 p{
	text-align: center;
	font-weight: 500;
	line-height: 35px;
}

#facilities .btn-01 a{
	background-image: url(../img/bg_btn-01.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	color:#fff;
	height: 35px;
	width: 280px;
	text-decoration: none;
}
#facilities .btn-01 a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

	@media (min-width: 992px) {
		#facilities .btn-01{
			padding-top: 6rem;
			padding-bottom: 2rem;
		}
		#facilities .btn-01 p{
			line-height: 46px;

		}
		#facilities .btn-01 a{
			height: 46px;
			width: 364px;
		}
		#facilities .btn-01 a span{
			font-size: 108% !important;
		}
	}
