@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 access
==================================================================================*/
#access .mv .num {
  text-combine-upright: all;
  font-style: normal;
  display: inline-block;
  margin-left: -0.5em;
  margin-bottom: 0.2em;
}
#access .intro {
  max-width: 1000px;
  margin: 0 auto 150px;
}
#access .intro .tit {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 70px;
}
#access .intro .lead {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 100px;
}
#access .train {
  max-width: 1000px;
  margin: 0 auto 200px;
}
#access .train .tit {
  font-size: 20px;
  margin-bottom: 20px;
}
#access .train .list {
  display: flex;
  justify-content: space-between;
}
#access .train .list li {
  width: 32%;
}
#access .train .txt-img {
  margin: 12px auto 150px;
}
#access .train .img04 .caption.blk {
  bottom: -30px;
}
#access .sections {
  position: relative;
  text-align: center;
  color: #fff;
  background: url(../imgs/car-bg.jpg);
  background-size: cover;
  padding: 140px 0 170px;
}
#access .sections .tit {
  font-size: 32px;
  margin-bottom: 8px;
}
#access .sections .sub {
  font-size: 12px;
  margin-bottom: 50px;
}
#access .sections .txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 70px;
}
#access .car .txt01 {
  font-size: 20px;
  margin-bottom: 40px;
}
#access .car .img01 {
  max-width: 856px;
  margin: auto;
}
#access .car .list {
  max-width: 1000px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#access .car .list li {
  width: 32%;
  margin-bottom: 30px;
}
#access .car .list .name {
  text-align: left;
  font-size: 18px;
  margin-top: 10px;
}
#access .car .modal-window .modal-content .swipe-img img {
  width: 1300px !important;
}
#access .air {
  background: url(../imgs/air-bg.jpg);
  background-size: cover;
}
#access .air .image {
  max-width: 826px;
  margin: auto;
}
#access .taxi {
  background: url(../imgs/taxi-bg.jpg);
  background-size: cover;
}
#access .taxi .image {
  max-width: 900px;
  margin: auto;
}
#access #modal03 .modal-window .modal-content .swipe-img img {
  width: 90vw !important;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   access
  ==================================================================================*/
  #access .mv .num {
    text-combine-upright: all;
    font-style: normal;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0.2em;
  }
  #access .intro {
    margin: 0 auto 80px;
  }
  #access .intro .tit {
    margin-bottom: 30px;
  }
  #access .intro .lead {
    margin-bottom: 60px;
  }
  #access .train {
    margin: 0 auto 80px;
  }
  #access .train .list {
    display: block;
  }
  #access .train .list li {
    width: 100%;
    margin-bottom: 10px;
  }
  #access .train .txt-img {
    margin: 60px auto 50px;
  }
  #access .sections {
    position: relative;
    text-align: center;
    color: #fff;
    background: url(../imgs/car-bg-sp.jpg);
    background-size: cover;
    padding: 80px 0;
  }
  #access .sections .txt {
    text-align: left;
    margin-bottom: 30px;
  }
  #access .car .txt01 {
    text-align: left;
    font-size: 16px;
  }
  #access .car .list li {
    width: 49%;
    margin-bottom: 20px;
  }
  #access .car .list .name {
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
  }
  #access .car .modal-window .modal-content .swipe-img img {
    width: 520px !important;
  }
  #access .air {
    background: url(../imgs/air-bg-sp.jpg);
    background-size: cover;
  }
  #access .taxi {
    background: url(../imgs/taxi-bg-sp.jpg);
    background-size: cover;
  }
  #access #modal03 .modal-window .modal-content .swipe-img img {
    width: 520px !important;
  }
}/*# sourceMappingURL=style.css.map */