html {
  touch-action: manipulation;
}

#maparea {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 500;
  user-select: none;
  background-color: #adadad;
}

#time_disp {
  position: absolute;
  top: 54px;
  left: 0px;
  background-color: #2f2f2f;
  padding: 6px;
  border-bottom-right-radius: 7px;
  z-index: 700;
  color: white;
  padding-left: 8px;
  font-size: 1.8rem;
}

.hanrei {
  position: absolute;
  top: 143px;
  left: 10px;
  z-index: 800;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  border: 1px solid rgb(0, 0, 0);
  font-size: 1.2rem;
  color: #292929;
  text-align: center;
}

.hanrei div {
  padding: 5px;
}

.mapboxgl-ctrl-group button {
  height: 36px;
  width: 40px;
}

.kindbtn {
  font-size: 1rem;
  font-weight: bold;
  height: 36px !important;
  width: 40px !important;
}

.kindbtn_selected {
  background-color: rgb(41 197 76 / 50%);
}

.timebtn_area {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 900;
  width: calc(100% - 186px);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px 0px;
}

@media screen and (max-width: 990px) {
  #time_disp {
    font-size: 1.5rem;
  }

  .timebtn_area {
    justify-content: flex-start;
    gap: 5px 7px;
    padding-left: 5px;
  }

  .timebtn_area_btn {
    font-size: 0.9rem;
    padding: 2px;
    gap: 18px 0px;
  }
}

@media screen and (max-width: 640px) {
  .timebtn_area {
    width: calc(100% - 100px);
  }
}
