#page_mv {
	width: 100%;
	height: 430px;
	background: url(../images/about/mv.jpg) no-repeat center center;
}
@media screen and (min-width: 1600px) {
	#page_mv {
		background-size: 100% auto;
	}
}
#about {
	max-width: 890px;
	width: 85%;
	margin: 0px auto 80px;
}
.message {
	max-width: 550px;
	width: 100%;
	margin: 0px auto 100px;
}
.message dd {
	line-height: 170%;
}
.message dt {
	text-align: center;
	line-height: 140%;
}
.message dt p {
	text-align: center;
}
.message dt strong {
	display: block;
	text-align: center;
	font-size: 120%;
	font-weight: 300;
}
.outline {
	margin-bottom: 100px;
}
.outline dl {
	width: 100%;
	display: table;
	border-top: #ddd 1px dashed;
	padding: 20px 0;
}
.outline dt,
.outline dd {
	line-height: 170%;
}
.outline dt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 200px;
}
.outline dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.access {
	padding-bottom: 50px;
}
.access .ggmap {
	position:relative;
	padding-bottom:40%;
	height:0;
	overflow:hidden;
}
.access .ggmap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.access dl {
}
.access dt {
	text-align: center;
}
.access dt img {
	display: block;
	text-align: center;
	width: 90px;
	margin: 0px auto;
}
.access dt span {
	display: block;
	text-align: center;
	font-size: 80%;
}
.access dt strong {
	display: block;
	text-align: center;
	font-size: 120%;
}
.access dd {
	text-align: center;
	line-height: 160%;
}
.area {
}
.area dt {
	font-weight: 600;
}
.area dd {
	margin-bottom: 20px;
}



@media screen and (max-width: 1024px) {
	#page_mv {
		background-size: 1024px auto;
		height: 350px;
	}
}




@media screen and (max-width: 767px) {
	#page_mv {
		background: url(../images/about/mv2.jpg) no-repeat center center;
		background-size: 800px auto;
		height: 270px;
	}
	.access .ggmap {
		padding-bottom:55%;
	}
}




@media screen and (max-width: 600px) {
	#page_mv {
		background-size: 600px auto;
		height: 200px;
	}
	.outline dl,
	.outline dt,
	.outline dd {
		display: block;
		line-height: 160%;
	}
	.outline dt {
		font-weight: 500;
		margin-bottom: 5px;
		width: 100%;
		font-size: 90%;
		letter-spacing: 1px;
		color: #666;
	}
	#about {
		margin: 0px auto 0px;
	}
}