.main .note::before, .main .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .note::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .note::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main {
  padding: 2.7rem 0 1.4rem;
  background: linear-gradient(#ede1d3, #c29b6a);
}
@media screen and (max-width: 750px) {
  .main {
    padding: 1.8rem 0 1.4rem;
  }
}
.main .wrap {
  width: auto;
}
.main .ttl {
  color: #32220d;
  line-height: 1;
  text-align: center;
}
.main .ttl .en {
  display: block;
  font-size: 0.68rem;
  font-weight: 300;
}
.main .ttl .ja {
  display: block;
  margin: 0.18rem 0 0;
  font-size: 0.4rem;
  font-weight: 500;
}
.main .image {
  width: 13rem;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .image {
    width: auto;
    margin: 0.48rem 0 0;
  }
}
.main .note {
  max-width: 13rem;
  margin: 0 auto;
  padding: 0.2rem 0 0;
  color: #fff;
  font-size: 0.14rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 750px) {
  .main .note {
    font-size: 0.2rem;
    line-height: 2;
  }
}
.main .gmaps {
  display: block;
  box-sizing: border-box;
  width: 4rem;
  margin: 1.2rem auto 0;
  padding: 0 0 0 1.5rem;
  background: url(../img/map/ico-map.png) 0.5rem 0.2rem/0.47rem auto no-repeat;
  border-radius: 0.47rem;
  color: #fff;
  font-size: 0.23rem;
  line-height: 0.94rem;
  box-shadow: inset 0 0 0 0.03rem currentColor;
}/*# sourceMappingURL=map.css.map */