#Maincontent {
  overflow: hidden;
  color: #333333;
}

.container {
  max-width: 1120px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}

.clearfix {
  clear: both;
}

.mt-20 {
  margin-top: 20px;
}

.no-pad-b {
  padding-bottom: 0 !important;
}

.only_sp {
  display: none;
}

a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #333333;
  opacity: 0.8;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

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

  .only_sp {
    display: block;
  }

  #atgNav4-SP {
    display: none;
  }
}
/*  menu-container
=======================================================*/
.tabs_wrap {
  margin: 0 auto;
}
.tabs_wrap ul.tabs {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px 15px;
  list-style: none;
  display: flex;
  justify-content: center;
}
.tabs_wrap ul.tabs li {
  background: linear-gradient(to bottom, #45b400 0%, #008856 50%, #008856 51%, #008856 100%);
  color: #fff;
  display: inline-block;
  flex: 1;
  text-align: center;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding: 15px 5px;
  border-right: 1px solid #fff;
}
.tabs_wrap ul.tabs li:last-child {
  border-right: 0;
}
.tabs_wrap ul.tabs li.current:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 10px 20px;
  border-style: solid;
  margin-left: -20px;
  border-color: #008856 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .tabs_wrap ul.tabs {
    padding: 0 0 23px;
  }
}

.tab-content {
  margin: 0 auto 0;
  display: none;
  padding: 0px;
}
.tab-content.current {
  display: block;
}
.tab-content .tab-inner {
  max-width: 1080px;
  margin: 0 auto 40px;
}
.tab-content .tab-inner-title {
  display: flex;
  justify-content: center;
}
.tab-content .tab-inner-title h2 {
  position: relative;
  font-size: 28px;
  color: #fff;
  padding: 20px 15px;
  background: #000;
  width: 50%;
  text-align: center;
  margin: 0 25% 40px;
  float: left;
  z-index: 9;
}
.tab-content .tab-inner-title h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 18px solid #000;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 16px solid transparent;
  transform: translate(-50%, 0);
}
.tab-content .tab-inner .box-content {
  border: 1px solid #7b7b7b;
  padding: 30px 30px;
  margin: 10px auto 30px;
  max-width: 880px;
}
.tab-content .tab-inner .box-content .h3-ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #222;
  padding-bottom: 6px;
  width: fit-content;
  margin: 0 auto 20px;
}
.tab-content .tab-inner .box-content .txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.tab-content .tab-inner .box-content .box-inner {
  border: 1px dotted #222;
  padding: 15px 15px;
  max-width: 600px;
  margin: 10px auto 0;
}
.tab-content .tab-inner .box-content .box-inner .box-item:last-child {
  margin-top: 15px;
}
.tab-content .tab-inner .box-content .box-inner .box-item .txt01 {
  font-weight: bold;
  font-size: 16px;
}
.tab-content .tab-inner .plan__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.tab-content .tab-inner .plan__list span.coming_soon {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 150;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 35%;
  letter-spacing: 0.5px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  z-index: 9;
  font-size: 120%;
}
.tab-content .tab-inner .plan__list__item {
  width: calc(50% - 20px);
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  background: #f6f6f6;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc;
  position: relative;
}
.tab-content .tab-inner .plan__list__item .coming-soon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 2rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content .tab-inner .plan__list__item .item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tab-content .tab-inner .plan__list__item .item-details__description--head {
  position: relative;
  line-height: 35px;
  margin-bottom: 20px;
}
.tab-content .tab-inner .plan__list__item .item-details__description--head h3 {
  font-size: 20px;
  color: #000000;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.tab-content .tab-inner .plan__list__item .item-details__thumbnail {
  width: 100%;
  text-align: center;
  display: flex;
  height: 320px;
}
.tab-content .tab-inner .plan__list__item .item-details__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-content .tab-inner .plan__list__item .item-details__description {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tab-content .tab-inner .plan__list__item .item-details__description p {
  font-size: 12px;
  line-height: 20px;
  padding: 20px 0;
}
.tab-content .tab-inner .plan__list__item .item-details__description .list-btn {
  margin-top: auto;
  text-align: center;
}
.tab-content .tab-inner .plan__list__item .item-details__description .list-btn .btn__link {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  border-radius: 6px;
  padding: 19px 5px;
  width: 221px;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  text-align: center;
  font-variant-east-asian: 14px;
  cursor: pointer;
  font-size: 14px;
  background-color: #008856;
}
.tab-content .tab-inner .plan__list__item .item-details__description .list-btn .btn__link:hover, .tab-content .tab-inner .plan__list__item .item-details__description .list-btn .btn__link:focus {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.tab-content .tab-inner .plan__list__item .item-details__description .list-btn .btn__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-inner .plan__list__item .item-details__thumbnail {
    height: 216px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .tab-inner {
    padding: 0 15px;
  }
  .tab-content .tab-inner-title h2 {
    position: relative;
    font-size: 22px;
    width: 80%;
    margin: 0 10% 10px;
  }
  .tab-content .tab-inner .box-content {
    margin-top: 25px;
    padding: 20px 10px 15px;
  }
  .tab-content .tab-inner .box-content .txt {
    font-size: 14px;
  }
  .tab-content .tab-inner .box-content .box-inner {
    padding: 15px 10px;
  }
  .tab-content .tab-inner .plan__list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .tab-content .tab-inner .plan__list__item {
    margin-bottom: 0;
    width: 100%;
    padding: 10px 15px 20px;
  }
  .tab-content .tab-inner .plan__list__item .item-details__description--head {
    height: auto;
    margin-bottom: 5px;
  }
  .tab-content .tab-inner .plan__list__item .item-details__description--head h3 {
    font-size: 18px;
  }
  .tab-content .tab-inner .plan__list__item .item-details__thumbnail {
    height: auto;
  }
}

.section-block {
  padding: 70px 0;
  background-color: #FCF7DF;
}
.section-block.bg-white {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .section-block {
    padding: 40px 15px;
  }
}

/* section-boxsearch
=======================================================*/
/*  SearchInner
=======================================================*/
#boxSearch .h2-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #008856;
  line-height: 40px;
  margin-top: 80px;
}
#boxSearch .h2-ttl::after {
  content: "";
  width: 150px;
  height: 4px;
  background-color: #008856;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #boxSearch .h2-ttl {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 10px;
    margin-top: 30px;
  }
}

