@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic-bezier*/
/*letter-spacing*/
/*// mixin //////////////////////////////////////////////////*/
/* media query */
/* hover */
.p-access {
  overflow-x: hidden;
}
.p-access-localNav {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-access-localNav__list__item {
  text-align: center;
}
.p-access-localNav__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.8rem;
  letter-spacing: 0;
  padding: 1rem;
  background-color: #ababab;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-access-localNav__list__item a {
    font-size: 1.2rem;
  }
}
.p-access-localNav__list__item a.loc {
  background-color: #7d8c4e;
}
.p-access-localNav__list__item a.lifeinfo {
  background-color: #4e7d66;
}
.p-access-localNav__list__item a.access {
  background-color: #5f7275;
}
@media only screen and (max-width: 767px) {
  .p-access-areaph {
    aspect-ratio: 1/0.6805;
  }
}
.p-access-train__heading {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 5rem;
  font-family: "EB Garamond", serif, serif;
  color: #715a42;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-access-train__heading:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #715a42;
  flex-grow: 1;
}
.p-access-train__linemap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-access-train__linemap {
    overflow-x: scroll;
  }
  .p-access-train__linemap img {
    height: 40vh;
    width: auto;
    max-width: none;
  }
}
.p-access-train__townList__item {
  position: relative;
}
.p-access-train__townList__name {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  font-size: 3rem;
  font-family: "EB Garamond", serif, serif;
  text-align: right;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  z-index: 1;
}
@media only screen and (max-width: 1080px) {
  .p-access-train__townList__name {
    font-size: 2rem;
    bottom: 3rem;
  }
}
.p-access-timeTable {
  padding: 5rem 0;
  background-color: rgba(113, 90, 66, 0.1);
}
.p-access-timeTable__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  color: #715a42;
}
.p-access-timeTable__heading small {
  font-size: 0.7em;
}
.p-access-timeTable__heading:after {
  content: "";
  display: block;
  height: 1px;
  flex-grow: 1;
  background-color: #715a42;
}
.p-access-timeTable__list__item {
  display: flex;
  align-items: baseline;
}
.p-access-timeTable__list__item > i {
  color: #ababab;
}
.p-access-timeDetail {
  font-size: 2.4rem;
  line-height: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 1080px) {
  .p-access-timeDetail {
    font-size: 2rem;
  }
}
.p-access-timeDetail__inner {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.p-access-timeDetail__station small {
  font-size: 0.8em;
}
.p-access-timeDetail__space {
  position: relative;
  flex-grow: 1;
  display: inline-block;
  height: 1em;
}
.p-access-timeDetail__space::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
  background-size: 10px 10px;
}
.p-access-timeDetail__time {
  position: relative;
  font-size: 0.8em;
}
.p-access-timeDetail__time em {
  font-size: 2em;
  font-family: "EB Garamond", serif, serif;
  color: #715a42;
}
.p-access-timeDetail__time .daytime {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  font-size: 1.1rem;
  line-height: 1;
  white-space: nowrap;
}
.p-access-timeDetail__time .daytime em {
  color: #231815;
  font-size: 1.2em;
}
.p-access-timeDetail__cap {
  font-size: 1.1rem;
  line-height: 1.2;
}
.p-access-taxi__heading {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 5rem;
  font-family: "EB Garamond", serif, serif;
  color: #715a42;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-access-taxi__heading:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #715a42;
  flex-grow: 1;
}
.p-access-taxi__detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-access-taxi__detail {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-taxi__detail__img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-access-taxi__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-taxi__list {
    gap: 0.5rem;
  }
}
.p-access-taxi__list__item {
  font-size: min(1.6vw, 2rem);
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-access-taxi__list__item {
    font-size: 1rem;
  }
}
.p-access-taxi__station {
  padding: 1.5rem 0;
  border-bottom: 1px solid #715a42;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-access-taxi__station {
    padding: 1rem 0;
  }
}
.p-access-taxi__station em {
  font-size: 1.5em;
}
.p-access-taxi__price em {
  font-size: 2em;
  color: #715a42;
  font-family: "EB Garamond", serif, serif;
}
.p-access-taxi__time {
  margin-top: 1rem;
}
.p-access-bus__heading {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 5rem;
  font-family: "EB Garamond", serif, serif;
  color: #715a42;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-access-bus__heading:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #715a42;
  flex-grow: 1;
}
.p-access-bus__detail {
  display: grid;
  grid-template-columns: 1.2fr 0.86fr 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-access-bus__detail {
    grid-template-columns: 1fr;
  }
}
.p-access-tokyo {
  padding: 5rem 0;
  background-color: rgba(113, 90, 66, 0.1);
}
.p-access-tokyo__inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: auto 48rem;
  gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-access-tokyo__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-tokyo__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-access-tokyo__img {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.p-access-tokyo__img em {
  font-weight: 500;
  font-size: 1.4em;
}
.p-access-tokyo__map img {
  mix-blend-mode: multiply;
}
/*# sourceMappingURL=../../map/area/access.css.map */