.section-airport-introduction {
  position: relative;
  background: url("../img/common/bg_common_05.jpg") repeat-y 0 0/100% 100%;
}
.section-airport-introduction .introduction-wrapper {
  background: url("../img/common/bg_common_01.jpg") repeat 0 0/0.5rem 0.5rem;
}
.section-airport-introduction .map-text {
  letter-spacing: 0.05em;
}
.section-airport-introduction .map-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-airport-introduction .map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.2rem;
  padding: 0.05rem 0.1rem;
  color: #941e57;
  letter-spacing: 0.05em;
}
.section-airport-introduction .map-item::before, .section-airport-introduction .map-item::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.18rem;
  min-height: 0.55rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #941e57;
  border-bottom: 1px solid #941e57;
}
.section-airport-introduction .map-item::before {
  left: 0;
  border-left: 1px solid #941e57;
}
.section-airport-introduction .map-item::after {
  right: 0;
  border-right: 1px solid #941e57;
}
.section-airport-introduction .map-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-airport-introduction {
    padding-top: 100px;
  }
  .is-tablet .section-airport-introduction {
    margin-bottom: -2px;
  }
  .section-airport-introduction .introduction-wrapper {
    min-height: 1090px;
    margin-top: 96px;
    padding: 76px 0;
  }
  .section-airport-introduction .introduction-wrapper .title-common-primary {
    margin-bottom: 43px;
    padding: 0 30px;
  }
  .section-airport-introduction .introduction-wrapper .title-common-primary .title-wrapper {
    font-size: 0.3rem;
    line-height: 1.7333333333;
  }
  .section-airport-introduction .introduction-inner {
    position: relative;
    z-index: 1;
  }
  .section-airport-introduction .introduction-inner::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1920px;
    height: 860px;
    background: url("../img/access/airport/map_img.png") no-repeat 0 0/auto 100%;
  }
  .section-airport-introduction .introduction-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 60px);
    max-width: 1440px;
    margin: 0 auto 177px;
    padding-top: 159px;
  }
  .section-airport-introduction .map-content {
    max-width: 440px;
  }
  .section-airport-introduction .map-text {
    margin-bottom: 23px;
  }
  .section-airport-introduction .map-item {
    width: 368px;
    min-height: 55px;
    font-size: 0.17rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1799.98px) {
  .section-airport-introduction .introduction-inner::after {
    height: 750px;
  }
}
@media print, (min-width: 768px) and (max-width: 1499.98px) {
  .section-airport-introduction .introduction-inner::after {
    height: 630px;
  }
}
@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .section-airport-introduction .introduction-inner::after {
    height: 580px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-airport-introduction .introduction-wrapper {
    padding: 0.6rem 0;
  }
  .section-airport-introduction .introduction-wrapper .title-common-primary {
    margin-bottom: 0.4rem;
    padding: 0 0.3rem;
  }
  .section-airport-introduction .introduction-wrapper .title-common-primary .title-wrapper {
    font-size: 0.19rem;
  }
  .section-airport-introduction .introduction-map {
    margin-bottom: 0.4rem;
    padding: 0 0.3rem;
  }
  .section-airport-introduction .map-text {
    margin-bottom: 0.4rem;
  }
  .section-airport-introduction .map-item {
    margin-bottom: 0.4rem;
    font-size: 0.16rem;
  }
  .section-airport-introduction .map-image {
    margin: 0 -0.3rem;
    position: relative;
  }
  .section-airport-introduction .map-image .image-wrapper {
    overflow-x: auto;
    position: relative;
  }
  .section-airport-introduction .map-image .image-wrapper img {
    width: 1000px;
    max-width: none;
  }
}

