/* common
---------------------------------------------------------------------------- */
.m-mv-child::before {
  background-image: url("/assets/images/facilities/access/bg_mv_pc.webp");
}

@media screen and (max-width: 767px) {
  .m-mv-child::before {
    background-image: url("/assets/images/facilities/access/bg_mv_sp.webp");
  }
}
/*------------- m-relation -------------*/
.m-relation {
  margin-top: -14rem;
  position: relative;
  z-index: 1;
}
.m-relation .m-relation-container {
  box-shadow: 0 0 3rem rgba(21, 34, 63, 0.25);
}

@media screen and (max-width: 767px) {
  .m-relation {
    margin-top: -37.3333333333vw;
    position: relative;
    z-index: 1;
  }
  .m-relation .m-relation-container {
    box-shadow: 0 0 8vw rgba(21, 34, 63, 0.25);
  }
}
/* p-access
---------------------------------------------------------------------------- */
.p-access {
  padding-top: 6rem;
}

.p-access-inner {
  max-width: 120rem;
  margin-inline: auto;
}

.p-access-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0 5rem;
  padding-bottom: 8rem;
  border-bottom: 1px dashed currentColor;
}

.p-access-map {
  width: 82.3rem;
  aspect-ratio: 823/567;
  border-radius: 2rem;
  overflow: hidden;
}
.p-access-map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-access-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-bottom: 1rem;
}

.p-access-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-access-item-ttl {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #09237D;
  text-align: center;
  min-width: 17.2rem;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  background-color: #F2F4F7;
  border-radius: 10vmax;
  width: fit-content;
}

.p-access-item-txt {
  font-size: 2rem;
  line-height: 1.795;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 12vw;
  }
  .p-access-inner {
    max-width: initial;
    padding-inline: 2.6666666667vw;
  }
  .p-access-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 6.6666666667vw;
    padding-bottom: 12vw;
  }
  .p-access-map {
    width: 100%;
    aspect-ratio: 355/239.35;
    border-radius: 2.6666666667vw;
  }
  .p-access-items {
    gap: 7.2vw;
    padding-bottom: initial;
  }
  .p-access-item {
    align-items: center;
    gap: 2.6666666667vw;
  }
  .p-access-item-ttl {
    font-size: 4vw;
    min-width: 34.6666666667vw;
    padding-block: 1.3333333333vw;
    padding-inline: 2.6666666667vw;
  }
  .p-access-item-txt {
    font-size: 4vw;
    line-height: 1.8;
    text-align: center;
  }
}
/* p-facilities-other
---------------------------------------------------------------------------- */
.p-facilities-other {
  padding-block: 5.4rem 22.6rem;
}

@media screen and (max-width: 767px) {
  .p-facilities-other {
    padding-block: 14.4vw 53.3333333333vw;
  }
}
