@charset "UTF-8";
:root {
  --srch-w-margin: 20px;
  --srch-w-max-1: 960;
  --srch-w-max-2: 820;
  --srch-color-primary: #00877e;
  --srch-color-primary-light: #46b9b5;
  --srch-color-primary-bg1: #e6f8f6;
  --srch-color-primary-bg2: #a0d8d4;
  --srch-color-primary-bg3: #46b9b5;
  --srch-color-secondary: #ffc300;
  --srch-color-secondary-bg1: #fefcd3;
  --srch-color-txt: #464646;
  --srch-color-txt-black: #000;
  --srch-color-txt-gray: #787878;
  --srch-color-txt-blue: #2468e2;
  --srch-color-txt-link: #2468e2;
  --srch-color-txt-red: #ff404c;
  --srch-color-placeholder: #787878;
  --srch-color-red: #ff404c;
  --srch-color-border: #dcdcdc;
  --srch-color-border-c: #c8c8c8;
  --srch-color-border-form: #b4b4b4;
  --srch-color-border-dark: #787878;
  --srch-color-bg-gray: #f3f3f3;
  --srch-color-bg-gray-light: #f8f8f8;
  --srch-color-bg-gray-dark: #ebebeb;
  --srch-color-bg-red: #feeced;
  --srch-color-form-btn: #46b9b5;
  --srch-color-form-error: #ff404c;
  --srch-color-form-error-bg: #fff0f5;
  --srch-color-form-btn-disabled: #dcdcdc;
  --srch-border-radius: 6px;
  --srch-hover-opacity: 0.65;
  --srch-font-number: Roboto, sans-serif;
}