.introduction-controller .controller-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.introduction-controller .controller-inner {
  background: url("../img/common/bg_common_02.jpg") repeat 0 0/0.9rem 0.9rem;
}
.introduction-controller .controller-text {
  letter-spacing: 0.05em;
}
.introduction-controller .button-common-primary.is-style-golden-external {
  font-size: 0.17rem;
}
.introduction-controller .button-common-primary.is-style-golden-external::after {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
@media print, (min-width: 768px) {
  .introduction-controller .controller-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .introduction-controller .controller-item {
    width: 50%;
    min-height: 140px;
    padding: 0 20px;
  }
  .introduction-controller .controller-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 40px;
  }
  .introduction-controller .controller-text {
    padding-right: 10px;
    line-height: 1.8888888889;
  }
  .introduction-controller .button-common-primary.is-style-golden-external {
    width: 300px;
    min-height: 57px;
    padding: 5px 40px 5px 30px;
  }
  .introduction-controller .button-common-primary.is-style-golden-external::after {
    margin-top: -13px;
  }
}
@media print, (min-width: 768px) and (max-width: 1499.98px) {
  .introduction-controller .controller-inner {
    padding: 30px 15px;
  }
  .introduction-controller .controller-list {
    margin: 0 -10px;
  }
  .introduction-controller .controller-item {
    padding: 0 10px;
  }
  .introduction-controller .controller-text {
    font-size: 0.17rem;
  }
  .introduction-controller .button-common-primary.is-style-golden-external {
    width: 265px;
  }
}
@media only screen and (max-width: 767.98px) {
  .introduction-controller .controller-item {
    min-height: 1.4rem;
    margin-bottom: 0.2rem;
  }
  .introduction-controller .controller-item:last-child {
    margin-bottom: 0;
  }
  .introduction-controller .controller-inner {
    padding: 0.2rem;
  }
  .introduction-controller .controller-text {
    margin-bottom: 0.2rem;
  }
  .introduction-controller .button-common-primary.is-style-golden-external {
    width: 100%;
    min-height: 0.5rem;
    padding: 0.05rem 0.6rem 0.05rem 0.2rem;
  }
  .introduction-controller .button-common-primary.is-style-golden-external::after {
    right: 0.2rem;
    margin-top: -0.12rem;
  }
}

