@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- concept_sec
- station_sec
- map_sec
- award_sec
-------------------------*/
/*=======================================
　concept_sec
=======================================*/
.concept_sec {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .concept_sec {
    margin-bottom: 90px;
  }
}

/*=======================================
　station_sec
=======================================*/
.station_sec {
  margin-bottom: 151px;
}
@media screen and (max-width: 768px) {
  .station_sec {
    margin-bottom: 75px;
  }
}
.station_sec .inner {
  max-width: 1110px;
}
.station_sec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  row-gap: 55px;
}
.station_sec .inner ul li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 22px;
}
@media screen and (max-width: 768px) {
  .station_sec .inner ul li {
    width: 100%;
    row-gap: 20px;
  }
}
.station_sec .inner ul li .txt {
  max-width: 79.77%;
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .station_sec .inner ul li .txt {
    height: auto;
  }
}

/*=======================================
　map_sec
=======================================*/
.map_sec {
  margin-bottom: 123px;
}
@media screen and (max-width: 768px) {
  .map_sec {
    margin-bottom: 60px;
  }
}
.map_sec .inner {
  max-width: 880px;
}
.map_sec .inner h3 {
  margin-bottom: 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .map_sec .inner h3 {
    margin-bottom: 30px;
  }
}
.map_sec .inner .copy {
  margin-bottom: 48.5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .map_sec .inner .copy {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .map_sec .inner .copy img:nth-child(1) {
    max-width: 320px;
  }
}

/*=======================================
　award_sec
=======================================*/
.award_sec {
  max-width: 1350px;
  margin: 0 auto 112px;
  position: relative;
  padding: 100.5px 0;
}
@media screen and (max-width: 768px) {
  .award_sec {
    padding: 50px 0;
    margin-bottom: 60px;
  }
}
.award_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/access/award_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
          mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .award_sec::before {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #000), color-stop(85%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
            mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #000), color-stop(85%, #000), to(transparent));
            mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
  }
}
@media screen and (max-width: 768px) {
  .award_sec::before {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.award_sec .inner {
  max-width: 1110px;
}
@media screen and (max-width: 768px) {
  .award_sec .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.award_sec .inner h3 {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .award_sec .inner h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .award_sec .inner > .flex_area {
    display: contents;
  }
}
.award_sec .inner .flex_area {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.award_sec .inner .flex_area > div {
  width: 47.29%;
}
@media screen and (max-width: 768px) {
  .award_sec .inner .flex_area > div {
    width: 100%;
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .award_sec .inner .flex_area .left figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.award_sec .inner .flex_area .right .sub_cmn_txt01 {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .award_sec .inner .flex_area .right .sub_cmn_txt01 {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 768px) {
  .award_sec .inner .flex_area .right .flex_area {
    row-gap: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.award_sec .inner .flex_area .right .flex_area figure {
  width: 47.61%;
}
@media screen and (max-width: 768px) {
  .award_sec .inner .flex_area .right .flex_area figure {
    width: 100%;
  }
}
.award_sec .inner .flex_area .right .flex_area figure img {
  width: 100%;
}

/*=======================================
　award_sec
=======================================*/
.airport_sec {
  background: url("../img/access/airport_bg.jpg") no-repeat;
  background-size: cover;
  padding: 150px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .airport_sec {
    margin-bottom: 60px;
    padding: 75px 0;
  }
}
.airport_sec .inner {
  max-width: 1110px;
}
.airport_sec .inner .sub_cmn_txt01 {
  max-width: 934px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .airport_sec .inner .sub_cmn_txt01 {
    margin-bottom: 40px;
  }
}
.airport_sec .inner .flex_area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .airport_sec .inner .flex_area {
    row-gap: 30px;
  }
}
.airport_sec .inner .flex_area > .txt,
.airport_sec .inner .flex_area > figure {
  width: 47.29%;
}
@media screen and (max-width: 768px) {
  .airport_sec .inner .flex_area > .txt,
  .airport_sec .inner .flex_area > figure {
    width: 100%;
  }
}
.airport_sec .inner .flex_area .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .airport_sec .inner .flex_area .txt {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/*=======================================
　access_sec
=======================================*/
.access_sec .inner {
  max-width: 1110px;
}
.access_sec .inner .cmn_txt01 {
  max-width: 946px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .access_sec .inner .flex_area {
    row-gap: 30px;
  }
}
.access_sec .inner .flex_area .img {
  width: 47.29%;
}
@media screen and (max-width: 768px) {
  .access_sec .inner .flex_area .img {
    width: 100%;
  }
}/*# sourceMappingURL=access.css.map */