@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 345px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#pageTitleVox .inner{
	width: 90%;
	height: 345px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
	.facilitiesservice {
		padding-top: 155px;
		text-align: center;
    }
	.facilities,
	.service{
		width: 100%;
	}
	.facilities .inner,
	.service .inner{
		width: 100%;
		margin: 0 auto;
	}
	.facilities .inner ul{
		width: 90%;
		display: flex;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.facilities .inner ul li{
		width: 48%;
		position: relative;
		margin-bottom: 60px;
	}
	.facilities .inner ul li img{
		width: 100%;
	}
	.facilities .inner h3{
		color: #fff;
		top: 0;
		right: 0;
		display: block;
		font-size: 24px;
		font-weight: bold;
		padding: 5px 10px;
		position: absolute;
		background: #B94047;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
	.service .inner .bnr {
		width: 100%;
		height: 400px;
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/facilities_img07.jpg) no-repeat top center;
		background-size: cover;
		position: relative;
	}
	.service .inner .bnr .inner{
		width: 90%;
		height: 400px;
		margin: 0 auto;
		position: relative;
	}
	.service .inner .bnr .inner span {
		top: 50%;
		left: 50%;
		width: 100%;
		z-index: 9990;
		color: #fff;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		position: absolute;
		text-shadow: 0 3px 8px #000;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
	.service .inner table{
		width: 100%;
		max-width: 1100px;
		text-align: left;
		margin: 40px auto 0;
	}
	.service .inner table th{
		width: 30%;
		padding-right: 20px;
		border-right: 1px solid #ccc;
	}
	.service .inner table td{
		width: 70%;
		padding-left: 40px;
		padding-bottom: 10px;
	}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 250px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	margin-top: -80px;
}
#pageTitleVox .inner{
	width: 90%;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
	.facilitiesservice {
		margin-top: 0;
		text-align: center;
    }
	.facilities,
	.service{
		width: 100%;
	}
	.facilities .inner,
	.service .inner{
		width: 100%;
		margin: 0 auto;
	}
	.facilities .inner ul{
		width: 90%;
		margin: 0 auto;
	}
	.facilities .inner ul li{
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.facilities .inner h3{
		color: #fff;
		top: 0;
		right: 0;
		display: block;
		font-size: 20px;
		font-weight: bold;
		padding: 5px 10px;
		position: absolute;
		background: #B94047;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
	.service .inner .bnr {
		width: 100%;
		height: 250px;
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/facilities_img07.jpg) no-repeat top center;
		background-size: cover;
		/* background-position: left; */
		background-position: center;
		position: relative;
	}
	.service .inner .bnr .inner{
		width: 90%;
		height: 400px;
		margin: 0 auto;
		position: relative;
	}
	.service .inner .bnr .inner span {
		top: 30%;
		left: 50%;
		width: 100%;
		z-index: 9990;
		color: #fff;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		position: absolute;
		text-shadow: 0 3px 8px #000;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
	.service .inner table{
		width: 90%;
		text-align: left;
		margin: 40px auto 0;
	}
	.service .inner table th{
		width: 40%;
		padding-right: 5%;
		border-right: 1px solid #ccc;
	}
	.service .inner table td{
		width: 60%;
		padding-left: 5%;
	}
}