@charset "UTF-8";
/* p-access
---------------------------------------------------------------------------- */
.p-access {
  padding-block: 10rem;
}

.p-access-lead {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
}

.p-access-link {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-inline: auto;
  width: 100%;
  text-decoration: underline;
  margin-bottom: 1em;
}

.p-access-link:hover {
  text-decoration: none;
}

.p-access-lead-address {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.p-access-txt {
  text-align: center;
}

.p-access-map {
  width: 100%;
  aspect-ratio: 767/431;
  margin-inline: auto;
  margin-block: 4rem 10rem;
}
.p-access-map iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-access-pageLink-tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 7rem;
}

.p-access-pageLink-content:not(:last-of-type) {
  margin-bottom: 10rem;
}

.p-access-pageLink-content-ttl {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.p-access-pageLink-content-ttl span {
  font-size: 3rem;
}

.p-access-pageLink-content-txt {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.p-access-pageLink-content-img {
  width: 100%;
  aspect-ratio: 500/333;
  margin-inline: auto;
}

.p-access-pageLink-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-access-pageLink-content-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.p-access-pageLink-content-item:not(:last-of-type) {
  margin-bottom: 5rem;
}

.p-access-pageLink-content-item-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.p-access-pageLink-content-list {
  counter-reset: num 0;
}

.p-access-pageLink-content-list-item {
  font-size: 2.3rem;
  padding-left: 2em;
  text-indent: -2em;
}

.p-access-pageLink-content-list-item::before {
  counter-increment: num 1;
  content: counter(num) "、";
}

.p-access-pageLink-content-list-item:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

.p-access-pageLink-content-crawlingForward-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 13.3333333333vw;
  }
  .p-access-lead {
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-access-link {
    font-size: 3.7333333333vw;
    margin-bottom: 2em;
  }
  .p-access-lead-address {
    font-size: 4.2666666667vw;
    line-height: 1.3;
  }
  .p-access-map {
    margin-block: 8vw 13.3333333333vw;
  }
  .p-access-pageLink-tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .p-access-pageLink-content:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
  .p-access-pageLink-content-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-access-pageLink-content-ttl span {
    font-size: 5.3333333333vw;
  }
  .p-access-pageLink-content-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .p-access-pageLink-content-img {
    width: 100%;
  }
  .p-access-pageLink-content-tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-access-pageLink-content-item:not(:last-of-type) {
    margin-bottom: 10.6666666667vw;
  }
  .p-access-pageLink-content-item-ttl {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-access-pageLink-content-list-item {
    font-size: 4.2666666667vw;
    padding-left: 2em;
    text-indent: -2em;
  }
  .p-access-pageLink-content-list-item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .p-access-pageLink-content-crawlingForward-tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
}
