@charset "UTF-8";
.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

/* fade in up */
.fade-in-up {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-up {
  transform: translateY(0px);
  opacity: 1;
}

.sans {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.serif {
  font-family: YakuHanMPs, "Noto Serif JP", serif;
}

.roboto {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-style: normal;
}

.wide {
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .wide {
    letter-spacing: 0.05rem;
  }
}

.ft_m {
  font-family: manrope, noto sans jp, sans-serif;
  font-style: normal;
}

.ft_e {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main {
  overflow: hidden;
}
.main .sec--map {
  margin-top: 10rem;
}
.main .sec--map .h2_ttl {
  text-align: center;
  font-size: 3rem;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .main .sec--map .h2_ttl {
    font-size: 2.5rem;
  }
}
.main .sec--map .lead .image {
  margin-top: 3rem;
}
.main .sec--map .grid {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  background: #f5f5f5;
}
@media screen and (max-width: 750px) {
  .main .sec--map .grid {
    margin-top: 8rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--map .grid .cont {
    padding: 3rem 0;
  }
}
.main .sec--map .grid .text {
  margin-top: 3rem;
  text-align: center;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .sec--map .grid .text {
    margin-top: 2rem;
  }
}
.main .sec--map .row2 {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 8rem;
}
.main .sec--map .row2 .btn {
  width: 30rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  overflow: hidden;
}
.main .sec--map .row2 .btn a {
  display: block;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}
.main .sec--map .row2 .btn.print a {
  background: url(../imgs/ico_print.png) no-repeat calc(50% - 5rem) center/2rem;
}
.main .sec--map .row2 .btn.google a {
  padding-left: 2rem;
  background: url(../../assets/imgs/h_map.png) no-repeat calc(50% - 5rem) center/1.8rem;
}
@media screen and (max-width: 767px) {
  .main .sec--map .row2 .btn.print {
    display: none;
  }
}

@media print {
  header,
  footer,
  #inc-header,
  #inc-footer,
  .f_contact,
  .page_hero,
  .sec--map .wrap .row2 {
    display: none;
  }
  .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .main .sec--map {
    margin-top: 3rem;
  }
  .main .sec--map .h2_ttl {
    font-size: 2rem;
  }
  .main .sec--map .grid {
    margin-top: 5rem;
    gap: 2rem;
  }
  .main .sec--map .grid .text {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=unique.css.map */