.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;
}

.bold {
  font-weight: bold;
}

nav .row {
  margin: 0px -15px;
}

nav .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

nav .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

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

  .only_sp {
    display: block;
  }
}
.ttl-head {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1330px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ttl-head h1 {
  font-weight: bold;
  font-size: 12px;
}
.ttl-head a {
  color: #3567ff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.ttl-head a::after {
  display: inline-block;
  margin-left: 8px;
  border: 6px solid transparent;
  content: "";
  border-left-color: #3567ff;
}
@media only screen and (max-width: 991px) {
  .ttl-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }
  .ttl-head a {
    margin-top: 5px;
  }
  .ttl-head h1 {
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .ttl-head {
    display: none;
  }
}

.breadcrumb {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 12px 15px;
}
.breadcrumb .list {
  width: 100%;
  margin: 0 auto !important;
  max-width: 1330px;
}
.breadcrumb .list li {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
.breadcrumb .list li:first-child a {
  color: #2e9cd2;
}
.breadcrumb .list li a {
  color: #333;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.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;
    font-size: 12px;
  }
}

/*  slope_plan__item
=======================================================*/
.slope_plan__item {
  position: relative;
  /* display: block; */
  margin-bottom: 0px !important;
  background: #FEEEEE;
  border-bottom: 1px dotted #E93A6A !important;
  padding: 30px 0 30px;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
.slope_plan__item .plan_coming_soon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000066;
  z-index: 99;
  top: 0;
}
.slope_plan__item .plan_coming_soon p {
  max-width: 960px;
  width: 40%;
  margin: 90px auto 0;
  padding: 25px 5px;
  background: #ffffffe6;
  border-radius: 10px;
  font-size: 14px;
}
.slope_plan__item .plan_coming_soon p span {
  display: block;
}
.slope_plan__item .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px 40px;
}
.slope_plan__item .box-item .item-desc .no_plan {
  border: 2px solid #E93A6A;
  display: inline-block;
  color: #E93A6A;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  min-width: 90px;
  line-height: 33px;
}
.slope_plan__item .box-item .item-desc .title {
  font-size: 16px;
  font-weight: bold;
  color: #E93A6A;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 22px;
}
.slope_plan__item .box-item .item-desc .txt {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.slope_plan__item .box-item .item-desc .txt span {
  font-size: 14px;
  font-weight: bold;
}
.slope_plan__item .box-item .item-btn {
  flex: 0 0 40%;
  margin-left: 40px;
}
.slope_plan__item .box-item .item-btn .btn-link {
  background-color: #D33C5F;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  height: 60px;
  position: relative;
  text-decoration: none;
}
.slope_plan__item .box-item .item-btn .btn-link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}
.slope_plan__item .box-item .item-btn .btn-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .slope_plan__item .plan_coming_soon p {
    width: 90%;
  }
  .slope_plan__item .box-item {
    flex-direction: column;
    margin: 0 15px;
    padding: 20px;
  }
  .slope_plan__item .box-item .item-desc .txt {
    width: 100%;
  }
  .slope_plan__item .box-item .item-btn {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

/*  activity-spot
=======================================================*/
.activity-spot {
  background-color: #FEEEEE;
  padding: 10px 0;
}
.activity-spot .at-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 52px;
  color: #333333;
  border-bottom: none;
  padding: 50px 0 0;
  margin-bottom: 0;
}
.activity-spot .at-title span {
  display: block;
  font-size: 16px;
  line-height: 27px;
}
.activity-spot--inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 20px;
  border-bottom: 1px solid #707070;
  padding-bottom: 50px;
}
.activity-spot--inner.border-none {
  border: none;
}
.activity-spot--inner .item {
  width: calc(100%/3 - 14px);
  padding: 15px;
  color: #333333;
  background-color: #fff;
  border: 1px solid #BFBFBF;
  text-align: left;
}
.activity-spot--inner .item img {
  width: 100%;
  margin-bottom: 15px;
}
.activity-spot--inner .item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  min-height: 60px;
  text-align: left;
  float: initial;
  padding: 0;
}
.activity-spot--inner .item h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}
.activity-spot--inner .item dl {
  display: flex;
  justify-content: flex-start;
  border-top: 1px dashed #333;
  padding: 15px 0 0;
  font-size: 10px;
  line-height: 20px;
  flex-wrap: wrap;
}
.activity-spot--inner .item dt {
  width: 60px;
}
.activity-spot--inner .item dd {
  width: calc(100% - 60px);
}
.activity-spot--inner .item a {
  color: #0045FF;
  text-decoration: underline;
}
.activity-spot .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .activity-spot .at-title {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 20px 0;
    display: flex;
    flex-direction: column;
  }
  .activity-spot .at-title span {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .activity-spot--inner {
    margin-top: 30px !important;
    display: block;
  }
  .activity-spot--inner .item {
    width: 100%;
    max-width: 300px;
  }
  .activity-spot--inner .slick-slide {
    height: auto;
  }
  .activity-spot--inner .slick-slide .item img {
    width: auto;
  }
  .activity-spot--inner .slick-list {
    width: 100vw;
  }
  .activity-spot--inner .slick-dots {
    bottom: 15px;
  }
  .activity-spot--inner .slick-dots li button:before {
    width: 15px;
    height: 15px;
    content: "";
    text-align: center;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
  }
  .activity-spot--inner .slick-dots li.slick-active button:before {
    background: #999;
    border: none;
  }
}

/* section-boxsearch
=======================================================*/
.section-boxsearch {
  background-color: #d2effa;
}
.section-boxsearch .ttl01 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-boxsearch .ttl01::after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #06c48e;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .section-boxsearch .ttl01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/*  SearchInner
=======================================================*/
.SearchInner {
  width: 100%;
  margin: 0 auto;
}
.SearchInner .search__form_box {
  height: 0;
  visibility: hidden;
}
.SearchInner .search-box {
  background: #FEEEEE;
}
.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: #FEEEEE;
}
.SearchInner .search-top .search__form .contain-btn .btn-search {
  background: #D33C5F;
  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: #FEEEEE;
  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;
  height: auto;
  visibility: visible;
}
.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: #FEEEEE !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__form_box {
    float: right;
  }
  .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__form_box {
    float: none;
  }
  .searchModal .search-top .search__form .search_main {
    padding-top: 43px;
  }
  .searchModal .nav_tab_sup .tabcontent#DomesticTour {
    background: #fff;
  }
}
/* EndSearchInner */

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