@charset "UTF-8";

#about {
	text-align: center;
}
#about h2 {
	display: inline-block;
	color: #f6ab00;
	font-weight: bold;
	position: relative;
	text-align: center;
	font-size: 22px;
	line-height: 1em;
	min-width: 42%;
	padding: 0 .5em;
	margin: 0 auto;
}
#about h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-bottom: 10px solid #f6df7f;
}
#about h3 {
	width: 100%;
	font-size: 24px;
	line-height: 1em;
	color: #f6ab00;
	text-align: center;
	margin: 0 0 10%;
}

#about .mainvisual {
	margin: 10% 0 0;
	text-align: left;
}
#about .mainvisual .pcimg {
	display: none;
}
#about .mainvisual p {
	font-size: 24px;
	line-height: 1.7em;
	width: 85%;
	margin: 4% auto 0;
}

#about .president_message {
	background: #b28247;
	color: #fff;
	position: relative;
	text-align: left;
	margin: 10% 0 15%;
	padding: 5% 0;
}
#about .president_message .inner {
	width: 92%;
	margin: 0 auto;
}
#about .president_message h3 {
	width: 100%;
	font-size: 30px;
	line-height: 1em;
	color: #b28247;
	position: absolute;
	bottom: 98.5%;
	left: 0;
	text-align: center;
	margin: 0;
}
#about .president_message h4 {
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 3%;
}
#about .president_message p {
	font-size: 12px;
	line-height: 1.75em;
}
#about .president_message p.president_name {
	text-align: right;
	margin: 5% 0 0;
}

#about .intro {
	margin: 0 auto 15%;
	width: 92%;
}
#about .intro p {
	font-size: 12px;
	line-height: 1.75em;
	text-align: left;
	margin: 0 0 5%;
}
#about .intro .catch {
	color: #f6ab00;
	font-size: 16px;
	line-height: 1.5em;
}

#about .summary {
	margin: 0 auto 15%;
	width: 92%;
}
#about .summary table,
#about .summary table tbody,
#about .summary table tr,
#about .summary table th,
#about .summary table td {
	display: block;
}
#about .summary table {
	margin: 0 0 20%;
	font-size: 14px;
	line-height: 1.75em;
	width: 100%;
}
#about .summary table th {
	color: #fff;
	background: #f6ab00;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
}
#about .summary table td {
	background: #fff;
	text-align: left;
	padding: 5px 12px;
}

#about #access {
	margin: -80px 0 0;
	padding: 80px 0 0;
}
#about .access .gmap {
	margin: 0 0 15%;
}
#about .access .accessinfo {
	width: 92%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
}
#about .access .accessinfo p {
	margin: 0 0 5%;
}



/*//モバイルファースト*/
@media screen and (min-width:750px) {
/*　画面サイズが750pxからはここを読み込む　*/

	#about {
		margin: 60px 0 0;
	}
	#about h2 {
		font-size: 30px;
		line-height: 1em;
		min-width: 200px;
	}
	#about h3 {
		font-size: 30px;
		line-height: 1em;
		margin: 0 0 50px;
	}

	#about .mainvisual {
		margin: 100px auto 0;
		width: 1000px;
		position: relative;
	}
	#about .mainvisual .pcimg {
		display: inline-block;
	}
	#about .mainvisual .spimg {
		display: none;
	}
	#about .mainvisual p {
		position: absolute;
		top: 160px;
		left: 80px;
		font-size: 32px;
		line-height: 1.7em;
		width: auto;
		margin: 0;
	}

	#about .president_message {
		width: 1000px;
		margin: 0 auto 90px;
		padding: 30px 0 40px;
	}
	#about .president_message .inner {
		width: 830px;
	}
	#about .president_message h3 {
		font-size: 48px;
		line-height: 1em;
		bottom: auto;
		top: -40px;
		left: 15px;
		text-align: left;
		width: auto;
	}
	#about .president_message h4 {
		font-size: 30px;
		line-height: 1em;
		margin: 0 0 20px;
	}
	#about .president_message p {
		font-size: 16px;
		line-height: 1.7em;
	}
	#about .president_message p.president_name {
		margin: 20px 0 0;
	}

	#about .intro {
		width: 1000px;
		margin: 0 auto 80px;
	}
	#about .fleft {
		float: left;
		width: 425px;
	}
	#about .fright {
		float: right;
		width: 500px;
	}
	#about .intro h3 {
		text-align: left;
	}
	#about .intro p {
		font-size: 16px;
		line-height: 1.7em;
		margin: 0 0 20px;
	}
	#about .intro .catch {
		font-size: 20px;
		line-height: 1.5em;
	}

	#about .summary {
		width: 1000px;
		margin: 0 auto;
	}
	#about .summary table {
		display: table;
		border-collapse: collapse;
		font-size: 16px;
		line-height: 1.7em;
		margin: 0 0 150px;
	}
	#about .summary table tbody {
		display: table-row-group;
	}
	#about .summary table tr {
		display: table-row;
	}
	#about .summary table th,
	#about .summary table td {
		display: table-cell;
	}
	#about .summary table th {
		text-align: right;
		padding: 20px 15px 15px;
		width: 230px;
		border-right: 5px solid #fff8ee;
		border-bottom: 5px solid #fff8ee;
	}
	#about .summary table td {
		width: 770px;
		padding: 20px 15px 15px;
		border-bottom: 5px solid #fff8ee;
	}

	#about #access {
		margin: -20px 0 0;
		padding: 20px 0 0;
	}
	#about .access .gmap {
		margin: 0 0 40px;
	}
	#about .access .accessinfo {
		width: 775px;
		font-size: 16px;
		line-height: 1.4em;
	}
	#about .access .accessinfo p {
		float: right;
		margin: 5px 0 0;
	}
	#about .access .accessinfo .access_img {
		float: left;
		width: 400px;
	}


}