.main .sec--01 .btn--gmaps a {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

@media screen and (hover: hover) and (pointer: fine) {
  .main .sec--01 .btn--gmaps a {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .main .sec--01 .btn--gmaps a {
      transition-property: filter;
    }
  }
  .main .sec--01 .btn--gmaps a:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .main .sec--01 .btn--gmaps a:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

.gHeader {
  position: fixed;
}

.main .wrap {
  max-width: 11.5rem;
}
.main .hero {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .hero {
    margin-top: 1.4rem;
  }
}
.main .hero .ttl {
  padding-top: 1.2rem;
  text-align: center;
  color: #657f6b;
  font-weight: 400;
  line-height: 1.3;
}
.main .hero .ttl .en {
  font-size: 0.8rem;
  display: block;
}
.main .hero .leaf {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10rem;
}
@media screen and (max-width: 750px) {
  .main .hero .leaf {
    width: 6rem;
  }
}
.main .sec--01 {
  margin-top: 0.8rem;
}
.main .sec--01 .image {
  max-width: 11rem;
  margin: 0 auto;
}
.main .sec--01 .image img {
  width: 100%;
}
.main .sec--01 .btn--gmaps a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 4rem;
  height: 0.8rem;
  margin: 0.8rem auto 0;
  padding: 0 0 0 0.5rem;
  background: #949494 url(../imgs/ico-map.png) 0.8rem 50%/0.2rem auto no-repeat;
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .btn--gmaps a {
    font-size: 0.28rem;
    height: 1rem;
    width: 4rem;
    background: #949494 url(../imgs/ico-map.png) 0.6rem 50%/0.2rem auto no-repeat;
  }
}
.main .fNote {
  position: relative;
}
.main .fNote .leaf {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .main .fNote .leaf {
    width: 3.5rem;
  }
}/*# sourceMappingURL=unique.css.map */