.p-access {
  margin: 12rem 0 0;
  padding-bottom: 18rem;
}
@media screen and (max-width: 960px) {
  .p-access {
    margin: 6rem 0 0;
    padding-bottom: 10rem;
  }
}
.p-access-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 98rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-access-intro {
    display: block;
    padding: 0 3rem;
  }
}
.p-access-intro__inner {
  width: 58rem;
}
@media screen and (max-width: 960px) {
  .p-access-intro__inner {
    width: auto;
  }
}
.p-access-intro__ttl {
  font-size: 2.2rem;
  line-height: 1.9;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-access-intro__ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-access-intro__txt {
  font-size: 1.4rem;
  line-height: 2;
}
.p-access-intro__txt + .p-access-intro__txt {
  margin-top: 2rem;
}
.p-access-intro__img {
  width: 46rem;
  height: 46rem;
  margin-right: calc((var(--vw) * 100 - 98rem) / 2 * -1);
}
@media screen and (max-width: 960px) {
  .p-access-intro__img {
    width: 100%;
    height: 33rem;
    margin: 6.6rem 0 0;
  }
}
.p-access-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access__wrap {
  position: relative;
  background: #F2F2F2;
  padding: 0 0 15rem;
}
@media screen and (max-width: 960px) {
  .p-access__wrap {
    background: none;
    padding: 0;
  }
}
.p-access__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .p-access__wrap::before {
    content: none;
  }
}
.p-access-map {
  max-width: 144rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 16rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-access-map {
    display: block;
    margin: 6.6rem 0 0;
    overflow: hidden;
  }
}
.p-access-map-tab {
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 960px) {
  .p-access-map-tab {
    display: none;
  }
}
.p-access-map-tab__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  width: 23rem;
  height: 20rem;
  flex-wrap: wrap;
  border-top: 1px solid #EBEBEB;
  cursor: pointer;
}
.p-access-map-tab__item.is-open::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 1rem;
  height: calc(100% + 2px);
  background: #3B3B3B;
}
.p-access-map-tab__icn {
  text-align: center;
  height: 3.2rem;
}
.p-access-map-tab__icn img {
  width: auto;
  height: 100%;
}
.p-access-map-tab__txt {
  text-align: center;
  line-height: 1;
  margin: 2.2rem 0 0;
}
.p-access-map-tab__txt span {
  position: relative;
  padding: 0 1rem 0 3.2rem;
}
.p-access-map-tab__txt span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 0.9rem;
  background: url(../img/access/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-access-map-content {
  width: calc(100% - 23rem);
}
@media screen and (max-width: 960px) {
  .p-access-map-content {
    width: 100%;
  }
}
.p-access-map-content__block {
  display: none;
  position: relative;
  width: 100%;
  height: 65rem;
}
@media screen and (max-width: 960px) {
  .p-access-map-content__block {
    height: 39rem;
  }
}
.p-access-map-content__block.is-open {
  display: block;
}
.p-access-map-content iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-access-map-content iframe {
    width: 300vw;
  }
}
.p-access-way {
  max-width: 98rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-access-way {
    margin: 7rem 0 0;
  }
}
.p-access-way-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-access-way-list__item {
  position: relative;
  width: 32.5rem;
  border-bottom: 0.5rem solid #D9D9D9;
  padding: 2.4rem 0 2.4rem 3.2rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-access-way-list__item {
    padding: 2.4rem 0 1.2rem;
  }
}
.p-access-way-list__item.is-open {
  border-color: #3B3B3B;
}
.p-access-way-list__txt {
  font-size: 1.4rem;
  text-align: center;
  opacity: 0.45;
}
@media screen and (max-width: 960px) {
  .p-access-way-list__txt {
    font-size: 1rem;
  }
}
.is-open .p-access-way-list__txt {
  opacity: 1;
}
.p-access-way-list__img {
  position: absolute;
  top: 50%;
  left: 2rem;
  height: 3.2rem;
  transform: translateY(-50%);
  line-height: 1;
  opacity: 0.45;
}
@media screen and (max-width: 960px) {
  .p-access-way-list__img {
    top: 0;
    left: 50%;
    height: 1.6rem;
    transform: translateX(-50%);
  }
}
.is-open .p-access-way-list__img {
  opacity: 1;
}
.p-access-way-list__img img {
  width: auto;
  height: 100%;
}
.p-access-way-content__block {
  display: none;
  position: relative;
  padding: 6rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-access-way-content__block {
    padding: 2.6rem 0 0;
  }
  .p-access-way-content__block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 1;
  }
}
.p-access-way-content__block.is-open {
  display: block;
}
.p-access-way-content__data {
  border-right: 2px solid #CBCBCB;
}
@media screen and (max-width: 960px) {
  .p-access-way-content__data {
    position: relative;
    width: 60rem;
    border-right: 0;
    padding-right: 14rem;
  }
  .translated-ltr .p-access-way-content__data {
    width: 75rem;
  }
  .p-access-way-content__data::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 8rem;
    height: 8rem;
    background: url(../img/access/logo.svg) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
  .p-access-way-content__data::after {
    content: "";
    position: absolute;
    top: 0;
    right: 14rem;
    width: 2px;
    height: 100%;
    background: #CBCBCB;
  }
}
.p-access-way-content-plane {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #CBCBCB;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane {
    position: relative;
    width: 70rem;
    padding-right: 14rem;
    border-right: 0;
  }
  .p-access-way-content-plane::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 8rem;
    height: 8rem;
    background: url(../img/access/logo.svg) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
  .p-access-way-content-plane::after {
    content: "";
    position: absolute;
    top: 0;
    right: 14rem;
    width: 2px;
    height: 100%;
    background: #CBCBCB;
  }
}
.p-access-way-content-plane__txt {
  width: 5rem;
  height: 37rem;
  background: #fff;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.5em;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #3B3B3B;
  padding: 2.2rem 1.7rem;
  box-sizing: border-box;
}
.translated-ltr .p-access-way-content-plane__txt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane__txt {
    height: 41.5rem;
    font-size: 1.4rem;
  }
}
.p-access-way-content-plane .p-access-way-content-define {
  width: 18.5rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane .p-access-way-content-define {
    width: 16rem;
  }
}
.p-access-way-content-plane .p-access-way-content-define .p-access-way-content-define__ttl {
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-access-way-content-plane .p-access-way-content-define .p-access-way-content-define__txt {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane .p-access-way-content-define .p-access-way-content-define__txt {
    white-space: inherit;
  }
}
.p-access-way-content-plane .p-access-way-content-define.u-end .p-access-way-content-define__ttl {
  padding-top: 4.8rem;
}
.p-access-way-content-plane .p-access-way-content-define.u-train {
  width: 20rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane .p-access-way-content-define.u-train {
    width: 16rem;
  }
}
.p-access-way-content-plane .p-access-way-content-define.u-bus {
  width: 16rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane .p-access-way-content-define.u-bus {
    width: 14rem;
  }
}
.p-access-way-content-plane-first {
  width: 16.4rem;
  align-self: flex-start;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane-first {
    width: 13rem;
  }
}
.p-access-way-content-plane-first.u-train {
  width: 17.4rem;
}
.translated-ltr .p-access-way-content-plane-first.u-train {
  width: 28rem;
}
.p-access-way-content-plane-first__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 7rem;
  font-size: 1.4rem;
}
.translated-ltr .p-access-way-content-plane-first__item {
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane-first__item {
    height: 10rem;
    font-size: 1.2rem;
  }
}
.p-access-way-content-plane-first__item span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #CBCBCB;
  padding: 0.5rem 3rem 0.8rem;
}
.translated-ltr .p-access-way-content-plane-first__item span {
  padding: 0.5rem 1rem 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane-first__item span {
    padding-top: 2.3rem;
  }
}
.p-access-way-content-plane-first__item + .p-access-way-content-plane-first__item {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-plane-first__item + .p-access-way-content-plane-first__item {
    margin-top: 0.5rem;
  }
}
.p-access-way-content-plane-first .p-access-way-content-define {
  width: 100%;
}
.p-access-way-content-plane-first .p-access-way-content-define__ttl {
  padding-left: 2rem;
  padding-right: 1rem;
}
.p-access-way-content-plane-first .p-access-way-content-define__txt {
  padding-left: 2rem;
  padding-right: 1rem;
}
.p-access-way-content__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 77.4rem;
  /*border-right: 1px solid #CBCBCB;*/
}
@media screen and (max-width: 960px) {
  .p-access-way-content__inner {
    width: 100%;
    border-right: 0;
  }
}
.p-access-way-content__inner + .p-access-way-content__inner {
  padding-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content__inner + .p-access-way-content__inner {
    padding-top: 0.5rem;
  }
}
.p-access-way-content__head {
  width: 14rem;
}
.p-access-way-content__scroll {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 77.9rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content__scroll {
    width: calc(100% - 5rem);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-access-way-content__scroll::-webkit-scrollbar {
    display: none;
  }
}
.p-access-way-content__ttl {
  width: 14rem;
  height: 7rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3B3B3B;
  color: #fff;
  border-radius: 0.5rem;
}
.translated-ltr .p-access-way-content__ttl {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content__ttl {
    width: 5rem;
    height: 10rem;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    line-height: 1.2;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.8em 0 0.6em;
  }
}
.p-access-way-content__ttl + .p-access-way-content__ttl {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content__ttl + .p-access-way-content__ttl {
    margin-top: 0.5rem;
  }
}
.translated-ltr .p-access-way-content__ttl {
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .translated-ltr .p-access-way-content__ttl {
    width: 10rem;
    writing-mode: horizontal-tb;
    line-height: 1.6;
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.p-access-way-content-define {
  width: 63.4rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-define {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    width: 100%;
    height: 10rem;
  }
}
.p-access-way-content-define + .p-access-way-content-define {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-define + .p-access-way-content-define {
    margin-top: 0.5rem;
  }
}
.p-access-way-content-define__ttl {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 0.5rem 4rem 0.8rem;
}
.translated-ltr .p-access-way-content-define__ttl {
  font-size: 1.2rem;
  padding: 0.8rem 4rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-define__ttl {
    font-size: 1.2rem;
    padding: 0.4rem 3rem 0.7rem;
  }
}
.p-access-way-content-define__txt {
  line-height: 1.5;
  text-align: right;
  font-size: 1.4rem;
  border-top: 2px solid #CBCBCB;
  padding: 0.8rem 4rem 0.5rem;
}
.translated-ltr .p-access-way-content-define__txt {
  font-size: 1.2rem;
  padding: 0.8rem 4rem;
}
@media screen and (max-width: 960px) {
  .p-access-way-content-define__txt {
    position: relative;
    text-align: left;
    font-size: 1.2rem;
    width: 100%;
    white-space: nowrap;
    padding: 0.7rem 3rem 0.4rem;
  }
  .p-access-way-content-define__txt span {
    padding-right: 3rem;
  }
}
.p-access-way-content__notes {
  text-align: right;
  font-size: 1.4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-access-way-content__notes {
    position: relative;
    text-align: left;
    font-size: 1.2rem;
    z-index: 1;
    margin: 2rem 0 0;
    padding: 0 2rem;
  }
}
.p-access-way-content__logo {
  position: absolute;
  top: 50%;
  right: 6rem;
  width: 10rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .p-access-way-content__logo {
    display: none;
  }
}
.p-access-other {
  margin: 14rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-access-other {
    margin: 13.4rem 0 0;
  }
}
.p-access-other__block {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .p-access-other__block {
    max-width: 120rem;
  }
}
.p-access-other__ttl {
  font-size: 2.2rem;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 960px) {
  .p-access-other__ttl {
    font-size: 2rem;
    margin: 0 3rem 3.5rem;
  }
}
.p-access-other-slider {
  width: calc(100% + (var(--vw) * 100 - 128rem) / 2);
  padding-left: 15rem;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .p-access-other-slider {
    width: calc(100% + (var(--vw) * 100 - 120rem) / 2);
  }
}
@media screen and (max-width: 960px) {
  .p-access-other-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 3.5rem 1rem;
    width: 100%;
    padding: 0;
  }
}
.p-access-other-slider__item {
  width: 46rem !important;
}
@media screen and (max-width: 960px) {
  .p-access-other-slider__item {
    width: calc(50% - 0.5rem) !important;
  }
}
.p-access-other-slider__img {
  width: 100%;
  height: 36rem;
}
@media screen and (max-width: 960px) {
  .p-access-other-slider__img {
    height: 12.4rem;
  }
}
.p-access-other-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access-other-slider__txt {
  margin: 1rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-access-other-slider__txt {
    font-size: 1.2rem;
    margin: 1rem;
  }
}