.map-tabBox {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 50px auto;
  position: relative;
}
.map-tabBox > span.map-tab {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 0.7em 1em 0.5em;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #e9f0f6;
  color: #535353;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}
.map-tabBox > span.map-tab:hover {
  opacity: 0.8;
}
.map-tabBox > span.map-tab[data-map-selected="1"] {
  background-color: #fff;
  border-color: #14ace4 #f0f0f0 #fff;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-radius: 5px;
  color: #333333;
}
.map-tabBox > span.map-tab[data-map-selected="1"] + div.map-cont {
  display: block;
}
.map-tabBox > span.map-tab input {
  display: none;
}
.map-tabBox > div.map-cont {
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: none;
  width: 100%;
  height: 400px;
  position: relative;
}
.map-tabBox > div.map-cont iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

iframe {
  width: 550px;
  height: 550px;
}

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