@charset 'utf-8';

/* =========================================================
facility
========================================================= */
#facility{
	height: 750px;
	margin-bottom: 0;
}
#facility .bg_img{
	position: absolute;
	z-index: 0;
	top: 5px;
	left: 0;
	width: calc(82.2% - 540px);
	height: 630px;
	background-color: transparent;
	background-image: url(../../../sanpou/img/facility/main01_pc.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
@media print, screen and (min-width: 1817px){
	#facility .bg_img {
		width: calc(calc(calc(100% - 1170px) / 2) + 630px);
	}
}
#facility .inner{
	width: 64.4%;
	min-width: 760px;
	max-width: 1170px;
	padding: 0;
}
#facility .txt_area01{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 540px;
	margin: 0 0 0 auto;
	padding-left: 39px;
}
#facility .txt_area01 h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: -5px;
	margin-bottom: 31px;
	letter-spacing: 0;
	color: #222;
}
#facility .txt_area01 p{
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0;
	letter-spacing: 0;
	color: #222;
	height: 217px;
}
#facility .txt_area01 .img{
	width: 480px;
	margin: 0 0 0 auto;
}
#facility .txt_area01 .img img{
	width: 100%;
}
