.accessSection {
  padding: 150px 0 140px;
  color: #4d4d4d;
}
@media (max-width: 969px) {
  .accessSection {
    padding: 85px 0 80px;
  }
}
.accessSection iframe {
  display: block;
  width: 90%;
  height: 51.625vw;
  margin: 0 auto;
  border: none;
  background: #eee;
}
@media (max-width: 969px) {
  .accessSection iframe {
    height: 110vw;
  }
}
.accessSection .accessBlock {
  margin-top: 60px;
  align-items: flex-start;
}
@media (max-width: 969px) {
  .accessSection .accessBlock {
    margin-top: 40px;
  }
}
.accessSection .accessBlock .textBlock {
  width: calc(100% - 400px);
}
@media (max-width: 969px) {
  .accessSection .accessBlock .textBlock {
    width: 100%;
  }
}
.accessSection .accessBlock .btnBlock {
  width: 344px;
}
@media (max-width: 969px) {
  .accessSection .accessBlock .btnBlock {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
.accessSection .accessBlock .btnBlock .btn .icon {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.accessSection .accessList {
  margin-top: 90px;
}
@media (max-width: 969px) {
  .accessSection .accessList {
    margin-top: 60px;
  }
}
.accessSection .accessList .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 969px) {
  .accessSection .accessList .row {
    display: block;
  }
}
.accessSection .accessList .row + .row {
  margin-top: 50px;
}
@media (max-width: 969px) {
  .accessSection .accessList .row + .row {
    margin-top: 40px;
  }
}
.accessSection .accessList dt {
  width: 20%;
  color: var(--main-color);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 969px) {
  .accessSection .accessList dt {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: var(--text-color);
  }
}
.accessSection .accessList dt .font_en {
  display: block;
  font-size: 3.1rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media (max-width: 969px) {
  .accessSection .accessList dt .font_en {
    position: relative;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .accessSection .accessList dt .font_en::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 5px;
    height: 0;
    border-top: 1px solid;
    vertical-align: middle;
    opacity: 0.6;
  }
}
.accessSection .accessList dt .font_en + span {
  display: inline-block;
  opacity: 0.6;
}
.accessSection .accessList dd {
  width: 75.2%;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 969px) {
  .accessSection .accessList dd {
    width: 100%;
    padding-bottom: 20px;
  }
}

.shuttlebus {
  width: 95%;
  max-width: 1443px;
  margin: 0 auto 235px;
  padding: 110px 0;
  background: var(--bg-color);
  color: #4d4d4d;
}
@media (max-width: 969px) {
  .shuttlebus {
    width: calc(100% - 40px);
    margin-bottom: 140px;
    padding: 70px 0 80px;
  }
  .shuttlebus .wrapper {
    width: calc(100% - 70px);
  }
  .shuttlebus .secTitle {
    margin-bottom: 40px;
  }
}
.shuttlebus .shuttlebusBox {
  position: relative;
  margin: 80px auto;
  padding: 50px 20px 40px;
  background: #fff;
  text-align: center;
}
@media (max-width: 969px) {
  .shuttlebus .shuttlebusBox {
    margin: 40px auto 40px;
    padding: 20px 10px 15px;
  }
}
.shuttlebus .shuttlebusBox .boxText {
  position: absolute;
  left: 30px;
  bottom: 20px;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 969px) {
  .shuttlebus .shuttlebusBox .boxText {
    position: static;
    margin-top: 20px;
    padding: 0 10px;
    letter-spacing: 0;
    text-align: center;
  }
}
.shuttlebus .shuttlebusBox .boxText .icon {
  margin-left: 15px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.shuttlebus .shuttlebusBlock .textBlock {
  width: 47.04%;
}
@media (max-width: 969px) {
  .shuttlebus .shuttlebusBlock .textBlock {
    width: 100%;
    letter-spacing: 0;
  }
  .shuttlebus .shuttlebusBlock .textBlock + .textBlock {
    margin-top: 35px;
  }
}
.shuttlebus .shuttlebusBlock .textBlock .title {
  padding: 17px 0;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 969px) {
  .shuttlebus .shuttlebusBlock .textBlock .title {
    padding: 15px 0;
  }
}
.shuttlebus .shuttlebusBlock .textBlock .list {
  border-bottom: 1px solid var(--border-color);
}
.shuttlebus .shuttlebusBlock .textBlock .list .row {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 969px) {
  .shuttlebus .shuttlebusBlock .textBlock .list .row {
    padding: 15px 0;
  }
}
.shuttlebus .shuttlebusNote {
  margin-top: 55px;
}
@media (max-width: 969px) {
  .shuttlebus .shuttlebusNote {
    margin-top: 40px;
  }
}
.shuttlebus .shuttlebusNote .list {
  padding-left: 20px;
  list-style-type: decimal;
}