@charset "utf-8";
/* CSS Document */
.gmap_wrap {
	margin: 60px 0 80px 0;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.gmap_wrap:before, .gmap_wrap:after {
	content: "";
	display: block;
	position: absolute;
}
.gmap_wrap_map {
	width: 530px;
	margin-right: 30px;
}
.gmap_wrap_map #map_canvas {
	width: 100%;
	height: 100%;
}
.gmap_wrap_list {
	width: 530px;
}
.gmap_wrap_list section {
	margin-top: 20px;
}
.gmap_wrap_list section:first-child {
	margin-top: 0;
}
.gmap_wrap .gmap_wrap_list .subtitle01 {
	position: relative;
	font-family: 'NotoSerif-Regular';
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	padding: 0 0 5px 30px;
	margin-bottom: 7px;
	border-bottom: solid 1px #ccc;
}
.gmap_wrap_list .subtitle01 span {
	position: absolute;
	top: 5px;
	right: 0;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666666;
}
.gmap_wrap_list h4:before {
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	vertical-align: top;
	position: absolute;
	top: -1%;
	left: 0;
}
.gmap_wrap_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	line-height: 0;
}
.gmap_wrap_list ul li {
	width: 50%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 15px;
	margin: 3px 0 0 0;
}
.gmap_wrap_list ul li a {
	display: block;
	padding: 0 0 0 15px;
	color: #333333;
	position: relative;
}
.gmap_wrap_list ul li a:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #CCC;
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
}
.gmap_wrap_list .medical h4:before {
	background: url(../images/location/icon_hos.png)no-repeat center center;
	background-size: 100%;
}
.gmap_wrap_list .medical ul li a:hover {
	color: #64a0ce;
}
.gmap_wrap_list .medical ul li a:hover:before {
	background: #64a0ce;
}
.gmap_wrap_list .store h4:before {
	background: url(../images/location/icon_shop.png) no-repeat center center;
	background-size: 100%;
}
.gmap_wrap_list .store ul li a:hover {
	color: #db5920;
}
.gmap_wrap_list .store ul li a:hover:before {
	background: #db5920;
}
.gmap_wrap_list .education h4:before {
	background: url(../images/location/icon_edu.png) no-repeat center center;
	background-size: 100%;
}
.gmap_wrap_list .education ul li a:hover {
	color: #db2055;
}
.gmap_wrap_list .education ul li a:hover:before {
	background: #db2055;
}
.gmap_wrap_list .public h4:before {
	background: url(../images/location/icon_pub.png) no-repeat center center;
	background-size: 100%;
}
.gmap_wrap .gmap_wrap_list .public ul li a:hover {
	color: #5c3c89;
}
.gmap_wrap .gmap_wrap_list .public ul li a:hover:before {
	background: #5c3c89;
}
.gmap_wrap .gmap_wrap_list .park h4:before {
	background: url(../images/location/icon_park.png) no-repeat center center;
	background-size: 100%;
}
.gmap_wrap .gmap_wrap_list .park ul li a:hover {
	color: #347429;
}
.gmap_wrap .gmap_wrap_list .park ul li a:hover:before {
	background: #347429;
}
.gmap_wrap .gmap_wrap_list .bank h4:before {
	background: url(../images/location/icon_bank.png) no-repeat center center;
	background-size: 100%;
}
.gmap_wrap .gmap_wrap_list .bank ul li a:hover {
	color: #957d2c;
}
.gmap_wrap .gmap_wrap_list .bank ul li a:hover:before {
	background: #957d2c;
}
.gm-style-iw > div > div {
	overflow: hidden !important;
}
.infoWindowSection {
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	text-align: center;
}
.infoWindowSection p {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	position: relative;
}
.infoWindowSection p:before {
	content: "";
	width: 21px;
	height: 21px;
	background: url(../images/location/logo.jpg) no-repeat center center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 5px;
}
.infoWindowSection.medical p {
	color: #4896d2;
}
.infoWindowSection.medical p:before {
	background: url(../images/location/icon_hos.png) no-repeat center center;
	background-size: 100%;
}
.infoWindowSection.store p {
	color: #db5920;
}
.infoWindowSection.store p:before {
	background: url(../images/location/icon_shop.png) no-repeat center center;
	background-size: 100%;
}
.infoWindowSection.education p {
	color: #db2055;
}
.infoWindowSection.education p:before {
	background: url(../images/location/icon_edu.png) no-repeat center center;
	background-size: 100%;
}
.infoWindowSection.public p {
	color: #5c3c89;
}
.infoWindowSection.public p:before {
	background: url(../images/location/icon_pub.png) no-repeat center center;
	background-size: 100%;
}
.infoWindowSection.park p {
	color: #347429;
}
.infoWindowSection.park p:before {
	background: url(../images/location/icon_park.png) no-repeat center center;
	background-size: 100%;
}
.infoWindowSection.bank p {
	color: #957d2c;
}
.infoWindowSection.bank p:before {
	background: url(../images/location/icon_bank.png) no-repeat center center;
	background-size: 100%;
}
.infoWindowSection.genchi p:before {
	background: url(../images/location/logo.jpg) no-repeat center center;
	background-size: 100%;
}

@media only screen and (max-width: 1300px) {
.gmap_wrap_map {
	width: 48%;
	margin-right: 2%;
}
.gmap_wrap_list {
	width: 50%;
}
}

@media only screen and (max-width: 1000px) {
.gmap_wrap {
	display: block;
}
.gmap_wrap_map {
	width: 100%;
	height: 500px;
	margin-right: 0;
	margin-bottom: 5%;
}
.gmap_wrap_list {
	width: 100%;
}
}

@media only screen and (max-width: 850px) {
.gmap_wrap_list {
	display: none;
}
}

@media only screen and (max-width: 750px) {
.infoWindowSection figure:before {
	display: none;
}
}

@media print {
.gmap_wrap {
	display: block;
}
.gmap_wrap_map {
	height: 300px;
}
.gmap_wrap_map, .gmap_wrap_list {
	width: 100%!important;
}
.gmap_wrap_map {
	margin-bottom: 30px;
}
}
