@charset "UTF-8";
.only_sp {
  display: none;
}

a {
  transition: all 0.3s ease-in-out;
}

.bold {
  font-weight: bold;
}

.bor-top {
  border-top: 50px solid #fcf1f0;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: block;
  }

  #atgNav4-SP {
    display: none;
  }
}
.ttl-head {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1330px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ttl-head h1 {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .ttl-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }
  .ttl-head h1 {
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .ttl-head h1 {
    font-size: 12px;
  }
}

.breadcrumb {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 0 !important;
  padding: 12px 15px;
}
.breadcrumb li::after {
  display: none !important;
}
.breadcrumb .list {
  margin: 0 auto !important;
  max-width: 1330px;
}
.breadcrumb .list li {
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
}
.breadcrumb .list li a {
  color: #2E9CD2;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumb .list li a:hover {
  text-decoration: underline;
}
.breadcrumb .list li a::after {
  padding: 4px;
  display: inline-block;
  content: "/";
  margin-left: 10px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 15px 12px;
    margin-top: -4px;
  }
  .breadcrumb .list li {
    font-size: 12px;
  }
}

#gotoTop.show {
  bottom: 20px !important;
}

.main-content {
  overflow: hidden;
  color: #222222;
  font-style: normal;
}
.main-content .container {
  max-width: 960px !important;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .main-content .container {
    padding: 0 15px;
  }
}

