@charset "UTF-8";

.full_image {
	position: relative;
}
.full_image:after {
	background-image: url(../../health/images/bg_main.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 15px;
	bottom: 49px;
	left: 0;
	right: 0;
	width: 100%;
	content: "";
	z-index: 999;
}

#box_facility {
	padding: 0 5%;
	text-align: center;
}
#box_facility section {
	max-width: 1200px;
	margin: 0 auto 50px auto;
	text-align: left;
}
#box_facility section article {
	margin: 0 auto 60px auto;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #006C61;
}
#box_facility section article div.left {
	float: left;
	width: 48%;
}
#box_facility section article div.right {
	float: right;
	width: 48%;
}
#box_facility section h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
#box_facility section p {
	line-height: 2.0;
	margin: 0 0 40px 0;
}

#box_facility section article.left {
	float: left;
	width: 48%;
}
#box_facility section article.right {
	float: right;
	width: 48%;
}
#box_facility section article.left img,
#box_facility section article.right img {
	margin: 0 0 40px 0;
}
#box_facility section article.left p,
#box_facility section article.right p {
	margin: 0 0 0 0;
}

#box_price {
	background-color: #F5F5F5;
	padding: 50px 5%;
	text-align: center;
}
#box_price section {
	max-width: 1200px;
	margin: 0 auto 50px auto;
}
#box_price h3 {
	text-align: left;
	color: #006C5F;
	font-size: 1.3em;
	margin: 0 0 20px 0;
}
#box_price p {
	text-align: left;
	line-height: 2;
	margin: 0 0 40px 0;
}
#box_price .left {
	float: left;
	width: 49%;
}
#box_price .right {
	float: right;
	width: 48%;
}
#box_price table {
	width: 100%;
	margin: 0 0 40px 0;
	border-collapse: collapse;
}
#box_price table th,
#box_price table td {
	border: 1px solid #006C61;
	padding: 10px;
}
#box_price table .head th {
	background-color: #EAF3F0;
}
#box_price table th {
	background-color: #EEEEEE;
	font-weight: bold;
	width: 50%;
}
#box_price table td {
	width: 50%;
}




@media screen and (max-width: 800px) {
	#box_facility section article div.left,
	#box_facility section article div.right {
		float: none;
		width: 100%;
	}
	#box_facility section article {
		margin: 0 auto 60px auto;
		padding: 0 0 0 0;
		border-bottom: none;
	}
	#box_facility section article.left,
	#box_facility section article.right {
		float: none;
		width: 100%;
	}
	#box_facility section article {
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#box_facility section article .text {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	#box_facility section article .photo {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}
	#box_facility section article p {
		margin: 0 0 20px 0!important;
	}
	#box_facility section article.left img,
	#box_facility section article.right img {
		margin: 0 0 0px 0;
	}
	
	
	#box_price .left,
	#box_price .right {
		float: none;
		width: 100%;
	}
}