@charset "utf-8";

.l-access_info .image {
	width: 46px;
	margin: 30px auto 30px;
}

.l-access_info .u-text {
	color: var(--black);
	font-size: 18rem;
	line-height: 1.5;
}

.l-map {
	margin-top: -60px;
}

.l-map .map {
	margin: 0 0 30px;
	padding: 760px 0 0;
	border-radius: 0 0 30px 30px;
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
}

.l-map .map > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}
