@charset "UTF-8";

.performance img {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.performance article h2.title {
  color: #fff;
  font-size: 22px;
  margin: 20px 0px;
}

.performance article {
  padding-top: 10px;
  margin-top: 20px;
}

.circle {
  background-color: #273c74;
  border-radius: 50%;
  height: 160px;
  width: 200px;
  padding-top: 40px;
  line-height: 50px;
  color: #fff;
}

.circle span {
  font-size: 30px;
}

.car {
  position: relative;
}

.car i.fa-car {
  position: absolute;
  top: 120px;
  left: 120px;
}

.access .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 50px;
}

.access .bus {
  margin-top: 50px;
}

.access .bus i,
.access .air i {
  margin-right: 2px;
}

.access .bus span,
.access .air span {
  font-size: 25px;
  font-weight: bolder;
}

.access .car {
  width: 40%;
}

.access .map_img {
  width: 60%;
}

.access td,
.access th {
  border: 1px solid rgba(39, 60, 116, 0.5);
  margin: 0;
  padding: 15px 20px;
}

.access table {
  border: 1px solid rgba(39, 60, 116, 0.5);
  margin: 0 auto;
  margin-top: -20px;
}

.access tr td:nth-of-type(1) {
  background: rgba(39, 60, 116, 0.2);
}

.access .bus2 {
  background: rgb(39, 60, 116);
  color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 20px;

  margin-top: 50px;
}

.access .station {
  width: 45%;
  margin-right: 5%;
}

.map_row,
.map_text {
  width: 50%;
}

.bus_text h6 {
  font-size: 40px;
  font-weight: bolder;
  line-height: 60px;
}

.bus_img {
  width: 34%;
  position: absolute;
  top: -15px;
  left: 0;
  transform: rotate(-10deg);
}

.station p {
  border: 1px solid rgba(39, 60, 116, 0.5);
  margin: 5px;
}

.station h5 {
  font-size: 14px;
}

.station h6 {
  font-size: 12px;
}

.map_text h6 {
  font-size: 25px;
}

.map_text {
  text-align: left;
}

.map2 {
  margin-top: 50px;
  margin-bottom: -20px;
}

.access h3 {
  background-color: #273c74;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 50px;
}

.bus_access img {
  width: 100%;
}

.access .bus_access {
  width: 50%;
  margin: 0 auto;
}

.bus_comment {
  font-size: 12px;
  text-decoration: underline;
  color: blue;
}

.map_text h6 a {
  font-size: 25px;
  color: rgb(0, 93, 201);
}

.train_time {
  width: 62%;
}
.train_map {
  width: 38%;
}

@media screen and (max-width: 769px) {
  .train_map {
    width: 100%;
  }
  .train_time {
    width: 100%;
  }
  .performance img {
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .access .row {
    margin-top: 20px;
  }
  .access .map_img {
    width: 100%;
  }
  .access .car {
    width: 100%;
  }
  .bus_access img {
    width: 100%;
  }
  .access .bus_access {
    width: 100%;
  }
  .access .station {
    width: 100%;
    margin-right: 0%;
  }
  .map_row,
  .map_text {
    width: 100%;
  }
  .map_row,
  .map_text {
    width: 100%;
  }
}
