/* responsiveは、responsive.cssに実装 */
#map{
  position: relative;
  height: 600px;
  width: 100%;
}

.wrap-map {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.primary-map {
  width: 100%;
}

.map-content-block {
  height: 100%;
  min-height: 300px;
  padding: 10px;
  position: relative;
}
