@charset "UTF-8";
/* Scss Document */
:root {
  --main-color: #FFF;
  --black: #222222;
}

/* Scss Document */
/* -------------------------------------------------- */
/* file   : abstract.css                                  */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.contents {
  padding: 10.3rem 0 13.2rem;
}

.page-ttl01 {
  padding-bottom: 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: var(--main-color);
  border-bottom: 2px solid #D6D6D6;
  position: relative;
}
.page-ttl01::after {
  content: "";
  width: 10rem;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: var(--main-color);
}

.access-area {
  margin-top: 3.8rem;
}

.access-area__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #FFE200;
}

.access-area__text a {
  padding-right: 3.5rem;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
}
.access-area__text a::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0.5rem;
  background: url(../../access/img/map.svg) no-repeat center center/100% auto;
}

.visitors {
  margin-top: 5.3rem;
}

.visitors__ttl {
  padding: 0.7rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #131413;
  letter-spacing: 0.04em;
  display: inline-block;
  background: #FFE200;
  border-radius: 5rem;
}

.visitors__text {
  margin-top: 0.7rem;
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.access-flex__l {
  width: 44.12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem 0;
}

.access-flex__map {
  aspect-ratio: 9/8;
}
.access-flex__map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.access-flex__r {
  width: 49.02%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.6rem 0;
}

.access-flex__ttl {
  padding: 0.8rem 2.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 5rem;
}

.no-list {
  margin-top: 0.7em;
}

.no-list__item {
  position: relative;
  padding-left: 2.2rem;
  letter-spacing: 0.04em;
}
.no-list__item::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  color: #FFF;
}
.no-list__item:first-child::before {
  content: "①";
}
.no-list__item:nth-child(2)::before {
  content: "②";
}

.access-table {
  width: 100%;
  margin-top: 2rem;
  text-align: left;
  border: 1px solid #707070;
}

.access-table__th {
  width: 18.2rem;
  padding: 1.4rem 2.2rem;
  letter-spacing: 0.04em;
  border: 1px solid #707070;
}

.access-table__td {
  width: calc(100% - 18.2rem);
  padding: 1rem 2.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  border: 1px solid #707070;
}

.access-table__sub {
  font-size: 1.6rem;
}

.access-flex__notes {
  margin-top: 1.5rem;
}

.access-flex__note {
  font-size: 1.4rem;
  position: relative;
}
.access-flex__note.yellow {
  color: #FFE200;
}
.access-flex__note.yellow::before {
  color: #FFE200;
}
.access-flex__note::before {
  content: "※";
  font-size: 1.4rem;
  color: #FFF;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .contents {
    padding: 3.6rem 0 6.5rem;
  }
  .page-ttl01 {
    padding-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
    border-bottom: 1px solid #D6D6D6;
  }
  .page-ttl01::after {
    width: 5.7rem;
    height: 1px;
    bottom: -1px;
  }
  .access-area {
    margin-top: 2.4rem;
  }
  .access-area__ttl {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .access-area__text a {
    margin-top: 1.4rem;
    padding-right: 0;
    font-size: 1.4rem;
  }
  .access-area__text a::after {
    margin-left: 0.8rem;
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  .visitors {
    margin-top: 5.5rem;
  }
  .visitors__ttl {
    padding: 0.9rem 3.3rem;
    font-size: 1.6rem;
    border-radius: 5rem;
  }
  .visitors__text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: 0.02em;
  }
  .access-flex {
    margin-top: 5.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.9rem 0;
  }
  .access-flex__l {
    width: 100%;
    gap: 2rem 0;
  }
  .access-flex__map {
    aspect-ratio: 9/8;
  }
  .access-flex__map iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .access-flex__r {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6rem 0;
  }
  .access-flex__ttl {
    padding: 0.8rem 2.3rem;
    font-size: 1.6rem;
  }
  .no-list {
    margin-top: 0.8em;
  }
  .no-list__item {
    padding-left: 1.9rem;
    font-size: 1.4rem;
  }
  .no-list__item::before {
    font-size: 1.4rem;
  }
  .access-table {
    width: 100%;
    margin-top: 1.3rem;
  }
  .access-table__th {
    width: 14.2rem;
    padding: 1.7rem 1rem;
    font-size: 1.4rem;
  }
  .access-table__td {
    width: calc(100% - 14.2rem);
    padding: 1.1rem 1rem;
    font-size: 1.6rem;
  }
  .access-table__sub {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 2.28;
  }
  .access-flex__notes {
    margin-top: 1.3rem;
  }
}
/* -------------------sp END------------------------------- */