.map-container {
  position: relative;
  height: calc(100vh - 136px);
  height: calc(var(--vh, 1vh) * 100 - 136px); }
  .map-container #map-canvas {
    height: 100%; }
    .map-container #map-canvas .gmnoprint.gm-style-mtc > div:nth-child(2) > div > span {
      vertical-align: 12% !important;
      padding-right: 5px; }
    .map-container #map-canvas .gmnoprint.gm-style-mtc > div:nth-child(2) > div label {
      margin-bottom: 0; }
  .map-container .japan-button {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    padding: 8px;
    width: 43px;
    height: 43px;
    cursor: pointer; }
    .map-container .japan-button img {
      width: 100%;
      height: 100%; }
  .map-container .legend {
    position: absolute;
    left: 10px;
    top: auto;
    bottom: 30px;
    font-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    width: 200px;
    height: 43px; }
    .map-container .legend .heading {
      text-align: center;
      font-weight: bold;
      margin: .25rem 0 .15rem; }
    .map-container .legend .gauge-block {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center; }
      .map-container .legend .gauge-block .gauge {
        background: -webkit-gradient(linear, left top, right top, from(#fffc88), to(#ff0000));
        background: linear-gradient(90deg, #fffc88, #ff0000);
        margin: 0 .5rem .5rem;
        width: 120px;
        height: 15px; }
  .map-container .ad-block {
    position: absolute;
    right: 10px;
    bottom: 25px; }
  @media (min-width: 320px) {
    .map-container .japan-button {
      left: 267px;
      right: auto; } }
  @media (min-width: 768px) {
    .map-container .map-container {
      height: calc(100vh - 51px - 84px);
      height: calc(var(--vh, 1vh) * 100 - 51px - 84px); } }
  @media (min-width: 846px) {
    .map-container .legend {
      left: 50%;
      top: 10px;
      bottom: auto;
      margin-left: -100px; } }

.marker-cluster {
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 1;
  background-color: rgba(255, 255, 204, 0.9);
  border: 1px solid #f00;
  padding: 5px 8px; }
  .marker-cluster .city-cluster {
    border-color: #333; }

/*# sourceMappingURL=map.css.map */
