@charset "UTF-8";
img {
  width: 100%;
  vertical-align: bottom;
}

.access__list {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .access__list {
    display: block;
  }
}
.access__list.train {
  margin-top: 40px;
}
.access__route {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .access__route {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .access__route::before {
    content: "";
    position: absolute;
    background-color: #050101;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
  }
}
.access__route:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.access__route:last-child::before {
  display: none;
}
.access__item {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #050101;
  margin-bottom: 18px;
  height: 64px;
  position: relative;
  background-color: #fff;
  padding: 0 16px;
}
.access__item.e-route {
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .access__item.e-route {
    margin-bottom: 16px;
  }
}
.access__item.e-route::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 1px;
  height: 272px;
  bottom: -272px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .access__item.e-route::before {
    width: 1px;
    height: 20px;
    bottom: -20px;
  }
}
.access__item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 1px;
  height: 20px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.access__item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  font-size: 1.25rem;
  color: #fff;
  background-color: #bfaf8a;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.access__item .num.blue {
  left: 14px;
  background-color: #1325aa;
}
.access__item:last-child {
  margin-top: 24px;
  margin-bottom: 0;
  border: solid 1px #bfaf8a;
}
.access__item:last-child::before {
  display: none;
}
.access__item.last {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .access__item.last {
    margin-top: 30px;
  }
}
.access__item.last::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 1px;
  height: 20px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .access__item.last::before {
    top: -30px;
    height: 30px;
  }
}
.access__item.last::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 11px;
  height: 10px;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.access__item .name {
  text-align: center;
}
.access__item .name.suspension {
  position: relative;
}
.access__item .name.suspension::after {
  content: "※冬期運休";
  font-size: 0.875rem;
  color: #ff0000;
}
.access__item .name a {
  text-decoration: underline;
}
.access__item .name a[target=_blank] {
  position: relative;
}
.access__item .name a[target=_blank]::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -20px;
  background: url(../img/access/top/blank.png) center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.access__time {
  text-align: center;
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 30px;
  background-color: #bfaf8a;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 0 16px;
  border-radius: 50px;
  position: relative;
}
.access__map {
  margin: 74px 0 90px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .access__map {
    margin: 98px -20px 8px;
    overflow: auto;
    max-height: 554px;
    position: relative;
  }
  .access__map img {
    width: 160%;
  }
}
.access__map .scroll-hint-icon-wrap::before {
  display: none;
}
.access__caption {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 48px;
}
.access__contents {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .access__contents {
    display: block;
  }
}
.access__contents li:first-child {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .access__contents li:first-child {
    width: auto;
  }
}
.access__contents li:first-child .title-section small {
  color: #ff0000;
}
.access__contents li:last-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .access__contents li:last-child {
    width: auto;
  }
}
.access__text {
  font-size: 1rem;
  line-height: 1.5rem !important;
}
.access__text.acc {
  color: #ff0000;
}
.access__busMap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 36px;
}
@media screen and (max-width: 767px) {
  .access__busMap {
    display: block;
    margin-bottom: 80px;
  }
}
.access__busMapItem {
  width: calc(50% - 18px) !important;
}
@media screen and (max-width: 767px) {
  .access__busMapItem {
    width: 94% !important;
    margin-top: 25px;
  }
}
.access__busMapItem:first-child {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .access__busMapItem:first-child {
    margin-top: 44px;
  }
}
.access__busRoute {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: flex-end;
  margin-top: 30px;
}
.access__busRouteItem {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #050101;
  margin-bottom: 36px;
  height: 64px;
  position: relative;
  background-color: #fff;
  padding: 0 16px;
  width: 100% !important;
}
.access__busRouteItem::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 1px;
  height: 38px;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.access__busRouteItem:last-child::before {
  display: none;
}
.access__busRouteItem p + p {
  position: absolute;
  bottom: -35px;
  left: 33%;
  margin-top: 0;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.access__timetable {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 49px;
  margin: 0 auto;
  border: solid 1px #050101;
  background: url(../img/access/top/blank.png) right 12px center no-repeat;
  background-size: 19px 19px;
}