.bar {
  color: black;
}

.ham span {
  background: black;
}

.ham.active .top {
  background: white;
}

.ham.active .bottom {
  background: white;
}

.page-title {
  width: 80%;
  margin: 20px auto;
}

.title-en {
  font-size: 7rem;
}

.access {
  margin-top: 50px;
  margin-bottom: 200px;
}
.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-bottom: solid 1px black;
  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: 768px) {
  .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: 768px) {
  .page-title {
    margin-top: 20px;
    padding: 45px 0;
    width: 90%;
  }
  .page-title h1 {
    font-size: 6rem;
  }

  .access-box_ad {
    padding: 0px;
  }
  .access-box_ad ul li p {
    font-size: 1.8rem;
  }
}

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