@charset "UTF-8";
.face {
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 220px;
	background-image: url(../images/bg_about.jpg);
	}
.box700 dl {
	width: 55%;
	float: left;
	margin-bottom: 50px;
}
.about img {
	float: right;
	width: 38%;
	clear: both;
	margin-bottom: 50px;
}
.headline span {
	font: bold 87.5% "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background-color: #00642B;
	color: #FFF;
	margin-top: 0px;
	border-radius: 5%;
	margin-right: 15px;
	padding: 5px 10px 2px 20px;
	letter-spacing: 0.5em;
}
.map {
	position: relative;
	clear: both;
}
.map address {
	border-radius: 5px;
	position: absolute;
	bottom: 15px;
	left: 10px;
	background-color: rgba(0,100,43,0.7);
	min-width: 200px;
	min-height: 300px;
	padding: 22px 10px;
}
.map address:before {
	background: url(../images/nami_white.svg) repeat-x;
	content: ' ';
	width: 90%;
	min-height: 5px;
	margin: 0 5%;
	position: absolute;
	left: 0%;
	top: 10px;
}
.map address:after {
	background: url(../images/nami_white.svg) repeat-x;
	content: ' ';
	width: 90%;
	min-height: 5px;
	margin: 0 5%;
	position: absolute;
	left: 0%;
	bottom: 10px;
}
.map address li {
	line-height: 1.8em;
	font-size: 87.5%;
	color: #fff;
	padding-left: 5px;
}
.map address span {
	font-weight: bold;
	font-size: 125%;
	display: block;
	text-align: center;
	padding: 3px 0;
	margin: 10px 0 10px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
figure img {
	display: block;
	border-radius: 50%;
	width: 150px;
	margin: 5px auto;
	border: 1px solid #FFFFFF;
}




/* ----------------------スマホ対応設定_800px---------------------- */
@media screen and (max-width: 800px) {
.box700 {
	width: 85%;
	margin: 0 auto;
}
.box700 dl {
	width: 100%;
	margin: 10px auto 20px;
}
.about img {
	width: 100%;
	margin: 0 auto;
}
map {
	position: static;
}
.map address {
	position: relative;
	top: 15px;
	left: 0px;
	bottom: 10px;
	margin: 0 auto;
}
}
