body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

#static-map-image {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 'cover';
}

#map {
  width: 100vw;
  height: 100vh;
}

#embed-place-card-content {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: white;
  padding: 8px;
  border-radius: 8px;
  max-width: 300px;
}

#embed-place-card-content #route-button:hover {
  background: rgb(243 244 246) !important;
}