html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.sec1__inner .text1 {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}
.sec1__inner .text1 span {
  font-weight: 700;
}
.sec1__inner .text1:last-child {
  margin-bottom: 0;
}
.sec1__inner .wrap1 {
  display: flex;
  height: 320px;
  margin-bottom: 32px;
}
.sec1__inner .wrap1:last-child {
  margin-bottom: 0;
}
.sec1__inner .wrap1 .gmap {
  width: 50%;
}
.sec1__inner .wrap1 .gmap iframe {
  width: 100%;
  height: 100%;
}
.sec1__inner .wrap1 .street {
  width: 50%;
}
.sec1__inner .wrap1 .street iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .sec1__inner .text1 {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
  }
  .sec1__inner .text1 span {
    font-weight: 700;
  }
  .sec1__inner .text1:last-child {
    margin-bottom: 0;
  }
  .sec1__inner .wrap1 {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
  }
  .sec1__inner .wrap1:last-child {
    margin-bottom: 0;
  }
  .sec1__inner .wrap1 .gmap {
    width: 100%;
    height: 200px;
  }
  .sec1__inner .wrap1 .gmap iframe {
    width: 100%;
    height: 100%;
  }
  .sec1__inner .wrap1 .street {
    width: 100%;
    height: 200px;
  }
  .sec1__inner .wrap1 .street iframe {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=access.css.map */