@charset "utf-8";

.yolp-infowindow,
.yolp-tlchp,
.yolp-ctrl {
	font-family: none;
}

.yolp-infowindow .infowindow-content {
	font-size: 13px;
}

.lower article .map-canvas p.yolp-tlchp {
	margin: 0;
	padding: 5px;
	line-height: 1;
	font-size: 13px;
}

ul.yolp-ctrl > li {
	height: 20px !important;
}

.yolp-tlchp.tip-red {
	background-color: #f00;
	color: #fff;
}

.yolp-infowindow .infowindow-content a,
.yolp-tlchp a {
	color: #00d;
	text-decoration: underline;
}

.yolp-tlchp.tip-red a {
	color: #fff;
	text-decoration: underline;
}

.yolp-tlchp.tip-red a:hover,
.yolp-infowindow .infowindow-content a:hover,
.yolp-tlchp a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 1100px) {
	#gmap-listmenu {
		display: none;
	}

	#reijyo #gmap-listmenu {
		display: block;
	}
}
@media only screen and (max-width: 1099px) {
	#gmap-listmenu {
		display: block;
		width: 100%;
		margin-left: 0;
		border-bottom: none;
		border-right: none;
	}
	#gmap-listmenu ul {
		border-left: none;
	}
	#gmap-listmenu ul li {
		display: inline-block;
		vertical-align: middle;
		width: 33%;
		white-space: nowrap;
		overflow: hidden;
		margin-left: 0;
	    border-right: 1px solid #ccc;
	}
	#gmap-listmenu ul li:last-child {
	    border-bottom: 1px solid #ccc;
	}
	#gmap-listmenu a {
		font-size: 13px !important;
		font-size: .9rem !important;
		padding: .5em !important;
	}
}
@media only screen and (max-width: 799px) {
	#gmap-listmenu ul li {
		width: 50%;
	}
}

#gmap-toudou, #gmap-saitou, #gmap-yokawa, #gmap-shuin, #gmap-keidai {
	height: 500px;
}
@media only screen and (max-width: 1099px) {
	#gmap-toudou, #gmap-saitou, #gmap-yokawa, #gmap-shuin, #gmap-keidai {
		height: 400px;
	}
}
@media only screen and (max-width: 799px) {
	#gmap-toudou, #gmap-saitou, #gmap-yokawa, #gmap-shuin, #gmap-keidai {
		height: 320px;
	}
}

