@charset "UTF-8";
#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;
  }
}
.ttl-head {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ttl-head h1 {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
@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 {
    display: none;
  }
}

.breadcrumb {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 12px 15px;
}
.breadcrumb .list {
  margin: 0 auto !important;
  max-width: 1340px;
}
.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;
  font-family: ヒラギノ角ゴ Pro W3;
}
.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;
  }
}

/*  key-visual
=======================================================*/
.key-visual {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.key-visual p {
  width: 100%;
  line-height: 0;
}
.key-visual p img {
  width: 100%;
}

/*  menu-container
=======================================================*/
.menu-container .menu_wrap {
  background-color: #FCF7DF;
  padding-top: 20px;
}
.menu-container .menu_wrap .menu-list {
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menu-container .menu_wrap .menu-list li {
  flex: 1;
  max-width: 230px;
}
.menu-container .menu_wrap .menu-list li a {
  background-color: #FD8C54;
  display: flex;
  width: 100%;
  font-size: 16px;
  position: relative;
  color: #fff;
  transition: all 0.4s ease-in-out;
  align-items: center;
  height: 76px;
  padding: 0 20px;
  font-weight: 600;
  justify-content: space-between;
  text-align: center;
  border-right: 1px solid #fff;
}
.menu-container .menu_wrap .menu-list li a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0px 0 2px;
  padding: 5px;
  transform: rotate(-135deg);
  margin-top: -8px;
  margin-left: 5px;
}
.menu-container .menu_wrap .menu-list li a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.menu-container .menu_wrap .menu-list li:last-child a {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .menu-container .menu_wrap {
    padding-top: 0;
  }
  .menu-container .menu_wrap .menu-list {
    gap: 4px;
  }
  .menu-container .menu_wrap .menu-list li {
    margin-bottom: 2px;
    flex: 0 0 calc(100%/2 - 2px);
    border-right: 0;
  }
  .menu-container .menu_wrap .menu-list li a {
    padding: 0 15px;
    font-size: 14px;
    height: 54px;
  }
}

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

.ttl-common {
  font-size: 34px;
  line-height: 28px;
  color: #AB3800;
  font-weight: bold;
  text-align: center;
  padding: 35px 80px;
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
}
.ttl-common::before, .ttl-common::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.ttl-common::before {
  border: 1px solid rgba(171, 56, 0, 0.4);
  left: -5px;
  top: -5px;
}
.ttl-common::after {
  border: 1px solid #ab3800;
  left: 5px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .ttl-common {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 40px;
    margin-bottom: 30px;
  }
}

.h3-common {
  color: #00479B;
  font-size: 24px;
  border-left: 4px solid #00479B;
  padding: 10px 0 10px 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .h3-common {
    font-size: 18px;
  }
}

/*  business-block
=======================================================*/
.business-block .business-box {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 50px 150px 40px;
  max-width: 960px;
  margin: 0 auto 50px;
  background-color: #fff;
}
.business-block .business-box:last-child {
  margin-bottom: 0;
}
.business-block .business-box .h3-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.business-block .business-box .h3-ttl::after {
  content: "";
  height: 5px;
  width: 175px;
  background: #AB3800;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.business-block .business-box .txt {
  font-size: 18px;
  line-height: 36px;
}
.business-block .business-box .txt span {
  color: #FF0000;
}
.business-block .business-box .list-txt {
  display: grid;
  grid-template-columns: 105px 1fr;
  font-size: 18px;
  line-height: 34px;
}
.business-block .business-box .list-txt dt {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}
.business-block .business-box .list-txt dt::after {
  content: "▶";
  color: #000;
  font-size: 14px;
}
.business-block .business-box .list-txt dd {
  margin: 0;
  padding-left: 15px;
}
.business-block .business-box .list-txt01 li {
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
.business-block .business-box .list-txt01 li:first-child {
  font-size: 18px;
  margin-bottom: 5px;
}
.business-block .business-box .list-txt01 li:first-child::before {
  display: none;
}
.business-block .business-box .list-txt01 li::before {
  content: "・";
}
@media screen and (max-width: 991px) {
  .business-block .business-box {
    padding: 50px 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .business-block .business-box {
    padding: 40px 20px 30px;
    margin-bottom: 40px;
  }
  .business-block .business-box .h3-ttl {
    font-size: 20px;
  }
  .business-block .business-box .txt {
    font-size: 14px;
    line-height: 30px;
  }
  .business-block .business-box .list-txt {
    display: grid;
    grid-template-columns: 90px 1fr;
    font-size: 14px;
    line-height: 20px;
    row-gap: 4px;
    margin-bottom: 10px;
  }
  .business-block .business-box .list-txt dt {
    font-weight: normal;
    display: flex;
    justify-content: space-between;
  }
  .business-block .business-box .list-txt dt::after {
    content: "▶";
    color: #000;
    font-size: 14px;
  }
  .business-block .business-box .list-txt dd {
    padding-left: 10px;
  }
  .business-block .business-box .list-txt01 li {
    font-size: 12px;
    line-height: 24px;
  }
  .business-block .business-box .list-txt01 li:first-child {
    font-size: 14px;
  }
}

/*  recommend-block
=======================================================*/
.recommend-block .recommend-map {
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
  position: relative;
}
.recommend-block .recommend-map p {
  position: absolute;
  width: 275px;
  height: 70px;
}
.recommend-block .recommend-map p a {
  display: block;
  width: 100%;
  height: 100%;
}
.recommend-block .recommend-map p.item01 {
  top: 12%;
  left: 9%;
}
.recommend-block .recommend-map p.item02 {
  top: 44%;
  left: 1%;
}
.recommend-block .recommend-map p.item03 {
  top: 64%;
  right: 1%;
}
.recommend-block .recommend-info {
  max-width: 1040px;
  margin: 30px auto 0;
}
.recommend-block .recommend-info.yellow-color .h3-ttl::after {
  background: #DDCD7F;
}
.recommend-block .recommend-info.yellow-color .h4-ttl::before {
  color: #DDCD7F;
}
.recommend-block .recommend-info.pink-color .h3-ttl::after {
  background: #E4BFE4;
}
.recommend-block .recommend-info.pink-color .h4-ttl::before {
  color: #E4BFE4;
}
.recommend-block .recommend-info.blue-color .h3-ttl::after {
  background: #93CDDC;
}
.recommend-block .recommend-info.blue-color .h4-ttl::before {
  color: #93CDDC;
}
.recommend-block .recommend-info .h3-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.recommend-block .recommend-info .h3-ttl::after {
  content: "";
  height: 5px;
  width: 175px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.recommend-block .recommend-info .recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.recommend-block .recommend-info .recommend-list .slick-list {
  padding: 0 !important;
}
.recommend-block .recommend-info .recommend-list .recommend-item {
  margin: 0 10px;
  flex: 0 0 calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 25px;
  width: 100%;
  max-width: 330px;
  height: 100%;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .coming-soon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .coming-soon p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .h4-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .h4-ttl::before {
  content: "▶";
  margin-right: 5px;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .thumb {
  line-height: 0;
  margin-bottom: 10px;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .thumb img {
  object-fit: cover;
  height: 100%;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .desc {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .desc .txt {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .desc .txt-link {
  margin-top: auto;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .desc .txt-link a {
  color: #0000F5;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.recommend-block .recommend-info .recommend-list .recommend-item .inner .desc .txt-link a::after {
  content: "";
  background: url(../../../../images/special/kanazawa_in_campaign/open_in_new_ico.png) top center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  margin-top: -2px;
}
@media screen and (max-width: 991px) {
  .recommend-block .recommend-info .recommend-list .recommend-item .inner .h4-ttl {
    min-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .recommend-block .recommend-map {
    max-width: 345px;
    width: 100%;
  }
  .recommend-block .recommend-map p {
    width: 150px;
    height: 65px;
  }
  .recommend-block .recommend-map p.item01 {
    top: 4%;
    left: 1%;
  }
  .recommend-block .recommend-map p.item02 {
    top: 36%;
    left: 1%;
  }
  .recommend-block .recommend-map p.item03 {
    top: 59%;
    right: 2%;
  }
  .recommend-block .recommend-info .h3-ttl {
    margin: 0 15px 30px 13px;
  }
  .recommend-block .recommend-info .recommend-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .recommend-block .recommend-info .recommend-list .recommend-item {
    margin: 0 8px;
  }
  .recommend-block .recommend-info .recommend-list .recommend-item .inner {
    width: 320px;
  }
  .recommend-block .recommend-info .recommend-list .recommend-item .inner .h4-ttl {
    min-height: inherit;
  }
}
@media screen and (max-width: 374px) {
  .recommend-block .recommend-map p {
    width: 130px;
    height: 60px;
  }
  .recommend-block .recommend-info .recommend-list .recommend-item .inner {
    width: 300px;
  }
  .recommend-block .recommend-info .recommend-list .recommend-item .inner .h4-ttl {
    font-size: 16px;
  }
}

.slick-arrow {
  font-size: 0;
  border: none;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: none;
  outline: none;
  z-index: 1;
  width: 45px;
  height: 45px;
  background: rgba(240, 227, 159, 0.8);
}
.slick-arrow:hover, .slick-arrow:focus {
  background: rgba(240, 227, 159, 0.8);
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  width: 3px;
  height: 18px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.slick-arrow.slick-prev::before {
  transform: rotate(-45deg);
  top: 20px;
  left: 20px;
}
.slick-arrow.slick-prev::after {
  transform: rotate(45deg);
  top: 9px;
  left: 20px;
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(45deg);
  top: 20px;
}
.slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  top: 8px;
}

.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button:before {
  font-size: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #707070;
  border-radius: 100%;
}

/*  discount-tour-block
=======================================================*/
.discount-tour-block .discount-tour-box {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 50px;
  max-width: 980px;
  margin: 0 auto 35px;
  background-color: #fff;
}
.discount-tour-block .discount-tour-box:last-child {
  margin-bottom: 0;
}
.discount-tour-block .discount-tour-box .inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.discount-tour-block .discount-tour-box .inner .thumb {
  flex: 0 0 50%;
  max-width: 420px;
  text-align: center;
}
.discount-tour-block .discount-tour-box .inner .thumb .bor {
  border: 1px solid #707070;
}
.discount-tour-block .discount-tour-box .inner .decs {
  flex: auto;
}
.discount-tour-block .discount-tour-box .inner .decs .h3-ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.discount-tour-block .discount-tour-box .inner .decs .h3-ttl::after {
  content: "";
  height: 5px;
  width: 175px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #AB3800;
}
.discount-tour-block .discount-tour-box .inner .decs .txt {
  font-size: 16px;
  line-height: 24px;
}
.discount-tour-block .discount-tour-box .inner .decs .txt span {
  font-size: 14px;
  display: block;
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt {
  margin-top: 15px;
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt li {
  font-size: 12px;
  line-height: 20px;
  display: flex;
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt li:first-child {
  border: 1px solid #707070;
  padding: 3px 10px;
  margin-bottom: 5px;
  width: fit-content;
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt li:first-child::before {
  display: none;
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt li::before {
  content: "・";
}
.discount-tour-block .discount-tour-box .inner .decs .txt01 {
  border: 1px solid #707070;
  padding: 3px 10px;
  margin-bottom: 5px;
  width: fit-content;
  font-size: 12px;
  margin-top: 15px;
}
.discount-tour-block .discount-tour-box .inner .decs .link-txt {
  word-break: break-all;
  color: #0000F5;
  text-decoration: underline;
  line-height: 20px;
  font-size: 12px;
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt01 {
  display: grid;
  grid-template-columns: 70px 1fr;
  font-size: 12px;
  line-height: 20px;
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt01 dt {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt01 dt::after {
  content: ":";
}
.discount-tour-block .discount-tour-box .inner .decs .list-txt01 dd {
  padding-left: 5px;
}
.discount-tour-block .discount-tour-box .inner .decs .txt-note {
  display: flex;
  font-size: 12px;
}
.discount-tour-block .discount-tour-box .inner .decs .txt-note::before {
  content: "※";
  margin-right: 5px;
}
.discount-tour-block .discount-tour-box .box-btn {
  max-width: 400px;
  margin: 40px auto 0;
}
.discount-tour-block .discount-tour-box .box-btn a {
  border-radius: 45px;
  background: #AB3800;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.discount-tour-block .discount-tour-box .box-btn a::before {
  content: "";
  background: url(../../../../images/special/kanazawa_in_campaign/icon_search.svg) top center no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.discount-tour-block .discount-tour-box .txt02 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #AB3800;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .discount-tour-block .discount-tour-box {
    padding: 20px 15px;
    max-width: 385px;
    margin-bottom: 20px;
  }
  .discount-tour-block .discount-tour-box .inner {
    flex-direction: column;
    gap: 5px;
  }
  .discount-tour-block .discount-tour-box .inner .thumb {
    flex: 0 0 100%;
  }
  .discount-tour-block .discount-tour-box .inner .decs {
    flex: auto;
  }
  .discount-tour-block .discount-tour-box .inner .decs .h3-ttl {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .discount-tour-block .discount-tour-box .box-btn {
    margin-top: 20px;
  }
  .discount-tour-block .discount-tour-box .txt02 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
}

/*  question-block
=======================================================*/
.question-block .txt-head {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.question-block .txt-head a {
  color: #0000F5;
  text-decoration: underline;
  font-weight: bold;
}
.question-block .question-content {
  margin-top: 50px;
}
.question-block .question-content-item {
  background-color: #FCF7DF;
  border-radius: 5px;
  padding: 0 0 25px;
  margin-bottom: 10px;
}
.question-block .question-content-item .question {
  font-size: 18px;
  color: #AB3800;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AB3800;
  padding: 30px 20px;
}
.question-block .question-content-item .question::before {
  content: "?";
  width: 30px;
  height: 30px;
  background-color: #AB3800;
  margin-right: 15px;
  flex: 0 0 30px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-block .question-content-item .answer {
  padding: 20px 65px 0;
}
.question-block .question-content-item .answer .txt {
  font-size: 14px;
  line-height: 30px;
}
.question-block .question-content-item .answer .txt a {
  color: #0000F5;
  text-decoration: underline;
}
.question-block .question-content-item .answer .list-txt li {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  margin-bottom: 8px;
}
.question-block .question-content-item .answer .list-txt li::before {
  content: "▶";
  margin-right: 3px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .question-block .txt-head {
    font-size: 16px;
    line-height: 24px;
  }
  .question-block .question-content {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .question-block .question-content-item {
    padding: 0 0 15px;
    border-radius: 0;
  }
  .question-block .question-content-item .question {
    font-size: 16px;
    padding: 15px;
  }
  .question-block .question-content-item .answer {
    padding: 10px 25px 0;
  }
  .question-block .question-content-item .answer .list-txt li {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    margin-bottom: 3px;
  }
}

/* section-boxsearch
=======================================================*/
.section-boxsearch {
  background-color: #fff;
  padding: 0 0 40px;
}
.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: #AB3800;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .section-boxsearch {
    padding: 0 0 20px;
  }
  .section-boxsearch .ttl01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/*  SearchInner
=======================================================*/
.SearchInner {
  width: 100%;
  margin: 0 auto;
}
.SearchInner .search-box {
  background: #fff;
}
.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: #fff;
}
.SearchInner .search-top .search__form .contain-btn .btn-search {
  background: #AB3800;
  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: #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: 43px;
  }
  .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 */
