.nav-global-property-link.nav-access::after {
  bottom: 3px;
  background-color: #000;
  border-bottom: none;
  opacity: 0.7;
}
.panel_item_access .panel_item_anchor {
  pointer-events: none;
}
.panel_item_access .panel_item_anchor .panel_item_bg::before {
  opacity: 0.8;
  z-index: 10;
}

/*************************************************

page

*************************************************/
.wrapper {
  overflow: visible;
}

.row-reverse {
  flex-direction: row-reverse;
}

.js-modalBtn {
  display: none;
}
@media (max-width: 767px) {
  .js-modalBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .js-modalBtn .in-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

/*************************************************

kv_area

*************************************************/
.kv_area {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 160px;
  border-bottom: 1px solid rgba(44, 36, 29, 0.3);
}
.kv_wrap {
  width: calc(100% - 80px);
  margin-left: auto;
  display: flex;
  column-gap: 3%;
  align-items: end;
}
.kv_body {
  flex: 1 1 18%;
}
.kv_img {
  flex: 1 1 75%;
}
.kv_title_en {
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.kv_title {
  margin-top: 40px;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.kv_text {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .kv_area {
    padding-bottom: 60px;
  }
  .kv_wrap {
    width: 100%;
    flex-direction: column-reverse;
    align-items: start;
    row-gap: 30px;
  }
  .kv_body {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .kv_title {
    margin-top: 20px;
  }
  .kv_text {
    margin-top: 20px;
  }
}

/*************************************************

contents_train

*************************************************/
.contents_train {
  padding-block: 160px;
}
.access_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
.access_wrap.row-reverse {
  align-items: start;
}
.access_wrap + .access_wrap {
  margin-top: 80px;
}
.access_wrap_img {
  width: 100%;
  max-width: 720px;
  display: flex;
  column-gap: 40px;
}
.access_wrap_body {
  width: 100%;
  max-width: 480px;
}
.access_lead {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .contents_train {
    padding-block: 60px;
  }
  .access_wrap {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .access_wrap + .access_wrap {
    margin-top: 40px;
  }
  .access_wrap_img {
    column-gap: 14px;
  }
  .access_lead {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .access_wrap.row-reverse .access_lead {
    margin-bottom: 0;
  }
}

/*************************************************

route_area

*************************************************/
.route_area {
  padding-block: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.route_area .fix_nav_item {
  margin-bottom: 40px;
}
.route_img {
  margin-top: 80px;
}
.route_img img {
  width: 100%;
}
.route_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  row-gap: 10px;
}
.route_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 4px;
}
.route_item_head .name {
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.route_item_head .name span {
  font-size: 18px;
}
.route_item_head .line {
  flex-grow: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.route_item_head .time {
  font-family: serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.route_item_head .time span {
  font-size: 40px;
}
.route_item_cap {
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .route_area {
    padding-block: 60px;
  }
  .route_img {
    overflow-x: auto;
  }
  .route_img figure {
    box-sizing: border-box;
    width: 640px;
  }
  .route_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    box-shadow: 0px 4px 40px 1px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .route_item .name {
    font-size: 22px;
  }
  .route_item .name span {
    font-size: 16px;
  }
  .route_item .time {
    font-family: serif;
    font-size: 16px;
  }
  .route_item .time span {
    font-size: 30px;
  }
}

/*************************************************

transfer_area

*************************************************/
.transfer_area {
  padding-block: 100px;
}
.transfer_area .fix_nav_item {
  margin-bottom: 40px;
}
.transfer_img {
  margin-top: 80px;
}
.transfer_img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .transfer_area {
    padding-block: 60px;
  }
  .transfer_area .fix_nav_item {
    margin-bottom: 20px;
  }
  .transfer_img {
    margin-top: 40px;
    overflow-x: auto;
  }
  .transfer_img figure {
    box-sizing: border-box;
    width: 640px;
  }
}

/*************************************************

contents_bycycle

*************************************************/
.contents_bycycle {
  padding-block: 100px;
}
.bycycle_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
.item_title {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.item_title .time {
  font-size: 140%;
}
.item_cap {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #6f6f6f;
}

@media only screen and (max-width: 767px) {
  .contents_bycycle {
    padding-block: 50px;
  }
  .bycycle_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .item_title {
    font-size: 18px;
  }
  .bycycle_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*************************************************

contents_car

*************************************************/
.contents_car {
  padding-block: 100px;
}
.car_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
.car_item_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
.car_item_wrap .item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: min(10px,2vw);
}
.car_item_wrap .item_title .line {
    flex-grow: 1;
    width: 1%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.car_item_wrap .item_title .strong {
  font-size: 160%;
}
.car_item_wrap .item_title .distance {
  font-size: 96%;
  margin-left: auto;
}
.car_item_img_text {
  font-family: "Cormorant Infant", serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 350%;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: -.2em;
  left: 0;
}
.car_map figure {
  position: sticky;
  top: 200px;
  width: 100%;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .contents_car {
    padding-block: 50px;
  }
  .car_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .car_item_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .car_item_wrap .item_title {
    row-gap: 10px;
    align-items: center;
  }
  .car_item_wrap .item_title .strong {
    font-size: 120%;
  }
  .car_item_wrap .item_title .line {
    width: 50%;
  }
  .car_item_wrap .item_title .distance {
      font-size: 120%;
  }
  .car_item_img_text {
    font-size: 200%;
  }
  .map-modal-map {
    overflow-x: auto;
    width: 100%;
    line-height: 0;
  }
  .map-modal-map * {
    display: block;
    margin: 0;
    padding: 0;
  }
  .map-modal-map figure {
    display: block;
    width: 200%;
  }
  .car_map figure {
    position: relative;
    top: unset;
  }
}

/*************************************************

contents_taxi

*************************************************/
.contents_taxi {
  padding-top: 100px;
  padding-bottom: 200px;
}
.taxi_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.taxi_item_title {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.taxi_item_title .time {
  font-size: 16px;
  line-height: 1.1;
}
.taxi_item_title .time .num {
  font-size: 200%;
}
.taxi_item_title .time .distance {
  font-size: 80%;
}
.taxi_item_list {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.taxi_item_label {
  width: 30%;
  text-align: center;
}
.taxi_item_label span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 6px 12px;
  border: 1px solid #dadada;
}
.taxi_item_list.night {
  margin-top: 8px;
}
.taxi_item_list.night .taxi_item_label span {
  background-color: #dadada;
}
.taxi_item_details {
  letter-spacing: 0.08em;
  line-height: 1;
}
.taxi_item_details .time {
  font-size: 16px;
}
.taxi_item_details .time .num {
  font-size: 22px;
}
.taxi_item_details .price {
  font-size: 16px;
  margin-left: 16px;
}
.taxi_item_details .price .num {
  font-size: 34px;
}

@media only screen and (max-width: 1360px) {
  .taxi_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .contents_taxi {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .taxi_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .taxi_item_title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .taxi_item_label span {
    font-size: 14px;
    line-height: 1;
    padding: 6px 6px;
  }
  .taxi_item_list.night {
    margin-top: 8px;
  }
  .taxi_item_details .time {
    font-size: 16px;
  }
  .taxi_item_details .time .num {
    font-size: 22px;
  }
  .taxi_item_details .price {
    font-size: 16px;
    margin-left: 12px;
  }
  .taxi_item_details .price .num {
    font-size: 30px;
  }
}

.parts-endcaption {
  padding-block: 40px;
}