.SearchInner {
  width: 100%;
  margin: 0 auto;
}
.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 #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 .block-search {
  display: none;
}
.SearchInner .banner_list_logo_air {
  display: none;
}
.SearchInner .search {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.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__form {
  padding-top: 30px;
}
.searchModal .search__content {
  background: #fff;
  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: #fff !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: 100vh;
  }
}

@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: 20px;
  }
  .searchModal .nav_tab_sup .tabcontent#DomesticTour {
    background: #fff;
  }
}
/* EndSearchInner */
/*  goSearch
=======================================================*/
#goSearch {
  position: fixed;
  bottom: 200px;
  right: -200px;
  transition: all 800ms ease;
  z-index: 999;
}
#goSearch.show {
  right: -5px;
}
#goSearch a {
  background: transparent;
  cursor: pointer;
  outline: none;
  position: relative;
  width: 172px;
  height: 172px;
  display: block;
}
#goSearch a img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #goSearch a {
    width: 120px;
    height: 120px;
    display: block;
  }
  #goSearch a img {
    width: 100px;
  }
  #goSearch.show {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #goSearch.show {
    display: none !important;
  }
}

#goSearchSP {
  display: none;
}

@media screen and (max-width: 767px) {
  #goSearchSP {
    display: block;
    position: fixed;
    width: 100%;
    background: #E94251;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    z-index: 99;
    box-shadow: 5px -2px 4px #00000029;
  }
  #goSearchSP a {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    background-color: #FFFFFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 12px 0;
    position: relative;
  }
  #goSearchSP a::before {
    content: "";
    position: absolute;
    left: 30px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #333333;
    margin-top: -2px;
  }
  #goSearchSP a:hover {
    text-decoration: none;
  }
}

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