
.map-not-scroll:before {
	z-index: 3;
	background-color: #000;
	content: "";
	display: block;
	text-align: center;
	height: calc(100% - 7px);
	width: 100%;
	position: absolute;
	opacity: 0.2;
	color: #fff;
	display: block;
}
.map-not-scroll {
	position: relative;
}
.map-not-scroll:after {
	content: "クリックしてください";
	color: #fff;
	font-size: 200%;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 4;
}