/* ターミナル1F */
#contents #terminal_cont.floor #floor_cont .img img {
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  #contents #terminal_cont.floor #floor_cont .img img {
    aspect-ratio: 7 / 5;
    height: 100%;
  }
}

/* ターミナル2F */
.map_view_4 {
  left: 34.5%;
}
@media screen and (max-width: 767px) {
  .map_view_4 {
    left: 31%;
    right: auto;
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  #flight_nav ul li:nth-child(5) {
    margin-left: 0px !important;
  }
}

/* アクセス */
#contents #timetable .access_map .bus_info .bus2 {
  color: #fff;
  background: url(/access/img/icon_bus02-white.png) no-repeat 14px center,
    url(/access/img/next_icon.png) no-repeat 107px center;
  padding-left: 35px;
}
#contents #timetable .access_map .bus_info .bus2 a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  /* margin-left: -0.5em; */
}

#contents #timetable .access_map .bus_info .bus2.-green {
  background-color: #9ece55;
}
#contents #timetable .access_map .bus_info .bus2.-red {
  background-color: #e73b1b;
}

/* TOPページの本日のフライト */
.un-flight_areaWrap {
  display: grid;
  row-gap: 10px;
}

/* アクセスページ パーキング */
.un_parkingButton {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #00307c;
  max-width: 500px;
  width: 100%;
  padding: 10px;
  margin: 15px auto;
  box-sizing: border-box;
  transition: opacity 0.3s;
}

.un_parkingButton:hover {
  opacity: 0.7;
}

.un_parkingButton span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1 / 1;
  border: 2px solid #fff;
  font-size: 20px;
  line-height: 1;
  padding-top: 0.2em;
}
