/* ==========================================================================//
//
// Access
//
// ========================================================================== */
.t_blank {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.t_blank::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/ico_external.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.6px;
  height: 8px;
  right: 0;
}
@media (min-width: 751px) and (hover: hover) {
  .t_blank:hover {
    opacity: 0.6;
  }
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media all and (min-width: 751px) {
  .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
  }
}
@media all and (min-width: 751px) {
  .links li {
    width: calc((100% - 90px) / 3);
  }
}
.links a {
  position: relative;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}
:lang(en) .links a {
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .links a {
    padding-bottom: 25px;
  }
  :lang(en) .links a {
    font-size: 18px;
  }
}
.links a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_arrow.svg);
  right: 10px;
  top: 8px;
  width: 12px;
  height: 3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.links a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: 0.8;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (min-width: 751px) and (hover: hover) {
  .links a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.map_area {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .map_area {
    margin-top: 90px;
  }
}
.map_area .map {
  height: 350px;
}
@media all and (min-width: 751px) {
  .map_area .map {
    height: 500px;
  }
}
.map_area .map_info {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .map_area .map_info {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.means {
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  .means {
    margin-top: 150px;
  }
}
.means .sec_ttl {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
}
@media all and (min-width: 751px) {
  .means .sec_ttl {
    margin-bottom: 50px;
    font-size: 27px;
  }
}
.means .note {
  margin-top: 15px;
  color: #7B7B7B;
}
.means .route {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .means .route {
    margin-top: 70px;
  }
}
@media all and (min-width: 751px) {
  .means#byCar .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 751px) {
  .means#byCar .images .route {
    width: 39%;
  }
}
.means#byCar .images .map_around {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .means#byCar .images .map_around {
    width: 49%;
  }
}
.means#byAirplane .airplane {
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  .means#byAirplane .airplane {
    margin-bottom: 60px;
  }
}
.means#byAirplane .airplane:last-child {
  margin-bottom: 0;
}
.means#byAirplane .airplane .airplane_name {
  font-size: 16px;
  font-weight: normal;
}
@media all and (min-width: 751px) {
  .means#byAirplane .airplane .airplane_name {
    font-size: 20px;
  }
}
.means#byAirplane .airplane .route {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .means#byAirplane .airplane .route {
    margin-top: 50px;
  }
}
@media all and (min-width: 751px) {
  .means#byAirplane .airplane .link_area {
    text-align: right;
  }
}
.means#byAirplane .airplane .link_area .bus_link {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .means#byAirplane .airplane .link_area .bus_link {
    margin-top: 40px;
  }
}