@charset "utf-8";
/* ページ上の横長画像 */
#pageHeader {
	background-image: url("../img/ph_outline.png");
}
.subsection h3 {
	margin-bottom: 10px;
}
section#introduction div {
	margin-top: 10px;
}
section#introduction p {
	width: 540px;
	margin: 5px 30px 0px;
	display: inline-block;
	vertical-align: top;
}
section#introduction img {
	width: 290px;
	height: 210px;
	display: inline-block;
	border-radius: 10px;
}
.facility {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.facility img {
/*	width: 219px;
	height: 156px;*/
/*	width: 284px;
	height: 202px;*/
	width: 290px;
	height: 210px;
	display: inline-block;
	border-radius: 10px;
}
div.facility_name {
	width: 540px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
}
#containerMain #chapter div.facility_name h4 {
	font-size: 22px;
	line-height: 35px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#containerMain #chapter div.facility_name p {
	line-height: 35px;
}
#containerMain #chapter div.facility_name p.capacity {
	font-size: 18px;
	color: rgb(38,134,125);
	color: #0068b7;
	color: #e5004f;
}

#containerMain p.sentence {
	width: 100%;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 22px;
}
#containerMain #chapter ul {
	margin: 0px auto;
	margin: 5px 0px 10px 20px;
}
#containerMain #chapter ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 22px;
	font-size: 14px;
}
ol {
	/*list-style-type: decimal;*/
	margin: 5px;
}
ol li {
	line-height: 24px;
	list-style-position: inside;
}
#containerMain p.caption {
	font-size: 18px;
}
#room_charge {
	width: 90%;
	margin: 20px auto;
}
#room_charge table {
	width: 400px;
	float: left;
	margin: 0px;
}
#room_charge table thead th {
	background-color: rgb(209, 243, 240);
}
#room_charge table th br.sp {
	display: none;
}
#room_charge table th {
	line-height: 22px;
}
#room_charge table th.period {
	text-align: center;
}
#room_charge table td {
	text-align: right;
}


#goods_charge {
	width: 90%;
	margin: 20px auto;
}
#goods_charge table {
	width: 300px;
	float: left;
	margin: 0px;
}
#goods_charge th.goods_name {
	width: 190px;
}
#goods_charge th {
	line-height: 22px;
}
#goods_charge td {
	text-align: right;
	line-height: 22px;
}
@media screen and (max-width:990px) {

	#pageHeader {
		margin-top: 0px;
	}
	section#introduction p {
		width: 98%;
		margin: 5px auto 0px;
/*		display: inline-block;
		vertical-align: top;*/
	}
	.facility {
		width: 97%;
		padding: 2%
	}
	#containerMain p.caption {
		font-size: 15px;
	}
	div.facility_name {
		width: 98%;
		margin-left: 1%;
/*		display: inline-block;
		vertical-align: top;*/
	}
	#containerMain #chapter div.facility_name p {
		line-height: 24px;
	}
	#room_charge table {
		width: 100%;
	}
	#room_charge table th br.sp {
		display: block;
	}
	#goods_charge table {
		width: 100%;
	}
	#goods_charge th.goods_name {
		width: 150px;
	}
}