.access:not(:last-child) {
  margin-bottom: 80px;
}

.access__main {
  margin-bottom: 24px;
}

.access__heading {
  position: relative;
  font-size: 2.0rem;
  font-family: "HK Grotesk semibold", dnp-shuei-gothic-gin-std, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.08em;
  height: calc(10.666665vw + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.access__heading:before {
  content: "";
  display: block;
  width: calc(10.666665vw + 30px);
  height: 100%;
  background: #DEC2AB;
  position: absolute;
  left: -10.666665vw;
}

.access__heading span {
  position: relative;
}

.access__address {
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.access__tel {
  font-size: 1.3rem;
  font-family: "HK Grotesk regular", dnp-shuei-gothic-gin-std, sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 27px;
}

.access__tel span {
  color: #CEA888;
  padding-right: 0.7em;
}

.access__detail {
  border-left: 1px solid #959595;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
  color: #959595;
  padding-left: 20px;
}

.access__detail__item:not(:last-child) {
  margin-bottom: 5px;
}

.access__map {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.access__map img {
  display: block;
  width: 100%;
}

.access__map iframe {
  width: 100%;
}

.access__link {
  text-align: right;
  font-family: "Lato", dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-top: 15px;
}

.access__link a {
  text-decoration: underline;
}

.access__link a:hover {
  text-decoration: none;
}

@media screen and (min-width: 721px) {
  .access {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .access:not(:last-child) {
    /* pc */
    margin-bottom: 105px;
  }

  .access__main {
    /* pc */
    width: 50%;
  }

  .access__heading {
    /* pc */
    height: 80px;
    font-size: 2.6rem;
    padding-left: 9.5%;
    margin-bottom: 33px;
  }

  .access__heading:before {
    /* pc */
    width: 80px;
    height: 80px;
    left: 0;
  }

  .access__inner {
    /* pc */
    padding-left: 9.5%;
  }

  .access__tel {
    /* pc */
    font-size: 1.4rem;
  }

  .access__detail {
    /* pc */
    font-size: 1.2rem;
    padding-left: 5.5%;
  }

  .access__detail__item:not(:last-child) {
    /* pc */
    margin-bottom: 8px;
  }

  .access__sub {
    /* pc */
    width: 50%;
  }

  .access__map {
    /* pc */
    width: 100%;
  }

  .access__link {
    /* pc */
    margin-top: 10px;
  }
}
