@charset "utf-8";
.map iframe{
	width: 100%;
	height: 400px;
}
@media screen and (max-width: 768px) {
	.map iframe{
		height: 90vw;
		max-height: 400px;
	}
}
.btn-googlemap a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width:480px;
	padding: 1em;
	margin: 2em auto;
	background: #1E1E1E;
	border-radius: 100px;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	transition: .3s
}
.btn-googlemap a:hover{
	opacity: .8
}
@media screen and (max-width: 768px) {
	.btn-googlemap a{
		width: 90%;
		font-size: 1.4em;
	}
	.btn-googlemap a:hover{
		opacity:1
	}
}
.btn-googlemap a img{
	width: auto;
	height: 1.4em;
	margin-right: 0.6em;
}