.key-visual {
  position: relative;
  height: auto;
  background: url(../../../../../images/special/jal/jair//kv_bg_pc.jpg) center center no-repeat;
  margin: 0 auto;
  padding: 70px 0;
  background-size: cover;
}
.key-visual .kv-inner {
  max-width: 960px;
  margin: 0 auto;
}
.key-visual .kv-inner .ttl-h1 {
  display: flex;
  align-items: center;
  margin-bottom: 110px;
}
.key-visual .kv-inner .ttl-h1.dl-center {
  justify-content: center;
}
.key-visual .kv-inner .ttl-h1 .logo {
  margin-right: 30px;
}
.key-visual .kv-inner .ttl-h1 .txt {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.key-visual .kv-inner .txt01 {
  font-size: 24px;
  background: #222222;
  margin-bottom: 15px;
  color: #fff;
  padding: 9px 15px;
  width: fit-content;
}
.key-visual .kv-inner .txt02 span {
  font-weight: bold;
  background: #fff;
  font-size: 20px;
  line-height: 2.9;
  padding: 10px 15px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 991px) {
  .key-visual {
    padding: 60px 0 40px;
  }
  .key-visual .kv-inner {
    padding: 0 30px;
  }
  .key-visual .kv-inner .ttl-h1 {
    margin-bottom: 60px;
  }
  .key-visual .kv-inner .ttl-h1 .logo {
    width: 120px;
  }
  .key-visual .kv-inner .ttl-h1 .txt {
    font-size: 50px;
  }
  .key-visual .kv-inner .txt01 span {
    font-size: 18px;
  }
  .key-visual .kv-inner .txt01 span:first-child {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .key-visual {
    background: url(../../../../../images/special/jal/jair//kv_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 25px 0 25px;
  }
  .key-visual .kv-inner {
    padding: 0 15px;
  }
  .key-visual .kv-inner .ttl-h1 {
    margin-bottom: 140px;
    flex-direction: column;
    align-items: flex-start;
  }
  .key-visual .kv-inner .ttl-h1.dl-center {
    margin-bottom: 180px;
  }
  .key-visual .kv-inner .ttl-h1 .logo {
    width: 70px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .key-visual .kv-inner .ttl-h1 .txt {
    font-size: 35px;
  }
  .key-visual .kv-inner .txt01 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    padding: 8px 10px;
  }
  .key-visual .kv-inner .txt02 span {
    line-height: 3;
    font-size: 14px;
    padding: 8px 10px;
  }
}

.section-block {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .section-block {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-block {
    padding: 30px 0;
  }
}

/*  section-campaign
=======================================================*/
.section-campaign .campaign-detail .h2-ttl {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #CC0000;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.section-campaign .campaign-detail .h2-ttl::after {
  content: "";
  width: 310px;
  height: 5px;
  background: #CC0000;
  margin-top: 12px;
}
.section-campaign .campaign-detail .txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.section-campaign .campaign-detail .info-box {
  max-width: 710px;
  margin: 20px auto 0;
}
.section-campaign .campaign-detail .info-box .list-time {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.section-campaign .campaign-detail .info-box .list-time li {
  background-color: #CC0000;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 12px 16px;
  flex: 1;
  text-align: center;
}
.section-campaign .campaign-detail .info-box .list-time li:not(:last-child) {
  margin-right: 12px;
}
.section-campaign .campaign-detail .info-box .img-coupon {
  max-width: 500px;
  margin: 20px auto 0;
}
.section-campaign .campaign-detail .info-box .txt-coupon {
  display: flex;
  justify-content: center;
  border: 3px solid #222222;
  margin-bottom: 10px;
  align-items: center;
}
.section-campaign .campaign-detail .info-box .txt-coupon span {
  flex: 0 0 50%;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.section-campaign .campaign-detail .info-box .txt-coupon span:last-child {
  border-left: 2px dashed #676767;
  color: #CC0000;
}
.section-campaign .campaign-detail .info-box .list-link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-left: -8px;
  margin-right: -8px;
}
.section-campaign .campaign-detail .info-box .list-link li {
  flex: 1;
  max-width: 400px;
  margin: 0 8px;
}
.section-campaign .campaign-detail .info-box .list-link li a {
  background: #E93A6A;
  border-radius: 45px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.section-campaign .campaign-detail .info-box .list-link li:last-child a {
  background-color: #fff;
  color: #E93A6A;
  border: 3px solid #E93A6A;
}
.section-campaign .campaign-detail .info-box01 {
  border: 1px solid #707070;
  max-width: 880px;
  margin: 20px auto 0;
  padding: 30px 70px;
  display: flex;
  justify-content: space-between;
}
.section-campaign .campaign-detail .info-box01 .info-box-list {
  flex: 0 0 55%;
  margin-right: 10px;
}
.section-campaign .campaign-detail .info-box01 .info-box-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 8px;
}
.section-campaign .campaign-detail .info-box01 .info-box-list li .txt-label {
  font-weight: bold;
  display: flex;
  align-items: center;
  flex: 0 0 173px;
  position: relative;
  margin-right: 10px;
}
.section-campaign .campaign-detail .info-box01 .info-box-list li .txt-label::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #222;
}
.section-campaign .campaign-detail .info-box01 .info-box-list li .txt-label::after {
  content: ":";
  position: absolute;
  right: 0;
}
.section-campaign .campaign-detail .info-box01 .box-price {
  flex: auto;
}
.section-campaign .campaign-detail .info-box01 .box-price .list {
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.section-campaign .campaign-detail .info-box01 .box-price .list li {
  display: flex;
  border: 1px solid #707070;
  border-bottom: none;
}
.section-campaign .campaign-detail .info-box01 .box-price .list li .list_ttl {
  flex: 0 0 100%;
  text-align: center;
  padding: 8px 2px;
  background: yellow;
  font-weight: bold;
  font-size: 18px;
}
.section-campaign .campaign-detail .info-box01 .box-price .list li .txt01 {
  flex: 0 0 50%;
  text-align: center;
  padding: 8px 0px;
}
.section-campaign .campaign-detail .info-box01 .box-price .list li .txt01:first-child {
  border-right: 1px dashed #707070;
}
.section-campaign .campaign-detail .info-box01 .box-price .list li .txt01 span {
  color: #CC0000;
  font-weight: bold;
}
.section-campaign .campaign-detail .info-box01 .box-price .txt-note {
  font-size: 13px;
}
.section-campaign .campaign-detail .box-txt-note {
  max-width: 880px;
  margin: 20px auto 0;
}
.section-campaign .campaign-detail .box-txt-note span {
  font-size: 14px;
  font-weight: bold;
}
.section-campaign .campaign-detail .box-txt-note .txt-note {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  margin-top: 5px;
}
.section-campaign .campaign-detail .box-txt-note .txt-note::before {
  content: "※";
  margin-right: 5px;
}
.section-campaign .campaign-detail .box-txt-note .txt-note.txt-red {
  color: #CB0B09;
}
@media screen and (max-width: 991px) {
  .section-campaign .campaign-detail .info-box01 {
    padding: 30px;
  }
  .section-campaign .campaign-detail .info-box01 .info-box-list {
    margin-right: 0;
  }
  .section-campaign .campaign-detail .info-box01 .info-box-list li {
    font-size: 16px;
  }
  .section-campaign .campaign-detail .info-box01 .info-box-list li .txt-label {
    flex: 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .section-campaign .campaign-detail .h2-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-campaign .campaign-detail .txt {
    font-size: 18px;
  }
  .section-campaign .campaign-detail .info-box {
    margin-top: 10px;
  }
  .section-campaign .campaign-detail .info-box .list-time {
    flex-direction: column;
  }
  .section-campaign .campaign-detail .info-box .list-time li {
    font-size: 18px;
  }
  .section-campaign .campaign-detail .info-box .list-time li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section-campaign .campaign-detail .info-box .img-coupon {
    margin-top: 10px;
  }
  .section-campaign .campaign-detail .info-box .txt-coupon span {
    font-size: 16px;
    padding: 10px 0;
  }
  .section-campaign .campaign-detail .info-box .txt-coupon span:last-child {
    font-size: 20px;
  }
  .section-campaign .campaign-detail .info-box .list-link {
    flex-direction: column;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .section-campaign .campaign-detail .info-box .list-link li {
    margin: 0 0 10px;
  }
  .section-campaign .campaign-detail .info-box01 {
    flex-direction: column;
    padding: 15px;
  }
  .section-campaign .campaign-detail .info-box01 .info-box-list {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .section-campaign .campaign-detail .info-box01 .info-box-list li {
    font-size: 14px;
  }
  .section-campaign .campaign-detail .info-box01 .info-box-list li .txt-label {
    font-weight: bold;
    display: flex;
    align-items: center;
    flex: 0 0 140px;
    position: relative;
    margin-right: 10px;
  }
  .section-campaign .campaign-detail .info-box01 .info-box-list li .txt-label::before {
    border-width: 6px;
  }
  .section-campaign .campaign-detail .info-box01 .box-price .txt-note {
    font-size: 12px;
  }
  .section-campaign .campaign-detail .box-txt-note span {
    font-size: 12px;
  }
  .section-campaign .campaign-detail .box-txt-note .txt-note {
    font-size: 12px;
  }
}

/*  jair-route-block
=======================================================*/
.jair-route-block .h2-ttl {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #CC0000;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.jair-route-block .h2-ttl::after {
  content: "";
  width: 310px;
  height: 5px;
  background: #CC0000;
  margin-top: 12px;
}
.jair-route-block .jair-route-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jair-route-block .jair-route-list li {
  display: flex;
  align-items: stretch;
  margin-bottom: 8px;
}
.jair-route-block .jair-route-list .ttl {
  position: relative;
  background: #cc0000;
  color: #ffffff;
  font-size: 18px;
  padding: 14px 20px;
  min-width: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jair-route-block .jair-route-list .ttl.flex-col {
  flex-direction: column;
}
.jair-route-block .jair-route-list .ttl span {
  color: #CC0000;
  background-color: #fff;
  border-radius: 50px;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
}
.jair-route-block .jair-route-list .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  border-left: 8px solid #cc0000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.jair-route-block .jair-route-list .txt {
  flex: 1;
  background: #f5f5f5;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 24px;
}
.jair-route-block .txt-link {
  width: fit-content;
  margin: 30px auto 0;
}
.jair-route-block .txt-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CC0000;
  font-size: 18px;
  border: 3px solid #CC0000;
  padding: 13px 35px;
  font-weight: bold;
}
.jair-route-block .txt-link a::after {
  content: "";
  background: url(../../../../../images/special/jal/jair//open_in_new_ico.png) top center repeat-x;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 991px) {
  .jair-route-block .jair-route-list .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .jair-route-block .h2-ttl {
    font-size: 24px;
  }
  .jair-route-block .h2-ttl::after {
    width: 300px;
  }
  .jair-route-block .jair-route-list li {
    flex-direction: column;
    margin-bottom: 5px;
  }
  .jair-route-block .jair-route-list .ttl {
    font-size: 14px;
    padding: 7px 20px;
  }
  .jair-route-block .jair-route-list .ttl.flex-col {
    flex-direction: row;
  }
  .jair-route-block .jair-route-list .ttl span {
    padding: 0 20px;
    font-size: 12px;
    width: fit-content;
    margin-right: 8px;
  }
  .jair-route-block .jair-route-list .ttl::after {
    content: "";
    top: 100%;
    right: auto;
    transform: translateY(-50%);
    border-left: 8px solid #cc0000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-top: -2px;
    transform: rotate(90deg);
  }
  .jair-route-block .jair-route-list .txt {
    font-size: 14px;
    text-align: center;
    padding: 15px 15px 10px;
  }
  .jair-route-block .txt-link {
    width: 90%;
    margin: 20px auto 0;
  }
  .jair-route-block .txt-link a {
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.7;
  }
}

/* section-boxsearch
=======================================================*/
.section-boxsearch {
  background-color: #ffefef;
  padding: 0 0 40px;
}

/*  SearchInner
=======================================================*/
.SearchInner {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .SearchInner .search__form_box {
    background: none;
  }
}
.SearchInner .search-box {
  background: #ffefef;
}
.SearchInner .search-box .container {
  padding: 0 !important;
  max-width: 100%;
}
.SearchInner .search-box .search-box-inner {
  border-radius: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.SearchInner .search-box .search_name {
  color: #333;
}
.SearchInner .search-box .search_name .numberPeople-label:hover, .SearchInner .search-box .search_name .numberPeople-label:focus {
  color: #333;
}
.SearchInner .search-box #btn_search:focus, .SearchInner .search-box .search-box #btn_search:hover {
  border: none !important;
  color: #fff !important;
  outline: none;
}
.SearchInner .search__title {
  font-size: 18px !important;
}
.SearchInner .search-top .search__form .search_main {
  padding: 0;
  background: #ffefef;
}
.SearchInner .search-top .search__form .contain-btn .btn-search {
  min-width: 360px;
}
.SearchInner .search-top .nav_tab_sup .tabcontent#DomesticTour {
  background: transparent;
}
.SearchInner .search-top .search__form .search_name, .SearchInner .search-top .search__form a.open_others, .SearchInner .search-top .search__form .open_others p, .SearchInner .search-top .search-box .search_input #selectDepartureAirport {
  color: #222526;
}
.SearchInner .search-top .block-search {
  display: none;
}
.SearchInner .banner_list_logo_air {
  display: none;
}
.SearchInner .search__content {
  width: 100%;
}
.SearchInner .search {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.SearchInner .checkbox_custom .form_checkbox label {
  color: #333 !important;
}

.noscr {
  overflow: hidden;
  /*position: fixed;*/
  position: relative !important;
}

.searchModal {
  animation: 0.5s ease-out 0s 1 normal none running eRLVJF;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 1050;
}
.searchModal .search__content {
  background: #ffefef;
  max-width: 900px;
}
.searchModal .search {
  background-color: transparent;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 0 !important;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 40px 16px 16px !important;
}
.searchModal .conditions-collapse {
  overflow-y: scroll;
  max-height: calc(100vh - 240px);
}
.searchModal .search-box .search_name {
  color: #333;
}
.searchModal .nav_tab_sup .tabcontent#DomesticTour {
  background: #d3d0d0;
}
.searchModal .search__form a.open_others, .searchModal .search__form .open_others p {
  color: #333;
}
.searchModal .search-top .nav_tab_sup .tabcontent {
  border-radius: 4px;
}
.searchModal .search__form_box {
  position: relative;
}
.searchModal .searchModalClose {
  top: 8px;
  position: absolute;
  right: 8px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: #777;
  font-size: 18px;
  border-radius: 16px;
  padding: 0 10px;
}
.searchModal .conditions-collapse::-webkit-scrollbar {
  width: 5px;
}
.searchModal .conditions-collapse::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.searchModal .conditions-collapse::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.searchModal .search-top .search__form .search_main {
  padding: 0 25px 0;
}
@media (max-width: 767px) {
  .searchModal {
    width: 100vw;
  }
  .searchModal .search {
    background-color: #ffefef !important;
  }
  .searchModal .search-top .search__form .search_main {
    padding-top: 43px;
  }
  .searchModal .nav_tab_sup .tabcontent#DomesticTour {
    background: #fff;
  }
  .searchModal .search__form_box {
    background: none;
    overflow-y: scroll;
    max-height: 100dvh;
  }
}

@media (min-width: 768px) {
  .search__tourcode .search-box .search_input input {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767px) {
  .SearchInner {
    width: 96%;
  }
  .SearchInner .search {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0px 30px !important;
  }
  .SearchInner .search__comment {
    padding: 0;
  }
  .SearchInner .search__form {
    margin-top: 0;
  }
  .SearchInner .search-box {
    padding-top: 0 !important;
    background: none;
  }
  .SearchInner .search-box .search__form .contain-btn .btn-search {
    min-width: 320px;
  }
  .SearchInner .search-top .nav_tab_sup .tabcontent#DomesticTour {
    padding-bottom: 0;
  }

  .searchModal {
    background: #fff;
    width: 100vw;
  }
  .searchModal .search-top .search__form .search_main {
    padding-top: 43px;
  }
  .searchModal .nav_tab_sup .tabcontent#DomesticTour {
    background: #fff;
  }
}
/* EndSearchInner */

/*# sourceMappingURL=index.css.map */
