@charset "utf-8";
.mvArea{
	width: 100%;
	height: 240px;
	background: url("../../img/map/mv.jpg") top center / cover;
	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: 375px;
}
.map{
	background: #fff;
	color: #000;
	padding: 120px 5% 200px;
}
.map_image{
	max-width: 800px;
	margin: auto;
}
.gmap{ width:100%; max-width: 500px; margin:30px auto 0;}
.address{
	background: #fff;
	padding: 0 5% 20px;
}
.addressWrap{
	background: #301454;
	max-width: 800px;
	margin: 30px auto 0px;
	padding: 15px 100px 20px;
}
.address_ttl{
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}
.address_bgWhite{
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	color: #301454;
	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: #301454;
	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;
}
.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:1024px) {
	.map{
		background: #fff;
		color: #000;
		padding: 120px 5%;
	}
}
@media screen and (max-width:750px) {
	.mvArea{
		height: 200px;
	}
	.map{
		padding: 60px 5%;
	}
	.addressWrap{
		padding: 15px 5% 20px;
		margin-bottom: 60px;
	}
	.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{
		padding-left: 40px;
	}
}