@charset "utf-8";


.gmap {
	margin-top: 30px;
	height: 450px;
}
.gmap-info-window {
	position: relative;
	width: 250px;
	height: 150px;
	padding: 5px;
	border: 2px solid #EC492C;
	background-color: #fff;
}
.gmap-info-window:before {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 20px;
	height: 10px;
	transform: translate(-50%, 0);
	background: url(https://82mou.github.io/infobox/img/gmap-info-window-frame-point.png) no-repeat 0 0;
	content: '';
}
.gmap-info-window-inner {
	overflow: scroll;
	height: 130px;
}
.gmap-info-window-title {
	color: #EC492C;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.gmap-info-window-address {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}
.gmap-info-window-tel {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 13px;
}
