@charset "utf-8";
main{
	padding-bottom: 120px;
}
.mvArea{
	width: 100%;
	height: 240px;
	background-color: #0a0a2d;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mvArea img{
	max-width: 92px;
}
.map{
	max-width: 800px;
	margin: 0 auto 60px;
	color: #fff;
	border: 2px solid #787850;
}
.map02{
	max-width: 800px;
	margin: auto;
	color: #fff;
	border: 2px solid #787850;
}
.map_ttl{
	font-size: 16px;
	text-align: center;
	background: #787850;
  padding-bottom: 3px;
}
.address{
	background: #fff;
	padding: 0 5% 20px;
}
.addressWrap{
	background: #787850;
	max-width: 800px;
	margin: auto;
	padding: 15px 100px 20px;
}
.address_ttl{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}
.address_txt{
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}
.address_bgWhite{
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	color: #787850;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.address_bgWhite_txt{
	display: inline-block;
	background: #787850;
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	margin-right: 20px;
}
.address_bgWhite_txt02{
	font-size: 20px;
}
.address_parking{
	background: url("../../img/map/ico_parking.png") no-repeat top 3px left / 30px auto;
	padding-left: 45px;
	width: 70%;
	margin: auto;
}
.address_parking_txt{
	font-size: 12px;
	color: #fff;
}
.address_caption{
	color: #000;
	font-size: 10px;
	max-width: 1000px;
	margin: auto;
}
@media screen and (max-width:750px) {
	main{
		padding-bottom: 0;
	}
	.mvArea{
		height: 130px;
	}
	.mvArea img {
		max-width: 16%;
	}
	.map{
		width: 94%;
		margin-bottom: 40px;
	}
	.map02{
		width: 94%;
	}
	.map_ttl{
		font-size: 15px;
	}
	.addressWrap{
		padding: 15px 5% 20px;
	}
	.address_ttl{
		font-size: 18px;
	}
	.address_bgWhite{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.address_bgWhite_txt{
		font-size: 14px;
		margin: 0 auto 5px;
	}
	.address_bgWhite_txt02{
		font-size: 16px;
	}
	.address_parking{
		width: 100%;
		padding-left: 40px;
	}
}