#map {
	height: 0;
	padding-bottom: 50%;
}
#map2 {
	height: 0;
	padding-bottom: 120vw;
}

#map a {
	color: inherit;
	text-decoration: none;
}
.map-wrapper,
#map {
	position: relative;
	background-color: #fff;
	text-align: left;
}
#map .marker,
#map .marker-logo {
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
	font-weight: bold;
	text-align: center;
}
#map .marker {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	cursor: pointer;
}

#map .marker-logo {
	display: block;
	width: 4rem;
	height: 8.9rem;
	background-repeat: no-repeat;
	background-image: url('../img/map_icon.svg');
	background-size: cover;
}
#map .station1a {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url('../img/station1a.svg');
	background-size: contain;
}
#map .station2a {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url('../img/station2a.svg');
	background-size: contain;
}
#map .station3a {
	display: block;
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
	background-image: url('../img/station3a.svg');
	background-size: contain;
}
#map .station4a {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url('../img/station4a.svg');
	background-size: contain;
}
#map .cycle {
	display: block;
	width: 17.2px;
	height: 10.1px;
	background-repeat: no-repeat;
	background-image: url('../img/cycle.svg');
	background-size: contain;
}

#map .marker .marker-content {
	display: none;
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: .8rem 1.5rem;
	min-width: 8rem;
	text-align: center;
	font-size: 1rem;
	font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

#map .marker .marker-content:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	margin: 0 0 -5px 0px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
}

#map .marker.map1 .marker-content {
	background-color: #f7c0cc;
	color: #fff;
}
#map .marker.map1 .marker-content:after {
	border-top: 10px solid #f7c0cc;
}
.marker.map1 { 
	background-color: #f7c0cc;
}

#map .marker.map2 .marker-content {
	background-color: #fd495c;
	color: #fff;
}
.marker.map2 { 
	background-color: #fd495c;
}
#map .marker.map2 .marker-content:after {
	border-top: 10px solid #fd495c;
}

#map .marker.map3 .marker-content {
	background-color: #ffed00;
	color: #000;
}
.marker.map3 {
	background-color: #ffed00;
}
#map .marker.map3 .marker-content:after {
	border-top: 10px solid #ffed00;
}

#map .marker.map4 .marker-content {
	background-color: #0098d8;
	color: #fff;
}
.marker.map4 {
	background-color: #0098d8;
}
#map .marker.map4 .marker-content:after {
	border-top: 10px solid #0098d8;
}

