/* ========================================================================

	about
  
======================================================================== */
h3 { background: #262626; }

section { padding-bottom: 50px; }

.about {
	margin: 0 auto 20px;
	padding: 60px 30px 50px;
	overflow: hidden;
	width: 910px;
	background: #fff;
	/* box-shadow */
	box-shadow:0px 0px 4px -1px #000000;
	-moz-box-shadow:0px 0px 4px -1px #000000;
	-webkit-box-shadow:0px 0px 4px -1px #000000;
}

.about img { float: left; }

.about p {
	float: right;
	display: block;
	text-align: left;
	line-height: 2.6;
	width: 600px;
}


/** 所在地 **/
.access {
	margin: 0 auto 20px;
	padding: 30px;
	overflow: hidden;
	color: #fff;
	width: 910px;
	background: #AD8C60;
	/* box-shadow */
	box-shadow:0px 0px 4px -1px #000000;
	-moz-box-shadow:0px 0px 4px -1px #000000;
	-webkit-box-shadow:0px 0px 4px -1px #000000;
}

.access h4 {
	margin-bottom: 16px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 169%;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

.access h5 {
	margin-bottom: 15px;
	display: block;
	text-align: left;
	height: 20px;
}

.access table {
	text-align: left;
	width: 100%;
}

.access th {
	padding: 2px 0;
	text-align: right;
	width: 11%;
}

.access iframe {
	width: 900px;
	height: 340px;
}

.info {
	margin: 0 auto 20px;
	padding: 20px;
	width: 860px;
	background: #C6A883;
}

/*----------------------------------------------------------------------------------------------------------------- SP ----*/
@media screen and (max-width: 768px) {
	
h3 {
	overflow: hidden;
	padding: 0 2%;
}

h3 img { height: 4vh; }

/** about **/
.about {
	margin: 0 auto !important;
	padding: 30px 4%;
	width: 92%;
	background: #fff;
	box-shadow: none;
}

.about img {
	float: none;
	margin-bottom: 20px;
	max-width: 100%;
}

.about p {
	float: none;
	line-height: 2;
	width: 100%;
}

/** access **/
.access {
	margin: 0 auto;
	padding: 30px 4%;
	width: 92%;
}

.access h4 { margin-bottom: 20px; }

.access th { width: 32%;  }

.access iframe {
	width: 100%;
	height: 250px;
}

.info {
	padding: 20px 5%;
	width: 90%;
}


}

