@charset 'utf-8';
/* LLC */
.btn {
  position: relative;
}
.btn a {
  text-decoration: none;
}
.btn__hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/rgba_fff_20.png) 0 0 repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.btn__hover.btn__hover-img {
  text-align: inherit;
  text-indent: 0;
  overflow: visible;
}
.sp .btn__hover {
  display: none;
}
.btn a:hover .btn__hover {
  opacity: 1;
  filter: none;
}
body {
  background: #fff;
  font-family: 'Amiko', sans-serif;
  -webkit-touch-callout: default;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.wrapper {
  color: #333;
}
.wrapper a {
  color: #333;
}
ul {
  list-style: none;
  padding: 0;
}
h1 {
  margin: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
[class*='col-'].no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.icon {
  display: inline-block;
}
*:first-child + html body .icon {
  display: inline;
  zoom: 1;
}
.icon-arw {
  width: 12px;
  height: 18px;
  margin-top: -9px;
  background: url(../images/symbol_arw_right.png) 0 0 no-repeat;
}
.icon-arw-small {
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/symbol_arw_right_small2.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-arw-small {
    width: 10px;
    height: 15px;
    margin-top: -8px;
    background: url(../images/symbol_arw_right_small.png) 0 0 no-repeat;
  }
}
.icon-arw-down {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/symbol_arw_down.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-arw-down {
    width: 17px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_symbol_arw_down.png) 0 0 no-repeat;
  }
}
.icon-arw-up {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/symbol_arw_up.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-arw-up {
    width: 17px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_symbol_arw_up.png) 0 0 no-repeat;
  }
}
.icon-box {
  width: 21px;
  height: 17px;
  margin-top: -9px;
  background: url(../images/symbol_box.png) 0 0 no-repeat;
}
.icon-outer-small {
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/icon_outer_small.png) 0 0 no-repeat;
}
.icon-outer-small-wh {
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/icon_outer_small_wh.png) 0 0 no-repeat;
}
.icon-outer-mid {
  width: 16px;
  height: 13px;
  margin-top: -7px;
  background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-outer-mid {
    width: 21px;
    height: 17px;
    margin-top: -9px;
    background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
  }
}
.icon-right-point {
  width: 17px;
  height: 18px;
  margin-top: -4px;
  background: url(../images/icon-right-point.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-right-point {
    width: 17px;
    height: 18px;
    margin-top: -6px;
    background: url(../images/icon-right-point.png) 0 0 no-repeat;
  }
}
.header__langList {
  position: relative;
  height: 20px;
  text-align: right;
  font-size: 0;
}
@media screen and (min-width: 480px) {
  .header__langList {
    height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .header__langList {
    height: 17px;
  }
}
.langList {
  display: inline-block;
  vertical-align: top;
  right: 0;
  top: 0;
  z-index: 2;
  width: 80px;
  min-height: 22px;
  margin-left: auto;
  margin-left: 3px;
  overflow: hidden;
  font-size: 11px;
  background: #1db3cb;
  color: #fff;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-transition: opacity height 0.1s linear;
  -moz-transition: opacity height 0.1s linear;
  transition: opacity height 0.1s linear;
  cursor: pointer;
}
.langList:hoverx[data-select="false"] {
  opacity: 1;
  filter: none;
  cursor: default;
}
.langList.is-open:hover {
  opacity: 1;
  filter: none;
}
.langList ul {
  margin: 0;
}
.langList[data-select="false"] {
  cursor: default;
}
.langList[data-select="false"] li {
  text-indent: 0;
}
.langList[data-select="false"] li:hover {
  background: none;
}
.langList[data-select="false"] .iconContainer {
  display: none;
}
.langList li {
  line-height: 2;
  display: none;
  height: 22px;
  text-align: center;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.langList li:hover {
  background: #38cbe3;
}
.langList li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.langList li.is-current {
  display: block;
}
.langList .iconContainer {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 0;
}
.langList .iconContainer .icon {
  vertical-align: top;
}
.langList li {
  text-indent: -12px;
}
@media screen and (min-width: 480px) {
  .langList {
    width: 159px;
    min-height: 35px;
    margin-left: 10px;
    font-size: 20px;
  }
  .langList .iconContainer {
    right: 15px;
    top: 18px;
  }
  .langList li {
    height: 35px;
    text-indent: -15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .langList {
    width: 150px;
    min-height: 29px;
    font-size: 14px;
  }
  .langList .iconContainer {
    right: 16px;
    top: 14px;
  }
  .langList li {
    height: 29px;
    text-indent: -16px;
    line-height: 2;
  }
}
.langList.-departure {
  position: relative;
  width: 114px;
  background: #777777;
}
.langList.-departure li:hover {
  background: #919191;
}
.langList.-departure li.langList__hd i.fa {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.langList.-departure li.is-disabled {
  background: #666;
  cursor: default;
}
.langList.-departure li.is-disabled a {
  pointer-events: none;
}
@media screen and (min-width: 480px) {
  .langList.-departure {
    width: 205px;
  }
  .langList.-departure li.langList__hd i.fa {
    position: relative;
    top: 2px;
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .langList.-departure {
    width: 174px;
  }
}
.titleLogo {
  position: relative;
  height: 40px;
}
.titleLogo:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}
.titleLogo img {
  min-width: 120px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding-right: 10px;
}
@media screen and (min-width: 480px) {
  .titleLogo {
    height: 56px;
  }
  .titleLogo img {
    margin-left: 0;
  }
}
.header__nav {
  height: 40px;
}
@media screen and (min-width: 480px) {
  .header__nav {
    height: 56px;
  }
}
.header__nav ul {
  /*clear float by parent div tag*/
  zoom: 100%;
  display: block;
  position: relative;
  height: 100%;
  font-size: 0;
  text-align: right;
}
.header__nav ul:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.header__nav ul:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}
.header__nav li {
  position: relative;
  padding-left: 1px;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  padding: 0;
  line-height: 1.1;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
*:first-child + html body .header__nav li {
  display: inline;
  zoom: 1;
}
.header__nav li [class*='icon-'] {
  margin-left: 2px;
}
@media screen and (min-width: 480px) {
  .header__nav li [class*='icon-'] {
    margin-left: 4px;
  }
}
.header__nav li span {
  display: inline-block;
  text-align: left;
}
.header__nav li br {
  line-height: 2px;
}
@media screen and (min-width: 480px) {
  .header__nav li {
    text-align: center;
  }
  .header__nav li.nav__long_1 {
    width: 60%;
  }
  .header__nav li.nav__long_2 {
    width: 40%;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px) {
  .header__nav li {
    font-size: 15px;
  }
}
@media screen and (min-width: 701px) and (max-width: 767px) {
  .header__nav li {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav li {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav li {
    width: 14.68189233%;
  }
  .header__nav li.nav__long_1 {
    width: 28.54812398%;
  }
  .header__nav li.nav__long_2 {
    width: 19.57585644%;
  }
}
.header__nav li a {
  position: relative;
  display: block;
}
.header__nav li a:hover {
  text-decoration: none;
}
.header__nav li a:after {
  content: "";
  display: block;
  background: #444;
  margin-top: 3px;
  margin-right: 1px;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media screen and (min-width: 480px) {
  .header__nav li a:after {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav li a:after {
    margin-top: 6px;
  }
}
.header__nav li a:hover:after {
  background: #1db3cb;
}
/* content */
.contentNavContainer {
  margin: 20px auto 15px;
}
@media screen and (min-width: 768px) {
  .contentNavContainer {
    margin: 20px auto 35px;
  }
}
@media screen and (min-width: 960px) {
  .contentNavContainer {
    margin: 20px auto 35px;
  }
}
.contentNav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
.contentNav.is-fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}
.cn__inner {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cn__inner {
    width: 960px;
  }
}
.cn__desc {
  margin-bottom: 3px;
  padding-top: 6px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.cn__desc span {
  font-size: 12px;
}
.is-fixed .cn__desc {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .cn__desc {
    font-size: 20px;
  }
  .is-fixed .cn__desc {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .cn__desc {
    margin-bottom: 6px;
    padding-top: 12px;
    font-weight: bold;
    font-size: 39px;
  }
  .cn__desc span {
    font-weight: normal;
    font-size: 24px;
  }
  .is-fixed .cn__desc {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .cn__desc {
    margin-bottom: 15px;
    padding-top: 20px;
    font-size: 48px;
    font-weight: bold;
  }
  .cn__desc span {
    display: block;
    font-size: 30px;
    font-weight: normal;
  }
  .is-fixed .cn__desc {
    font-size: 24px;
  }
  .is-fixed .cn__desc span {
    font-size: 24px;
  }
}
.cn__navList {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 2px 5px 0px;
  background: #ededed;
  color: #333;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.cn__navList a {
  color: #333;
}
.cn__navList ul {
  display: inline-block;
  padding: 0 0px;
  text-align: justify;
}
.cn__navList li {
  width: 162px;
  display: inline-block;
  line-height: 1.5;
  margin: 0 0 2px 0;
  padding: 0 3px 2px;
  font-size: 13px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cn__navList li:hover {
  color: #fff;
  background: #1db3cb;
}
.cn__navList li:hover a {
  color: #fff;
}
.cn__navList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cn__navList li span {
  display: inline-block;
  padding: 6px 0 0 0;
}
*:first-child + html body .cn__navList li span {
  display: inline;
  zoom: 1;
}
@media screen and (min-width: 480px) {
  .cn__navList.cn__navList-tw ul {
    display: table-row;
    padding: 0 10px;
  }
  .cn__navList.cn__navList-tw li {
    display: table-cell;
    width: 191px;
    height: 33px;
    margin: 0;
    padding: 0 0;
    margin: 0 0 5px 0;
    padding: 0 10px 4px;
    font-size: 15px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .cn__navList.cn__navList-tw li {
    width: 180px;
  }
}
@media screen and (min-width: 960px) {
  .cn__navList.cn__navList-tw li {
    width: 180px;
  }
}
@media screen and (min-width: 480px) {
  .cn__navList li a span i {
    font-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  .cn__navList {
    padding: 5px 5px 4px;
  }
  .cn__navList ul {
    display: table-row;
    padding: 0 10px;
  }
  .cn__navList li {
    display: table-cell;
    width: 82px;
    height: 33px;
    margin: 0;
    padding: 0 0;
    margin: 0 0 5px 0;
    padding: 0 10px 4px;
    font-size: 15px;
    white-space: nowrap;
  }
}
.flightLink {
  max-width: 960px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .flightLink {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 960px) {
  .flightLink {
    margin: 0 auto 20px;
  }
}
.fl__inner {
  /*clear float by parent div tag*/
  zoom: 100%;
}
.fl__inner:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  .fl__inner {
    float: right;
  }
}
.fl__hd {
  margin: 0 auto 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fl__hd {
    padding: 0 10px;
    text-align: right;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .fl__hd {
    float: left;
    font-size: 16px;
  }
}
.fl__list {
  text-align: center;
}
.fl__list .btn {
  display: inline-block;
  width: 80px;
  height: 18px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 11px;
}
.fl__list .btn .btn__hover {
  transition: opacity .03s linear;
}
.fl__list .btn .btn__inner {
  box-sizing: border-box;
  display: table-cell;
  width: 80px;
  height: 18px;
  padding: 3px 0 0;
  vertical-align: middle;
  text-align: center;
}
.fl__list .btn .icon {
  position: relative;
  left: 5px;
  top: 0;
  margin-top: 0px;
  vertical-align: baseline;
}
.fl__list .btn-asia {
  background: #f20000;
}
.fl__list .btn-asia a {
  color: #fff;
}
.fl__list .btn-vannila {
  background: #00a0e8;
}
.fl__list .btn-vannila a {
  color: #fff;
}
.fl__list .btn-jet {
  background: #ff5115;
}
.fl__list .btn-jet a {
  color: #fff;
}
.fl__list .btn-scoot {
  background: #ffe900;
}
.fl__list .btn-scoot a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .fl__list {
    text-align: right;
    margin-right: 10px;
  }
  .fl__list li {
    margin-bottom: 0;
  }
  .fl__list .btn {
    width: 97px;
  }
  .fl__list .btn .btn__inner {
    width: 97px;
  }
}
@media screen and (min-width: 960px) {
  .fl__list {
    float: left;
  }
  .fl__list .btn {
    width: 97px;
  }
  .fl__list .btn .btn__inner {
    width: 97px;
  }
  .fl__list .btn .icon {
    position: relative;
    left: 8px;
    vertical-align: baseline;
  }
}
.map {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .map {
    width: 100%;
    margin-top: -40px;
  }
}
@media screen and (min-width: 960px) {
  .map {
    width: 100%;
  }
}
.map__hd {
  clear: both;
  max-width: 960px;
  margin: 0 auto 6px;
  padding: 0 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .map__hd {
    clear: none;
    text-align: left;
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .map__hd {
    text-align: left;
  }
}
.map__img {
  position: relative;
}
.map__img img {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .map__img {
    height: 411px;
  }
  .map__img img {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    width: 1306px;
    height: auto;
    margin-left: -653px;
    max-width: none;
  }
}
.mainContent {
  width: 100%;
}
.sec {
  font-family: 'Noto Sans', sans-serif;
}
@media screen and (min-width: 480px) {
  .sec- {
    padding: 0 10px;
  }
}
.sec- {
  margin: 0 auto 40px;
}
@media screen and (min-width: 480px) {
  .sec- {
    margin: 0 auto 55px;
  }
}
.city__hdContainer {
  /*clear float by parent div tag*/
  zoom: 100%;
  margin: 0 auto 22px;
  padding: 9px;
  color: #fff;
  background: #1db3cb;
}
.city__hdContainer:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.city__hdContainer a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .city__hdContainer {
    padding: 9px 9px 5px 9px;
  }
}
.city__hd {
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .city__hd {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .city__hd {
    text-align: left;
    margin-top: 3px;
    font-size: 23px;
  }
}
@media screen and (min-width: 960px) {
  .city__hd {
    font-size: 23px;
    float: left;
    text-align: left;
  }
}
.city__flight {
  margin-bottom: 8px;
  text-align: center;
}
.city__flight ul {
  /*clear float by parent div tag*/
  zoom: 100%;
  font-size: 0;
}
.city__flight ul:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.city__flight li {
  width: 75px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0 3px 5px 2px;
  padding: 4px 0 1px;
  border-radius: 2px;
  line-height: 1.1;
  font-size: 11px;
  text-align: center;
}
.city__flight .air__vannila {
  background: #00a0e8;
  border: 1px solid #8ed9e5;
}
.city__flight .air__jet {
  background: #ff5115;
}
.city__flight .air__scoot {
  background: #ffe900;
  color: #333;
}
.city__flight .air__asia {
  background: #f20000;
}
@media screen and (min-width: 480px) {
  .city__flight {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .city__flight {
    float: left;
    margin-top: 3px;
    text-align: left;
  }
  .city__flight li {
    display: inline-block;
    width: 97px;
  }
}
@media screen and (min-width: 960px) {
  .city__flight {
    float: left;
    text-align: left;
  }
  .city__flight ul {
    padding-left: 73px;
  }
  .city__flight .solo {
    padding-top: 8px;
  }
  .city__flight li {
    display: inline-block;
    width: 97px;
  }
}
.city__flight-has2City {
  display: table;
  width: 340px;
  margin: 0 auto 8px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .city__flight-has2City {
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .city__flight-has2City {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .city__flight-has2City {
    width: 200px;
  }
}
.flight {
  display: inline-block;
  white-space: nowrap;
  margin-left: -5px;
}
.flight ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .flight {
    text-aling: left;
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .flight {
    display: inline-block;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .flight {
    display: block;
    padding-left: 73px;
    margin-left: 0;
  }
}
.flight__city {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 6px;
  font-weight: bold;
  font-size: 16px;
}
.flight-2 .flight__city {
  color: #000;
}
.flight-2 li {
  color: #fff;
}
.city__more {
  margin-bottom: 5px;
  text-align: center;
  clear: both;
}
@media screen and (min-width: 480px) {
  .city__more {
    width: 190px;
    margin: -48px 0 0 auto;
    clear: none;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .city__more {
    margin-top: -23px;
    clear: none;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .city__more {
    margin-top: inherit;
  }
}
.btn-more {
  display: inline-block;
  width: 186px;
  height: 41px;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #38cae1;
  line-height: 1.2;
  font-size: 18px;
}
.btn-more a {
  color: #fff;
}
.btn-more .btn__hover {
  transition: opacity .03s linear;
}
.btn-more .btn__inner {
  display: table-cell;
  width: 186px;
  height: 41px;
  vertical-align: middle;
  text-align: center;
}
.btn-more .icon {
  position: relative;
  top: 3px;
  font-size: 25px;
  margin-top: 0px;
  margin-right: -20px;
  vertical-align: baseline;
}
.city__nav {
  margin-bottom: 35px;
  text-align: center;
  clear: both;
}
@media screen and (min-width: 768px) {
  .city__nav {
    position: relative;
    left: 6%;
    clear: none;
    text-align: left;
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 960px) {
  .city__nav {
    position: relative;
    left: auto;
    /*clear float by parent div tag*/
    zoom: 100%;
    float: none;
    text-align: left;
    margin-bottom: 43px;
  }
  .city__nav:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
}
.btn-city-nav {
  display: inline-block;
  width: 340px;
  height: 39px;
  margin: 0 0 10px;
  color: #fff;
  border: 1px solid #47be49;
  background: #77d57a;
  line-height: 1.2;
  font-size: 18px;
}
.btn-city-nav a {
  color: #fff;
}
.btn-city-nav .btn__hover {
  transition: opacity .03s linear;
}
.btn-city-nav .btn__inner {
  display: table-cell;
  width: 186px;
  height: 41px;
  vertical-align: middle;
  text-align: center;
}
.btn-city-nav .icon {
  position: relative;
  top: -3px;
  right: 5px;
  margin-top: 0px;
  vertical-align: baseline;
}
@media screen and (min-width: 480px) {
  .btn-city-nav {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .btn-city-nav {
    margin-bottom: 5px;
    width: 216px;
  }
}
@media screen and (min-width: 960px) {
  .btn-city-nav {
    margin: 0 2.5px;
    width: 216px;
  }
  .btn-city-nav .icon {
    position: absolute;
    top: 10px;
    right: 5px;
    margin-top: 0px;
    vertical-align: baseline;
  }
}
@media screen and (min-width: 960px) {
  .btn-city-nav-first {
    margin-left: 23px;
  }
}
.itemList {
  margin-top: 0;
  margin-bottom: 0;
}
.itemList li {
  margin-bottom: 20px;
}
.itemList li a {
  color: #444;
  text-decoration: none;
}
.itemList li a:hover {
  color: #666;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .itemList li {
    margin-bottom: 40px;
  }
}
.item__title {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-right: 25px;
}
.item__title .title__sub {
  line-height: 1.5;
  font-size: 12px;
  font-weight: normal;
}
.item__title .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.item__subTitle {
  line-height: 1.5;
  font-size: 12px;
  font-weight: normal;
}
.item__txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
.item__txt em {
  font-size: 24px;
  font-weight: normal;
  color: #a74223;
  margin-left: 1px;
  margin-right: 1px;
}
@media screen and (min-width: 480px) {
  .item__txt i {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .item__txt {
    margin-bottom: 0;
  }
}
.item__txt i {
  display: inline-block;
}
.item__img {
  position: relative;
  margin-top: 5px;
  /*&:before{
    content:"";
    position:relative;
    top:0;
    left:-5px;
    display:inline-block;
    width:0;
    height:100%;
    vertical-align:middle;
    border:1px solid #0f0;
  }*/
}
.item__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/rgba_fff_10.png) 0 0 repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
a:hover .item__img:after {
  filter: none;
  opacity: 1;
}
.item__img img {
  display: inline;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  vertical-align: middle;
}
.type1 .item__txt {
  margin-right: -10px;
}
@media screen and (min-width: 480px) {
  .type1 .item__txt {
    padding-bottom: 65px;
  }
  .type1 .btn {
    margin-top: -55px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .type1 .item__txt {
    padding-bottom: 90px;
  }
  .type1 .item__title {
    line-height: 1.38;
    font-size: 26px;
  }
  .type1 .item__desc {
    line-height: 1.62;
    font-size: 16px;
  }
  .type1 .btn-2 {
    margin-top: -80px;
    height: 70px;
    font-size: 24px;
  }
  .type1 .btn-2 span {
    padding-right: 36px;
  }
}
.type2 .item__desc {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .type2 .row {
    position: relative;
  }
  .type2 .item__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    color: #fff;
    background: url(../images/type2_bg.png) 0 0 repeat;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  .type2 .item__txt:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .type2 .item__title {
    padding: 20px 50px 0 35px;
    line-height: 1.2;
    font-size: 26px;
  }
  .type2 .item__desc {
    padding: 0 50px 20px 35px;
    line-height: 1.62;
    font-size: 16px;
  }
  .type2 .btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    box-shadow: none;
    font-size: 26px;
  }
  .type2 .btn a span {
    display: none;
  }
  .type2 .btn:hover {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .type2 .item__desc {
    min-height: 90px;
    margin-bottom: 10px;
  }
}
.type1 li {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (min-width: 480px) {
  .type1 li {
    margin-bottom: 23px;
  }
}
.type1 li a {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.type1 li a:active,
.type1 li a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .type1 {
    margin-bottom: 23px;
  }
  .type1 li {
    margin-bottom: 0;
  }
  .type1 .img img {
    width: 100%;
    height: auto;
    transition: transform .1s linear;
  }
  .type1 a:hover .img img {
    transition: transform .2s linear;
    transform: scale(1.03);
  }
}
.type2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .type2 {
    margin-bottom: 23px;
  }
}
.type2 li {
  position: relative;
  margin-bottom: 5px;
  /*clear float by parent div tag*/
  zoom: 100%;
}
.type2 li > div {
  width: 86.25%;
  margin-left: auto;
  margin-left: right;
  margin-bottom: 11px;
}
@media screen and (min-width: 480px) {
  .type2 li > div {
    width: auto;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.type2 li:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.type2 li a {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.type2 li a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .type2 li a {
    display: table;
  }
}
.note {
  margin: 0 auto 40px;
  font-size: 14px;
}
.wrapper__bg1 {
  max-width: 960px;
  margin: 0 auto;
}
.mc__bg2 {
  position: relative;
  z-index: 3;
  min-height: 195px;
  margin: 0 10px;
  margin-top: -5%;
  margin-bottom: 8%;
  padding: 10px 0 20px 0;
  background: #fff;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.mc__bg2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 189px;
  height: 27px;
  margin-top: -26px;
  background: url(../images/main_hd_bg_parts.png) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 480px) {
  .mc__bg2 {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 27px;
    padding: 20px 0 20px 0;
  }
  .mc__bg2:before {
    width: 298px;
    height: 45px;
    margin-top: -43px;
  }
}
@media screen and (min-width: 768px) {
  .mc__bg2 {
    min-height: 175px;
  }
}
@media screen and (min-width: 960px) {
  .mc__bg2 {
    margin-left: 20px;
    margin-right: 20px;
    background-position: center 0;
  }
}
.mc__bg3 {
  background: #ebebeb url(../images/bg_gra1.png) 0 bottom repeat-x;
  padding-bottom: 10px;
}
.mc__bg4 {
  margin-bottom: 10px;
  padding-top: 25px;
  background: #ebebeb;
}
@media screen and (min-width: 480px) {
  .mc__bg4 {
    padding-top: 30px;
  }
}
.mc__title {
  margin: 0 24px;
  margin-top: 22px;
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 30px;
  font-family: 'Amiri', serif;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .mc__title {
    float: left;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-left: 34px;
    margin-right: 34px;
    font-size: 40px;
  }
}
@media screen and (min-width: 640px) {
  .mc__title {
    margin-top: -24px;
    font-size: 48px;
  }
}
.mc__desc {
  line-height: 1.33;
  margin: 0 24px;
  font-size: 12px;
  font-family: 'Amiri', serif;
}
.mc__desc p {
  display: block;
  margin-top: 0;
  white-space: normal;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 480px) {
  .mc__desc {
    clear: both;
    line-height: 1.37;
    margin-left: 34px;
    margin-right: 34px;
    font-size: 16px;
  }
}
.mc__hd {
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
  margin: 0 auto 26px;
  padding: 8px 3px 10px;
  color: #fff;
  background: #2287c8;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mc__hd.mc__hd-small {
  font-size: 16px;
}
.mc__hd.mc__hd-bold {
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .mc__hd {
    line-height: 1.2;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 24px;
  }
  .mc__hd.mc__hd-small {
    font-size: 20px;
  }
  .mc__hd span {
    padding: 0 8px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .mc__hd {
    height: 130px;
    line-height: 1.1;
    font-size: 32px;
  }
  .mc__hd:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
  }
  .mc__hd span {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .mc__hd span {
    padding: 0 20px;
  }
}
.mc__hd2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .mc__hd2 {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    text-indent: 1px;
  }
}
@media screen and (min-width: 768px) {
  .mc__hd2 {
    font-size: 24px;
  }
}
.sec-banner {
  margin: 0 auto 35px;
}
.bnrItem img {
  max-width: 100%;
  height: auto;
}
footer {
  padding: 40px 0 100px;
}
@media screen and (min-width: 480px) {
  footer {
    padding: 10px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 20px 0 100px;
  }
}
.footer__logo {
  margin: 0 auto 10px;
  text-align: center;
}
.footer__credit {
  line-height: 2;
  font-size: 9px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .footer__credit {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer__credit {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .wrapper__inner {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .wrapper__inner {
    width: 960px;
    margin: 0 auto;
  }
}
