@charset "utf-8";

h3 {
  color: #ff2a48;
}
.f_small {
  line-height: 1.8;
}
#gmap {
  width: 90vw;
  height: 60vw;
  margin: 15px auto 33px;
  color: #222;
  text-shadow: none;
}
.img01 {
  padding: 0 0 360px;
  background: url(../img/img01.png) 50% 95% no-repeat;
}
.img02 img {
  display: block;
  width: 100%;
  max-width: 472px;
  margin: 0 auto 24px;
}
figure.menu {
  margin: 0 0 24px 100px;
}
main a, main a:visited {
  display: inline-block;
  outline: none;
  color: #f80;
  text-decoration: underline;
  line-height: 1;
  text-shadow: none;
  border-bottom: none;
  word-break: break-all;
  line-height: 1.3;
}

@media screen and (min-width:671px) {
  .img01 {
    padding: 0 365px 0 0;
    background: url(../img/img01.png) 97.7% 60% no-repeat;
  }
  #gmap {
    width: 720px;
    height: 480px;
  }
  figure.menu {
    width: 450px;
    margin: 0 0 24px 260px;
    text-align: left;
  }
}