@charset "utf-8";

/* ▼▼▼▼▼▼ bTOe ▼▼▼▼▼▼ */
body#bTOe #header {
  position: relative;
  width: 1000px;
  height: 90px;
  margin: 0 auto 50px;
  text-align: left;
  background: url(/operator/jp/jp/common/img/header.gif) 100% 100% no-repeat;
}
body#bTOe #header > p {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  width: 250px;
  text-align: center;
}
body#bTOe #header > p > a {
  display: block;
  border-radius: 4px;
  padding: 8px 0 6px;
  box-shadow: 3px 3px 6px #999;
  background: #ccd7e6;
  color: #003780;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
}
body#bTOe #header > p > a:hover {
  background: #003780;
  color: #fff;
  text-decoration: none;
}
/* ▲▲▲▲▲▲ bTOe ▲▲▲▲▲▲ */


/* ▼▼▼▼▼▼ bTOe & affiliate ▼▼▼▼▼▼ */
body#bTOe #wrapper .content,
body#affiliate #wrapper .content {
  text-align: left;
}
/* ▲▲▲▲▲▲ bTOe & affiliate ▲▲▲▲▲▲ */



.btoeCityBox {}
.btoeCityBox > div {}
.btoeCityBox > div > ul {
  overflow: hidden;
  margin: -2% -1% 40px;
}
.btoeCityBox > div > ul li {
  float: left;
  width: 18%;
  margin: 2% 1% 0;
}
.btoeCityBox > div > ul li a {
  position: relative;
  display: block;
}
.btoeCityBox > div > ul li a:hover {
  opacity: 0.5;
}
.btoeCityBox > div > ul li a:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.btoeCityBox > div > ul li a img {
}
.btoeCityBox > div > ul li a span {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit- transform: translateY(-50%) translateX(-50%);
           transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}



.kv-other-countries {
  text-align: left;
  background: #fff;
}

.kv-other-countries-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-content: flex-start;
          align-content: flex-start;
}

.kv-other-countries dl {
  width: 49.4%;
  margin: 0 0 20px;
}
.kv-other-countries dl:only-child {
  width: 100%;
}

.kv-other-countries dt {
  margin: 0 0 15px;
  font-size: 16px;
}

.kv-other-countries dt a {
  display: block;
  position: relative;
  padding: 10px 10px 8px 35px;
  font-weight: bold;
  background: #e2e2e2;
}

.kv-other-countries dt a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv-other-countries dt.type-country a:before {
  content: "\f11d";
  font-family: FontAwesome;
}

.kv-other-countries dt.type-city a:before {
  content: "\e901";
  font-family: icomoon;
}

.kv-other-countries dt.type-spot a:before {
  content: "\f083";
  font-family: FontAwesome;
}

.kv-other-countries dd {
  overflow: hidden;
  margin: 0 0 0 10px;
  font-size: 14px;
}

.kv-other-countries li {
  float: left;
  line-height: 1.2;
  margin: 0 15px 10px 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #6b7fa7;
  font-size: 14px;
}

.kv-other-countries li:last-child {
  margin-right: 0;
  padding: 0;
  border: none;
}

.kv-other-countries li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}

.kv-other-countries li a:before {
  position: absolute;
  top: 35%;
  left: 0;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv-other-countries li.type-country a:before {
  content: "\f11d";
  font-family: FontAwesome;
}

.kv-other-countries li.type-city a:before {
  content: "\e901";
  font-family: icomoon;
}

.kv-other-countries li.type-spot a:before {
  content: "\f083";
  font-family: FontAwesome;
}




.kv-airport {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  background: #003780;
}

.kv-airport-img {
  width: 50%;
}

.kv-airport-img img {
  width: 100%;
}

.kv-airport-txt {
  width: 50%;
  color: #fff;
}

.kv-airport-txt dl {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 550px;
  padding: 10px 5%;
}

.kv-airport-txt dt {
  margin: 0 0 20px;
  font-size: 26px;
}


.tab {
  border-bottom: 5px solid #003780;
  margin: 50px auto;
}
.tab ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 1040px;
}
.tab li a {
  display: block;
  position: relative;
  padding: 15px 10px;
  border-radius: 3px 3px 0 0;
  background: #ccd7e6;
  text-align: center;
  color: #003780;
  font-size: 13px;
  font-weight: bold;
}
.tab li a:hover {
  color: #fff;
  text-decoration: none;
  background: #003780;
}
.tab li a.is-active {
  margin: -10px 0 0;
  padding: 20px 10px;
  color: #fff;
  background: #003780;
}
.tab li a.is-active:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 14px 0 14px;
  border-color: #003780 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}