.section-airport-contents {
  position: relative;
  background: url("../img/common/bg_common_05.jpg") repeat-y 0 0/100% 100%;
}
.section-airport-contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}
.section-airport-contents .airport-plane .title-common-primary {
  position: relative;
}
.section-airport-contents .airport-plane .title-common-primary::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/access/airport/logo_plane.svg") no-repeat 0 0/auto 100%;
}
.section-airport-contents .banner-common-link::after {
  display: none;
}
.section-airport-contents .banner-common-link::before {
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/access/airport/icn_arrow.svg") no-repeat 0 0/auto 100%;
}
.section-airport-contents .banner-common-link .banner-image::before {
  background: rgba(0, 0, 0, 0.49);
}
.section-airport-contents .banner-common-link .banner-image::after {
  display: none;
}
@media print, (min-width: 768px) {
  .section-airport-contents {
    padding-top: 245px;
  }
  .section-airport-contents::before {
    height: 56px;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 56px;
  }
  .section-airport-contents .airport-plane .title-common-primary {
    margin-bottom: 57px;
  }
  .section-airport-contents .airport-plane .title-common-primary::before {
    top: -82px;
    width: 299px;
    height: 85px;
    margin-left: -5px;
  }
  .section-airport-contents .plane-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-airport-contents .banner-common-link {
    width: 48.6111111111%;
    min-height: 222px;
    margin: 0;
  }
  .section-airport-contents .banner-common-link::before {
    bottom: 15px;
    width: 25px;
    height: 14px;
  }
  .section-airport-contents .banner-common-link .banner-title {
    font-size: 0.26rem;
    line-height: 1.7692307692;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-airport-contents {
    padding-top: 1.8rem;
  }
  .section-airport-contents::before {
    height: 0.4rem;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 0.4rem;
  }
  .section-airport-contents .airport-plane .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-airport-contents .airport-plane .title-common-primary::before {
    top: -0.82rem;
    width: 2.4rem;
    height: 0.6rem;
    margin-left: -0.05rem;
  }
  .section-airport-contents .banner-common-link {
    margin-bottom: 0.2rem;
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .section-airport-contents .banner-common-link:last-child {
    margin-bottom: 0;
  }
  .section-airport-contents .banner-common-link::before {
    bottom: 0.15rem;
    width: 0.25rem;
    height: 0.14rem;
  }
}

.airport-area .area-head {
  position: relative;
}
.airport-area .title-common-primary {
  position: relative;
  z-index: 1;
}
.airport-area .title-common-primary .title-wrapper {
  letter-spacing: 0.12em;
}
.airport-area .area-text {
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.airport-area .area-content {
  position: relative;
  z-index: 1;
}
.airport-area .area-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  background: url("../img/access/airport/area_bg.jpg") repeat-y 0 0/100% auto;
}
.airport-area .area-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.airport-area .area-image {
  position: relative;
  margin-bottom: 0.4rem;
  padding-top: 100%;
}
.airport-area .area-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.airport-area .button-common-primary.is-style-external {
  width: 100%;
  font-size: 0.18rem;
}
.airport-area .button-common-primary.is-style-external::after {
  top: 50%;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
@media print, (min-width: 768px) {
  .airport-area {
    padding: 156px 0 80px;
  }
  .airport-area .area-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  .airport-area .area-head {
    margin-bottom: 74px;
  }
  .airport-area .title-common-primary {
    margin-bottom: 50px;
  }
  .airport-area .title-common-primary .title-wrapper {
    font-size: 0.3rem;
    line-height: 1.7333333333;
  }
  .airport-area .area-map {
    position: absolute;
    top: 7px;
    right: -65px;
  }
  .airport-area .area-content::after {
    bottom: -80px;
    left: 120px;
    height: 397px;
  }
  .airport-area .area-content.is-reverse::after {
    right: 120px;
    left: 0;
  }
  .airport-area .area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
  .airport-area .area-item {
    width: 33.3333333333%;
    padding: 0 30px;
  }
  .airport-area .area-image {
    margin-bottom: 40px;
  }
  .airport-area .button-common-primary.is-style-external {
    padding: 5px 45px 5px 40px;
  }
  .is-tablet .airport-area .button-common-primary.is-style-external {
    padding-left: 20px;
  }
  .airport-area .button-common-primary.is-style-external::after {
    margin-top: -12px;
  }
}
@media print, (min-width: 768px) and (max-width: 1799.98px) {
  .airport-area.is-yonago .area-map {
    right: -320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .airport-area {
    padding-top: 0.6rem;
  }
  .airport-area .area-head {
    margin-bottom: 0.5rem;
    padding: 0 0.3rem;
  }
  .airport-area .area-text {
    margin-bottom: 0.4rem;
  }
  .airport-area .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .airport-area .title-common-primary .title-wrapper {
    font-size: 0.21rem;
    line-height: 1.5;
  }
  .airport-area .area-content {
    padding-bottom: 0.6rem;
  }
  .airport-area .area-content::after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
  }
  .airport-area .area-item {
    margin-bottom: 0.5rem;
  }
  .airport-area .area-item:last-child {
    margin-bottom: 0;
  }
  .airport-area .area-image {
    margin-bottom: 0.4rem;
  }
  .airport-area .button-common-primary.is-style-external {
    min-height: 0.5rem;
    padding: 0.05rem 0.35rem 0.05rem 0.1rem;
  }
  .is-ios .airport-area .button-common-primary.is-style-external {
    font-size: 0.17rem;
  }
  .airport-area .button-common-primary.is-style-external::after {
    right: 0.1rem;
    margin-top: -0.12rem;
  }
}

.section-airport-related {
  position: relative;
  z-index: 2;
  background: url("../img/common/bg_common_05.jpg") repeat-y 0 0/100% 100%;
}
@media print, (min-width: 768px) {
  .section-airport-related {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-airport-related {
    padding: 0.6rem 0;
  }
}

.icon-common-scrollable {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.icon-common-scrollable.is-disabled {
  opacity: 0;
}
.icon-common-scrollable .icon-label {
  display: block;
  margin: 10px auto 0;
  color: #fff;
  font-size: 10px;
}
.icon-common-scrollable .icon-main {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 100px;
  padding: 30px 10px;
  border-radius: 5px;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.icon-common-scrollable .icon-main::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  -webkit-animation: appearing01 1.2s linear infinite;
  animation: appearing01 1.2s linear infinite;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=) center center/contain no-repeat;
  color: #fff;
}
.icon-common-scrollable .icon-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: 34px;
  height: 14px;
  margin: 0 auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==) center center/auto auto no-repeat;
}

@-webkit-keyframes appearing01 {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes appearing01 {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
/*# sourceMappingURL=access_airport.css.map */