h3 {
  color: #454545 !important;
}

.sp {
  display: none !important;
}

.page-title {
  margin-top: 80px;
  position: relative;
  padding: 140px;
}
.page-title h1 {
  color: white;
  font-size: 3rem;
  letter-spacing: 7px;
  text-shadow: 1px 1px 20px #9e9e9e;
}
.page-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.page-title h1 {
  font-weight: bold;
}
.page-title:after {
  background-image: url(../img/counter.jpg) !important;
}

.access {
  margin: 100px 0px;
}
.access-box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 1500px;
}
.access-box_ad {
  width: 51%;
  padding: 60px;
  background: white;
}
.access-box_ad h2 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #454545;
}
.access-box_ad h2 span {
  display: block;
  width: 76px;
  height: 1px;
  border: solid 1px #ffdc08;
  margin-top: 10px;
}
.access-box_ad ul {
  margin-top: 45px;
}
.access-box_ad ul li {
  line-height: 43px;
  margin: 45px 10px;
}
.access-box_ad ul li:nth-child(2) p {
  line-height: 27px;
  margin-top: 20px;
}
.access-box_ad ul li:nth-child(3) p {
  line-height: 22px;
  margin-top: 15px;
}
.access-box_ad ul li h3 {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 600;
}
.access-box_ad ul li p {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}
.access-box_map {
  position: absolute;
  top: 100px;
  width: 60%;
  height: 90%;
  right: 0px;
}

iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width:820px) {
  .page-title {
    margin-top: 70px;
  }

  .access-box {
    flex-direction: column;
  }
  .access-box_ad {
    width: 100%;
  }
  .access-box_map {
    position: initial;
    width: 100%;
    height: 90%;
    margin: 40px 0;
  }
}
@media screen and (max-width:500px) {
  .page-title {
    margin-top: 66px;
    padding: 95px;
  }
  .page-title h1 {
    font-size: 2.5rem;
  }

  .access-box_ad {
    padding: 20px;
  }
  .access-box_ad ul li p {
    font-size: 1.5em;
  }
}

/*# sourceMappingURL=access.css.map */