.airport-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 0 20px;
}
.airport-list:after {
  content: "";
  display: block;
  width: 31.73076923076923%;
}
.airport-list-item {
  overflow: hidden;
  margin: 0 0 40px;
  width: 31.73076923076923%;
}
.airport-list-ttl {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.airport-list-ttl span {
  display: table-cell;
  vertical-align: middle;
}

.airport-list-item .inner {
  overflow: hidden;
  margin: 15px 0 0;
}
.airport-list-img {
  float: left;
  margin: 0 2% 10px 0;
  width: 46%;
}
.airport-list-txt {
  overflow: hidden;
  margin: 0 0 10px;
  line-height: 1.3;
}
.airport-list-txt dt {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 14px;
}
.airport-list-txt dd {
  font-size: 13px;
}


.airport-list-link {
  clear: both;
  overflow: hidden;
  border-top: 1px dotted #b2b2b2;
  margin: 0 -1%;
}
.airport-list-link li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin: 10px 1% 0;
  width: 31.33333%;
  text-align: center;
}
.airport-list-link li:first-child {
  float: none;
  margin: 10px 1% 0;
  width: 98%;
}
.airport-list-link li > a,
.airport-list-link li > span {
  display: block;
  position: relative;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  padding: 2px 10px;
  background: #ccd7e6;
  color: #003780;
  font-weight: bold;
  font-size: 12px;
}
.airport-list-link li:first-child > a,
.airport-list-link li:first-child > span {
  padding: 8px 2px;
}
.airport-list-link li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #003780;
}
.airport-list-link li > span {
  color: #fff;
  background: #999;
}

/*
.airport-list-link .color-01 a {  background: #bccfdb;}
.airport-list-link .color-02 a {  background: #d8e2e8;}
.airport-list-link .color-03 a {  background: #cad5e8;}
*/


.airport-list2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
.airport-list2 li {
  margin: 0 20px 5px 0;
}
.airport-list2 li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.airport-list2 li a:before {
  content: "\f138";
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
}
.sp_only {
	display: none;
}
.topBnr {
	margin: auto;
	margin-top: 30px;
    max-width: 1040px;
}
.topBnr img {
	width: 100%;
}




@media screen and (max-width: 811px) {

  /* ▼▼▼▼▼▼ bTOe ▼▼▼▼▼▼ */
  body#bTOe #header {
    width: 100%;
    background: url(/operator/jp/jp/common/img/header.gif) left 0 no-repeat;
  }
  /* ▲▲▲▲▲▲ bTOe ▲▲▲▲▲▲ */
  .pc_only {
	display: none;
  }
  .sp_only {
	display: block;
   }
  .topBnr {
	padding-top: 16px;
	padding: 16px 15px 0 15px;
	margin: auto;
  }
  .btoeCityBox > div > ul li {
    width: 31.3%;
  }
  .btoeCityBox > div > ul li a span {
    font-size: 12px;
  }
  .kv-other-countries-inner {
    display: block;
  }
  .kv-other-countries dl {
    width: 100%;
  }
  .kv-other-countries dt {
    font-size: 14px;
  }
  .kv-other-countries dt a {
    padding: 8px 10px 8px 28px;
  }
  .kv-other-countries li {
    float: none;
    border: none;
    margin: 0 0 14px;
    padding: 0;
    font-size: 14px;
  }



  .kv-airport {
    display: block;
  }

  .kv-airport-img {
    width: auto;
  }

  .kv-airport-txt {
    width: auto;
    font-size: 12px;
  }

  .kv-airport-txt dl {
    max-width: inherit;
    padding: 15px;
  }

  .kv-airport-txt dt {
    margin: 0 0 10px;
    font-size: 17px;
  }

  .area-nav {
    margin: 20px 15px 15px;
  }
  .area-nav select {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 5px 15px;
    width: 100%;
    background: url(/common/include/images/icon/icon-arrow-01.png) 95% 50% no-repeat #fff;
    background-size: 8px auto;
    -webkit-appearance: none;
            appearance: none;
    color: #003780;
  }

  .airport-list {
    display: block !important;
    margin: 0;
  }
  .airport-list:after {
    content: none;
  }

  .airport-list-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .airport-list-ttl {
    line-height: 1.4;
    margin: 0;
    padding: 8px 15px 8px 20px;
    font-size: 14px;
  }
  .airport-list .ttl-05:before {
    left: 5px;
    width: 5px;
    height: 24px;
  }

  .airport-list-item .inner {
    margin: 10px 5px 0;
  }

  .airport-list-img {
  }

  .airport-list-txt {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  .airport-list-txt dt {
    font-size: 11px;
  }

  .airport-list-txt dd {
    font-size: 10px;
  }

  .airport-list-link li > a,
  .airport-list-link li > span {
    padding: 2px 5px;
    font-size: 11px;
  }

  .area-tab-contents {
    margin: 0 15px;
  }

  .airport-list2 {
    margin: 0 0 20px;
  }
}
