.map {
  padding: 10px;
}

.map-title {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.map-select {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.map-select span {
  flex-shrink: 0;
  width: 72px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.map-select form {
  flex-grow: 1;
  background: #fff;
}
.map-select form select {
  width: 100%;
  height: 30px;
  line-height: 28px;
}

.map-content {
  padding: 10px 0;
}

.map-img {
  position: relative;
}
.map-img img {
  width: 100%;
}
.map-info {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .map {
    width: 62.4vw;
    margin: 0 auto;
    padding: 1vw 0 2vw;
  }

  .map-select form {
    flex-grow: 0;
    width: 240px;
  }
}
