img[usemap] {
    max-width: 100%;
    height: auto;
}

#yokoku .imgarea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#yokoku .imgarea .img {
  max-width: 600px;
  position: relative;
}
#yokoku .imgarea .img img {
  width: 100%;
}
#yokoku .imgarea .mail {
  position: absolute;
  left: 17%;
  bottom: 7.3%;
}
#yokoku .imgarea .mail a {
  color: #0099ff;
  font-size: 1.1em;
  font-weight: bold;
}
#yokoku .imgarea .link {
  position: absolute;
  right: 8%;
  bottom: 4.5%;
}
#yokoku .imgarea .link a {
  color: #006699;
}

@media (max-width: 768px) {
  #yokoku .imgarea .mail {
    bottom: 6.3%;
  }
  #yokoku .imgarea .mail a {
    font-size: 8px;
  }
  #yokoku .imgarea .link a {
    font-size: 8px;
  }
}/*# sourceMappingURL=style_yokoku.css.map */