.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  outline: 1px solid transparent;
  background-color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 0.5em;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -150px;
  white-space: pre-line;
}

.tooltip_time .tooltiptext_time {
  visibility: visible;
  width: 300px;
  outline: 1px solid transparent;
  background-color: transparent;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 0.5em;
  position: absolute;
  bottom: 100%;
  left: -40px;
  top: 70px;
  margin-left: -150px;

  font-size: 40px;
}

.kids_spot .tooltiptext {
  color: #ad910f;
}

.entertainment_spot .tooltiptext {
  color: #3d0e81;
}

.restaurant_spot .tooltiptext {
  color: rgb(255, 94, 0);
}

.information_spot .tooltiptext {
  color: #5b5c5d;
}
.water_spot .tooltiptext {
  color: #0ea3bf;
}

.sport_spot .tooltiptext {
  color: #69ae0a;
}

.tourism_spot .tooltiptext {
  color: #0c643c;
}
.culture_spot .tooltiptext {
  color: #3568af;
}
.health_spot .tooltiptext {
  color: #760017;
}
.shop_spot .tooltiptext {
  color: #ff4533;
}

.post_spot .tooltiptext {
  color: #8e303b;
}
.beauty_spot .tooltiptext {
  color: #891560;
}

.client_spot .tooltiptext,
.photo_spot .tooltiptext {
  color: #2b3d92;
}


.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.tooltip:hover .tooltiptext,
.tooltip:active .tooltiptext {
  visibility: visible;
}

.tooltip_time:hover .tooltiptext_time,
.tooltip_time:active .tooltiptext_time {
  visibility: visible;
}
.hotspot-number {
  font-size: 160%;
  color: white;
  text-align: center;
  padding: 10%;
}

.directions_spot .tooltiptext {
  color: #fff;
  visibility: visible;
  background-color: #000;
  bottom: 100%;
  padding: 0.5em;
  white-space: pre;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.5em;
  border: 1px solid #fff;
  border-radius: 15px;
}

.directions_spot .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.black_spot .tooltiptext{
  color: white;
  background-color: #000;
}

.black_spot .tooltiptext::after {
  border-color: black transparent transparent transparent;
}
