@charset "utf-8";
.mainWrap {
	background-image: url(../img/sub/main_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: cover;
	height: 217px;
}
.main_titleBox {
	position: relative;
	height: 100%;
}
.main_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 75px;
	margin: auto;
	font-size: 37px;
	font-weight: bold;
	line-height: 1;
}
.main_title span {
	display: block;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 100px 0 60px;
	font-weight: 500;
}
.sec2,
.sec3,
.sec4{
	border-top: solid 5px #70B538;
	padding: 75px 0 60px;
	font-weight: 500;
}
.sec5{
	border-top: solid 5px #70B538;
	padding: 75px 0 130px;
	font-weight: 500;
}

.facility_imgBox{
	float: left;
	width: 33%;
}
.facility_imgBox h2{
	background: #70B538;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 45px 10px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.facility_imgBox h2 span{
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.facility_imgBox p{
	font-size: 19px;
	line-height: 1;
}.facility_imgBox p img{
	margin-bottom: 10px;	
}

.facility_table{
	float: right;
	margin-left: 3.5%;
	width: 63.5%;
}
.facility_table table{
	width: 100%;
}
.facility_table table tr th,
.facility_table table tr td{
	border-left: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	padding: 10px 5px;
	font-size: 19px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.facility_table table tr th:first-child,
.facility_table table tr td:first-child{
	border-left: none;
	width: 40%;
}
.facility_table table tr th:last-child,
.facility_table table tr td:last-child{
	width: 45%;
}
.facility_table table tr th{
	background: #F08A33;
	color: #FFFFFF;
	font-weight: bold;	
}
.facility_table table tr td{
	background: #FDF0E5;
}
.facility_table table tr:nth-child(odd) td{
	background: #FBE2CC;
}
.facility_table table tr td:last-child{
	padding-left: 35px;
	text-align: left;
}

@media screen and (max-width: 1249px) {
}
@media screen and (max-width: 999px) {
/*-------------------------------------
	sec1
---------------------------------------*/
.facility_imgBox h2{
	font-size: 32px;
}
.facility_imgBox h2 span{
	font-size: 17px;
}
.facility_imgBox p{
	font-size: 18px;
}

.facility_table table tr th,
.facility_table table tr td{
	font-size: 18px;
}
.facility_table table tr td:last-child{
	padding-left: 25px;
}
}
@media screen and (max-width: 679px) {
.mainWrap {
	height: 150px;
}
.main_title {
	height: 48px;
	font-size: 25px;
}
.main_title span img {
	width: 115px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 40px 0 30px;
}
.sec2,
.sec3,
.sec4{
	padding: 35px 0 30px;
}
.sec5{
	padding: 35px 0 60px;
}

.facility_imgBox{
	float: none;
	margin-bottom: 15px;
	width: 100%;
}
.facility_imgBox h2{
	margin-bottom: 10px;
	padding: 15px 10px;
	font-size: 28px;
}
.facility_imgBox h2 span{
	font-size: 15px;
}
.facility_imgBox p{
	font-size: 16px;
}
.facility_imgBox p img{
	float: left;
	margin-bottom: 10px;
	width: 49%;
}
.facility_imgBox p img:last-child{
	margin-left: 2%;
}

.facility_table{
	float: none;
	margin-left: 0;
	width: 100%;
}
.facility_table table tr th,
.facility_table table tr td{
	border-left: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	font-size: 16px;
}
.facility_table table tr th:first-child,
.facility_table table tr td:first-child{
	width: 45%;
}
.facility_table table tr th:last-child,
.facility_table table tr td:last-child{
	width: 40%;
}
.facility_table table tr td:last-child{
	padding-left: 15px;
	text-align: left;
}
}

/* Portrait */
@media screen and (max-width:479px) {
.facility_table table tr th,
.facility_table table tr td{
	font-size: 13px;
}
.facility_table table tr td:last-child{
	padding-left: 10px;
}
}
