@charset "UTF-8";

/* ＝＝＝＝ 地図 ＝＝＝＝＝ */

.gmap {
	width:100%;
	height:500px;
	margin:0px 0px 0px 0px;
}
.gmap-info-window {
	position: relative;
	width: 380px;
	padding: 20px 25px;
	border: 2px solid #000000;
	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(../image/gmap-info-window-frame-point.png) no-repeat 0 0;
	content: '';
}
.gmap-info-window-title {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.gmap-info-window-address {
	margin-top: 10px;
	font-size: 14px;
}
.gmap-info-window-tel {
	margin-top: 5px;
	font-size: 14px;
}