@charset "UTF-8";
.pagelinkimg li .img img {
  min-height: 57px;
}
.pagelinkimg li .txt{
  margin-top: -3px;
  padding-top: 0;
}
.section {
  padding: 35px 0 65px;
}
.section .title{
  margin-bottom: 45px;
}
.section .title .ttl_en{
  color: #7fa5a4;
}
.map .google_map iframe{
  width: 100%;
  height: 400px;
}
.map .flex_center{
  align-items: center;
  margin: 30px 0;
}
.map .left{
  max-width: 350px;
  margin-right: 3%;
}
.map .right{
  line-height: 1.8;
}
.section .title .icon{
  margin-right: 22px;
}
.section .big_img{
  margin-bottom: 25px;
}
/* train */
.train .title .icon{
  display: inline-block;
  width: 34.5px;
  height: auto;
}

/* car */
.car{
  padding-bottom: 0;
}
.car .title .icon{
  display: inline-block;
  width: 46.5px;
  height: auto;
}
.parking{
  background: #e1e0e0;
  margin-top: 70px;
  padding: 50px 0;
}
.parking .green:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../images/top/sec_ttl.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.parking .green:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../images/top/sec_ttl_right.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.parking .img{
  width: 86.67%;
  max-width: 1040px;
  margin: 30px auto;
}
.parking .text{
  left: 0;
  bottom: 20px;
}
.parking .btn{
  margin: 30px auto 15px;
}

/* air */
.air .title .icon{
  display: inline-block;
  width: 47px;
  height: auto;
}
.air dl{
  overflow: hidden;
}
.air dl dt{
  float: left;
  width: 200px;
  clear: left;
}
.air dl dd{
  float: left;
  width: calc(100% - 200px);
}

/* information */
.information{
  background: #e1e0e0;
}
.information .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 65px;
}
.information .list li{
  width: 13.46%;
  height: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.information .list li .fs21{
  line-height: 1.4;
}
.information .list li .fs25{
  line-height: 1;
}

.links .table th{
  width: 40%;
}


@media screen and (max-width: 878px){
  .information .list{
    justify-content: center;
  }
  .information .list li {
    width: 19%;
    margin-right: 1.25%;
  }
  .information .list li:nth-child(5),
  .information .list li:nth-child(10),
  .information .list li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px){
  .section {
    padding: 25px 3% 35px;
  }
  .section .title {
    margin-bottom: 25px;
  }
  .map .left {
    max-width: 350px;
    margin-right: 3%;
    margin: 0px auto 10px;
  }
  .map .right {
    text-align: center;
  }
  .parking {
    margin-top: 0;
    padding: 25px 0;
  }
  .parking .img {
    width: 94%;
    margin: 25px auto;
  }
  .parking .text {
    bottom: 0;
    position: relative;
    margin-top: 20px;
  }
  .air dl dt {
    float: none;
  }
  .air dl dd {
    float: none;
    width: 100%;
    padding-left: 50px;
    margin-bottom: 10px;
  }

  .information .list{
    padding: 0 1% 25px;
  }
  .links .table th{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  .information .list{
    justify-content: center;
  }
  .information .list li {
    width: 24%;
    margin-right: 1.25%;
  }
  .information .list li:nth-child(5),
  .information .list li:nth-child(10){
    margin-right: 1.25%;
  }
  .information .list li:nth-child(4),
  .information .list li:nth-child(8),
  .information .list li:nth-child(12){
    margin-right: 0;
  }


}
@media screen and (max-width: 500px){
  .information .sec_ttl{
    text-align: left;
    padding-left: 3%;
  }
  .information .list{
    justify-content: center;
  }
  .information .list li {
    width: 32.5%;
    margin-right: 1.25%;
    height: 130px;
  }
  .information .list li:nth-child(4),
  .information .list li:nth-child(8){
    margin-right: 1.25%;
  }
  .information .list li:nth-child(3),
  .information .list li:nth-child(6),
  .information .list li:nth-child(9){
    margin-right: 0;
  }

  .links .table td a{
    word-break: break-all;
  }

}
