@charset "utf-8";


.l-mv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	margin-top: 60px;
	position: relative;
}

.l-mv img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.l-mv figure {
	position: relative;
	z-index: 1;
}

.l-mv figure figcaption {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.1rem;
	color: #fff;
	z-index: 2;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

.l-mv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(../../img/location/l-kv.jpg);
	background-size: cover;
	background-position: center bottom;
	padding: 10% 20px;
	margin-top: 65px;
	position: relative;
}


.l-mv-copy__en {
	font-size: 7rem;
	display: block;
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	margin-bottom: 5px;
}

.l-mv-copy__jp {
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	padding: 5px;
	width: 170px;
	display: inline-block;
	text-align: center;
}

/*.l-mv:after {
	content: "";
	position: absolute;
	bottom: 250px;
	left: 50%;
	right: auto;
	height: 80px;
	width: 2px;
	background: #3d77e0;
	z-index: 2;
}*/



.l-mv-copy__en {
	font-size: 7rem;
	display: block;
	margin-bottom: 5px;
}

.l-mv-copy__jp {
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	padding: 5px;
	width: 170px;
	display: inline-block;
	text-align: center;
}


.u-inner{
	max-width: 1180px;
    margin: 40px auto;
    padding: 40px 0px;
}

.location_box{
	padding: 0 40px;
}