body.search_is_open:not(.is_fixed) #tw_wrapper::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: var(--tw-vw, 100vw);
  z-index: 3;
  -webkit-transform: translateZ(0);
}
body.search_is_open:not(.is_fixed) #tw_wrapper > :not(#tw_content, .tw_search) {
  z-index: 2;
}
body.search_is_open:not(.is_fixed) #tw_content {
  z-index: 1;
}
body.search_is_open:not(.is_fixed) #tw_tour_search_box {
  z-index: 4;
}
body.search_is_open:not(.is_fixed) .tw_search.modal_01 {
  z-index: 5;
}
body.search_is_open:not(.is_fixed) .tw_search.modal_02 {
  z-index: 6;
}
.tw_search {
  position: relative;
}
.tw_search input,
.tw_search select,
.tw_search button,
.tw_search textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
.tw_search input::-webkit-input-placeholder, .tw_search textarea::-webkit-input-placeholder {
  color: var(--srch-color-txt-gray);
}
.tw_search input:-ms-input-placeholder, .tw_search textarea:-ms-input-placeholder {
  color: var(--srch-color-txt-gray);
}
.tw_search input::-ms-input-placeholder, .tw_search textarea::-ms-input-placeholder {
  color: var(--srch-color-txt-gray);
}
.tw_search input::placeholder,
.tw_search textarea::placeholder {
  color: var(--srch-color-txt-gray);
}
.tw_search textarea {
  resize: vertical;
}
.tw_search input[type=submit],
.tw_search input[type=button],
.tw_search button {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
}
.tw_search input[type=submit],
.tw_search input[type=button],
.tw_search button {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tw_search .radio_wrap,
.tw_search .check_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.tw_search .radio_wrap label,
.tw_search .check_wrap label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.3rem;
  justify-content: flex-start;
  line-height: 16px;
  width: 100%;
}
.tw_search .radio_wrap label span,
.tw_search .check_wrap label span {
  flex: 1;
}
.tw_search .radio_wrap label picture,
.tw_search .check_wrap label picture {
  display: flex;
}
.tw_search .radio_wrap label::before,
.tw_search .check_wrap label::before {
  aspect-ratio: 1/1;
  background-image: url(../img/form_radio_1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-size: 0;
  line-height: 1;
  margin-right: 6px;
  width: 16px;
}
.tw_search .radio_wrap input[type=radio],
.tw_search .radio_wrap input[type=checkbox],
.tw_search .check_wrap input[type=radio],
.tw_search .check_wrap input[type=checkbox] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.tw_search .radio_wrap input[type=radio]:checked + label::before,
.tw_search .check_wrap input[type=radio]:checked + label::before {
  background-image: url(../img/form_radio_1_checked_green.svg);
}
.tw_search .radio_wrap.check_01 label::before,
.tw_search .check_wrap.check_01 label::before {
  background-image: url(../img/form_chk_1.svg);
}
.tw_search .radio_wrap.check_01 input[type=checkbox]:checked + label::before,
.tw_search .check_wrap.check_01 input[type=checkbox]:checked + label::before {
  background-image: url(../img/form_chk_1_checked.svg);
}
.tw_search .input_wrap {
  background: #fff;
  border: 1px solid var(--srch-color-border-form);
  border-radius: var(--srch-border-radius);
  height: 48px;
  position: relative;
}
.tw_search .input_wrap input,
.tw_search .input_wrap select {
  background-color: transparent;
  font-size: 1.5rem;
  height: 100%;
  padding: 5px 10px 5px 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.tw_search .input_wrap input::-webkit-input-placeholder, .tw_search .input_wrap select::-webkit-input-placeholder {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap input:-ms-input-placeholder, .tw_search .input_wrap select:-ms-input-placeholder {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap input::-ms-input-placeholder, .tw_search .input_wrap select::-ms-input-placeholder {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap input::placeholder,
.tw_search .input_wrap select::placeholder {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap .suggest_list {
  display: none;
}
.tw_search .input_wrap .suggest_list .suggest_txt {
  font-size: 1.5rem;
  line-height: 2;
}
.tw_search .input_wrap .suggest_list .suggest_txt {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tw_search .input_wrap .notfound_msg {
  background: #fff;
  color: var(--srch-color-txt-red);
  display: none;
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  top: calc(100% + 1px);
}
.tw_search .input_wrap .notfound_msg::before {
  display: none;
}
.tw_search .input_wrap .error_msg {
  background: var(--srch-color-red);
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 1.3rem;
  left: -1px;
  padding: 3px 10px;
  position: absolute;
  top: calc(100% - 5px);
  z-index: 20;
}
.tw_search .input_wrap .error_msg::before {
  border-color: transparent transparent var(--srch-color-red) transparent;
  border-style: solid;
  border-width: 0 6px 6px;
  bottom: 100%;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
}
.tw_search .input_wrap.calendar::after {
  aspect-ratio: 1/1;
  background: url(../img/form_icon_calendar2_darkgray.svg) center center/cover no-repeat;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 8.25px);
  width: 17.5px;
  z-index: 1;
}
.tw_search .input_wrap.calendar input {
  cursor: pointer;
}
.tw_search .input_wrap.select::after {
  aspect-ratio: 1/1;
  background: url(../img/form_icon_select_gray.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
  width: 18px;
  z-index: 1;
}
.tw_search .input_wrap.select select {
  padding-right: 30px;
}
.tw_search .input_wrap.select select:invalid {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap.select select option {
  /* 2026.01.29 edit */
  color: var(--srch-color-txt-black);
}
.tw_search .input_wrap.textarea {
  height: auto;
}
.tw_search .input_wrap.textarea textarea {
  field-sizing: content;
  font-size: 1.4rem;
  height: calc(100% - 3px);
  line-height: 1.57;
  padding: 12px 15px;
  resize: vertical;
  width: calc(100% - 3px);
}
.tw_search .input_wrap.textarea textarea::-webkit-input-placeholder {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap.textarea textarea:-ms-input-placeholder {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap.textarea textarea::-ms-input-placeholder {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap.textarea textarea::placeholder {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap.notfound .notfound_msg {
  display: block;
}
.tw_search .input_wrap.error {
  background: #ffd6d6;
}
.tw_search .input_wrap.error .error_msg {
  display: block;
}
.tw_search .input_wrap.error .input_clear_btn {
  display: none;
}
.tw_search .input_wrap:not(.is_inputed) input,
.tw_search .input_wrap:not(.is_inputed) select {
  color: var(--srch-color-placeholder);
}
.tw_search .input_wrap:not(.is_inputed) .input_clear_btn {
  display: none;
}
.tw_search .input_wrap.is_input {
  z-index: 10;
}
.tw_search .input_wrap.is_input input,
.tw_search .input_wrap.is_input select {
  /* 2026.01.29 edit */
  color: var(--srch-color-txt-black);
}
.tw_search .input_wrap.is_input .suggest_list {
  display: block;
}
.tw_search .input_wrap.is_inputed input,
.tw_search .input_wrap.is_inputed select {
  /* 2026.01.29 edit */
  color: var(--srch-color-txt-black);
}
.tw_search .anim_jump {
  -webkit-animation: jump 2s ease-out 1s 2;
  animation: jump 2s ease-out 1s 2;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  20% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  45% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  20% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  45% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes tw_search_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tw_search_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tw_search_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tw_search_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tw_search .icon_required {
  background: var(--srch-color-red);
  border-radius: 17px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 15px;
  margin-left: 5px;
  text-align: center;
  width: 30px;
}
.tw_search .txt_red {
  color: var(--srch-color-red);
}
.tw_search .search_wrap .form_wrap .btns {
  align-items: center;
  display: flex;
  flex: 1;
  padding-left: 6px;
  position: relative;
}
.tw_search .search_wrap .form_wrap .btns .add_btn,
.tw_search .search_wrap .form_wrap .btns .del_btn {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  width: 60px;
}
.tw_search .search_wrap .form_wrap .btns .add_btn::before,
.tw_search .search_wrap .form_wrap .btns .del_btn::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 9px;
  margin-right: 3px;
  width: 9px;
}
.tw_search .search_wrap .form_wrap .btns .add_btn.hide,
.tw_search .search_wrap .form_wrap .btns .del_btn.hide {
  display: none;
}
.tw_search .search_wrap .form_wrap .btns .add_btn.show + .show,
.tw_search .search_wrap .form_wrap .btns .del_btn.show + .show {
  position: absolute;
  top: calc(100% - 10px);
}
.tw_search .search_wrap .form_wrap .btns .add_btn {
  background: var(--srch-color-form-btn);
}
.tw_search .search_wrap .form_wrap .btns .add_btn::before {
  background-image: url(../img/form_btn_plus_slim_white.svg);
}
.tw_search .search_wrap .form_wrap .btns .del_btn {
  background: var(--srch-color-border-form);
}
.tw_search .search_wrap .form_wrap .btns .del_btn::before {
  background-image: url(../img/form_btn_minus_slim_white.svg);
}
.tw_search .search_wrap .label_wrap {
  align-items: center;
  color: var(--srch-color-txt-black);
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  width: 100%;
}
.tw_search .search_wrap .input_wrap {
  position: relative;
  width: 100%;
}
.tw_search .search_wrap .input_wrap .label {
  align-items: center;
  color: var(--srch-color-txt-black);
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
  left: 15px;
  line-height: 17px;
  position: absolute;
  top: 5px;
}
.tw_search .search_wrap .input_wrap .label span {
  color: var(--srch-color-txt-black);
}
.tw_search .search_wrap .input_wrap .label + input,
.tw_search .search_wrap .input_wrap .label + select,
.tw_search .search_wrap .input_wrap .label + textarea {
  padding-top: 18px;
  position: relative;
  z-index: 2;
}
.tw_search .search_wrap .input_clear_btn {
  aspect-ratio: 1/1;
  background: url(../img/form_clear_gray.svg) center center/81.82% no-repeat;
  font-size: 0;
  position: absolute;
  right: 12px;
  top: calc(50% - 11px);
  width: 22px;
  z-index: 3;
}
.tw_search .search_wrap .modal_open {
  align-items: center;
  background: #fff;
  border: 1px solid var(--srch-color-border-form);
  display: flex;
  font-size: 1.4rem;
  height: 44px;
  padding: 5px 10px;
  position: relative;
}
.tw_search .search_wrap .modal_open::after {
  background: url(../img/form_icon_select_black.svg) center center/100% auto no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
  width: 10px;
  z-index: 1;
}
.tw_search .search_base .form_wrap .label_wrap {
  line-height: 1;
}
.tw_search .search_base .form_wrap .input_wrap {
  height: 54px;
  position: relative;
  width: 100%;
}
.tw_search .search_base .form_wrap.dest .dest_wrap {
  display: flex;
}
.tw_search .search_base .form_wrap.dest .dest_wrap .input_wrap input {
  cursor: pointer;
}
.tw_search .search_base .form_wrap.dest .dest_wrap.radios .radio_list {
  display: flex;
}
.tw_search .search_base .form_wrap.dest .dest_wrap.radios .radio_wrap {
  position: relative;
}
.tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_list {
  width: 100%;
}
.tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label {
  font-size: 1.2rem;
  line-height: 20px;
}
.tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label::before {
  margin-right: 10px;
  width: 20px;
}
.tw_search .search_base .form_wrap.travel_days .travel_days_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.tw_search .search_base .form_wrap.travel_days .travel_days_wrap p {
  color: var(--srch-color-txt-black);
}
.tw_search .search_base .form_wrap.travel_days .travel_days_wrap p:first-of-type {
  text-align: center;
  width: 20px;
}
.tw_search .search_base .alert_box.dest_radios {
  display: none;
  height: 1px;
  position: absolute;
  width: 1px;
  z-index: 400;
}
.tw_search .search_base .alert_box.dest_radios .alert_box_inner {
  background: var(--srch-color-form-error-bg);
  border: 4px solid var(--srch-color-form-error);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  min-height: 124px;
  padding: 10px 5px 10px 10px;
  position: absolute;
  width: 450px;
  z-index: 3;
}
.tw_search .search_base .alert_box.dest_radios .alert_box_inner::after {
  background: var(--srch-color-form-error);
  content: "";
  position: absolute;
  z-index: 2;
}
.tw_search .search_base .alert_box.dest_radios .alert_box_overlay {
  height: var(--tw-win-vh, 100vh);
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--vw);
  z-index: 1;
}
.tw_search .search_base .alert_box.dest_radios p {
  color: var(--srch-color-txt);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.54;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.055em;
}
.tw_search .search_base .alert_box.dest_radios p b {
  font-weight: 600;
}
.tw_search .search_base .alert_box.dest_radios .close_btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--srch-color-border-form);
  border-radius: 32px;
  color: var(--srch-color-txt);
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  margin: 10px auto 0;
  width: 120px;
}
.tw_search .search_base .alert_box.dest_radios .close_btn span {
  background: #fff;
  font-size: 1.2rem;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.tw_search .search_details .detail_head {
  padding: 0 50px;
}
.tw_search .search_details .detail_body {
  background: var(--srch-color-bg-gray-light);
}
.tw_search .search_details .form_alerts {
  align-items: center;
  background: var(--srch-color-form-btn);
  background: var(--srch-color-primary-bg1);
  border-radius: var(--srch-border-radius);
  display: flex;
  font-size: 1.6rem;
  height: 40px;
  justify-content: center;
  margin: 10px auto 20px;
  position: relative;
  width: 392px;
}
.tw_search .search_details .form_alerts::after {
  background: var(--srch-color-primary-bg1);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 8px;
  left: calc(50% - 8px);
  position: absolute;
  top: 100%;
  width: 16px;
}
.tw_search .search_details .form_alerts .txt {
  color: var(--srch-color-primary-light);
  font-size: 153.33%;
  font-weight: 600;
}
.tw_search .search_details .form_wrap {
  border-top: 1px solid var(--srch-color-border);
}
.tw_search .search_details .form_wrap .form_title {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.tw_search .search_details .form_wrap .form_title {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tw_search .search_details .form_wrap .form_title::before {
  aspect-ratio: 1/1;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  margin-right: 8px;
  width: 18px;
}
.tw_search .search_details .form_wrap .form_panel {
  border-top: 1px solid var(--srch-color-border);
  padding: 20px 50px 30px;
}
.tw_search .search_details .form_wrap .input_wrap {
  height: 48px;
  position: relative;
}
.tw_search .search_details .form_wrap.acc_wrap .form_title::after {
  aspect-ratio: 1/1;
  background: url(../img/form_btn_minus_slim_gray.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% - 5.5px);
  width: 11px;
}
.tw_search .search_details .form_wrap.acc_wrap.is_close .form_title::after {
  background: url(../img/form_btn_plus_slim_gray.svg);
}
.tw_search .search_details .form_wrap.acc_wrap.is_close .form_panel {
  display: none;
}
.tw_search .search_details .form_wrap.mytype .form_title::before {
  background-image: url(../img/form_icon_mytype_black.svg);
}
.tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .label_wrap {
  margin: 0 0 15px;
}
.tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -15px 0;
  width: 100%;
}
.tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap label {
  align-items: flex-start;
}
.tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap label span {
  flex: 1;
}
.tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap input:disabled + label {
  opacity: 0.45;
  pointer-events: none;
}
.tw_search .search_details .form_wrap.flight .form_title::before {
  background-image: url(../img/form_icon_flight_black.svg);
}
.tw_search .search_details .form_wrap.hotel .form_title::before {
  background-image: url(../img/form_icon_hotel_black.svg);
}
.tw_search .search_details .form_wrap.budget .form_title::before {
  background-image: url(../img/form_icon_budget_black.svg);
}
.tw_search .search_details .form_wrap.word .form_title::before {
  background-image: url(../img/form_icon_keyword_black.svg);
}
.tw_search .search_details .form_wrap .wrap {
  margin-bottom: 8px;
}
.tw_search .search_details .form_wrap .wrap.seat .seat_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tw_search .search_details .form_wrap .wrap.seat .seat_wrap .input_wrap {
  width: 37.03%;
}
.tw_search .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap {
  flex: 1;
  margin-right: -5%;
  padding-left: 10px;
}
.tw_search .search_details .form_wrap .wrap.airline .airline_wrap {
  display: flex;
}
.tw_search .search_details .form_wrap .wrap.airline .airline_wrap .input_wrap {
  max-width: 294px;
  width: 84%;
}
.tw_search .search_details .form_wrap .wrap.hotel_rank .check_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.tw_search .search_details .form_wrap .wrap.hotel_select {
  margin-top: 20px;
}
.tw_search .search_details .form_wrap .wrap.hotel_select .hotel_area {
  color: var(--srch-color-txt-black);
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 0 7px;
}
.tw_search .search_details .form_wrap .wrap.budget_per .label_wrap {
  display: none;
}
.tw_search .search_details .form_wrap .wrap.budget_per .budget_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.tw_search .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
  color: var(--srch-color-txt-black);
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
.tw_search .search_details .form_wrap .wrap.budget_per .budget_wrap > div {
  color: var(--srch-color-txt-black);
  font-size: 1.3rem;
  text-align: center;
  width: 30px;
}
.tw_search .search_details .form_wrap .wrap.budget_per .budget_wrap .input_wrap {
  max-width: 160px;
  width: 44.35%;
}
.tw_search .search_details .form_wrap .wrap.keyword .input_wrap {
  max-width: 450px;
}
.tw_search .search_details .form_wrap .wrap.code .input_wrap {
  max-width: 450px;
}
.tw_search .search_details:not(.is_show) {
  display: none;
}
.tw_search .search_details.is_show {
  display: block;
}

.tw_tour_search_box {
  display: none;
}
.tw_tour_search_box.is_closing {
  display: block;
  -webkit-animation: tw_search_fadeOut 0.6s ease 0s forwards;
  animation: tw_search_fadeOut 0.6s ease 0s forwards;
}
.tw_tour_search_box.is_show {
  display: block;
  -webkit-animation: tw_search_fadeIn 0.6s ease 0s forwards;
  animation: tw_search_fadeIn 0.6s ease 0s forwards;
}
.tw_tour_search_box.is_show .modal_box {
  opacity: 1;
}
.tw_tour_search_box.is_show:not(.fixed) .modal_box_overlay {
  display: none;
}
.tw_tour_search_box .modal_box {
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s ease-in-out 1s;
}
.tw_tour_search_box .modal_box_head .head_tit {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}
.tw_tour_search_box .modal_box_body {
  overflow: hidden auto;
}
.tw_tour_search_box .modal_box_foot {
  align-items: center;
  background: #fff;
  display: flex;
  padding: 0 40px;
}
.tw_tour_search_box .modal_box_close {
  aspect-ratio: 1/1;
  background: url(../img/modal_close.svg) center center/100% auto no-repeat;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.tw_tour_search_box .modal_box_close {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tw_tour_search_box .modal_box_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: var(--tw-win-vh, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: var(--tw-vw, 100vw);
  z-index: 1;
  -webkit-transform: translateZ(0);
}
.tw_tour_search_box .btn_wrap {
  align-items: center;
  display: flex;
  width: 100%;
}
.tw_tour_search_box .btn_wrap .btn_detail {
  align-items: center;
  display: inline-flex;
  line-height: 1;
}
.tw_tour_search_box .btn_wrap .btn_detail::before {
  aspect-ratio: 1/1;
  background: var(--srch-color-txt-gray) url(../img/form_btn_plus_slim_white.svg) center center/55.56% auto no-repeat;
  content: "";
}
.tw_tour_search_box .btn_wrap .btn_detail.is_active::before {
  background-image: url(../img/form_btn_minus_slim_white.svg);
}
.tw_tour_search_box .btn_wrap .btn_submit {
  align-items: center;
  background: var(--srch-color-primary);
  border-radius: var(--srch-border-radius);
  border-radius: 46px;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 600;
  height: 46px;
  justify-content: center;
  line-height: 1.5;
  width: 240px;
}
.tw_tour_search_box .btn_wrap .btn_submit {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tw_tour_search_box .btn_wrap .btn_submit:disabled {
  background: var(--srch-color-form-btn-disabled);
  pointer-events: none;
}
.tw_tour_search_box .btn_wrap .btn_clear {
  align-items: center;
  border: 1px solid var(--srch-color-border-form);
  border-radius: 20px;
  color: var(--srch-color-txt-gray);
  display: flex;
  font-size: 1.2rem;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 70px;
}
.tw_tour_search_box .btn_wrap .btn_clear {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.tw_tour_search_set {
  position: relative;
}
.tw_tour_search_set .form_wrap {
  position: relative;
}
.tw_tour_search_set .form_wrap .panel_input {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 100%;
  line-height: 1;
  overflow: hidden;
  padding: 15px 17px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 4;
}
.tw_tour_search_set .form_wrap .panel_input:not(.is_inputed) {
  color: var(--srch-color-placeholder);
}
.tw_tour_search_set .form_wrap .panel_input:not(.is_inputed) button,
.tw_tour_search_set .form_wrap .panel_input:not(.is_inputed) input,
.tw_tour_search_set .form_wrap .panel_input:not(.is_inputed) select {
  color: var(--srch-color-placeholder);
}
.tw_tour_search_set .form_wrap .panel_input.is_inputed {
  color: var(--srch-color-txt-black);
}
.tw_tour_search_set .form_wrap .panel_input.is_inputed button,
.tw_tour_search_set .form_wrap .panel_input.is_inputed input,
.tw_tour_search_set .form_wrap .panel_input.is_inputed select {
  color: var(--srch-color-txt-black);
}
.tw_tour_search_set .form_wrap .panel_label,
.tw_tour_search_set .form_wrap .label_wrap,
.tw_tour_search_set .form_wrap .label {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
  left: 17px;
  position: absolute;
  top: 4px;
  z-index: 1;
}
.tw_tour_search_set .form_wrap .panel_label span,
.tw_tour_search_set .form_wrap .label_wrap span,
.tw_tour_search_set .form_wrap .label span {
  color: var(--srch-color-txt-black);
}
.tw_tour_search_set .form_wrap .input_wrap {
  border-color: var(--srch-color-border-dark);
  height: 100%;
}
.tw_tour_search_set .form_wrap .input_wrap.select select {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  padding: 15px 17px 0;
}
.tw_tour_search_set .form_wrap.dest .announce_wrap {
  position: absolute;
}
.tw_tour_search_set .btn_submit {
  align-items: center;
  background: var(--tw-primary-color);
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  height: 54px;
  justify-content: center;
  line-height: 1;
  width: 100%;
}
.tw_tour_search_set .btn_detail {
  align-items: center;
  display: inline-flex;
  line-height: 1;
}
.tw_tour_search_set .btn_detail::before {
  aspect-ratio: 1/1;
  background: var(--srch-color-txt-gray) url(../img/form_btn_plus_slim_white.svg) center center/55.56% auto no-repeat;
  content: "";
}
.tw_tour_search_set .btn_detail.is_active::before {
  background-image: url(../img/form_btn_minus_slim_white.svg);
}

.tw_tour_search_modal_01 {
  display: none;
  height: var(--tw-win-vh, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 300;
}
.tw_tour_search_modal_01 .modal_01_box {
  background: #fff;
  z-index: 2;
}
.tw_tour_search_modal_01 .modal_01_box_head .head_tit {
  color: var(--srch-color-txt-black);
}
.tw_tour_search_modal_01 .modal_01_box_head .head_tit .pc b {
  color: var(--srch-color-primary);
  font-weight: 600;
}
.tw_tour_search_modal_01 .modal_01_box_body {
  position: relative;
  z-index: 1;
}
.tw_tour_search_modal_01 .modal_01_box_foot {
  align-items: center;
  border-top: 1px solid var(--srch-color-border);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_clear {
  align-items: center;
  background: #fff;
  border: 1px solid var(--srch-color-border-form);
  border-radius: 23px;
  color: var(--srch-color-txt-gray);
  display: flex;
  font-size: 1.2rem;
  height: 23px;
  justify-content: center;
  margin-right: 9px;
  width: 70px;
}
.tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_submit {
  align-items: center;
  background: var(--srch-color-primary);
  border-radius: 42px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 42px;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  width: 186px;
}
.tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_submit:disabled {
  background: var(--srch-color-border-form);
  pointer-events: none;
}
.tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_submit.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
.tw_tour_search_modal_01 .modal_01_close {
  aspect-ratio: 1/1;
  background: url(../img/modal_close.svg) center center/100% auto no-repeat;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.tw_tour_search_modal_01 .modal_01_close {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.tw_tour_search_modal_01 .modal_01_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw_tour_search_modal_01 .search_base {
  display: block;
}

.tw_tour_search_modal_02 {
  display: none;
  height: var(--tw-win-vh, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 400;
}
.tw_tour_search_modal_02 .modal_02_box {
  background: #fff;
  z-index: 2;
}
.tw_tour_search_modal_02 .modal_02_box_body {
  overflow: hidden auto;
  position: relative;
  z-index: 1;
}
.tw_tour_search_modal_02 .modal_02_box_foot {
  align-items: center;
  border-top: 1px solid var(--srch-color-border);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap .btn_clear {
  background: #fff;
  border: 1px solid var(--srch-color-border-form);
  border-radius: 25px;
  font-size: 1.2rem;
  height: 25px;
  margin-right: 102px;
  position: absolute;
  right: 50%;
  top: calc(50% - 12px);
  width: 71px;
}
.tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap .btn_submit {
  background: var(--srch-color-primary);
  border-radius: 42px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  height: 42px;
  line-height: 1.5;
  width: 186px;
}
.tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap .btn_submit:disabled {
  background: var(--srch-color-border);
  pointer-events: none;
}
.tw_tour_search_modal_02 .modal_02_close {
  aspect-ratio: 1/1;
  background: url(../img/modal_close.svg) center center/100% auto no-repeat;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  z-index: 3;
}
.tw_tour_search_modal_02 .modal_02_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box {
  background: transparent;
  border-radius: 0;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel {
  background: #fff;
  overflow: hidden;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_01 .dest_tag {
  overflow: hidden auto;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_01 .dest_tag .dest_tag_inner {
  overflow: hidden;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound {
  padding: 25px 30px 5px;
  text-align: center;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .tit {
  color: var(--srch-color-primary-light);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.47;
  margin-bottom: 13px;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.62;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.055em;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc a {
  color: var(--srch-color-primary);
  text-decoration: underline;
}
.tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--srch-color-border-form);
  border-radius: 50px;
  display: none;
  font-size: 1.4rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 168px;
}
.tw_tour_search_modal_02.modal_dest .dest_select.area .select_list .select_btn {
  height: 45px;
}
.tw_tour_search_modal_02.modal_dest .select_head {
  align-items: center;
  background: var(--srch-color-primary-light);
  display: flex;
  height: 50px;
  justify-content: center;
  position: relative;
}
.tw_tour_search_modal_02.modal_dest .select_head .head_title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
}
.tw_tour_search_modal_02.modal_dest .select_head .head_btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--srch-color-primary);
  color: var(--srch-color-primary);
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  position: absolute;
}
.tw_tour_search_modal_02.modal_dest .select_head .head_btn::before {
  aspect-ratio: 1/2;
  background: url(../img/arr_2_green.svg) center center/100% auto no-repeat;
  content: "";
  height: 100%;
  margin-right: 5px;
  width: 12px;
}
.tw_tour_search_modal_02.modal_dest .select_head .head_btn span {
  display: block;
  line-height: 1;
}
.tw_tour_search_modal_02.modal_dest .select_list {
  overflow: hidden auto;
}
.tw_tour_search_modal_02.modal_dest .select_list_inner {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px 0 0;
  overflow: hidden;
  position: relative;
  width: calc(100% + 1px);
}
.tw_tour_search_modal_02.modal_dest .select_list .select_btn {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--srch-color-border);
  border-right: 1px solid var(--srch-color-border);
  display: flex;
  position: relative;
  width: 50%;
  z-index: 2;
}
.tw_tour_search_modal_02.modal_dest .select_list .select_btn.all {
  background: #f9f9ef;
}
.tw_tour_search_modal_02.modal_dest .select_list .select_btn span {
  color: var(--srch-color-txt-black);
  font-size: 1.3rem;
  line-height: 1;
}
.tw_tour_search_modal_02.modal_dest .select_list .select_btn .ico {
  align-items: center;
  background: var(--srch-color-secondary);
  border-radius: 16px;
  color: var(--srch-color-txt-black);
  display: inline-flex;
  font-size: 0.9rem;
  height: 16px;
  line-height: 1;
  margin-left: 9px;
  padding: 0 7px 0 8px;
}
.tw_tour_search_modal_02.modal_dest .select_list .select_btn::after {
  aspect-ratio: 2/1;
  background: url(../img/arr_1_green_light.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 10px;
}
.tw_tour_search_modal_02.modal_dest .tag_head {
  color: var(--srch-color-primary-light);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 17px 0 9px;
}
.tw_tour_search_modal_02.modal_dest .tag_list {
  display: flex;
  flex-wrap: wrap;
}
.tw_tour_search_modal_02.modal_dest .tag_list .tag_btn {
  align-items: center;
  background: var(--srch-color-primary-bg1);
  border: 1px solid var(--srch-color-primary);
  border-radius: 23px;
  color: var(--srch-color-primary);
  display: flex;
  font-size: 1rem;
  height: 23px;
  line-height: 2;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0 9px;
}
.tw_tour_search_modal_02.modal_dest .tag_list .tag_btn.selected {
  background: var(--srch-color-primary-bg1);
  border-color: var(--srch-color-primary);
  color: var(--srch-color-primary);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .radio_list {
  border: 1px solid var(--srch-color-border-form);
  border-radius: var(--srch-border-radius);
  display: flex;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li {
  font-size: 1.5rem;
  padding: 0 17px;
  width: 50%;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li + li {
  border-left: 1px solid var(--srch-color-border-form);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li label {
  height: 100%;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li label b {
  color: var(--srch-color-primary);
  display: block;
  font-size: 85.71%;
  font-weight: 600;
  line-height: 1.2;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .select_panel {
  position: relative;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .select_panel .att_txt {
  color: var(--srch-color-txt-blue);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .msg_wrap {
  align-items: center;
  background: var(--srch-color-primary-bg3);
  border-radius: 5px;
  bottom: calc(100% + 8px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 600;
  height: 35px;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .nav_wrap .nav_arr {
  aspect-ratio: 1/1;
  background: #fff url(../img/arr_1_black.svg) center center/31.58% auto no-repeat;
  border: 1px solid #000;
  border-radius: 38px;
  display: block;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  /* 2025.11.21 edit */
  top: calc(50% - 19px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  z-index: 20;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .nav_wrap .nav_arr.prev {
  left: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .nav_wrap .nav_arr.next {
  right: 6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .nav_wrap .nav_arr.disabled {
  opacity: 0.45;
  pointer-events: none;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap {
  position: relative;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_title .month {
  margin-left: 5px;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_swich {
  align-items: center;
  border: 1px solid var(--srch-color-primary);
  border-radius: 22px;
  color: var(--srch-color-primary);
  display: flex;
  font-size: 1rem;
  height: 22px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 20px;
  width: 85px;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_swich.is_active {
  background: var(--srch-color-primary-bg1);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week {
  display: flex;
  width: 100%;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div {
  align-items: center;
  color: var(--srch-color-border-form);
  display: flex;
  font-family: var(--srch-font-number);
  font-size: 1.6rem;
  height: 36px;
  justify-content: center;
  padding-right: 5px;
  position: relative;
  width: 14.2857142857%;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div.selectable {
  color: var(--srch-color-txt);
  cursor: pointer;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div:first-of-type.selectable, .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div.holiday.selectable {
  color: var(--srch-color-txt-red);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div:last-of-type.selectable {
  color: var(--srch-color-txt-blue);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div.is_selected {
  background: var(--srch-color-primary-bg1);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head {
  border-bottom: 1px solid var(--srch-color-border);
  margin-bottom: 3px;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head > div {
  color: var(--srch-color-txt);
  font-size: 1.2rem;
  height: 25px;
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head > div:first-of-type {
  color: var(--srch-color-txt-red);
}
.tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head > div:last-of-type {
  color: var(--srch-color-txt-blue);
}
@media screen and (max-width: 1210px){
  .tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_submit {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 601px){
  .tw_tour_search_modal_01.modal_dest .modal_01_box_body {
    height: calc(var(--tw-win-vh, 100vh) - 50px);
  }
  .tw_tour_search_modal_01.modal_dest .alert_box.dest_radios .alert_box_inner::after {
    left: 4px;
  }
}
@media screen and (max-width: 960px){
  .tw_search .input_wrap {
    height: 50px;
  }
  .tw_search .input_wrap input,
  .tw_search .input_wrap select {
    font-size: 1.6rem;
  }
  .tw_search .input_wrap .suggest_list {
    padding: 10px 0 0 35px;
  }
  .tw_search .input_wrap .notfound_msg {
    left: 0;
    padding: 10px 0 0 40px;
    width: 100%;
  }
  .tw_search .vpc960 {
    display: none;
  }
  .tw_search .icon_required {
    font-size: 1rem;
  }
  .tw_search .search_wrap .form_wrap .btns {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .tw_search .search_wrap .form_wrap .btns .add_btn.show + .show,
  .tw_search .search_wrap .form_wrap .btns .del_btn.show + .show {
    top: calc(100% + 9px);
  }
  .tw_search .search_wrap .modal_open {
    font-size: 1.6rem;
    height: 50px;
  }
  .tw_search .search_base {
    padding: 25px 20px 0;
  }
  .tw_search .search_base .form_wrap {
    margin-bottom: 15px;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap + .dest_wrap {
    margin-top: 10px;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap .input_wrap {
    width: 84.64%;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.radios .radio_list {
    flex-direction: column;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.radios .radio_wrap {
    margin-top: 5px;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk {
    margin: 5px 0 -5px;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label {
    font-size: 1.1rem;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label::before {
    height: 14px;
    margin-right: 5px;
    width: 14px;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap .input_wrap {
    width: 30.43%;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap p {
    font-size: 1.3rem;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap p:last-of-type {
    padding-left: 10px;
    width: 32.61%;
  }
  .tw_search .search_base .alert_box.dest_radios {
    bottom: 0;
    left: 0;
  }
  .tw_search .search_base .alert_box.dest_radios .alert_box_inner {
    left: -10px;
    top: calc(100% + 12px);
  }
  .tw_search .search_base .alert_box.dest_radios .alert_box_inner::after {
    bottom: calc(100% + 2px);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    height: 12px;
    left: 2px;
    width: 24px;
  }
  .tw_search .search_details .detail_head {
    padding: 0 var(--srch-w-margin);
  }
  .tw_search .search_details .detail_head .btn_submit,
  .tw_search .search_details .detail_head .btn_clear {
    display: none;
  }
  .tw_search .search_details .form_wrap {
    border-top-color: var(--srch-color-border-c);
  }
  .tw_search .search_details .form_wrap .form_title {
    height: 50px;
    padding: 0 var(--srch-w-margin);
  }
  .tw_search .search_details .form_wrap .form_panel {
    border-top-color: var(--srch-color-border-c);
    padding: 15px var(--srch-w-margin);
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_set {
    display: none;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap + .airline_wrap {
    margin-top: 8px;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .input_wrap {
    width: 78.84%;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_select .hotel_wrap + .hotel_wrap {
    margin-top: 8px;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_select .hotel_area {
    margin-top: 10px;
  }
  .tw_tour_search_box {
    background: #fff;
    height: var(--tw-win-vh, 100vh);
    left: 0;
    position: fixed;
    top: 0;
    width: var(--tw-win-vw, 100vw);
    z-index: 200;
  }
  .tw_tour_search_box .modal_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .tw_tour_search_box .modal_box_head {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--srch-color-border-c);
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
  }
  .tw_tour_search_box .modal_box_head .head_tit {
    color: var(--srch-color-txt-black);
  }
  .tw_tour_search_box .modal_box_body {
    background: #fff;
    max-height: calc(var(--tw-win-vh, 100vh) - 50px - 70px);
  }
  .tw_tour_search_box .modal_box_foot {
    border-top: 1px solid var(--srch-color-border-c);
    height: 70px;
    margin-top: auto;
    padding: 0 var(--srch-w-margin);
  }
  .tw_tour_search_box .modal_box_foot .btn_wrap .btn_detail {
    display: none;
  }
  .tw_tour_search_box .modal_box_close {
    right: 10px;
    top: 8px;
    width: 28px;
  }
  .tw_tour_search_box .btn_wrap {
    justify-content: space-between;
  }
  .tw_tour_search_box .btn_wrap .btn_detail::before {
    width: 4.27vw;
  }
  .tw_tour_search_box .btn_wrap .btn_submit {
    order: 2;
  }
  .tw_tour_search_box .btn_wrap .btn_clear {
    order: 1;
  }
  .tw_tour_search_set {
    margin: 0 auto;
    max-width: 600px;
  }
  .tw_tour_search_set .form_wrap {
    height: 54px;
    margin-bottom: 10px;
  }
  .tw_tour_search_set .btn_wrap {
    position: relative;
  }
  .tw_tour_search_set .btn_submit {
    border-radius: 100vmax;
    margin: 0 auto 10px;
    max-width: 200px;
    width: 100%;
  }
  .tw_tour_search_set .btn_detail::before {
    width: 4.27vw;
  }
  .tw_tour_search_modal_01 .modal_01_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .tw_tour_search_modal_01 .modal_01_box_head {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--srch-color-border-form);
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .tw_tour_search_modal_01 .modal_01_box_head .head_tit {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .tw_tour_search_modal_01 .modal_01_box_head .head_tit .pc {
    display: none;
  }
  .tw_tour_search_modal_01 .modal_01_box_body {
    background: #fff;
    max-height: calc(var(--tw-win-vh, 100vh) - 50px);
    overflow: hidden auto;
    padding-bottom: 70px;
  }
  .tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_submit {
    background: var(--srch-color-primary);
    font-size: 1.4rem;
    height: 42px;
    max-width: 255px;
    width: 100%;
  }
  .tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_submit::after {
    /* 2025.10.27 del */
  }
  .tw_tour_search_modal_01 .modal_01_close {
    right: 10px;
    top: 8px;
    width: 28px;
  }
  .tw_tour_search_modal_01 .search_base {
    margin-bottom: 0;
  }
  .tw_tour_search_modal_02 .modal_02_box_foot {
    align-items: center;
    border-top: 1px solid var(--srch-color-border);
    display: flex;
    height: 70px;
    justify-content: center;
    padding: 0 var(--srch-w-margin);
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box_body {
    min-height: 40vh;
    padding: 20px 30px 120px;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li {
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .nav_wrap .nav_arr {
    /* 2025.11.21 add */
    top: calc(50% - 15px);
    width: 30px;
  }
}
@media screen and (max-width: 600px){
  :root {
    --srch-w-margin: 4vw;
    --srch-border-radius: 1.6vw;
  }
  .tw_search .radio_wrap label,
  .tw_search .check_wrap label {
    font-size: 3.47vw;
    line-height: 5.07vw;
  }
  .tw_search .radio_wrap label::before,
  .tw_search .check_wrap label::before {
    margin-right: 2.4vw;
    width: 19px;
  }
  .tw_search .input_wrap {
    height: 6.67vw;
  }
  .tw_search .input_wrap input,
  .tw_search .input_wrap select {
    font-size: 1.5rem;
    padding: 0.67vw 3.47vw;
  }
  .tw_search .input_wrap input:not(:read-only) {
    font-size: 16px;
    margin-left: -3.33%;
    padding: 0.67vw 3.41vw;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    width: 106.67%;
  }
  .tw_search .input_wrap .suggest_list {
    padding: 1.33vw 0 0 10vw;
  }
  .tw_search .input_wrap .suggest_list .suggest_txt {
    font-size: 3.47vw;
    line-height: 2.15;
  }
  .tw_search .input_wrap .notfound_msg {
    font-size: 3.47vw;
    padding: 2.67vw 0 0 4vw;
  }
  .tw_search .input_wrap .error_msg {
    font-size: 3.2vw;
    top: 100%;
  }
  .tw_search .input_wrap.calendar::after {
    right: 3.2vw;
    top: calc(50% - 2.33vw);
    width: 4.67vw;
  }
  .tw_search .input_wrap.select::after {
    right: 3.33vw;
    top: calc(50% - 2.33vw);
    width: 4.67vw;
  }
  .tw_search .input_wrap.select select {
    padding-right: 8vw;
  }
  .tw_search .input_wrap.textarea textarea {
    font-size: 16px;
    height: 114.29%;
    line-height: 1.57;
    margin-left: -7.14%;
    padding: 3.47vw 5.18vw;
    -webkit-transform: scale(0.88) translateY(-7.14%);
    transform: scale(0.88) translateY(-7.14%);
    width: 114.29%;
  }
  .tw_search .vpc600 {
    display: none;
  }
  .tw_search .icon_required {
    font-size: 2.4vw;
    line-height: 3.47vw;
    margin-left: 1.33vw;
    width: 7.47vw;
  }
  .tw_search .search_wrap .form_wrap .btns {
    padding-left: 1.6vw;
  }
  .tw_search .search_wrap .form_wrap .btns .add_btn,
  .tw_search .search_wrap .form_wrap .btns .del_btn {
    font-size: 2.93vw;
    height: 6.53vw;
    line-height: 6.53vw;
    width: 12.53vw;
  }
  .tw_search .search_wrap .form_wrap .btns .add_btn::before,
  .tw_search .search_wrap .form_wrap .btns .del_btn::before {
    height: 2.4vw;
    margin-right: 0.93vw;
    width: 2.4vw;
  }
  .tw_search .search_wrap .form_wrap .btns .add_btn.show + .show,
  .tw_search .search_wrap .form_wrap .btns .del_btn.show + .show {
    left: 1.6vw;
    top: calc(100% + 2.4vw);
  }
  .tw_search .search_wrap .label_wrap {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }
  .tw_search .search_wrap .input_wrap .label {
    font-size: 2.8vw;
    left: 4vw;
    line-height: 3.47vw;
    top: 1.33vw;
  }
  .tw_search .search_wrap .input_wrap .label + input,
  .tw_search .search_wrap .input_wrap .label + select,
  .tw_search .search_wrap .input_wrap .label + textarea {
    padding-top: 4.53vw;
  }
  .tw_search .search_wrap .input_clear_btn {
    right: 2.67vw;
    top: calc(50% - 2.27vw);
    width: 4.67vw;
  }
  .tw_search .search_wrap .modal_open {
    height: 6.67vw;
    padding: 0.67vw 1.33vw;
  }
  .tw_search .search_wrap .modal_open::after {
    height: 0.67vw;
    right: 1.33vw;
    top: calc(50% - 0.27vw);
    width: 1.07vw;
  }
  .tw_search .search_base {
    padding: 6.67vw 4vw 0;
  }
  .tw_search .search_base .form_wrap {
    margin-bottom: 4vw;
  }
  .tw_search .search_base .form_wrap .input_wrap {
    height: 12.93vw;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap + .dest_wrap {
    margin-top: 2.67vw;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.radios .radio_list {
    margin: 0 0 1.33vw 1.33vw;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.radios .radio_wrap {
    margin-top: 1.33vw;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.radios .radio_wrap label {
    font-size: 2.93vw;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk {
    margin: 1.33vw 0 -1.33vw 0;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label {
    font-size: 2.93vw;
    line-height: 3.73vw;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label::before {
    height: 3.73vw;
    margin-right: 1.33vw;
    width: 3.73vw;
  }
  .tw_search .search_base .form_wrap.travel_days .label_wrap {
    font-size: 2.8vw;
    margin: -0.67vw 0 1.73vw;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap p {
    font-size: 3.47vw;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap p:last-of-type {
    padding-left: 1.33vw;
  }
  .tw_search .search_base .alert_box.dest_radios .alert_box_inner {
    border-width: 1.07vw;
    left: -2.67vw;
    min-height: 44.8vw;
    padding: 4vw;
    top: calc(100% + 3.33vw);
    width: 94.67vw;
  }
  .tw_search .search_base .alert_box.dest_radios .alert_box_inner::after {
    bottom: calc(100% + 0.93vw);
    height: 2.13vw;
    left: 2.13vw;
    width: 4.27vw;
  }
  .tw_search .search_base .alert_box.dest_radios p {
    font-size: 3.47vw;
    line-height: 1.54;
  }
  .tw_search .search_base .alert_box.dest_radios .close_btn {
    height: 11.2vw;
    margin: 2.93vw auto 0;
    width: 37.33vw;
  }
  .tw_search .search_base .alert_box.dest_radios .close_btn span {
    font-size: 3.2vw;
  }
  .tw_search .search_details .form_alerts {
    font-size: 4vw;
    height: 10.93vw;
    margin: 4vw 0;
    width: 100%;
  }
  .tw_search .search_details .form_alerts::after {
    height: 2vw;
    left: calc(50% - 2vw);
    width: 4vw;
  }
  .tw_search .search_details .form_alerts .txt {
    font-size: 120%;
  }
  .tw_search .search_details .form_wrap .form_title {
    font-size: 4vw;
    height: 13.6vw;
  }
  .tw_search .search_details .form_wrap .form_title::before {
    margin-right: 2.67vw;
    width: 4.4vw;
  }
  .tw_search .search_details .form_wrap .form_panel {
    padding: 5.33vw var(--srch-w-margin) 4vw;
  }
  .tw_search .search_details .form_wrap .form_panel .mytype_attention {
    margin: 0 4vw 4vw;
  }
  .tw_search .search_details .form_wrap .input_wrap {
    height: 12.93vw;
  }
  .tw_search .search_details .form_wrap.acc_wrap .form_title::after {
    right: 4vw;
    top: calc(50% - 1.47vw);
    width: 2.93vw;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .wrap.mytype {
    margin-top: -2vw;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap {
    margin: 6.67vw 0;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap:first-of-type {
    margin-top: 0;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .label_wrap {
    margin: 0 0 4vw;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_list {
    margin: 0 0 -4vw 0;
    width: 100%;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap {
    margin: 0 0 4vw 0;
    width: 50%;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap:nth-of-type(2n + 1) {
    padding-right: 1.33vw;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn {
    /* 2026.02.13 add */
    display: none;
  }
  .tw_search .search_details .form_wrap .wrap {
    margin-bottom: 4vw;
  }
  .tw_search .search_details .form_wrap .wrap.seat .seat_wrap .input_wrap {
    width: 78.84%;
  }
  .tw_search .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap {
    padding-left: 1.87vw;
  }
  .tw_search .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap label::before {
    margin-right: 1.6vw;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap + .airline_wrap {
    margin-top: 1.33vw;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .btns {
    margin: -1.07vw 0;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .btns .add_btn,
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .btns .del_btn {
    margin: 0.53vw 0;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .btns .add_btn,
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .btns .del_btn {
    width: 100%;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_rank .check_list {
    margin-bottom: -4vw;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_rank .check_wrap {
    margin-bottom: 4vw;
    width: 50%;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_rank .check_wrap img {
    height: 4vw;
    width: auto;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_select {
    margin-top: 6.67vw;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_select .hotel_wrap + .hotel_wrap {
    margin-top: 1.73vw;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_select .hotel_area {
    font-size: 3.47vw;
    margin: 2.67vw 0 2vw;
  }
  .tw_search .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }
  .tw_search .search_details .form_wrap .wrap.budget_per .budget_wrap > div {
    font-size: 3.47vw;
    width: 6.52%;
  }
  .tw_tour_search_box:has(.alert_box.dest_radios.is_show) .modal_box_foot {
    z-index: -1;
  }
  .tw_tour_search_box:has(.alert_box.dest_radios.is_show) .modal_box_body {
    background-color: transparent;
  }
  .tw_tour_search_box .modal_box_head {
    height: 13.33vw;
  }
  .tw_tour_search_box .modal_box_head .head_tit {
    font-size: 4.53vw;
  }
  .tw_tour_search_box .modal_box_body {
    max-height: calc(var(--tw-win-vh, 100vh) - 13.33vw - 18.67vw);
  }
  .tw_tour_search_box .modal_box_foot {
    height: 18.67vw;
    padding: 0 var(--srch-w-margin) env(safe-area-inset-bottom);
  }
  .tw_tour_search_box .modal_box_close {
    right: 2.4vw;
    top: calc(6.67vw - 3.73vw);
    width: 7.47vw;
  }
  .tw_tour_search_box .btn_wrap .btn_detail {
    font-size: 3.07vw;
  }
  .tw_tour_search_box .btn_wrap .btn_detail span {
    padding-left: 1.6vw;
  }
  .tw_tour_search_box .btn_wrap .btn_submit {
    border-radius: 11.33vw;
    font-size: 3.73vw;
    height: 11.33vw;
    width: 68vw;
  }
  .tw_tour_search_box .btn_wrap .btn_clear {
    font-size: 3.2vw;
    height: 6.4vw;
    width: 18.67vw;
  }
  .tw_tour_search_set {
    margin: 5.07vw auto 0;
    max-width: 86.67vw;
  }
  .tw_tour_search_set .form_wrap {
    height: 12.8vw;
    margin-bottom: 1.87vw;
  }
  .tw_tour_search_set .form_wrap .panel_input {
    font-size: 3.47vw;
    padding: 4.53vw 8vw 0vw 3.73vw;
  }
  .tw_tour_search_set .form_wrap .panel_label,
  .tw_tour_search_set .form_wrap .label_wrap,
  .tw_tour_search_set .form_wrap .label {
    font-size: 2.8vw;
    font-weight: 600;
    height: 3.47vw;
    left: 3.73vw;
    top: 1.6vw;
  }
  .tw_tour_search_set .form_wrap .panel_label span,
  .tw_tour_search_set .form_wrap .label_wrap span,
  .tw_tour_search_set .form_wrap .label span {
    line-height: 1;
  }
  .tw_tour_search_set .form_wrap .input_wrap.select select {
    font-size: 3.47vw;
    height: 100%;
    padding: 4.53vw 8vw 0vw 3.73vw;
    position: relative;
    z-index: 2;
  }
  .tw_tour_search_set .form_wrap .input_wrap.select::after {
    aspect-ratio: 1/1;
    background: url(../img/form_icon_select_black.svg) center center/100% auto no-repeat;
    content: "";
    position: absolute;
    right: 2.4vw;
    top: calc(50% - 2.33vw);
    width: 4.67vw;
    z-index: 1;
  }
  .tw_tour_search_set .form_wrap .input_wrap.calendar::after {
    background-image: url(../img/form_icon_calendar_black.svg);
    right: 2.4vw;
  }
  .tw_tour_search_set .form_wrap.dest .announce_wrap {
    bottom: calc(100% + 4.8vw);
    right: 0;
    width: 19.07vw;
  }
  .tw_tour_search_set .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tw_tour_search_set .btn_submit {
    font-size: 4vw;
    height: 12.8vw;
    margin-bottom: 2.13vw;
    max-width: 100%;
  }
  .tw_tour_search_set .btn_detail {
    font-size: 3.07vw;
  }
  .tw_tour_search_set .btn_detail span {
    padding-left: 1.6vw;
  }
  .tw_tour_search_set .btn_ai {
    width: 34.13vw;
  }
  .tw_tour_search_modal_01 .modal_01_box_head {
    height: 13.33vw;
  }
  .tw_tour_search_modal_01 .modal_01_box_head .head_tit {
    font-size: 4.53vw;
  }
  .tw_tour_search_modal_01 .modal_01_box_body {
    height: calc(var(--tw-win-vh, 100vh) - 13.33vw);
    padding-bottom: 18.67vw;
  }
  .tw_tour_search_modal_01 .modal_01_box_foot {
    height: 18.67vw;
    padding: 0 var(--srch-w-margin) env(safe-area-inset-bottom);
  }
  .tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap {
    justify-content: space-between;
  }
  .tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_clear {
    font-size: 3.2vw;
    height: 6.53vw;
    margin-right: 5.33vw;
    max-width: 18.67vw;
    width: 20.29%;
  }
  .tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_submit {
    border-radius: 11.2vw;
    font-size: 3.73vw;
    height: 11.2vw;
    max-width: 68vw;
    width: 73.91%;
  }
  .tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_submit::after {
    /* 2025.10.27 del */
  }
  .tw_tour_search_modal_01 .modal_01_close {
    right: 2.4vw;
    top: calc(6.67vw - 3.73vw);
    width: 7.47vw;
  }
  .tw_tour_search_modal_01.modal_dest:has(.alert_box.dest_radios.is_show) .modal_01_box_foot {
    z-index: -1;
  }
  .tw_tour_search_modal_01.modal_dest:has(.alert_box.dest_radios.is_show) .modal_01_box_body {
    background-color: transparent;
  }
  .tw_tour_search_modal_02 .modal_02_box {
    border-radius: 4vw 4vw 0 0;
    position: relative;
    width: 100%;
  }
  .tw_tour_search_modal_02 .modal_02_box_body {
    width: 100%;
  }
  .tw_tour_search_modal_02 .modal_02_box_foot {
    background: #fff;
    bottom: 0;
    height: 18.67vw;
    left: 0;
    padding: 0 var(--srch-w-margin) env(safe-area-inset-bottom);
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  .tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap .btn_clear {
    font-size: 3.2vw;
    height: 6.53vw;
    margin-right: 27.33vw;
    top: calc(50% - 3.2vw);
    width: 18.67vw;
  }
  .tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap .btn_clear + .btn_submit {
    width: 49.33vw;
  }
  .tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap .btn_submit {
    border-radius: 11.2vw;
    font-size: 3.73vw;
    height: 11.2vw;
    width: 50.67vw;
  }
  .tw_tour_search_modal_02 .modal_02_close {
    background: url(../img/modal_close_white.svg) center center/100% auto no-repeat;
    right: 5.07vw;
    top: -9.6vw;
    width: 6.4vw;
  }
  .tw_tour_search_modal_02.modal_dest {
    padding-top: 16vw;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box {
    height: calc(var(--tw-win-vh, 100vh) - 16vw);
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body {
    height: 100%;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel {
    border-radius: 4vw 4vw 0 0;
    height: 100%;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.round_trip .dest_select .select_list {
    height: calc(var(--tw-win-vh, 100vh) - 29.33vw);
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.round_trip.panel_02 .dest_select .select_head {
    padding-left: 13.33vw;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.round_trip.panel_03 .dest_select .select_head {
    padding-left: 6.67vw;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_01 .dest_tag {
    height: calc(var(--tw-win-vh, 100vh) - 101.33vw);
    padding: 0 4vw 8vw;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_02 .dest_tag.dest_popular .tag_list, .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_03 .dest_tag.dest_popular .tag_list {
    /* 2025.11.20 edit */
    margin-bottom: 0;
    min-height: 24.53vw;
    padding: 4vw 4vw 2.93vw;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_02 .dest_select .select_list, .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_03 .dest_select .select_list {
    height: calc(var(--tw-win-vh, 100vh) - 66.67vw);
    max-height: 100%;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound {
    padding: 13.33vw 4vw 4vw;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .tit {
    font-size: 4.27vw;
    margin-bottom: 4vw;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc {
    font-size: 3.47vw;
    line-height: 1.54;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn {
    display: flex;
    font-size: 3.2vw;
    height: 11.07vw;
    margin-top: 6.4vw;
    width: 37.33vw;
  }
  .tw_tour_search_modal_02.modal_dest .dest_select.area .select_list .select_btn {
    height: 12vw;
    width: 100%;
  }
  .tw_tour_search_modal_02.modal_dest .select_head {
    height: 13.33vw;
  }
  .tw_tour_search_modal_02.modal_dest .select_head .head_title {
    font-size: 4vw;
  }
  .tw_tour_search_modal_02.modal_dest .select_head .head_btn {
    font-size: 2.67vw;
    height: 6.67vw;
    left: 4vw;
    padding: 0 2vw;
    top: calc(50% - 3.33vw);
  }
  .tw_tour_search_modal_02.modal_dest .select_head .head_btn::before {
    margin-right: 1.33vw;
    width: 2.67vw;
  }
  .tw_tour_search_modal_02.modal_dest .select_head .head_btn span {
    margin-bottom: 2px;
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn {
    height: 12vw;
    padding: 0 4vw;
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn.all {
    width: 100%;
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn span {
    font-size: 3.47vw;
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn .ico {
    font-size: 2.4vw;
    height: 4.27vw;
    margin-left: 1.6vw;
    padding: 0 2.13vw;
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn::after {
    right: 2.67vw;
    width: 2.67vw;
  }
  .tw_tour_search_modal_02.modal_dest .tag_head {
    font-size: 3.47vw;
    margin: 9.33vw 0 3.2vw;
  }
  .tw_tour_search_modal_02.modal_dest .tag_list {
    margin: 0 -1.07vw -2.4vw 0;
    width: calc(100% + 1.07vw);
  }
  .tw_tour_search_modal_02.modal_dest .tag_list .tag_btn {
    font-size: 2.93vw;
    height: 6.4vw;
    margin-bottom: 2.4vw;
    margin-right: 1.07vw;
    padding: 0 2.67vw;
  }
  .tw_tour_search_modal_02.modal_day {
    padding-top: 9.75vh;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box_body {
    height: calc(var(--tw-win-vh, 100vh) - 9.75vh);
    padding: 5.33vw 4vw 32vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list {
    height: 12.67vw;
    margin-bottom: 1.33vw;
    width: 100%;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li {
    font-size: 3.47vw;
    padding: 0 1.33vw 0 4vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li.day {
    width: 42.01%;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li.days {
    width: 57.85%;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li label {
    font-size: 3.5vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li label b {
    font-size: 2.67vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li label::before {
    /* 2025.11.21 add */
    aspect-ratio: 1/1;
    /* 2025.11.21 edit */
    width: 18px;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .select_panel .att_txt {
    font-size: 2.93vw;
    margin-top: 1.33vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .msg_wrap {
    bottom: 21.47vw;
    font-size: 3.47vw;
    height: 9.33vw;
    padding: 0 4vw;
    position: fixed;
    width: calc(100% - var(--srch-w-margin) * 2);
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .nav_wrap {
    display: none;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .nav_wrap .nav_arr {
    /* 2025.11.21 del */
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap {
    padding: 4vw 0 0;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_title {
    font-size: 4.8vw;
    margin-bottom: 3.33vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_title .month {
    margin-left: 1.33vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_swich {
    font-size: 2.8vw;
    height: 5.87vw;
    line-height: 5.33vw;
    right: 0;
    top: 5.33vw;
    width: 22.67vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div {
    font-size: 4.27vw;
    height: 10vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head {
    margin-bottom: 0.67vw;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head > div {
    font-size: 3.2vw;
    height: 5.33vw;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover){
  .tw_search input[type=submit]:hover,
  .tw_search input[type=button]:hover,
  .tw_search button:hover {
    opacity: 0.65;
  }
  .tw_search .input_wrap .suggest_list .suggest_txt:hover {
    opacity: 0.65;
  }
  .tw_search .search_base .alert_box.dest_radios .close_btn:hover {
    opacity: 1;
  }
  .tw_search .search_base .alert_box.dest_radios .close_btn:hover span {
    opacity: var(--srch-hover-opacity);
  }
  .tw_search .search_details .form_wrap .form_title:hover {
    opacity: 0.65;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn:hover {
    /* 2026.02.13 add */
    opacity: var(--srch-hover-opacity);
  }
  .tw_tour_search_box .modal_box_close:hover {
    opacity: 0.65;
  }
  .tw_tour_search_box .btn_wrap .btn_submit:hover {
    opacity: 0.65;
  }
  .tw_tour_search_box .btn_wrap .btn_clear:hover {
    opacity: 0.65;
  }
  .tw_tour_search_modal_01 .modal_01_close:hover {
    opacity: 0.65;
  }
  .tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap button:hover {
    opacity: 0.65;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc a:hover {
    opacity: var(--srch-hover-opacity);
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn:hover {
    background: var(--srch-color-bg-gray-light);
    opacity: 1;
  }
  .tw_tour_search_modal_02.modal_dest .select_head .head_btn:hover {
    opacity: var(--srch-hover-opacity);
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn:hover {
    background: var(--srch-color-primary-bg1);
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn:hover span {
    color: var(--srch-color-primary);
  }
  .tw_tour_search_modal_02.modal_dest .tag_list .tag_btn:hover {
    background: var(--srch-color-primary-light);
    color: #fff;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_swich:hover {
    background: var(--srch-color-primary-bg1);
    opacity: 1;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div.selectable:hover {
    background: var(--srch-color-primary-bg1);
  }
}
@media (hover: none){
  .tw_search input[type=submit],
  .tw_search input[type=button],
  .tw_search button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_search input[type=submit]:active,
  .tw_search input[type=button]:active,
  .tw_search button:active {
    opacity: 0.65;
  }
  .tw_search .input_wrap .suggest_list .suggest_txt {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_search .input_wrap .suggest_list .suggest_txt:active {
    opacity: 0.65;
  }
  .tw_search .search_base .alert_box.dest_radios .close_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_search .search_base .alert_box.dest_radios .close_btn:active {
    opacity: 1;
  }
  .tw_search .search_base .alert_box.dest_radios .close_btn:active span {
    opacity: var(--srch-hover-opacity);
  }
  .tw_search .search_details .form_wrap .form_title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_search .search_details .form_wrap .form_title:active {
    opacity: 0.65;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn:active {
    /* 2026.02.13 add */
    opacity: var(--srch-hover-opacity);
  }
  .tw_tour_search_box .modal_box_close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_box .modal_box_close:active {
    opacity: 0.65;
  }
  .tw_tour_search_box .btn_wrap .btn_submit {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_box .btn_wrap .btn_submit:active {
    opacity: 0.65;
  }
  .tw_tour_search_box .btn_wrap .btn_clear {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_box .btn_wrap .btn_clear:active {
    opacity: 0.65;
  }
  .tw_tour_search_modal_01 .modal_01_close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_01 .modal_01_close:active {
    opacity: 0.65;
  }
  .tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_02 .modal_02_box_foot .btn_wrap button:active {
    opacity: 0.65;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc a:active {
    opacity: var(--srch-hover-opacity);
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn:active {
    background: var(--srch-color-bg-gray-light);
    opacity: 1;
  }
  .tw_tour_search_modal_02.modal_dest .select_head .head_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_02.modal_dest .select_head .head_btn:active {
    opacity: var(--srch-hover-opacity);
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn:active {
    background: var(--srch-color-primary-bg1);
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn:active span {
    color: var(--srch-color-primary);
  }
  .tw_tour_search_modal_02.modal_dest .tag_list .tag_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_02.modal_dest .tag_list .tag_btn:active {
    background: var(--srch-color-primary-light);
    color: #fff;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_swich {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_swich:active {
    background: var(--srch-color-primary-bg1);
    opacity: 1;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div.selectable {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .week > div.selectable:active {
    background: var(--srch-color-primary-bg1);
  }
}
@media screen and (min-width: 601px), print{
  .tw_search .input_wrap .error_msg {
    white-space: nowrap;
  }
  .tw_search .vsp600 {
    display: none;
  }
  .tw_search .search_wrap .form_wrap .btns .add_btn,
  .tw_search .search_wrap .form_wrap .btns .del_btn {
    font-weight: 600;
  }
  .tw_search .search_wrap .form_wrap .btns .add_btn.show + .show,
  .tw_search .search_wrap .form_wrap .btns .del_btn.show + .show {
    left: 6px;
  }
  .tw_search .search_base .form_wrap .input_wrap input {
    font-size: 1.5rem;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap .input_wrap.is_input::after {
    /* 2026.01.29 all add */
    aspect-ratio: auto;
    background: none;
    content: "日間";
    display: block;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    width: auto;
    -webkit-transform: translateY(-50%);
    right: 15px;
    transform: translateY(-50%);
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .wrap {
    margin-bottom: 0;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_set li {
    margin: 0 15px 10px 0;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap:last-of-type {
    margin-bottom: 0;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap {
    display: inline-flex;
    margin: 0 30px 15px 0;
    width: auto;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap label {
    line-height: 16px;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap:nth-of-type(2n + 1) {
    padding-right: 10px;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn {
    /* 2026.02.13 add all */
    align-items: center;
    color: var(--srch-color-txt-link);
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    justify-content: flex-start;
    line-height: 16px;
    margin-top: 13px;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn::before {
    background: url(../img/arr_1_blue.svg) center center/50% auto no-repeat;
    content: "";
    display: block;
    height: 16px;
    margin-right: 8px;
    width: 16px;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn.hide::before {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .tw_search .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap label {
    letter-spacing: -0.04em;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .btns {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin: -4px 0;
    width: 16%;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .btns .add_btn,
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap .btns .del_btn {
    margin: 2px 0;
    width: 50px;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_rank .check_list {
    margin: 0 -30px -12px 0;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_rank .check_wrap {
    display: inline-flex;
    margin: 0 30px 12px 0;
    width: auto;
  }
  .tw_search .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
    font-size: 1.4rem;
    margin: 0 0 11px;
  }
  .tw_search .search_details .form_wrap .wrap.keyword {
    margin-bottom: 14px;
  }
  .tw_search .search_details .form_wrap .wrap.keyword .label_wrap {
    margin-bottom: 10px;
  }
  .tw_tour_search_box .modal_box_body:has(.alert_box.dest_radios.is_show) {
    /* 2026.01.29 edit */
    overflow: visible;
  }
  .tw_tour_search_box .btn_wrap .btn_detail::before {
    width: 18px;
  }
  .tw_tour_search_box .btn_wrap .btn_detail span {
    padding-left: 10px;
  }
  .tw_tour_search_set .form_wrap .panel_input {
    font-weight: 600;
  }
  .tw_tour_search_set .form_wrap .panel_label,
  .tw_tour_search_set .form_wrap .label_wrap,
  .tw_tour_search_set .form_wrap .label {
    line-height: 15px;
  }
  .tw_tour_search_set .form_wrap .input_wrap.select select {
    font-weight: 600;
  }
  .tw_tour_search_set .form_wrap .input_wrap.select::after {
    display: none;
  }
  .tw_tour_search_set .form_wrap .input_wrap.calendar::after {
    display: none;
  }
  .tw_tour_search_set .form_wrap.dest .announce_wrap {
    bottom: calc(100% + 13.6px);
    left: 0;
    width: 96px;
  }
  .tw_tour_search_set .btn_submit::before {
    background: url(../img/form_icon_search_white.svg) center center/100% auto no-repeat;
    content: "";
    height: 100%;
    margin-right: 9px;
    width: 20px;
  }
  .tw_tour_search_set .btn_detail {
    font-size: 1.3rem;
    left: 0;
    position: absolute;
    top: calc(100% + 10px);
  }
  .tw_tour_search_set .btn_detail::before {
    width: 18px;
  }
  .tw_tour_search_set .btn_detail span {
    padding-left: 10px;
  }
  .tw_tour_search_set .btn_ai {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }
  .tw_tour_search_modal_01 .modal_01_box_foot {
    /* 2025.11.28 add */
    background: #fff;
    /* 2025.11.28 add */
    border-radius: 0 0 15px 15px;
    height: 70px;
    padding: 0 var(--srch-w-margin);
  }
  .tw_tour_search_modal_01 .form_wrap.dest .dest_wrap .radio_wrap {
    display: inline-flex;
    margin-right: 20px;
    width: auto;
  }
  .tw_tour_search_modal_01 .form_wrap.dest .dest_wrap .radio_wrap label {
    font-size: 1.2rem;
    line-height: 20px;
    white-space: nowrap;
    width: auto;
  }
  .tw_tour_search_modal_01 .form_wrap.dest .dest_wrap .radio_wrap label::before {
    width: 20px;
  }
  .tw_tour_search_modal_01 .form_wrap.dest .dest_wrap .radio_wrap label span {
    padding-bottom: 2px;
  }
  .tw_tour_search_modal_02 .modal_02_box {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    max-height: calc(var(--tw-win-vh, 100vh) * 0.8);
    max-width: 820px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - var(--srch-w-margin) * 2);
  }
  .tw_tour_search_modal_02 .modal_02_box_foot {
    /* 2025.11.21 add */
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box {
    max-height: var(--tw-win-vh, 100vh);
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel {
    border-radius: 15px;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.round_trip {
    padding-bottom: 30px;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_01:not(.round_trip) {
    padding-bottom: 25px;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_01 .dest_tag {
    max-height: 155px;
  }
  .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_02 .dest_tag.dest_popular .tag_list, .tw_tour_search_modal_02.modal_dest .modal_02_box_body .select_panel.panel_03 .dest_tag.dest_popular .tag_list {
    padding-bottom: 20px;
    padding-top: 16px;
  }
  .tw_tour_search_modal_02.modal_dest .select_head .head_btn {
    font-size: 1rem;
    height: 25px;
    left: 20px;
    padding: 0 8px;
    top: calc(50% - 12px);
  }
  .tw_tour_search_modal_02.modal_dest .select_list {
    max-height: 495px;
  }
  .tw_tour_search_modal_02.modal_dest .select_list .select_btn {
    height: 45px;
    padding: 0 20px;
  }
  .tw_tour_search_modal_02.modal_dest .tag_head {
    padding: 0 40px;
  }
  .tw_tour_search_modal_02.modal_dest .tag_list {
    margin: 0 -4px -6px 0;
    padding: 0 40px;
    width: calc(100% + 3px);
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box_body {
    /* 2025.11.22 add */
    position: static;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list {
    height: 52px;
    margin: 0 auto;
    width: 480px;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li label b {
    letter-spacing: 0.1em;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .select_panel .att_txt {
    font-size: 1.2rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 100%;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .select_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .msg_wrap {
    justify-content: center;
    min-width: 350px;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap {
    padding: 20px 15px 0;
    width: 50%;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .calendar_wrap .head_swich {
    right: 15px;
  }
}
@media screen and (min-width: 961px), print{
  .tw_search .input_wrap .suggest_list {
    background: #fff;
    border: 1px solid var(--srch-color-border);
    left: -1px;
    max-height: 158px;
    overflow-y: auto;
    padding: 6px 15px;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
  }
  .tw_search .input_wrap .notfound_msg {
    border: 1px solid var(--srch-color-border);
    left: -1px;
    padding: 10px 15px 15px;
    position: absolute;
    width: calc(100% + 58px);
  }
  .tw_search .vsp960 {
    display: none;
  }
  .tw_search .search_base {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .tw_search .search_base .form_wrap.dest {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px;
    margin-top: -9px;
    width: 100%;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap {
    margin-top: 9px;
    width: 50%;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap .input_wrap {
    width: 78.38%;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.radios {
    margin-top: 25px;
    width: 100%;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.radios .radio_wrap {
    margin-right: 20px;
    width: auto;
  }
  .tw_search .search_base .form_wrap.dest .dest_wrap.one_dest_chk {
    width: 100%;
  }
  .tw_search .search_base .form_wrap.dep {
    width: 39.19%;
  }
  .tw_search .search_base .form_wrap.dep_day {
    width: 29.05%;
  }
  .tw_search .search_base .form_wrap.travel_days {
    position: relative;
    width: 29.05%;
  }
  .tw_search .search_base .form_wrap.travel_days .label_wrap {
    align-items: center;
    color: var(--srch-color-txt-black);
    display: flex;
    font-size: 1.1rem;
    font-weight: 600;
    left: 15px;
    line-height: 17px;
    position: absolute;
    top: 5px;
    z-index: 1;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap {
    background: transparent;
    border: 1px solid var(--srch-color-border-form);
    border-radius: var(--srch-border-radius);
    height: 54px;
    height: 100%;
    left: 0;
    padding-top: 18px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap .input_wrap {
    background: transparent;
    border: 0;
    height: 100%;
    width: calc(50% - 10px);
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap .input_wrap select {
    padding-right: 0;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap .input_wrap:not(.is_input)::after {
    display: none;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap p {
    font-size: 1.5rem;
  }
  .tw_search .search_base .form_wrap.travel_days .travel_days_wrap p:last-of-type {
    display: none;
  }
  .tw_search .search_base .alert_box.dest_radios {
    left: 0;
    top: 0;
  }
  .tw_search .search_base .alert_box.dest_radios .alert_box_inner {
    bottom: calc(100% + 8px);
    left: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tw_search .search_base .alert_box.dest_radios .alert_box_inner::after {
    bottom: -9px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
  }
  .tw_search .search_details .form_wrap .form_title {
    padding: 15px 40px 13px;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_attention {
    display: none;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_set {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 5px 0;
  }
  .tw_search .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap label::before {
    width: 16px;
  }
  .tw_search .search_details .form_wrap.flight .form_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tw_search .search_details .form_wrap .wrap.seat {
    width: 100%;
  }
  .tw_search .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap label::before {
    margin-right: 6px;
  }
  .tw_search .search_details .form_wrap .wrap.airline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    margin-top: -8px;
    width: 100%;
  }
  .tw_search .search_details .form_wrap .wrap.airline .airline_wrap {
    margin-top: 8px;
    width: 48.61%;
  }
  .tw_search .search_details .form_wrap .wrap.dep_time {
    width: 47.3%;
  }
  .tw_search .search_details .form_wrap .wrap.des_time {
    width: 47.3%;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -8px;
  }
  .tw_search .search_details .form_wrap .wrap.hotel_select .hotel_wrap {
    margin-bottom: 8px;
    width: 48.61%;
  }
  .tw_tour_search_box {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 30;
  }
  .tw_tour_search_box.is_show.fixed {
    position: fixed;
  }
  .tw_tour_search_box.is_show.fixed .modal_box {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .tw_tour_search_box.is_show.fixed .modal_box_body {
    max-height: calc(var(--tw-win-vh, 100vh) - 40px - 50px - 96px);
  }
  .tw_tour_search_box.is_show:not(.fixed) .modal_box {
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  .tw_tour_search_box .modal_box {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    top: 50%;
    width: calc(var(--srch-w-max-2) * 1px);
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  .tw_tour_search_box .modal_box_head {
    align-items: center;
    background: var(--srch-color-primary-light);
    border-radius: 15px 15px 0 0;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
  }
  .tw_tour_search_box .modal_box_head .head_tit {
    color: #fff;
  }
  .tw_tour_search_box .modal_box_body {
    position: relative;
    z-index: 1;
  }
  .tw_tour_search_box .modal_box_foot {
    border-radius: 0 0 15px 15px;
    justify-content: center;
    width: 100%;
    z-index: 2;
  }
  .tw_tour_search_box .modal_box_close {
    right: -10px;
    top: -10px;
    width: 30px;
  }
  .tw_tour_search_box .btn_wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 30px;
    position: relative;
  }
  .tw_tour_search_box .btn_wrap .btn_detail {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    left: 0;
    transform: translateY(-50%);
  }
  .tw_tour_search_box .btn_wrap .btn_clear {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    right: 0;
    transform: translateY(-50%);
  }
  .tw_tour_search_box .search_base {
    padding: 25px 40px 1px;
  }
  .tw_tour_search_box .search_base .form_btns.btn_wrap {
    /* 2026.01.20 add */
    display: none;
  }
  .tw_tour_search_set {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 36px;
    max-width: calc(var(--srch-w-max-1) * 1px);
    width: 100%;
    z-index: 20;
  }
  .tw_tour_search_set .form_wrap {
    height: 54px;
    width: 27.08%;
  }
  .tw_tour_search_set .btn_wrap {
    width: 15.63%;
  }
  .tw_tour_search_modal_01 .modal_01_box {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    max-height: calc(var(--tw-win-vh, 100vh) * 0.8);
    max-width: 820px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px * 2);
  }
  .tw_tour_search_modal_01 .modal_01_box_head {
    display: none;
  }
  .tw_tour_search_modal_01 .modal_01_box_head .head_tit {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1;
  }
  .tw_tour_search_modal_01 .modal_01_box_head .head_tit .sp {
    display: none;
  }
  .tw_tour_search_modal_01 .modal_01_box_body {
    max-height: 48vh;
    min-height: 440px;
    overflow: hidden auto;
    padding: 30px 40px 70px;
  }
  .tw_tour_search_modal_01 .modal_01_box_foot .btn_wrap .btn_clear {
    margin-right: 67px;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tw_tour_search_modal_01 .modal_01_close {
    right: -10px;
    top: -10px;
    width: 30px;
  }
  .tw_tour_search_modal_01 .search_wrap {
    height: 100%;
  }
  .tw_tour_search_modal_01 .search_base {
    height: 100%;
  }
  .tw_tour_search_modal_01 .search_base .form_wrap {
    margin-bottom: 0;
  }
  .tw_tour_search_modal_01 .form_wrap.dest {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 9px;
    padding-bottom: 44px;
    position: relative;
    width: 100%;
  }
  .tw_tour_search_modal_01 .form_wrap.dest .dest_wrap {
    width: 50%;
  }
  .tw_tour_search_modal_01 .form_wrap.dest .dest_wrap .radio_list {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .tw_tour_search_modal_01 .form_wrap.dest .dest_wrap.one_dest_chk {
    margin: 14px 0 0;
    width: 100%;
  }
  .tw_tour_search_modal_01 .form_wrap.dest .dest_wrap.radios {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .tw_tour_search_modal_01.modal_dest .modal_01_box_body {
    /* 2025.11.21 edit */
    max-height: 80vh;
    min-height: auto;
  }
  .tw_tour_search_modal_01.modal_dest .modal_01_box_body:has(.alert_box.dest_radios.is_show) {
    /* 2025.11.11 edit */
    overflow: visible;
  }
  .tw_tour_search_modal_02 .modal_02_box_foot {
    height: 70px;
    padding: 0 var(--srch-w-margin);
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box_body {
    margin-bottom: 70px;
    max-height: 69.2vh;
    min-height: 415px;
    padding: 15px 50px 48px;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box_body .search_wrap {
    padding-bottom: 0;
  }
  .tw_tour_search_modal_02.modal_day .modal_02_box .radio_list li label::before {
    width: 22px;
  }
}