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

.main {
	background: url(../images/facility/back01.jpg) center;
	background-size: cover;
}

#content01 {
	background: url( ../images/common/back01.jpg) no-repeat top center;
	text-align: center;
	position: relative;
	padding: 100px 10px 80px;
}

#content01 #h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: -80px;
}

#content01 #h1 img {
	width: 200px;
}

#content01 h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content01 p {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}

#content01 ul.box01 {
	list-style: none;
	width: 95%;
	margin: 40px auto 0;
}

#content01 ul.box01 li {
	margin: 8px;
}

#content01 ul.box01 li:first-child {
	margin: -34px auto 10px 0;
}

#content01 ul.box01 li:last-child {
	margin-right: 0;
}

#content01 ul.box02 {
	list-style: none;
	width: 95%;
	margin: 0px auto 0;
	position: relative;
}

#content01 ul.box02 li {
	margin: 8px;
}

#content01 ul.box02 li:first-child {
	margin-left: 0;
}

#content01 ul.box02 .img01 {
	position: absolute;
	right: 0;
	bottom: 8px;
}

#content01 .profile {
	width: 95%;
	padding: 20px 0;
	margin: 40px auto 0;
	border-top: #111 solid 1px;
	border-bottom: #111 solid 1px;
}

#content01 .profile .left {
	margin: 20px auto;
	width: 95%;
}

#content01 .profile .right {
	margin: 20px auto;
	width: 95%;
}

#content01 .profile .right h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#content01 .profile .right ul {
	margin: 30px 0 0;
}

#content01 .profile .right ul li {
	font-size: 16px;
	margin: 5px 0;
	text-align: left;
}

#content02 {
	padding: 60px 10px;
	background: url(../images/common/back05.png);
	text-align: center;
}

#content02 h2 {
	font-size: 40px;
	font-weight: bold;
}

#content02 .photo_box {
	margin: 20px auto 40px;

	text-align: center;
}

#content02 .photo_box img {
	max-width: 90%;
}

#content02 .photo_box h3 {
	font-size: 18px;
	margin-bottom: 20px;
	
}

#content02 .photo_box #photo03 {
}

#content02 .photo_box #photo05 {

}

#content03 {
	padding: 60px 10px;
	background: url(../images/common/back02.jpg);
	text-align: center;
}

#content03 h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 40px;
}

#content03 p {
	font-size: 16px;
	line-height: 180%;
	margin: 20px 0;
	text-align: left;
}

#content03 p br {
	display: none !important;
}

#content03 .photo {
	width: 40%;
	margin: 0 10px;
	display: inline-block;
}

#content03 .box02 .text {
	width: 284px;
	margin: 0 auto 10px auto;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content03 .goshuin_photo {
	margin-top: 40px;
	margin-bottom: 40px;
}

#content03 .goshuin_text {
	margin-top: 40px;
	margin-bottom: 40px;
	vertical-align: middle;
}
#content03 .goshuin_text h3 {
	font-size: 36px;
	font-weight: bold;
}

