@charset "UTF-8";
.boxMap {
	background: #94adab;
	color: #fff;
	padding: 240px 0 80px;
}

.boxMap .container {
	max-width: 834px;
}

.boxMap h2 {
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
}

.boxMap h2 .en {
	font-size: 78px;
	font-family: 'Cormorant Garamond', serif;
	line-height: 1;
	font-weight: 600;
}

.boxMap h2 .jp {
	font-size: 19px;
	font-weight: 500;
}

.boxMap .btnMap {
	font-family: 'Cormorant Garamond', serif;
	text-align: center;
	font-size: 21px;
	color: #fff;
	width: 326px;
	height: 63px;
	display: block;
	background: url(../imgs/ic-arr.svg) no-repeat top left / 100% 100%;
	position: relative;
	margin: 60px auto 0;
}

.boxMap .btnMap span {
	position: absolute;
	top: -5px;
	left: 0;
	transition: 0.3s;
}

.boxMap .btnMap:hover span {
	transform: translateX(5px);
}



@media screen and (max-width: 767px) {

	.boxMap .container {
		width: 100%;
	}

	.boxMap {
		padding: 120px 0 80px;
	}

	.boxMap h2 {
		margin-bottom: 30px;
	}

	.boxMap h2 .en {
		font-size: 8vw;
	}

	.boxMap h2 .jp {
		font-size: 4vw;
	}

	.boxMap .commonSpModalImage::before {
		top: auto;
		bottom: 10px;
	}
	
	.boxMap .btnMap {
		width: 250px;
		height: 48px;
	}

	.boxMap .btnMap span {
		font-size: 4vw;
	}

}