#map{
	width: 100%;
	height: 100%;
}
.on-the-map{
	width: 264px;
	padding: 8px 0px 0 0;
	box-sizing: border-box;
	font-size: 14px;
}
.on-the-map img{
	width: 100%;
}
.on-the-map figure{
	margin-top: 8px;
}
.on-the-map h3{
	font-weight: normal;
	color: #ff6600;
	font-size: 22px;
	line-height: 1.4;
}
.on-the-map a{
	margin-top: 12px;
	display: block;
	text-align: center;
	border: 1px solid #ff6600;
	color: #ff6600;
	text-decoration: none;
	line-height: 1;
	padding: 8px 0;
	border-radius: 8px;
}
@media screen and (max-width: 640px) {
	.on-the-map{
		width: 100%;
		font-size: 12px;
	}
	.on-the-map h3{
		font-size: 16px;
	}
}