[v-cloak] {
  display: none;
}

#maparea {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 500;
  user-select: none;
  background-color: #84c6ff;
}

.control {
  background-color: #fff;
  padding: 8px;
  margin-left: 7px;
  border-radius: 6px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: fit-content;
  z-index: 500;
}

.control_mob {
  background-color: #fff;
  padding: 8px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: fit-content;
  z-index: 500;
}

.maplibregl-ctrl-top-right {
  top: 57px;
  right: 0px;
}

.maplibregl-ctrl-top-left {
  top: 90px;
  right: 0px;
}

#top_time {
  position: absolute;
  top: 56px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500;
  color: #fff;
  padding: 7px;
  font-size: 1.3rem;
  border-radius: 0px 0px 5px 0px;
  line-height: 20.2px;
}

.mapboxgl-popup-content {
  width: max-content;
}

#hanrei {
  position: absolute;
  top: 125px;
  left: 17px;
  z-index: 900;
  border-radius: 8px;
  height: 280px;
  user-select: none;
}

.exp_text {
  color: red;
  font-weight: bold;
  position: absolute;
  bottom: 48px;
  left: 8px;
  z-index: 900;
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
  border: solid 2px #000;
}

@media screen and (max-width: 990px) {
  #maparea {
    height: calc(100% - 75px);
  }

  #hanrei {
    top: 175px;
    height: 170px;
  }

  .exp_text {
    bottom: 105px;
    font-size: 0.8rem;
  }

  .control_mob {
    font-size: 0.8em;
  }

  .btn {
    font-size: 0.9em;
  }
}
