/* media query */
.mapArea > div .mapimage {
  width: 100%;
  height: 700px;
  background: #fcfcfc;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 668px) {
  .mapArea > div .mapimage {
    height: 400px;
  }
}
.mapArea > div .mapimage img {
  width: 100%;
  max-width: 560px;
}
@media screen and (max-width: 668px) {
  .mapArea > div .mapimage img {
    max-width: 320px;
  }
}

.rootArea ul.column_normal li.image.notrimming {
  background: none;
  height: auto;
}
@media screen and (max-width: 668px) {
  .rootArea ul.column_normal li.image.notrimming {
    margin-top: 20px;
  }
}
.rootArea ul.column_normal li.image.notrimming img {
  position: inherit;
  top: auto;
  left: auto;
  transform: none;
}
