@charset "UTF-8";

/**
* 01_ツアー一覧
*
* Date: 2025-08-01
*/

input,
select,
button,
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%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-text-gray);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-text-gray);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--color-text-gray);
}

input::placeholder,
textarea::placeholder {
  color: var(--color-text-gray);
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
button {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

:root {
  --vh: 100vh;
  --vw: 100vw;
  --color-text: #464646;
  --area-color-europe: #c9f;
  --area-color-bg-europe: #f7f2ff;
  --area-color-beach: #40dcdc;
  --area-color-bg-beach: #ecffff;
  --area-color-america: #c5e15c;
  --area-color-bg-america: #f9ffe2;
  --area-color-asia: #ff94a3;
  --area-color-bg-asia: #fff1f3;
  --area-color-mideast: #e4c464;
  --area-color-bg-mideast: #fbf3da;
  --area-color-oceania: #83b8f3;
  --area-color-bg-oceania: #ebf4ff;
}

html.wf-active body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: var(--color-text);
  font-family: "游ゴシック体", yugothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

body a {
  color: var(--color-text);
}

body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

body.is_fixed .header20 {
  z-index: 100;
}

.breadcrumb_area {
  background: #fff;
}

.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.contents i,
.contents em {
  font-style: normal;
}

.contents a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

.loading_wrap {
  height: 200px;
  position: relative;
  width: 100%;
}

.loader {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.loader::after {
  -webkit-animation: loader 1.5s infinite ease-in-out;
  animation: loader 1.5s infinite ease-in-out;
  border-radius: 50%;
  color: var(--color-primary-light);
  content: "";
  font-size: 8px;
  height: 1em;
  left: 50%;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  -webkit-transform: translateZ(0) translateX(-50%) translateY(-50%);
  transform: translateZ(0) translateX(-50%) translateY(-50%);
  width: 1em;
}

@-webkit-keyframes loader {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes loader {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}

:root {
  --inner-height: 100vh;
  --w-margin: 20px;
  --w-max: 1210px;
  --color-text-black: #000;
  --color-text-gray: #787878;
  --color-text-red: #ff404c;
  --color-text-blue: #2468e2;
  --color-text-link: #2468e2;
  --color-red: #ff404c;
  --color-blue: #2468e2;
  --color-bg-gray: #f3f3f3;
  --color-bg-gray-light: #f8f8f8;
  --color-bg-gray-dark: #ebebeb;
  --color-bg-red: #feeced;
  --color-primary: #00877e;
  --color-primary-light: #46b9b5;
  --color-primary-bg1: #e6f8f6;
  --color-primary-bg2: #a0d8d4;
  --color-primary-bg3: #46b9b5;
  --color-secondary: #ffc300;
  --color-secondary-bg1: #fefcd3;
  --color-border: #dcdcdc;
  --color-border-c: #c8c8c8;
  --color-border-form: #b4b4b4;
  --color-border-dark: #787878;
  --color-recom-1: #785adc;
  --color-recom-2: #cc6edc;
  --color-recom-bg1: #cec3e1;
  --color-recom-bg2: #f0edfb;
  --color-form-btn: #46b9b5;
  --color-form-placeholder: #787878;
  --color-form-error: #ff404c;
  --color-form-error-bg: #fff0f5;
  --border-radius: 6px;
  --hover-opacity: 0.65;
  --font-number: Roboto, sans-serif;
}

.loading_modal {
  background: rgba(0, 0, 0, 0.75);
  height: var(--vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20000;
}

.loading_modal .loading_wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading_modal .loading_wrap .loader {
  background: transparent;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.anim_bounce2 {
  -webkit-animation: bounce2 2s linear 1s 2;
  animation: bounce2 2s linear 1s 2;
}

@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }

  20% {
    -webkit-transform: scale(1.1, 1.1) translate(0%, -4%);
    transform: scale(1.1, 1.1) translate(0%, -4%);
  }

  40% {
    -webkit-transform: scale(0.8, 0.8) translate(0%, 4%);
    transform: scale(0.8, 0.8) translate(0%, 4%);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1) translate(0%, -2%);
    transform: scale(1.1, 1.1) translate(0%, -2%);
  }

  60% {
    -webkit-transform: scale(0.97, 0.97) translate(0%, 2%);
    transform: scale(0.97, 0.97) translate(0%, 2%);
  }

  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes bounce2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }

  20% {
    -webkit-transform: scale(1.1, 1.1) translate(0%, -4%);
    transform: scale(1.1, 1.1) translate(0%, -4%);
  }

  40% {
    -webkit-transform: scale(0.8, 0.8) translate(0%, 4%);
    transform: scale(0.8, 0.8) translate(0%, 4%);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1) translate(0%, -2%);
    transform: scale(1.1, 1.1) translate(0%, -2%);
  }

  60% {
    -webkit-transform: scale(0.97, 0.97) translate(0%, 2%);
    transform: scale(0.97, 0.97) translate(0%, 2%);
  }

  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.anim_bounce {
  -webkit-animation: bounce 1.5s linear 1s 2;
  animation: bounce 1.5s linear 1s 2;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  10% {
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  40% {
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
  }

  50% {
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  70% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  10% {
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  40% {
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
  }

  50% {
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  70% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.anim_heartbeat {
  -webkit-animation: heartbeat 2s ease-out 1s 2;
  animation: heartbeat 2s ease-out 1s 2;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.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);
  }
}

.contents .radio_wrap,
.contents .check_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.contents .radio_wrap label,
.contents .check_wrap label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.3rem;
  justify-content: flex-start;
  line-height: 16px;
  width: 100%;
}

.contents .radio_wrap label span,
.contents .check_wrap label span {
  flex: 1;
}

.contents .radio_wrap label picture,
.contents .check_wrap label picture {
  display: flex;
}

.contents .radio_wrap label::before,
.contents .check_wrap label::before {
  /* 2025.11.21 edit */
  aspect-ratio: 1/1;
  background-image: url(../img/form_radio_1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  /* 2025.11.21 edit */
  background-size: 100% auto;
  content: "";
  display: block;
  font-size: 0;
  line-height: 1;
  margin-right: 9px;
  width: 16px;
}

.contents .radio_wrap input[type=radio],
.contents .radio_wrap input[type=checkbox],
.contents .check_wrap input[type=radio],
.contents .check_wrap input[type=checkbox] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.contents .radio_wrap input[type=radio]:checked + label::before,
.contents .check_wrap input[type=radio]:checked + label::before {
  background-image: url(../img/form_radio_1_checked_green.svg);
}

.contents .radio_wrap.check_01 label::before,
.contents .check_wrap.check_01 label::before {
  background-image: url(../img/form_chk_1.svg);
}

.contents .radio_wrap.check_01 input[type=checkbox]:checked + label::before,
.contents .check_wrap.check_01 input[type=checkbox]:checked + label::before {
  background-image: url(../img/form_chk_1_checked.svg);
}

.contents .input_wrap {
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: var(--border-radius);
  height: 48px;
  position: relative;
}

.contents .input_wrap input,
.contents .input_wrap select {
  background-color: transparent;
  font-size: 1.3rem;
  height: 100%;
  padding: 5px 10px 5px 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.contents .input_wrap input::-webkit-input-placeholder,
.contents .input_wrap select::-webkit-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap input:-ms-input-placeholder,
.contents .input_wrap select:-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap input::-ms-input-placeholder,
.contents .input_wrap select::-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap input::placeholder,
.contents .input_wrap select::placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap .suggest_list {
  display: none;
}

.contents .input_wrap .suggest_list .suggest_txt {
  font-size: 1.5rem;
  line-height: 2;
}

.contents .input_wrap .suggest_list .suggest_txt {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .input_wrap .notfound_msg {
  background: #fff;
  color: var(--color-text-red);
  display: none;
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  top: calc(100% + 1px);
}

.contents .input_wrap .notfound_msg::before {
  display: none;
}

.contents .input_wrap .error_msg {
  background: var(--color-red);
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 1.3rem;
  left: -1px;
  padding: 3px 10px;
  position: absolute;
  top: calc(100% - 5px);
  white-space: nowrap;
  z-index: 20;
}

.contents .input_wrap .error_msg::before {
  border-color: transparent transparent var(--color-red) transparent;
  border-style: solid;
  border-width: 0 6px 6px;
  bottom: 100%;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
}

.contents .input_wrap.calendar::after {
  aspect-ratio: 1/1;
  background: url(../img/form_icon_calendar_gray.svg) center center/cover no-repeat;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 8.25px);
  width: 17.5px;
  z-index: 1;
}

.contents .input_wrap.calendar input {
  cursor: pointer;
}

.contents .input_wrap.select::after {
  aspect-ratio: 1/1;
  background: url(../img/form_icon_select_gray.svg) center center/cover no-repeat;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 8.25px);
  width: 17.5px;
  z-index: 1;
}

.contents .input_wrap.select select {
  padding-right: 30px;
}

.contents .input_wrap.select select:invalid {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.select select option {
  color: var(--color-text-black);
}

.contents .input_wrap.textarea {
  height: auto;
}

.contents .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);
}

.contents .input_wrap.textarea textarea::-webkit-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.textarea textarea:-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.textarea textarea::-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.textarea textarea::placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.required {
  background: #ffd6d6;
}

.contents .input_wrap.notfound .notfound_msg {
  display: block;
}

.contents .input_wrap.error {
  background: #ffd6d6;
}

.contents .input_wrap.error .error_msg {
  display: block;
}

.contents .input_wrap.error .input_clear_btn {
  display: none;
}

.contents .input_wrap:not(.is_inputed) input,
.contents .input_wrap:not(.is_inputed) select {
  color: var(--color-form-placeholder);
}

.contents .input_wrap:not(.is_inputed) .input_clear_btn {
  display: none;
}

.contents .input_wrap.is_input {
  z-index: 10;
}

.contents .input_wrap.is_input input,
.contents .input_wrap.is_input select {
  color: var(--color-text-black);
}

.contents .input_wrap.is_input .suggest_list {
  display: block;
}

.contents .input_wrap.is_inputed input,
.contents .input_wrap.is_inputed select {
  color: var(--color-text-black);
}

.contents .modal_01 {
  display: none;
  height: var(--inner-height, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 300;
}

.contents .modal_01_box {
  background: #fff;
  z-index: 2;
}

.contents .modal_01_box_head .head_tit {
  color: var(--color-text-black);
}

.contents .modal_01_box_head .head_tit .pc b {
  color: var(--color-primary);
  font-weight: 600;
}

.contents .modal_01_box_body {
  position: relative;
  z-index: 1;
}

.contents .modal_01_box_foot {
  align-items: center;
  border-top: 1px solid var(--color-border);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.contents .modal_01_box_foot .btn_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.contents .modal_01_box_foot .btn_wrap .btn_clear {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: 23px;
  color: var(--color-text-gray);
  display: flex;
  font-size: 1.2rem;
  height: 23px;
  justify-content: center;
  margin-right: 9px;
  width: 70px;
}

.contents .modal_01_box_foot .btn_wrap .btn_submit {
  align-items: center;
  background: var(--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;
}

.contents .modal_01_box_foot .btn_wrap .btn_submit:disabled {
  background: var(--color-border-form);
  pointer-events: none;
}

.contents .modal_01_box_foot .btn_wrap .btn_submit.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.contents .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;
}

.contents .modal_01_close {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .modal_01_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.contents .modal_01 .search_base {
  display: block;
}

.contents .modal_02 {
  display: none;
  height: var(--inner-height, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 400;
}

.contents .modal_02_box {
  background: #fff;
  z-index: 2;
}

.contents .modal_02_box_body {
  overflow: hidden auto;
  position: relative;
  z-index: 1;
}

.contents .modal_02_box_foot {
  align-items: center;
  border-top: 1px solid var(--color-border);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.contents .modal_02_box_foot .btn_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.contents .modal_02_box_foot .btn_wrap button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.contents .modal_02_box_foot .btn_wrap .btn_clear {
  background: #fff;
  border: 1px solid var(--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;
}

.contents .modal_02_box_foot .btn_wrap .btn_submit {
  background: var(--color-primary);
  border-radius: 42px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  height: 42px;
  line-height: 1.5;
  width: 186px;
}

.contents .modal_02_box_foot .btn_wrap .btn_submit:disabled {
  background: var(--color-border);
  pointer-events: none;
}

.contents .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;
}

.contents .modal_02_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.contents .modal_02.modal_dest .modal_02_box {
  background: transparent;
  border-radius: 0;
}

.contents .modal_02.modal_dest .modal_02_box_body .select_panel {
  background: #fff;
  overflow: hidden;
}

.contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_01 .dest_tag {
  overflow: hidden auto;
}

.contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_01 .dest_tag .dest_tag_inner {
  overflow: hidden;
}

.contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound {
  padding: 25px 30px 5px;
  text-align: center;
}

.contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .tit {
  color: var(--color-primary-light);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.47;
  margin-bottom: 13px;
}

.contents .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;
}

.contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc a {
  color: var(--color-primary);
  text-decoration: underline;
}

.contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--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;
}

.contents .modal_02.modal_dest .dest_select.area .select_list .select_btn {
  height: 45px;
}

.contents .modal_02.modal_dest .select_head {
  align-items: center;
  background: var(--color-primary-light);
  display: flex;
  height: 50px;
  justify-content: center;
  position: relative;
}

.contents .modal_02.modal_dest .select_head .head_title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
}

.contents .modal_02.modal_dest .select_head .head_btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  position: absolute;
}

.contents .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;
}

.contents .modal_02.modal_dest .select_head .head_btn span {
  display: block;
  line-height: 1;
}

.contents .modal_02.modal_dest .select_list {
  overflow: hidden auto;
}

.contents .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);
}

.contents .modal_02.modal_dest .select_list .select_btn {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  display: flex;
  position: relative;
  width: 50%;
  z-index: 2;
}

.contents .modal_02.modal_dest .select_list .select_btn.all {
  background: #f9f9ef;
}

.contents .modal_02.modal_dest .select_list .select_btn span {
  color: var(--color-text-black);
  font-size: 1.3rem;
  line-height: 1;
}

.contents .modal_02.modal_dest .select_list .select_btn .ico {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 16px;
  color: var(--color-text-black);
  display: inline-flex;
  font-size: 0.9rem;
  height: 16px;
  line-height: 1;
  margin-left: 9px;
  padding: 0 7px 0 8px;
}

.contents .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;
}

.contents .modal_02.modal_dest .tag_head {
  color: var(--color-primary-light);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 17px 0 9px;
}

.contents .modal_02.modal_dest .tag_list {
  display: flex;
  flex-wrap: wrap;
}

.contents .modal_02.modal_dest .tag_list .tag_btn {
  align-items: center;
  background: var(--color-primary-bg1);
  border: 1px solid var(--color-primary);
  border-radius: 23px;
  color: var(--color-primary);
  display: flex;
  font-size: 1rem;
  height: 23px;
  line-height: 2;
  margin-bottom: 6px;
  margin-right: 4px;
  padding: 0 9px;
}

.contents .modal_02.modal_dest .tag_list .tag_btn.selected {
  background: var(--color-primary-bg1);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.contents .modal_02.modal_day .modal_02_box .radio_list {
  border: 1px solid var(--color-border-form);
  border-radius: var(--border-radius);
  display: flex;
}

.contents .modal_02.modal_day .modal_02_box .radio_list li {
  font-size: 1.5rem;
  padding: 0 17px;
  width: 50%;
}

.contents .modal_02.modal_day .modal_02_box .radio_list li + li {
  border-left: 1px solid var(--color-border-form);
}

.contents .modal_02.modal_day .modal_02_box .radio_list li label {
  height: 100%;
}

.contents .modal_02.modal_day .modal_02_box .radio_list li label b {
  color: var(--color-primary);
  display: block;
  font-size: 85.71%;
  font-weight: 600;
  line-height: 1.2;
}

.contents .modal_02.modal_day .modal_02_box .select_panel {
  position: relative;
}

.contents .modal_02.modal_day .modal_02_box .select_panel .att_txt {
  color: var(--color-text-blue);
}

.contents .modal_02.modal_day .modal_02_box .msg_wrap {
  align-items: center;
  background: var(--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%);
}

.contents .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;
}

.contents .modal_02.modal_day .modal_02_box .nav_wrap .nav_arr.prev {
  left: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contents .modal_02.modal_day .modal_02_box .nav_wrap .nav_arr.next {
  right: 6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contents .modal_02.modal_day .modal_02_box .nav_wrap .nav_arr.disabled {
  opacity: 0.45;
  pointer-events: none;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap {
  position: relative;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_title .month {
  margin-left: 5px;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_swich {
  align-items: center;
  border: 1px solid var(--color-primary);
  border-radius: 22px;
  color: var(--color-primary);
  display: flex;
  font-size: 1rem;
  height: 22px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 20px;
  width: 85px;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_swich.is_active {
  background: var(--color-primary-bg1);
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week {
  display: flex;
  width: 100%;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div {
  align-items: center;
  color: var(--color-border-form);
  display: flex;
  font-family: var(--font-number);
  font-size: 1.6rem;
  height: 36px;
  justify-content: center;
  padding-right: 5px;
  position: relative;
  width: 14.2857142857%;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div.selectable {
  color: var(--color-text);
  cursor: pointer;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div:first-of-type.selectable,
.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div.holiday.selectable {
  color: var(--color-text-red);
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div:last-of-type.selectable {
  color: var(--color-text-blue);
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div.is_selected {
  background: var(--color-primary-bg1);
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 3px;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head > div {
  color: var(--color-text);
  font-size: 1.2rem;
  height: 25px;
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head > div:first-of-type {
  color: var(--color-text-red);
}

.contents .modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head > div:last-of-type {
  color: var(--color-text-blue);
}

.contents .search_box .box_head .head_tit {
  color: var(--color-text-black);
}

.contents .search_box .box_head .head_tit .pc b {
  color: var(--color-primary);
  font-weight: 600;
}

.contents .search_box .box_foot .btn_wrap .btn_clear {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: 23px;
  color: var(--color-text-gray);
  display: flex;
  font-size: 1.2rem;
  height: 23px;
  justify-content: center;
  margin-right: 30px;
  width: 70px;
}

.contents .search_box .box_foot .btn_wrap .btn_submit {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--border-radius);
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  line-height: 1.5;
  max-width: 176px;
  position: relative;
  width: 63.77%;
}

.contents .search_box .box_foot .btn_wrap .btn_submit {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .search_box .box_foot .btn_wrap .btn_submit:disabled {
  background: var(--color-border-form);
  pointer-events: none;
}

.contents .search_box .box_foot .btn_wrap .btn_submit.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.contents .search_box .search_close {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .search_box .search_back {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .search_wrap .form_wrap .btns {
  align-items: center;
  display: flex;
  flex: 1;
  padding-left: 6px;
  position: relative;
}

.contents .search_wrap .form_wrap .btns .add_btn,
.contents .search_wrap .form_wrap .btns .del_btn {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 1.1rem;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  width: 50px;
}

.contents .search_wrap .form_wrap .btns .add_btn::before,
.contents .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;
}

.contents .search_wrap .form_wrap .btns .add_btn.hide,
.contents .search_wrap .form_wrap .btns .del_btn.hide {
  display: none;
}

.contents .search_wrap .form_wrap .btns .add_btn.show + .show,
.contents .search_wrap .form_wrap .btns .del_btn.show + .show {
  position: absolute;
  top: calc(100% - 10px);
}

.contents .search_wrap .form_wrap .btns .add_btn {
  background: var(--color-form-btn);
}

.contents .search_wrap .form_wrap .btns .add_btn::before {
  background-image: url(../img/form_btn_plus_slim_white.svg);
}

.contents .search_wrap .form_wrap .btns .del_btn {
  background: var(--color-border-form);
}

.contents .search_wrap .form_wrap .btns .del_btn::before {
  background-image: url(../img/form_btn_minus_slim_white.svg);
}

.contents .search_wrap .label_wrap {
  align-items: center;
  color: var(--color-text-black);
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  width: 100%;
}

.contents .search_wrap .icon_required {
  background: var(--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;
}

.contents .search_wrap .input_wrap {
  position: relative;
  width: 100%;
}

.contents .search_wrap .input_wrap .label {
  align-items: center;
  color: var(--color-text-black);
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
  left: 15px;
  line-height: 17px;
  position: absolute;
  top: 5px;
}

.contents .search_wrap .input_wrap .label span {
  color: var(--color-text-black);
}

.contents .search_wrap .input_wrap .label + input,
.contents .search_wrap .input_wrap .label + select,
.contents .search_wrap .input_wrap .label + textarea {
  padding-top: 18px;
  position: relative;
  z-index: 2;
}

.contents .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;
}

.contents .search_wrap .modal_open {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border-form);
  display: flex;
  font-size: 1.4rem;
  height: 44px;
  padding: 5px 10px;
  position: relative;
}

.contents .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;
}

.contents .search_base .form_wrap {
  margin-bottom: 15px;
}

.contents .search_base .form_wrap .label_wrap {
  line-height: 1;
}

.contents .search_base .form_wrap .input_wrap {
  height: 54px;
  position: relative;
  width: 100%;
}

.contents .search_base .form_wrap.dest .dest_wrap {
  display: flex;
}

.contents .search_base .form_wrap.dest .dest_wrap .input_wrap input {
  cursor: pointer;
}

.contents .search_base .form_wrap.dest .dest_wrap .input_wrap,
.contents .search_base .form_wrap.dest .dest_wrap .radio_list {
  width: 78.38%;
}

.contents .search_base .form_wrap.dest .dest_wrap .radio_wrap {
  position: relative;
}

.contents .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_list {
  width: 100%;
}

.contents .search_base .form_wrap.travel_days .travel_days_wrap {
  align-items: center;
  display: flex;
  width: 100%;
}

.contents .search_base .form_wrap.travel_days .travel_days_wrap .input_wrap {
  width: 30.43%;
}

.contents .search_base .form_wrap.travel_days .travel_days_wrap p {
  color: var(--color-text-black);
}

.contents .search_base .form_wrap.travel_days .travel_days_wrap p:first-of-type {
  text-align: center;
  width: 6.52%;
}

.contents .search_base .form_wrap.travel_days .travel_days_wrap p:last-of-type {
  padding-left: 10px;
  width: 32.61%;
}

.contents .search_base .alert_box.dest_radios {
  display: none;
  height: 1px;
  position: absolute;
  width: 1px;
  z-index: 400;
}

.contents .search_base .alert_box.dest_radios .alert_box_inner {
  background: var(--color-form-error-bg);
  border: 4px solid var(--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;
}

.contents .search_base .alert_box.dest_radios .alert_box_inner::after {
  background: var(--color-form-error);
  content: "";
  position: absolute;
  z-index: 2;
}

.contents .search_base .alert_box.dest_radios .alert_box_overlay {
  height: var(--inner-height, 100vh);
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--vw);
  z-index: 1;
}

.contents .search_base .alert_box.dest_radios p {
  color: var(--color-text);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.54;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.055em;
}

.contents .search_base .alert_box.dest_radios p b {
  font-weight: 600;
}

.contents .search_base .alert_box.dest_radios .close_btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: 32px;
  color: var(--color-text);
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  margin: 10px auto 0;
  width: 120px;
}

.contents .search_base .alert_box.dest_radios .close_btn span {
  background: #fff;
  font-size: 1.2rem;
  line-height: 1;
  transition: opacity 0.3s ease;
}

.contents .search_details .form_alerts {
  align-items: center;
  background: var(--color-form-btn);
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  position: relative;
}

.contents .search_details .form_alerts::after {
  background: var(--color-form-btn);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 6px;
  left: calc(50% - 6px);
  position: absolute;
  top: 100%;
  width: 12px;
}

.contents .search_details .form_alerts .txt {
  font-size: 150%;
}

.contents .search_details .form_wrap .form_title {
  align-items: center;
  color: var(--color-text-black);
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

.contents .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;
}

.contents .search_details .form_wrap .input_wrap {
  height: 49px;
  position: relative;
}

.contents .search_details .form_wrap.mytype .form_title::before {
  background-image: url(../img/form_icon_mytype_black.svg);
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .label_wrap {
  margin: 0 0 15px;
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -15px 0;
  width: 100%;
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap {
  margin: 0 0 15px;
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap label {
  align-items: flex-start;
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap label span {
  flex: 1;
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap input:disabled + label {
  opacity: 0.45;
  pointer-events: none;
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap.is_hide {
  display: none;
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn {
  align-items: center;
  color: var(--color-text-link);
  cursor: pointer;
  display: flex;
  font-size: 1.2rem;
  justify-content: flex-start;
  line-height: 16px;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents .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;
}

.contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn.hide::before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.contents .search_details .form_wrap.flight .form_title::before {
  background-image: url(../img/form_icon_flight_black.svg);
}

.contents .search_details .form_wrap.hotel .form_title::before {
  background-image: url(../img/form_icon_hotel_black.svg);
}

.contents .search_details .form_wrap.budget .form_title::before {
  background-image: url(../img/form_icon_budget_black.svg);
}

.contents .search_details .form_wrap.word .form_title::before {
  background-image: url(../img/form_icon_keyword_black.svg);
}

.contents .search_details .form_wrap .wrap {
  margin-bottom: 8px;
}

.contents .search_details .form_wrap .wrap.seat .seat_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contents .search_details .form_wrap .wrap.seat .seat_wrap .input_wrap {
  width: 73.91%;
}

.contents .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap {
  flex: 1;
  margin-right: -5%;
  padding-left: 10px;
}

.contents .search_details .form_wrap .wrap.airline .airline_wrap {
  display: flex;
}

.contents .search_details .form_wrap .wrap.airline .airline_wrap + .airline_wrap {
  margin-top: 8px;
}

.contents .search_details .form_wrap .wrap.airline .airline_wrap .input_wrap {
  width: 79.71%;
}

.contents .search_details .form_wrap .wrap.hotel_rank .check_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.contents .search_details .form_wrap .wrap.hotel_rank .check_wrap {
  width: 50%;
}

.contents .search_details .form_wrap .wrap.hotel_select {
  margin-top: 20px;
}

.contents .search_details .form_wrap .wrap.hotel_select .hotel_wrap + .hotel_wrap {
  margin-top: 8px;
}

.contents .search_details .form_wrap .wrap.hotel_select .hotel_area {
  color: var(--color-text-black);
  font-size: 1.3rem;
  line-height: 1;
  margin: 10px 0 7px;
}

.contents .search_details .form_wrap .wrap.budget_per .label_wrap {
  display: none;
}

.contents .search_details .form_wrap .wrap.budget_per .budget_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
  color: var(--color-text-black);
  font-weight: 600;
  line-height: 1;
  width: 100%;
}

.contents .search_details .form_wrap .wrap.budget_per .budget_wrap > div {
  color: var(--color-text-black);
  font-size: 1.3rem;
  text-align: center;
}

.contents .search_details .form_wrap .wrap.budget_per .budget_wrap .input_wrap {
  width: 44.35%;
}

.contents {
  position: relative;
}

.contents .btn_search_open {
  align-items: center;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

.contents .btn_search_open::after {
  background: url(../img/form_icon_search_white.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  height: 15px;
  margin-top: 3px;
  width: 15px;
}

.contents .btn_search_open.fix_btm {
  border: 1px solid #fff;
  border-radius: 66px;
  bottom: 50px;
  height: 66px;
  position: fixed;
  right: 20px;
  width: 66px;
  z-index: 100;
}

.contents .txt_red {
  color: var(--color-red);
}

.contents_side .side_head::before {
  content: "";
}

.contents_title {
  color: var(--color-text-black);
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
}

.contents_head .head_selected .head_reserch_btn::after {
  aspect-ratio: 1/1;
  background: url(../img/form_icon_search_white.svg) center center/cover no-repeat;
  content: "";
  margin-top: 6px;
  max-width: 20px;
  width: 29.51%;
}

.contents_head .head_selected .head_selected_base .selected_items .item {
  align-items: center;
  display: flex;
  padding: 8px 35px 8px 0;
  position: relative;
}

.contents_head .head_selected .head_selected_base .selected_items .item + .item {
  border-top: 1px solid var(--color-border);
}

.contents_head .head_selected .btn_select_change {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 15px;
  color: var(--color-primary);
  display: flex;
  font-size: 1rem;
  height: 15px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 7px);
  width: 35px;
}

.contents_head .head_search .form_wrap.travel_days {
  border: 1px solid var(--color-border-dark);
  border-radius: var(--border-radius);
}

.contents_head .head_search .form_wrap.travel_days .travel_days_wrap .input_wrap.is_inputed select {
  color: var(--color-text-black);
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-right: 0;
  width: 50px;
}

.contents_head .head_search .btn_wrap .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;
}

.contents_main .result_head {
  align-items: center;
  display: flex;
  height: 53px;
  justify-content: space-between;
  width: 100%;
}

.contents_main .result_head .result_count {
  font-size: 1.4rem;
  line-height: 1.5;
}

.contents_main .result_head .result_count b {
  color: var(--color-text-red);
  font-family: var(--font-number);
  font-size: 114.29%;
  font-weight: 500;
}

.contents_main .result_head .result_sort {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  justify-content: flex-end;
  line-height: 1.41;
}

.contents_main .result_head .result_sort p {
  color: var(--color-text-gray);
  margin-right: 9px;
}

.contents_main .result_head .result_sort_btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-primary);
  display: flex;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 70px;
}

.contents_main .result_head .result_sort_btn:first-of-type {
  border-radius: 34px 0 0 34px;
}

.contents_main .result_head .result_sort_btn:last-of-type {
  border-left: 0;
  border-radius: 0 34px 34px 0;
}

.contents_main .result_head .result_sort_btn.is_active {
  background: var(--color-primary);
  color: #fff;
}

.contents_main .result_items .item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.contents_main .result_items .item + .item {
  margin-top: 20px;
}

.contents_main .result_items .item_info {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents_main .result_items .item_info .tour_img {
  position: relative;
  z-index: 2;
}

.contents_main .result_items .item_info .tour_img .img_wrap {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents_main .result_items .item_info .tour_img .img_wrap img {
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contents_main .result_items .item_info .tour_dep {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-primary);
  border-radius: 28px;
  color: var(--color-primary);
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
  height: 28px;
  justify-content: center;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 66px;
  z-index: 3;
}

.contents_main .result_items .item_info .tour_name {
  /* 2025.11.21 add */
  color: var(--color-text-black);
  font-weight: 600;
  line-height: 1.45;
}

.contents_main .result_items .item_info .tour_note .info_wrap {
  align-items: stretch;
  color: var(--color-text-black);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.contents_main .result_items .item_info .tour_note .info_wrap > dt,
.contents_main .result_items .item_info .tour_note .info_wrap > dd {
  line-height: 1.38;
}

.contents_main .result_items .item_info .tour_note .info_wrap > dt {
  background: var(--color-primary-bg2);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.29;
  padding: 3px 0 2px 6px;
  width: 77px;
}

.contents_main .result_items .item_info .tour_note .info_wrap > dd {
  padding: 3px 0 3px 9px;
  width: calc(100% - 77px);
}

.contents_main .result_items .item_info .tour_note .info_wrap > dd p {
  font-size: 1.2rem;
  line-height: 1.29;
}

.contents_main .result_items .item_info .tour_note .info_wrap > dd p + p {
  margin-top: 2px;
}

.contents_main .result_items .item_info .tour_note .info_wrap.hotel dd .hotel_area {
  color: var(--color-primary);
  margin-left: -5px;
}

.contents_main .result_items .item_info .tour_note .info_wrap.hotel dd .hotel_rank {
  color: var(--color-secondary);
}

.contents_main .result_items .item_info .tour_note .info_wrap.seat dd {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.contents_main .result_items .item_info .tour_note .info_wrap.seat dd p {
  margin-right: 8px;
}

.contents_main .result_items .item_info .tour_note .info_wrap.seat dd .seat_icon {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  color: var(--color-primary);
  display: inline-flex;
  font-size: 1.1rem;
  height: 20px;
  justify-content: center;
  margin: -1px 5px -3px 0;
  padding: 0 9px;
}

.contents_main .result_items .item_info .tour_note .more_btn {
  align-items: center;
  background: var(--color-primary-light);
  cursor: pointer;
  display: flex;
  height: 52px;
  justify-content: center;
  margin: 4px 0;
  padding: 7px 15px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents_main .result_items .item_info .tour_note .more_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents_main .result_items .item_info .tour_note .more_btn::after {
  background: url(../img/arr_1_white.svg) center center/100% auto no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
}

.contents_main .result_items .item_info .tour_note .more_btn.close::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contents_main .result_items .item_info .tour_note .more_btn span {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.57;
}

.contents_main .result_items .item_price .price_tab .tour_days {
  display: flex;
  justify-content: flex-start;
}

.contents_main .result_items .item_price .price_tab .tour_days li {
  align-items: center;
  background: var(--color-primary-bg1);
  display: flex;
  justify-content: center;
  position: relative;
}

.contents_main .result_items .item_price .price_tab .tour_days li span {
  font-size: 1.3rem;
}

.contents_main .result_items .item_price .price_tab .tour_days li:not(.is_selected) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents_main .result_items .item_price .price_tab .tour_days li.is_selected {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.contents_main .result_items .item_price .price_tab .tour_days li.is_selected::after {
  position: absolute;
}

.contents_main .result_items .item_price .price_panel {
  display: flex;
}

.contents_main .result_items .item_price .price_panel .tour_code dt {
  background: var(--color-text-gray);
  color: #fff;
  font-size: 0.9em;
  height: 20px;
  letter-spacing: -0.02em;
  line-height: 20px;
}

.contents_main .result_items .item_price .price_panel .tour_code dd {
  background: #fff;
  color: var(--color-text-gray);
  font-size: 1.3rem;
  line-height: 40px;
}

.contents_main .result_items .item_price .price_panel .tour_price .per {
  color: var(--color-text-gray);
  font-size: 1.1rem;
  line-height: 1;
}

.contents_main .result_items .item_price .price_panel .tour_price .price {
  color: var(--color-red);
  font-size: 1.3rem;
  line-height: 1;
}

.contents_main .result_items .item_price .price_panel .tour_price .price .price_min,
.contents_main .result_items .item_price .price_panel .tour_price .price .price_max {
  font-family: var(--font-number);
  font-size: 169.23%;
  font-weight: 500;
  letter-spacing: -0.05rem;
}

.contents_main .result_items .item_price .price_panel .tour_price .att .att_01 {
  background: var(--color-bg-red);
  color: var(--color-text-red);
  display: inline-block;
  padding: 0 6px;
}

.contents_main .result_items .item_price .price_panel .tour_price .att .att_02 {
  color: var(--color-text-gray);
  margin-left: 4px;
}

.contents_main .result_items .item_price .price_panel .tour_btns {
  align-items: center;
  display: flex;
}

.contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite span {
  color: var(--color-text);
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
}

.contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite span::before {
  aspect-ratio: 21/18;
  background: url(../img/favorite_icon_seve.svg) center center/100% 100% no-repeat;
  content: "";
  display: block;
  margin: 0 auto 5px;
  width: 21px;
}

.contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite.checked span::before {
  background-image: url(../img/favorite_icon_seved.svg);
}

.contents_main .result_items .item_price .price_panel .tour_btn {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 38px;
  color: var(--color-text-black);
  display: flex;
  font-size: 1.3rem;
  height: 38px;
  justify-content: center;
  padding-right: 14px;
  position: relative;
  width: 142px;
}

.contents_main .result_items .item_price .price_panel .tour_btn::after {
  content: "→";
  font-size: 1rem;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contents_main .result_items .item.recom .item_label {
  align-items: center;
  background: var(--color-recom-1);
  background-image: linear-gradient(90deg, var(--color-recom-1), var(--color-recom-2));
  border-radius: 10px 10px 0 0;
  display: flex;
  height: 30px;
  margin: -1px -1px 0;
  padding: 0 15px;
  width: calc(100% + 2px);
}

.contents_main .result_items .item.recom .item_label span {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

.contents_main .result_items .item.recom .item_label span::after {
  background: url(../img/deco_recom_white.svg) center center/cover no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  width: 19px;
}

.contents_main .result_items .item.recom .item_info .tour_dep {
  border-color: var(--color-recom-1);
  color: var(--color-recom-1);
}

.contents_main .result_items .item.recom .item_info .tour_note .info_wrap > dt {
  background: var(--color-recom-bg1);
}

.contents_main .result_items .item.recom .item_price .price_tab .tour_days li.is_selected {
  background-color: var(--color-recom-1);
}

.contents_side .side_foot .btn_wrap {
  align-items: center;
  display: flex;
  width: 100%;
}

@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}

@media screen and (min-width: 601px), print {
  .contents .modal_01_box_foot {
    height: 70px;
    padding: 0 var(--w-margin);
    /* 2025.11.28 add */
    background: #fff;
    border-radius: 0 0 15px 15px;
  }

  .contents .modal_01 .form_wrap.dest .dest_wrap .radio_wrap {
    display: inline-flex;
    margin-right: 20px;
    width: auto;
  }

  .contents .modal_01 .form_wrap.dest .dest_wrap .radio_wrap label {
    font-size: 1.2rem;
    line-height: 20px;
    white-space: nowrap;
    width: auto;
  }

  .contents .modal_01 .form_wrap.dest .dest_wrap .radio_wrap label::before {
    width: 20px;
  }

  .contents .modal_01 .form_wrap.dest .dest_wrap .radio_wrap label span {
    padding-bottom: 2px;
  }

  .contents .modal_02_box {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    max-height: calc(var(--inner-height, 100vh) * 0.8);
    max-width: 820px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - var(--w-margin) * 2);
  }
  
  .contents .modal_02_box_foot {
    /* 2025.11.21 add */
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }

  .contents .modal_02.modal_dest .modal_02_box {
    max-height: var(--inner-height, 100vh);
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel {
    border-radius: 15px;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.round_trip {
    padding-bottom: 30px;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_01:not(.round_trip) {
    padding-bottom: 25px;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_01 .dest_tag {
    max-height: 155px;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_02 .dest_tag.dest_popular .tag_list,
  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_03 .dest_tag.dest_popular .tag_list {
    padding-bottom: 20px;
    padding-top: 16px;
  }

  .contents .modal_02.modal_dest .select_head .head_btn {
    font-size: 1rem;
    height: 25px;
    left: 20px;
    padding: 0 8px;
    top: calc(50% - 12px);
  }

  .contents .modal_02.modal_dest .select_list {
    max-height: 495px;
  }

  .contents .modal_02.modal_dest .select_list .select_btn {
    height: 45px;
    padding: 0 20px;
  }

  .contents .modal_02.modal_dest .tag_head {
    padding: 0 40px;
  }

  .contents .modal_02.modal_dest .tag_list {
    margin: 0 -4px -6px 0;
    padding: 0 40px;
    width: calc(100% + 3px);
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list {
    height: 52px;
    margin: 0 auto;
    width: 480px;
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list li label b {
    letter-spacing: 0.1em;
  }

  .contents .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%;
  }

  .contents .modal_02.modal_day .modal_02_box .select_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }

  .contents .modal_02.modal_day .modal_02_box .msg_wrap {
    justify-content: center;
    min-width: 350px;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap {
    padding: 20px 15px 0;
    width: 50%;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_swich {
    right: 15px;
  }

  .contents .search_wrap .form_wrap .btns .add_btn,
  .contents .search_wrap .form_wrap .btns .del_btn {
    font-weight: 600;
  }

  .contents .search_wrap .form_wrap .btns .add_btn.show + .show,
  .contents .search_wrap .form_wrap .btns .del_btn.show + .show {
    left: 6px;
  }

  .contents .search_wrap .icon_required {
    padding-bottom: 2px;
  }

  .contents .search_base .form_wrap .input_wrap input {
    font-size: 1.5rem;
  }

  .contents .search_details .form_wrap:last-of-type::after {
    display: none;
  }

  .contents .search_details .form_wrap.mytype .form_panel .wrap {
    margin-bottom: 0;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_set li {
    margin: 0 15px 10px 0;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap:nth-of-type(2n + 1) {
    padding-right: 10px;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn {
    margin-top: 13px;
  }

  .contents .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap label {
    letter-spacing: -0.04em;
  }

  .contents .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap label::before {
    margin-right: 6px;
  }
  
  .contents .search_details .form_wrap .wrap.airline .airline_wrap .btns {
    /* 2025.11.14 add */
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin: -4px 0;
  }

  .contents .search_details .form_wrap .wrap.airline .airline_wrap .btns .add_btn,
  .contents .search_details .form_wrap .wrap.airline .airline_wrap .btns .del_btn {
    /* 2025.11.14 add */
    margin: 2px 0;
  }

  .contents .search_details .form_wrap .wrap.hotel_rank .check_list {
    margin-bottom: -4px;
  }

  .contents .search_details .form_wrap .wrap.hotel_rank .check_wrap {
    margin-bottom: 12px;
  }

  .contents .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
    font-size: 1.4rem;
    margin: 0 0 11px;
  }

  .contents .search_details .form_wrap .wrap.keyword {
    margin-bottom: 14px;
  }

  .contents .search_details .form_wrap .wrap.keyword .label_wrap {
    margin-bottom: 10px;
  }

  .contents_main .result_items .item_info .tour_img {
    float: left;
    margin-bottom: 25px;
    width: 32.81%;
  }

  .contents_main .result_items .item_info .tour_img .img_wrap {
    aspect-ratio: 210/228;
    border-radius: 0 0 40px;
  }

  .contents_main .result_items .item_info .tour_img .img_wrap img {
    height: 100%;
    max-width: 200%;
    width: auto;
  }

  .contents_main .result_items .item_info .tour_name {
    float: right;
    font-size: 1.45rem;
    min-height: 104.1px;
    padding: 10px 0 10px 20px;
    width: 67.19%;
  }

  .contents_main .result_items .item_info .tour_code::before {
    aspect-ratio: 210/228;
    content: "";
    display: block;
    width: 100%;
  }

  .contents_main .result_items .item_info .tour_code span {
    display: inline-block;
    padding-left: 13px;
  }

  .contents_main .result_items .item_info .tour_note {
    float: right;
    padding: 0 0 15px 20px;
    width: 67.19%;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li span::after {
    content: "日間";
    font-size: 90%;
  }

  .contents_main .result_items .item_price .price_panel {
    align-items: center;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .price {
    margin: 6px 0 5px -12px;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .att {
    font-size: 1rem;
    line-height: 16px;
  }

  .contents_main .result_items .item.recom .item_price .price_tab .tour_days li {
    background-color: var(--color-recom-bg2);
    border-color: var(--color-recom-1);
  }

  .contents_main .result_items .item.recom .item_price .price_tab .tour_days li:not(.is_selected) {
    color: var(--color-recom-1);
  }
}

@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}

@media screen and (min-width: 961px), print {
  #wrapper {
    overflow: visible;
  }

  .contents .input_wrap .suggest_list {
    background: #fff;
    border: 1px solid var(--color-border);
    left: -1px;
    max-height: 158px;
    overflow-y: auto;
    padding: 6px 15px;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
  }

  .contents .input_wrap .notfound_msg {
    border: 1px solid var(--color-border);
    left: -1px;
    padding: 10px 15px 15px;
    position: absolute;
    width: calc(100% + 58px);
  }

  .contents .modal_01_box {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    max-height: calc(var(--inner-height, 100vh) * 0.8);
    max-width: 820px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px * 2);
  }

  .contents .modal_01_box_head {
    display: none;
  }

  .contents .modal_01_box_head .head_tit {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1;
  }

  .contents .modal_01_box_head .head_tit .sp {
    display: none;
  }

  .contents .modal_01_box_body {
    max-height: 48vh;
    min-height: 440px;
    overflow: hidden auto;
    padding: 30px 40px 70px;
  }

  .contents .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%);
  }

  .contents .modal_01_close {
    right: -10px;
    top: -10px;
    width: 30px;
  }

  .contents .modal_01 .search_wrap {
    height: 100%;
  }

  .contents .modal_01 .search_base {
    height: 100%;
  }

  .contents .modal_01 .search_base .form_wrap {
    margin-bottom: 0;
  }

  .contents .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%;
  }

  .contents .modal_01 .form_wrap.dest .dest_wrap {
    width: 50%;
  }

  .contents .modal_01 .form_wrap.dest .dest_wrap .radio_list {
    align-items: center;
    display: flex;
    width: 100%;
  }

  .contents .modal_01 .form_wrap.dest .dest_wrap.one_dest_chk {
    margin: 14px 0 0;
    width: 100%;
  }

  .contents .modal_01 .form_wrap.dest .dest_wrap.radios {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .contents .modal_01.modal_dest .modal_01_box_body {
    /* 2025.11.21 edit */
    max-height: 80vh;
    min-height: auto;
  }
  
  .contents .modal_01.modal_dest .modal_01_box_body:has(.alert_box.dest_radios.is_show) {
    /* 2025.11.11 edit */
    overflow: visible;
  }

  .contents .modal_02_box_foot {
    height: 70px;
    padding: 0 var(--w-margin);
  }

  .contents .modal_02.modal_day .modal_02_box_body {
    margin-bottom: 70px;
    max-height: 69.2vh;
    min-height: 415px;
    padding: 15px 50px 48px;
  }

  .contents .modal_02.modal_day .modal_02_box_body .search_wrap {
    padding-bottom: 0;
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list li label::before {
    width: 22px;
  }

  .contents .search_box {
    display: block !important;
  }

  .contents .search_box .box_head .head_tit {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1;
  }

  .contents .search_box .box_head .head_tit .sp {
    display: none;
  }

  .contents .search_box .box_foot .btn_wrap .btn_submit::before {
    background: url(../img/form_icon_search_white.svg) center center/100% auto no-repeat;
    content: "";
    height: 100%;
    margin-right: 8px;
    width: 16px;
  }

  .contents .search_box .search_close {
    display: none;
  }

  .contents .search_box .search_overlay {
    display: none;
  }

  .contents .search_wrap {
    padding-bottom: 15px;
  }

  .contents .search_base {
    display: none;
  }

  .contents .search_base .form_wrap.dest {
    margin-top: -9px;
  }

  .contents .search_base .form_wrap.dest .dest_wrap {
    margin-top: 9px;
  }

  .contents .search_base .form_wrap.dep_day {
    margin-bottom: 15px;
  }

  .contents .search_base .alert_box.dest_radios {
    left: 0;
    top: 0;
  }

  .contents .search_base .alert_box.dest_radios .alert_box_inner {
    bottom: calc(100% + 8px);
    left: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contents .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;
  }

  .contents .search_details .form_alerts {
    color: #fff;
    font-size: 1.4rem;
    height: 38px;
    margin-bottom: 6px;
    margin-right: 10px;
  }

  .contents .search_details .form_wrap {
    padding-bottom: 12px;
    padding-top: 20px;
    position: relative;
  }

  .contents .search_details .form_wrap::after {
    background: var(--color-border-c);
    bottom: 0;
    content: "";
    height: 1px;
    margin-left: calc(-50vw + 50%);
    position: absolute;
    right: 0;
    width: calc(50% + 50vw);
  }

  .contents .search_details .form_wrap:first-of-type {
    padding-top: 15px;
  }

  .contents .search_details .form_wrap:last-of-type {
    padding-bottom: 0;
  }

  .contents .search_details .form_wrap .form_title {
    margin-bottom: 18px;
  }

  .contents .search_details .form_wrap .form_panel {
    display: block !important;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_attention {
    display: none;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_set {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 5px 0;
  }

  .contents {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
  }

  .contents .btn_search_open {
    display: none;
  }

  .contents_head {
    background: #fff;
    position: sticky;
    top: -1px;
    width: 100%;
    z-index: 3;
  }

  .contents_head::after {
    background: #fff;
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    bottom: 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: var(--vw);
    z-index: 1;
  }

  .contents_head_inner {
    position: relative;
    z-index: 2;
  }

  .contents_side {
    border-right: 1px solid var(--color-border);
    flex-basis: 26%;
    position: relative;
    transition: 0.5s ease;
    z-index: 2;
  }

  .contents_side::after {
    background: var(--color-bg-gray-light);
    content: "";
    height: 100%;
    margin-left: calc(-50vw + 50%);
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 50vw);
    z-index: 1;
  }

  .contents_side .side_head {
    padding: 16px 0 15px;
    position: relative;
    width: 100%;
  }

  .contents_side .side_head::before {
    background: var(--color-border-dark);
    bottom: 0;
    height: 1px;
    margin-left: calc(-50vw + 50%);
    position: absolute;
    right: 0;
    width: calc(50% + 50vw);
  }

  .contents_side .side_body {
    display: flex;
    justify-content: flex-end;
    overflow: hidden auto;
    transition: 0.5s ease;
    width: 100%;
  }

  .contents_side .side_body_inner {
    max-width: 286px;
    width: 100%;
  }

  .contents_side .side_foot {
    padding: 9px 15px 20px;
    position: relative;
    width: 100%;
  }

  .contents_side .side_foot::before {
    background: var(--color-border-dark);
    content: "";
    height: 1px;
    margin-left: calc(-50vw + 50%);
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% + 50vw);
  }

  .contents_side_inner {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 80px;
    z-index: 2;
  }

  .contents_main {
    padding: 0 20px 60px 21px;
    position: relative;
    width: 74%;
    z-index: 2;
  }

  .contents_title {
    font-size: 2rem;
    line-height: 1.4;
    max-width: calc(var(--w-max) + 20px * 2);
    padding: 0 20px;
    position: relative;
  }

  .contents_head::after {
    border-top: 0;
  }

  .contents_head_inner {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    min-height: 78px;
    padding: 12px 20px 13px;
  }

  .contents_head .head_selected {
    display: none;
  }

  .contents_head .head_search {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    width: 100%;
  }

  .contents_head .head_search .form_wrap {
    height: 54px;
    margin-bottom: 0;
    position: relative;
    width: 21.49%;
  }

  .contents_head .head_search .form_wrap .panel_input {
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    height: 37px;
    line-height: 1;
    overflow: hidden;
    padding: 0 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 4;
  }

  .contents_head .head_search .form_wrap .panel_input:not(.is_inputed) {
    color: var(--color-text-gray);
  }

  .contents_head .head_search .form_wrap .panel_input:not(.is_inputed) button,
  .contents_head .head_search .form_wrap .panel_input:not(.is_inputed) input,
  .contents_head .head_search .form_wrap .panel_input:not(.is_inputed) select {
    color: var(--color-text-gray);
  }

  .contents_head .head_search .form_wrap .panel_input.is_inputed {
    color: var(--color-text-black);
  }

  .contents_head .head_search .form_wrap .panel_input.is_inputed button,
  .contents_head .head_search .form_wrap .panel_input.is_inputed input,
  .contents_head .head_search .form_wrap .panel_input.is_inputed select {
    color: var(--color-text-black);
  }

  .contents_head .head_search .form_wrap .panel_label,
  .contents_head .head_search .form_wrap .label_wrap,
  .contents_head .head_search .form_wrap .label {
    font-size: 1.1rem;
    left: 17px;
    line-height: 1;
    position: absolute;
    top: 8px;
    z-index: 1;
  }

  .contents_head .head_search .form_wrap .panel_label span,
  .contents_head .head_search .form_wrap .label_wrap span,
  .contents_head .head_search .form_wrap .label span {
    color: var(--color-text-black);
  }

  .contents_head .head_search .form_wrap .input_wrap {
    border-color: var(--color-border-dark);
    height: 100%;
    padding-top: 15px;
  }

  .contents_head .head_search .form_wrap .input_wrap select {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 17px;
  }

  .contents_head .head_search .form_wrap.dep .input_wrap::after {
    display: none;
  }

  .contents_head .head_search .form_wrap.dep .panel_input {
    padding: 0;
  }

  .contents_head .head_search .form_wrap.travel_days .travel_days_wrap {
    align-items: center;
    display: flex;
    height: 100%;
    padding-top: 15px;
    width: 100%;
  }

  .contents_head .head_search .form_wrap.travel_days .travel_days_wrap .input_wrap {
    align-items: center;
    border: 0;
    display: flex;
    padding-top: 0;
    width: 44.23%;
  }

  .contents_head .head_search .form_wrap.travel_days .travel_days_wrap .input_wrap::after {
    display: none;
  }

  .contents_head .head_search .form_wrap.travel_days .travel_days_wrap .input_wrap.is_inputed::after {
    aspect-ratio: auto;
    background: none;
    color: var(--color-text-black);
    content: "日間";
    display: block;
    flex: 1;
    position: static;
    white-space: nowrap;
    width: auto;
  }

  .contents_head .head_search .form_wrap.travel_days .travel_days_wrap p {
    color: var(--color-text-black);
    font-size: 1.5rem;
    line-height: 1;
  }

  .contents_head .head_search .form_wrap.travel_days .travel_days_wrap p:first-of-type {
    text-align: center;
    width: 11.54%;
  }

  .contents_head .head_search .form_wrap.travel_days .travel_days_wrap p:last-of-type {
    display: none;
  }

  .contents_head .head_search .btn_wrap {
    display: flex;
    width: 10.74%;
  }

  .contents_head .head_search .btn_wrap .btn_clear {
    display: none;
  }

  .contents_head .head_search .btn_wrap .btn_submit {
    align-items: center;
    background: var(--color-primary);
    border-radius: var(--border-radius);
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    height: 54px;
    justify-content: center;
    width: 100%;
  }

  .contents_main .result_items .item {
    border: 1px solid var(--color-border);
    display: flex;
    flex-wrap: wrap;
  }

  .contents_main .result_items .item_info {
    border-right: 1px solid var(--color-border);
    padding: 0 10px 0 0;
    width: 72.56%;
  }

  .contents_main .result_items .item_info .tour_code {
    color: var(--color-text-black);
    font-size: 1.1rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 32.81%;
    z-index: 1;
  }

  .contents_main .result_items .item_info .tour_note .info_wrap.seat dd .seat_icon {
    line-height: 1;
    padding-bottom: 2px;
  }

  .contents_main .result_items .item_price {
    display: flex;
    flex-direction: column;
    padding: 13px 13px 15px;
    width: 27.32%;
  }

  .contents_main .result_items .item_price .price_tab .tour_days {
    flex-wrap: wrap;
    margin: 0 -2px 0 -3px;
    width: calc(100% + 5px);
  }

  .contents_main .result_items .item_price .price_tab .tour_days li {
    border: 1px solid var(--color-primary-light);
    border-radius: 4px;
    color: var(--color-primary-light);
    font-weight: 600;
    height: 30px;
    line-height: 1.6;
    margin: 0 2px 5px 3px;
    width: calc(33.3333333333% - 5px);
  }

  .contents_main .result_items .item_price .price_tab .tour_days li span::after {
    font-size: 100%;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li.is_selected::after {
    background: url(../img/days_checked_yellow.svg) center center/100% auto no-repeat;
    content: "";
    height: 16px;
    left: -4px;
    top: -4px;
    width: 16px;
  }

  .contents_main .result_items .item_price .price_panel {
    flex-wrap: wrap;
    margin-top: auto;
  }

  .contents_main .result_items .item_price .price_panel .tour_code {
    display: none;
  }

  .contents_main .result_items .item_price .price_panel .tour_price {
    text-align: right;
    width: 100%;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .att {
    margin-bottom: 8px;
  }

  .contents_main .result_items .item_price .price_panel .tour_btns {
    width: 100%;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite {
    width: calc(100% - 142px);
  }

  .contents_side .side_body {
    padding-left: 15px;
  }

  .contents_side .side_body ::-webkit-scrollbar {
    width: 15px;
  }

  .contents_side .side_body_inner {
    padding-top: 8px;
  }

  .contents_side .side_body .form_panel {
    padding-right: 10px;
  }

  .contents_side .side_body .form_wrap.dest,
  .contents_side .side_body .form_wrap.dep,
  .contents_side .side_body .form_wrap.dep_day,
  .contents_side .side_body .form_wrap.day_period {
    display: none;
  }

  .contents_side .side_foot .btn_wrap {
    max-width: 276px;
    width: 96.84%;
  }
}

@media screen and (min-width: 1211px), print {
  .contents_side .side_head {
    margin: 0 0 0 auto;
    max-width: 301px;
  }

  .contents_side .side_body {
    margin-left: -50vw;
    width: calc(100% + 50vw);
  }

  .contents_side .side_foot {
    padding-left: 8px;
  }
}

@media screen and (max-width: 1210px) {
  .contents .modal_01_box_foot .btn_wrap .btn_submit {
    font-size: 1.4rem;
  }

  .contents .search_box .box_foot .btn_wrap .btn_submit {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }

  .contents .input_wrap {
    height: 50px;
  }

  .contents .input_wrap input,
  .contents .input_wrap select {
    font-size: 1.6rem;
  }

  .contents .input_wrap .suggest_list {
    padding: 10px 0 0 35px;
  }

  .contents .input_wrap .notfound_msg {
    left: 0;
    padding: 10px 0 0 40px;
    width: 100%;
  }

  .contents .modal_01_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .contents .modal_01_box_head {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--color-border-form);
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .contents .modal_01_box_head .head_tit {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .contents .modal_01_box_head .head_tit .pc {
    display: none;
  }

  .contents .modal_01_box_body {
    background: #fff;
    max-height: calc(var(--inner-height) - 50px);
    overflow: hidden auto;
    padding-bottom: 70px;
  }

  .contents .modal_01_box_foot .btn_wrap .btn_submit {
    background: var(--color-primary);
    font-size: 1.4rem;
    height: 42px;
    max-width: 255px;
    width: 100%;
  }

  .contents .modal_01_close {
    right: 10px;
    top: 8px;
    width: 28px;
  }

  .contents .modal_01 .search_base {
    margin-bottom: 0;
  }

  .contents .modal_02_box_foot {
    align-items: center;
    border-top: 1px solid var(--color-border);
    display: flex;
    height: 70px;
    justify-content: center;
    padding: 0 var(--w-margin);
  }

  .contents .modal_02.modal_day .modal_02_box_body {
    min-height: 40vh;
    padding: 20px 30px 120px;
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list li {
    font-size: 1.3rem;
    padding: 0 10px;
  }

  .contents .modal_02.modal_day .modal_02_box .nav_wrap .nav_arr {
    /* 2025.11.21 add */
    top: calc(50% - 15px);
    width: 30px;
  }

  .contents .search_box {
    background: #fff;
    display: none;
    height: var(--inner-height);
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 200;
  }

  .contents .search_box_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .contents .search_box .box_head {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--color-border-c);
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
  }

  .contents .search_box .box_head .head_tit {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .contents .search_box .box_head .head_tit .pc {
    display: none;
  }

  .contents .search_box .box_body {
    background: #fff;
    max-height: calc(var(--inner-height) - 50px - 70px);
    overflow: hidden auto;
  }

  .contents .search_box .box_foot {
    align-items: center;
    background: #fff;
    border-top: 1px solid var(--color-border-c);
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    margin-top: auto;
    padding: 0 20px;
  }

  .contents .search_box .box_foot .btn_wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .contents .search_box .box_foot .btn_wrap .btn_submit {
    background: var(--color-primary);
    font-size: 1.4rem;
    height: 42px;
    max-width: 255px;
    width: 100%;
  }

  .contents .search_box .search_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: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
  }

  .contents .search_box .search_back {
    background: url(../img/modal_back_white.svg) center center/18.75% auto no-repeat;
    height: 0;
    left: 0;
    overflow: hidden;
    padding-top: 48px;
    position: absolute;
    top: 0;
    width: 48px;
  }

  .contents .search_box .search_overlay {
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .contents .search_wrap .form_wrap .btns {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .contents .search_wrap .form_wrap .btns .add_btn.show + .show,
  .contents .search_wrap .form_wrap .btns .del_btn.show + .show {
    top: calc(100% + 9px);
  }

  .contents .search_wrap .icon_required {
    font-size: 1rem;
  }

  .contents .search_wrap .modal_open {
    font-size: 1.6rem;
    height: 50px;
  }

  .contents .search_base {
    padding: 25px 20px 20px;
  }

  .contents .search_base .form_wrap.dest .dest_wrap + .dest_wrap {
    margin-top: 10px;
  }

  .contents .search_base .form_wrap.dest .dest_wrap .radio_wrap {
    margin-top: 5px;
  }

  .contents .search_base .form_wrap.dest .dest_wrap.one_dest_chk {
    margin: 5px 0 -5px;
  }

  .contents .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label {
    font-size: 1.1rem;
  }

  .contents .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label::before {
    height: 14px;
    margin-right: 5px;
    width: 14px;
  }

  .contents .search_base .form_wrap.travel_days .travel_days_wrap p {
    font-size: 1.3rem;
  }

  .contents .search_base .alert_box.dest_radios {
    bottom: 0;
    left: 0;
  }

  .contents .search_base .alert_box.dest_radios .alert_box_inner {
    left: -10px;
    top: calc(100% + 12px);
  }

  .contents .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;
  }

  .contents .search_details .form_alerts {
    background: var(--color-primary-bg1);
    font-size: 1.5rem;
    height: 41px;
    margin: 0 20px 15px;
  }

  .contents .search_details .form_alerts::after {
    background: var(--color-primary-bg1);
  }

  .contents .search_details .form_alerts .txt {
    color: var(--color-primary-light);
    font-weight: 600;
  }

  .contents .search_details .form_wrap {
    border-top: 1px solid var(--color-border-c);
  }

  .contents .search_details .form_wrap .form_title {
    height: 60px;
    padding: 0 20px;
  }

  .contents .search_details .form_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: 20px;
    top: calc(50% - 5.5px);
    width: 11px;
  }

  .contents .search_details .form_wrap .form_panel {
    border-top: 1px solid var(--color-border-c);
    padding: 15px 20px;
  }

  .contents .search_details .form_wrap.is_close .form_title::after {
    background: url(../img/form_btn_plus_slim_gray.svg);
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_set {
    display: none;
  }

  .contents {
    background: var(--color-bg-gray);
  }

  .contents_main {
    width: 100%;
  }

  .contents_title {
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 15px 20px 0;
  }

  .contents_head_inner {
    padding: 10px 20px 18px;
  }

  .contents_head .head_selected {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contents_head .head_selected .head_reserch_btn {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--color-form-btn);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    font-weight: 600;
    justify-content: center;
    order: 2;
    width: 17.18%;
  }

  .contents_head .head_selected .head_selected_base {
    background: #fff;
    border-radius: 8px;
    order: 1;
    padding: 0 15px;
    width: 80.56%;
  }

  .contents_head .head_selected .head_selected_base .selected_items {
    min-height: 100%;
  }

  .contents_head .head_selected .head_selected_base .selected_items .item p {
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .contents_head .head_selected .head_selected_detail {
    background: #fff;
    border-radius: 8px;
    margin-top: 6px;
    order: 3;
    overflow: hidden;
    width: 100%;
  }

  .contents_head .head_selected .head_selected_detail .detail_head {
    background: #fefcd3;
    height: 30px;
    position: relative;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_alerts {
    align-items: center;
    display: flex;
    font-size: 1.1rem;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.1em;
    position: relative;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_alerts .txt {
    color: var(--color-primary-light);
    font-size: 145.45%;
    line-height: 1;
    margin-bottom: 0.53vw;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_btn {
    align-items: center;
    color: var(--color-primary);
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 0;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_btn::after {
    background: url(../img/arr_1_green.svg) center center/cover no-repeat;
    content: "";
    height: 8px;
    margin-left: 4px;
    width: 8px;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_btn.is_open::after {
    margin-top: 4px;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }

  .contents_head .head_selected .head_selected_detail .selected_items {
    padding: 12px 15px;
  }

  .contents_head .head_selected .head_selected_detail .selected_items .item {
    align-items: center;
    display: flex;
  }

  .contents_head .head_selected .head_selected_detail .selected_items .item p {
    font-size: 1.1rem;
    line-height: 1.74;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .contents_head .head_search {
    display: none;
  }

  .contents_main .result_head {
    background: #fff;
    padding: 0 20px;
  }

  .contents_main .result_items {
    padding: var(--w-margin) var(--w-margin) 30px;
  }

  .contents_main .result_items .item {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }

  .contents_main .result_items .item_info .tour_code {
    display: none;
  }

  .contents_main .result_items .item_info .tour_note .more_btn {
    height: 27px;
    padding: 5px 9px;
  }

  .contents_main .result_items .item_info .tour_note .more_btn span {
    font-size: 1.2rem;
  }

  .contents_main .result_items .item_price {
    padding: 0 13px 13px;
    width: 100%;
  }

  .contents_main .result_items .item_price .price_tab {
    padding-left: 60px;
    position: relative;
    width: 100%;
  }

  .contents_main .result_items .item_price .price_tab::before {
    align-items: center;
    background: #fff;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    color: var(--color-primary);
    content: "旅行日数";
    display: flex;
    font-size: 1.1rem;
    height: calc(100% - 2px - 10px);
    justify-content: center;
    left: 0;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    width: 54px;
  }

  .contents_main .result_items .item_price .price_tab .tour_days {
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    position: relative;
    white-space: nowrap;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li {
    background: #c8c8c8;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    height: 25px;
    margin-left: 4px;
    width: 100%;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li.is_selected::after {
    background: var(--color-primary);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    height: 5px;
    left: calc(50% - 5px);
    position: absolute;
    top: calc(100% - 1px);
    width: 10px;
  }

  .contents_main .result_items .item_price .price_panel {
    align-items: center;
    justify-content: flex-start;
  }

  .contents_main .result_items .item_price .price_panel .tour_code {
    border: 1px solid var(--color-text-gray);
    text-align: center;
  }

  .contents_main .result_items .item.recom .item_price .price_tab .tour_days li.is_selected::after {
    background: var(--color-recom-1);
  }

  .contents_side {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .contents .vpc600 {
    display: none;
  }

  .loader::after {
    font-size: 6px;
  }

  :root {
    --border-radius: 1.6vw;
    --w-margin: 3.2vw;
  }

  .contents .radio_wrap label,
  .contents .check_wrap label {
    font-size: 3.47vw;
    line-height: 5.07vw;
  }

  .contents .radio_wrap label::before,
  .contents .check_wrap label::before {
    margin-right: 2.4vw;
    /* 2025.11.21 edit */
    width: 19px;
  }

  .contents .input_wrap {
    height: 6.67vw;
  }

  .contents .input_wrap input,
  .contents .input_wrap select {
    font-size: 1.4rem;
    padding: 0.67vw 4vw;
  }

  .contents .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%;
  }

  .contents .input_wrap .suggest_list {
    padding: 1.33vw 0 0 10vw;
  }

  .contents .input_wrap .suggest_list .suggest_txt {
    font-size: 3.47vw;
    line-height: 2.15;
  }

  .contents .input_wrap .notfound_msg {
    font-size: 3.47vw;
    padding: 2.67vw 0 0 4vw;
  }

  .contents .input_wrap .error_msg {
    font-size: 3.2vw;
    top: 100%;
  }

  .contents .input_wrap.calendar::after {
    height: 4.67vw;
    right: 3.2vw;
    top: calc(50% - 2.33vw);
    width: 4.67vw;
  }

  .contents .input_wrap.select::after {
    height: 4.67vw;
    right: 3.2vw;
    top: calc(50% - 2.33vw);
    width: 4.67vw;
  }

  .contents .input_wrap.select select {
    padding-right: 4vw;
  }

  .contents .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%;
  }

  .contents .modal_01_box_head {
    height: 13.33vw;
  }

  .contents .modal_01_box_head .head_tit {
    font-size: 4.53vw;
  }

  .contents .modal_01_box_body {
    height: calc(var(--inner-height) - 13.33vw);
    padding-bottom: 18.67vw;
  }

  .contents .modal_01_box_foot {
    height: 18.67vw;
    padding: 0 var(--w-margin) env(safe-area-inset-bottom);
  }

  .contents .modal_01_box_foot .btn_wrap {
    justify-content: space-between;
  }

  .contents .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%;
  }

  .contents .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%;
  }

  .contents .modal_01_box_foot .btn_wrap .btn_submit::after {
    height: 0.8vw;
    right: 1.33vw;
    top: calc(50% - 0.4vw);
    width: 1.33vw;
  }

  .contents .modal_01_close {
    right: 2.4vw;
    top: calc(6.67vw - 3.73vw);
    width: 7.47vw;
  }

  .contents .modal_02_box {
    border-radius: 4vw 4vw 0 0;
    position: relative;
    width: 100%;
  }

  .contents .modal_02_box_body {
    width: 100%;
  }

  .contents .modal_02_box_foot {
    background: #fff;
    bottom: 0;
    height: 18.67vw;
    left: 0;
    padding: 0 var(--w-margin) env(safe-area-inset-bottom);
    position: fixed;
    width: 100%;
    z-index: 2;
  }

  .contents .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;
  }

  .contents .modal_02_box_foot .btn_wrap .btn_clear + .btn_submit {
    width: 49.33vw;
  }

  .contents .modal_02_box_foot .btn_wrap .btn_submit {
    border-radius: 11.2vw;
    font-size: 3.73vw;
    height: 11.2vw;
    width: 50.67vw;
  }

  .contents .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;
  }

  .contents .modal_02.modal_dest {
    padding-top: 16vw;
  }

  .contents .modal_02.modal_dest .modal_02_box {
    height: calc(var(--inner-height, 100vh) - 16vw);
  }

  .contents .modal_02.modal_dest .modal_02_box_body {
    height: 100%;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel {
    border-radius: 4vw 4vw 0 0;
    height: 100%;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.round_trip .dest_select .select_list {
    height: calc(var(--inner-height, 100vh) - 29.33vw);
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.round_trip.panel_02 .dest_select .select_head {
    padding-left: 13.33vw;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.round_trip.panel_03 .dest_select .select_head {
    padding-left: 6.67vw;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_01 .dest_tag {
    height: calc(var(--inner-height, 100vh) - 101.33vw);
    padding: 0 4vw 8vw;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_02 .dest_tag.dest_popular .tag_list,
  .contents .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;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_02 .dest_select .select_list,
  .contents .modal_02.modal_dest .modal_02_box_body .select_panel.panel_03 .dest_select .select_list {
    height: calc(var(--inner-height, 100vh) - 66.67vw);
    max-height: 100%;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound {
    padding: 13.33vw 4vw 4vw;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .tit {
    font-size: 4.27vw;
    margin-bottom: 4vw;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc {
    font-size: 3.47vw;
    line-height: 1.54;
  }

  .contents .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;
  }

  .contents .modal_02.modal_dest .dest_select.area .select_list .select_btn {
    height: 12vw;
    width: 100%;
  }

  .contents .modal_02.modal_dest .select_head {
    height: 13.33vw;
  }

  .contents .modal_02.modal_dest .select_head .head_title {
    font-size: 4vw;
  }

  .contents .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);
  }

  .contents .modal_02.modal_dest .select_head .head_btn::before {
    margin-right: 1.33vw;
    width: 2.67vw;
  }

  .contents .modal_02.modal_dest .select_head .head_btn span {
    margin-bottom: 2px;
  }

  .contents .modal_02.modal_dest .select_list .select_btn {
    height: 12vw;
    padding: 0 4vw;
  }

  .contents .modal_02.modal_dest .select_list .select_btn.all {
    width: 100%;
  }

  .contents .modal_02.modal_dest .select_list .select_btn span {
    font-size: 3.47vw;
  }

  .contents .modal_02.modal_dest .select_list .select_btn .ico {
    font-size: 2.4vw;
    height: 4.27vw;
    margin-left: 1.6vw;
    padding: 0 2.13vw;
  }

  .contents .modal_02.modal_dest .select_list .select_btn::after {
    right: 2.67vw;
    width: 2.67vw;
  }

  .contents .modal_02.modal_dest .tag_head {
    font-size: 3.47vw;
    margin: 9.33vw 0 3.2vw;
  }

  .contents .modal_02.modal_dest .tag_list {
    margin: 0 -1.07vw -2.4vw 0;
    width: calc(100% + 1.07vw);
  }

  .contents .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;
  }

  .contents .modal_02.modal_day {
    padding-top: 9.75vh;
  }

  .contents .modal_02.modal_day .modal_02_box_body {
    height: calc(var(--inner-height, 100vh) - 9.75vh);
    padding: 5.33vw 4vw 32vw;
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list {
    height: 12.67vw;
    margin-bottom: 1.33vw;
    width: 100%;
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list li {
    font-size: 3.47vw;
    padding: 0 1.33vw 0 4vw;
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list li.day {
    width: 42.01%;
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list li.days {
    width: 57.85%;
  }

  .contents .modal_02.modal_day .modal_02_box .radio_list li label b {
    font-size: 2.67vw;
  }

  .contents .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;
  }

  .contents .modal_02.modal_day .modal_02_box .select_panel .att_txt {
    font-size: 2.93vw;
    margin-top: 1.33vw;
  }

  .contents .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(--w-margin) * 2);
  }

  .contents .modal_02.modal_day .modal_02_box .nav_wrap {
    display: none;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap {
    padding: 4vw 0 0;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_title {
    font-size: 4.8vw;
    margin-bottom: 3.33vw;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_title .month {
    margin-left: 1.33vw;
  }

  .contents .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;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div {
    font-size: 4.27vw;
    height: 10vw;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head {
    margin-bottom: 0.67vw;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .week.table_head > div {
    font-size: 3.2vw;
    height: 5.33vw;
  }

  .contents .search_box .box_head {
    height: 13.33vw;
  }

  .contents .search_box .box_head .head_tit {
    font-size: 4.53vw;
  }

  .contents .search_box .box_body {
    max-height: calc(var(--inner-height) - 13.33vw - 18.67vw);
  }

  .contents .search_box .box_foot {
    height: 18.67vw;
    padding: 0 20px env(safe-area-inset-bottom);
  }

  .contents .search_box .box_foot .btn_wrap {
    justify-content: space-between;
  }

  .contents .search_box .box_foot .btn_wrap .btn_clear {
    font-size: 3.2vw;
    height: 6.53vw;
    margin-right: 5.33vw;
    max-width: 18.67vw;
    width: 20.29%;
  }

  .contents .search_box .box_foot .btn_wrap .btn_submit {
    border-radius: 11.2vw;
    font-size: 3.73vw;
    height: 11.2vw;
    max-width: 68vw;
    width: 73.91%;
  }

  .contents .search_box .box_foot .btn_wrap .btn_submit::after {
    height: 0.8vw;
    right: 1.33vw;
    top: calc(50% - 0.4vw);
    width: 1.33vw;
  }

  .contents .search_box .search_close {
    right: 2.4vw;
    width: 7.47vw;
  }

  .contents .search_box .search_back {
    padding-top: 6.4vw;
    width: 5.33vw;
  }

  .contents .search_wrap .form_wrap .btns {
    padding-left: 1.6vw;
  }

  .contents .search_wrap .form_wrap .btns .add_btn,
  .contents .search_wrap .form_wrap .btns .del_btn {
    font-size: 2.93vw;
    height: 6.53vw;
    line-height: 6.53vw;
    width: 12.53vw;
  }

  .contents .search_wrap .form_wrap .btns .add_btn::before,
  .contents .search_wrap .form_wrap .btns .del_btn::before {
    height: 2.4vw;
    margin-right: 0.93vw;
    width: 2.4vw;
  }

  .contents .search_wrap .form_wrap .btns .add_btn.show + .show,
  .contents .search_wrap .form_wrap .btns .del_btn.show + .show {
    left: 1.6vw;
    top: calc(100% + 2.4vw);
  }

  .contents .search_wrap .label_wrap {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }

  .contents .search_wrap .icon_required {
    font-size: 2.4vw;
    line-height: 3.47vw;
    margin-left: 1.33vw;
    width: 7.47vw;
  }

  .contents .search_wrap .input_wrap .label {
    font-size: 2.8vw;
    left: 4vw;
    line-height: 3.47vw;
    top: 1.33vw;
  }

  .contents .search_wrap .input_wrap .label + input,
  .contents .search_wrap .input_wrap .label + select,
  .contents .search_wrap .input_wrap .label + textarea {
    padding-top: 4.53vw;
  }

  .contents .search_wrap .input_clear_btn {
    right: 2.67vw;
    top: calc(50% - 2.27vw);
    width: 4.67vw;
  }

  .contents .search_wrap .modal_open {
    height: 6.67vw;
    padding: 0.67vw 1.33vw;
  }

  .contents .search_wrap .modal_open::after {
    height: 0.67vw;
    right: 1.33vw;
    top: calc(50% - 0.27vw);
    width: 1.07vw;
  }

  .contents .search_base {
    padding: 6.67vw 4vw 5.33vw;
  }

  .contents .search_base .form_wrap {
    margin-bottom: 4vw;
  }

  .contents .search_base .form_wrap .input_wrap {
    height: 12.93vw;
  }

  .contents .search_base .form_wrap.dest .dest_wrap + .dest_wrap {
    margin-top: 2.67vw;
  }

  .contents .search_base .form_wrap.dest .dest_wrap .input_wrap,
  .contents .search_base .form_wrap.dest .dest_wrap .radio_list {
    width: 84.64%;
  }

  .contents .search_base .form_wrap.dest .dest_wrap .radio_list {
    margin: 0 0 1.33vw 1.33vw;
  }

  .contents .search_base .form_wrap.dest .dest_wrap .radio_wrap {
    margin-top: 1.33vw;
  }

  .contents .search_base .form_wrap.dest .dest_wrap .radio_wrap label {
    font-size: 2.93vw;
  }

  .contents .search_base .form_wrap.dest .dest_wrap.one_dest_chk {
    margin: 1.33vw 0 -1.33vw 0;
  }

  .contents .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label {
    font-size: 2.93vw;
    line-height: 3.73vw;
  }

  .contents .search_base .form_wrap.dest .dest_wrap.one_dest_chk .check_wrap label::before {
    height: 3.73vw;
    margin-right: 1.33vw;
    width: 3.73vw;
  }

  .contents .search_base .form_wrap.travel_days .label_wrap {
    font-size: 2.8vw;
    margin: -0.67vw 0 1.73vw;
  }

  .contents .search_base .form_wrap.travel_days .travel_days_wrap p {
    font-size: 3.47vw;
  }

  .contents .search_base .form_wrap.travel_days .travel_days_wrap p:last-of-type {
    padding-left: 1.33vw;
  }

  .contents .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;
  }

  .contents .search_base .alert_box.dest_radios .alert_box_inner::after {
    bottom: calc(100% + 0.93vw);
    height: 2.13vw;
    left: 2.13vw;
    width: 4.27vw;
  }

  .contents .search_base .alert_box.dest_radios p {
    font-size: 3.47vw;
    line-height: 1.54;
  }

  .contents .search_base .alert_box.dest_radios .close_btn {
    height: 11.2vw;
    margin: 2.93vw auto 0;
    width: 37.33vw;
  }

  .contents .search_base .alert_box.dest_radios .close_btn span {
    font-size: 3.2vw;
  }

  .contents .search_details .form_alerts {
    font-size: 4vw;
    height: 10.93vw;
    margin: 0 4vw 4vw;
  }

  .contents .search_details .form_alerts::after {
    height: 2vw;
    left: calc(50% - 2vw);
    width: 4vw;
  }

  .contents .search_details .form_alerts .txt {
    font-size: 120%;
  }

  .contents .search_details .form_wrap .form_title {
    font-size: 4vw;
    height: 13.6vw;
  }

  .contents .search_details .form_wrap .form_title::before {
    margin-right: 2.67vw;
    width: 4.4vw;
  }

  .contents .search_details .form_wrap .form_title::after {
    right: 4vw;
    top: calc(50% - 1.47vw);
    width: 2.93vw;
  }

  .contents .search_details .form_wrap .form_panel {
    padding: 5.33vw 4vw 4vw;
  }

  .contents .search_details .form_wrap .form_panel .mytype_attention {
    margin: 0 4vw 4vw;
  }

  .contents .search_details .form_wrap .input_wrap {
    height: 12.93vw;
  }

  .contents .search_details .form_wrap.mytype .form_panel .wrap.mytype {
    margin-top: -2vw;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap {
    margin: 6.67vw 0;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap:first-of-type {
    margin-top: 0;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .label_wrap {
    margin: 0 0 4vw;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_list {
    margin: 0 0 -4vw 0;
    width: 100%;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap {
    margin: 0 0 4vw 0;
    width: 50%;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .check_wrap:nth-of-type(2n + 1) {
    padding-right: 1.33vw;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn {
    display: none;
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn::before {
    height: 4.27vw;
    margin-left: 2.13vw;
    width: 4.27vw;
  }

  .contents .search_details .form_wrap .wrap {
    margin-bottom: 4vw;
  }

  .contents .search_details .form_wrap .wrap.seat .seat_wrap .input_wrap {
    width: 78.84%;
  }

  .contents .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap {
    padding-left: 1.87vw;
  }

  .contents .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap label::before {
    margin-right: 1.6vw;
  }

  .contents .search_details .form_wrap .wrap.airline .airline_wrap + .airline_wrap {
    margin-top: 1.33vw;
  }

  .contents .search_details .form_wrap .wrap.airline .airline_wrap .input_wrap {
    width: 78.84%;
  }
  
  .contents .search_details .form_wrap .wrap.airline .airline_wrap .btns {
    /* 2025.11.14 add */
    margin: -1.07vw 0;
  }

  .contents .search_details .form_wrap .wrap.airline .airline_wrap .btns .add_btn,
  .contents .search_details .form_wrap .wrap.airline .airline_wrap .btns .del_btn {
    /* 2025.11.14 add */
    margin: 0.53vw 0;
    width: 100%;
  }

  .contents .search_details .form_wrap .wrap.hotel_rank .check_list {
    margin-bottom: -4vw;
  }

  .contents .search_details .form_wrap .wrap.hotel_rank .check_wrap {
    margin-bottom: 4vw;
  }

  .contents .search_details .form_wrap .wrap.hotel_rank .check_wrap img {
    height: 4vw;
    width: auto;
  }

  .contents .search_details .form_wrap .wrap.hotel_select {
    margin-top: 6.67vw;
  }

  .contents .search_details .form_wrap .wrap.hotel_select .hotel_wrap + .hotel_wrap {
    margin-top: 1.73vw;
  }

  .contents .search_details .form_wrap .wrap.hotel_select .hotel_area {
    font-size: 3.47vw;
    margin: 2.67vw 0 2vw;
  }

  .contents .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }

  .contents .search_details .form_wrap .wrap.budget_per .budget_wrap > div {
    font-size: 3.47vw;
  }

  .contents .btn_search_open {
    border-radius: 16vw;
    font-size: 3.47vw;
    height: 16vw;
    width: 16vw;
  }

  .contents .btn_search_open::after {
    height: 4vw;
    margin-top: 0.8vw;
    width: 4vw;
  }

  .contents .btn_search_open.fix_btm {
    border-radius: 16vw;
    bottom: 50px;
    font-size: 3.47vw;
    height: 16vw;
    right: 3.2vw;
    width: 16vw;
  }

  .contents_title {
    font-size: 3.47vw;
    padding: 2vw 3.2vw 0;
  }

  .contents_head_inner {
    padding: 1.6vw 2.67vw 2.4vw;
  }

  .contents_head .head_selected .head_reserch_btn {
    border-radius: 1.07vw;
    font-size: 2.93vw;
  }

  .contents_head .head_selected .head_reserch_btn::after {
    margin-top: 1.6vw;
  }

  .contents_head .head_selected .head_selected_base {
    border-radius: 1.07vw;
    padding: 0 2vw;
  }

  .contents_head .head_selected .head_selected_base .selected_items .item {
    padding: 2vw 9.33vw 1.87vw 0;
  }

  .contents_head .head_selected .head_selected_base .selected_items .item p {
    font-size: 2.93vw;
  }

  .contents_head .head_selected .head_selected_detail {
    border-radius: 1.07vw;
    margin-top: 1.73vw;
  }

  .contents_head .head_selected .head_selected_detail .detail_head {
    height: 6.67vw;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_alerts {
    font-size: 2.93vw;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_btn {
    font-size: 2.67vw;
    right: 2vw;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_btn::after {
    height: 2.13vw;
    margin-left: 1.07vw;
    width: 2.13vw;
  }

  .contents_head .head_selected .head_selected_detail .detail_head .detail_btn.is_open::after {
    margin-top: 1.07vw;
  }

  .contents_head .head_selected .head_selected_detail .selected_items {
    padding: 1.6vw 2.67vw;
  }

  .contents_head .head_selected .head_selected_detail .selected_items .item p {
    font-size: 3.07vw;
  }

  .contents_head .head_selected .btn_select_change {
    width: 9.33vw;
  }

  .contents_main .result_head {
    height: 13.33vw;
    padding: 0 3.2vw;
  }

  .contents_main .result_head .result_count {
    font-size: 3.73vw;
  }

  .contents_main .result_head .result_count b {
    font-size: 114.29%;
  }

  .contents_main .result_head .result_sort {
    font-size: 2.67vw;
  }

  .contents_main .result_head .result_sort p {
    margin-right: 2.4vw;
  }

  .contents_main .result_head .result_sort_btn {
    font-size: 105%;
    height: 8vw;
    width: 18vw;
  }

  .contents_main .result_items {
    padding-bottom: 8vw;
  }

  .contents_main .result_items .item {
    border-radius: 2.67vw;
  }

  .contents_main .result_items .item + .item {
    margin-top: 4vw;
  }

  .contents_main .result_items .item_info .tour_img .img_wrap {
    aspect-ratio: 702/241;
  }

  .contents_main .result_items .item_info .tour_img .img_wrap img {
    height: auto;
    width: 100%;
  }

  .contents_main .result_items .item_info .tour_dep {
    font-size: 2.93vw;
    height: 7.6vw;
    left: 1.6vw;
    top: 1.6vw;
    width: 17.6vw;
  }

  .contents_main .result_items .item_info .tour_name {
    font-size: 3.47vw;
    line-height: 1.46;
    margin: 1.33vw 3.47vw 2.67vw;
  }

  .contents_main .result_items .item_info .tour_note {
    display: none;
  }

  .contents_main .result_items .item_info .tour_note .info_wrap > dt,
  .contents_main .result_items .item_info .tour_note .info_wrap > dd {
    font-size: 1.6vw;
    line-height: 1.4;
  }

  .contents_main .result_items .item_info .tour_note .info_wrap > dt {
    align-items: flex-start;
    height: 100%;
    justify-content: flex-start;
    padding: 0.27vw 0 0 1.07vw;
    text-align: left;
    width: 10.13vw;
  }

  .contents_main .result_items .item_info .tour_note .info_wrap.is_empty {
    display: none;
  }

  .contents_main .result_items .item_info .tour_note .more_btn {
    height: 3.6vw;
    margin: 0.53vw 0;
    padding: 0.67vw 1.2vw;
  }

  .contents_main .result_items .item_info .tour_note .more_btn::after {
    height: 0.8vw;
    position: absolute;
    right: 1.6vw;
    top: calc(50% - 0.4vw);
    width: 1.33vw;
  }

  .contents_main .result_items .item_info .tour_note .more_btn span {
    font-size: 1.6vw;
  }

  .contents_main .result_items .item_price {
    padding: 0 3.47vw 3.47vw;
  }

  .contents_main .result_items .item_price .price_tab {
    margin-bottom: 1.33vw;
    padding-left: calc(14.67vw + 2px + 0.93vw);
  }

  .contents_main .result_items .item_price .price_tab .tab_slide_arr {
    background: #fff;
    border-left: 1px solid var(--color-border);
    display: none;
    height: calc(100% + 1.07vw - 1.33vw);
    position: absolute;
    right: 0;
    top: -0.53vw;
    width: 4vw;
    z-index: 2;
  }

  .contents_main .result_items .item_price .price_tab .tab_slide_arr::after {
    background: #fff url(../img/arr_1_darkgray.svg) center center/100% auto no-repeat;
    content: "";
    height: 1.07vw;
    position: absolute;
    right: 0;
    top: calc(50% - 0.53vw);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 53.33%;
  }

  .contents_main .result_items .item_price .price_tab::before {
    font-size: 2.93vw;
    height: calc(100% - 2px - 1.33vw);
    width: 14.67vw;
  }

  .contents_main .result_items .item_price .price_tab:has(li:nth-child(7)) .tab_slide_arr {
    display: block;
  }

  .contents_main .result_items .item_price .price_tab .tour_days {
    padding-bottom: 1.33vw;
  }

  .contents_main .result_items .item_price .price_tab .tour_days:has(li:nth-child(7))::after {
    color: transparent;
    content: "last";
    display: block;
    height: 100%;
    width: 1px;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li {
    border-radius: 1.33vw;
    font-size: 4vw;
    height: 7.07vw;
    margin-left: 0.93vw;
    min-width: calc(14.2857142857% - 1.07vw);
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li span {
    font-family: var(--font-number);
    font-size: 4vw;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li.is_selected::after {
    height: calc(2.67vw / 2);
    left: calc(50% - 1.33vw);
    width: 2.67vw;
  }

  .contents_main .result_items .item_price .price_panel {
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .contents_main .result_items .item_price .price_panel .tour_code {
    width: 15.33vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_code dt {
    font-size: 2.13vw;
    height: 3.47vw;
    line-height: 3.47vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_code dd {
    font-size: 2.53vw;
    line-height: 4vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_price {
    flex: 1;
    text-align: right;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .per {
    display: inline-block;
    font-size: 2.53vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .price {
    display: inline-block;
    font-size: 3.2vw;
    margin-bottom: 0;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .price .price_min,
  .contents_main .result_items .item_price .price_panel .tour_price .price .price_max {
    font-size: 166.67%;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .att {
    line-height: 4vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .att .att_01 {
    font-size: 2.53vw;
    padding: 0 1.33vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .att .att_02 {
    font-size: 2.27vw;
    margin-left: 1.33vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_btns {
    border-top: 1px solid var(--color-border);
    justify-content: center;
    margin-top: 3.07vw;
    padding: 2.67vw 4vw 0 0;
    width: 100%;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite {
    width: 21.33vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite span {
    font-size: 2.13vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite span::before {
    margin-bottom: 0.93vw;
    width: 5.47vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_btn {
    font-size: 3.47vw;
    height: 9.33vw;
    padding-right: 2.13vw;
    width: 42.67vw;
  }

  .contents_main .result_items .item_price .price_panel .tour_btn::after {
    font-size: 2.67vw;
    right: 3.2vw;
  }

  .contents_main .result_items .item.recom .item_label {
    border-radius: 2.67vw 2.67vw 0 0;
    height: 7.73vw;
    padding: 0 3.47vw;
  }

  .contents_main .result_items .item.recom .item_label span {
    font-size: 3.47vw;
  }

  .contents_main .result_items .item.recom .item_label span::after {
    height: 3.47vw;
    margin-left: 1.33vw;
    width: 4.93vw;
  }

  .contents_main .result_items .item.recom .item_price .price_tab {
    border-bottom-color: var(--color-recom-1);
  }

  .contents_main .result_items .item.recom .item_price .price_tab::before {
    border-color: var(--color-recom-1);
    color: var(--color-recom-1);
  }
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .contents .modal_01.modal_dest .modal_01_box_body {
    height: calc(var(--inner-height) - 50px);
  }

  .contents .modal_01.modal_dest .alert_box.dest_radios .alert_box_inner::after {
    left: 4px;
  }

  .contents_head .head_selected .head_reserch_btn {
    max-height: 60px;
  }

  .contents_main .result_items .item_price .price_panel .tour_code {
    margin-right: 10px;
  }

  .contents_main .result_items .item_price .price_panel .tour_code dt {
    padding: 0 5px;
  }

  .contents_main .result_items .item_price .price_panel .tour_btns {
    margin-left: auto;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite {
    margin-left: auto;
    width: 100px;
  }
}

@media screen and (max-width: 1210px) and (min-width: 961px) {
  .contents_side .side_head {
    padding-left: 20px;
  }

  .contents_side .side_body {
    padding-left: 20px;
  }

  .contents_main .result_items .item_price .price_panel .tour_price .att .att_02 {
    display: inline-block;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite span {
    font-size: 0;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite span::before {
    margin: 0 10px 0 0;
  }
}

@media (hover: none) {
  input[type=submit],
  input[type=button],
  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  input[type=submit]:active,
  input[type=button]:active,
  button:active {
    opacity: 0.65;
  }

  .contents .input_wrap .suggest_list .suggest_txt {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .input_wrap .suggest_list .suggest_txt:active {
    opacity: 0.65;
  }

  .contents .modal_01_close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_01_close:active {
    opacity: 0.65;
  }

  .contents .modal_02_box_foot .btn_wrap button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_02_box_foot .btn_wrap button:active {
    opacity: 0.65;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc a:active {
    opacity: var(--hover-opacity);
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn:active {
    background: var(--color-bg-gray-light);
    opacity: 1;
  }

  .contents .modal_02.modal_dest .select_head .head_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_02.modal_dest .select_head .head_btn:active {
    opacity: var(--hover-opacity);
  }

  .contents .modal_02.modal_dest .select_list .select_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_02.modal_dest .select_list .select_btn:active {
    background: var(--color-primary-bg1);
  }

  .contents .modal_02.modal_dest .select_list .select_btn:active span {
    color: var(--color-primary);
  }

  .contents .modal_02.modal_dest .tag_list .tag_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_02.modal_dest .tag_list .tag_btn:active {
    background: var(--color-primary-light);
    color: #fff;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_swich {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_swich:active {
    background: var(--color-primary-bg1);
    opacity: 1;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div.selectable {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div.selectable:active {
    background: var(--color-primary-bg1);
  }

  .contents .search_box .box_foot .btn_wrap .btn_submit {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .search_box .box_foot .btn_wrap .btn_submit:active {
    opacity: 0.65;
  }

  .contents .search_box .search_close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .search_box .search_close:active {
    opacity: 0.65;
  }

  .contents .search_box .search_back {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .search_box .search_back:active {
    opacity: 0.65;
  }

  .contents .search_base .alert_box.dest_radios .close_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .search_base .alert_box.dest_radios .close_btn:active {
    opacity: 1;
  }

  .contents .search_base .alert_box.dest_radios .close_btn:active span {
    opacity: var(--hover-opacity);
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn:active {
    opacity: 0.65;
  }

  .contents_head .head_search .form_wrap.dep .panel_input button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_head .head_search .form_wrap.dep .panel_input button:active {
    opacity: 1;
  }

  .contents_main .result_head .result_sort_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_main .result_head .result_sort_btn:active {
    background: var(--color-primary);
    color: #fff;
  }

  .contents_main .result_items .item_info .tour_img .img_wrap {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_main .result_items .item_info .tour_note .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_main .result_items .item_info .tour_note .more_btn:active {
    opacity: 0.65;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li:not(.is_selected) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_main .result_items .item_price .price_tab .tour_days li:not(.is_selected):active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    opacity: var(--hover-opacity);
  }

  .contents_main .result_items .item_price .price_tab .tour_days li:not(.is_selected):active::after {
    background: url(../img/arr_1_white.svg) center center/100% auto no-repeat;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite:active span::before {
    background-image: url(../img/favorite_icon_seved.svg);
  }

  .contents_main .result_items .item_price .price_panel .tour_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_main .result_items .item_price .price_panel .tour_btn:active {
    opacity: var(--hover-opacity);
  }

  .contents_main .result_items .item.recom .item_price .price_tab .tour_days li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_main .result_items .item.recom .item_price .price_tab .tour_days li:active {
    background-color: var(--color-recom-1);
    border-color: var(--color-recom-1);
    color: #fff;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  input[type=submit]:hover,
  input[type=button]:hover,
  button:hover {
    opacity: 0.65;
  }

  .contents .input_wrap .suggest_list .suggest_txt:hover {
    opacity: 0.65;
  }

  .contents .modal_01_close:hover {
    opacity: 0.65;
  }

  .contents .modal_02_box_foot .btn_wrap button:hover {
    opacity: 0.65;
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .desc a:hover {
    opacity: var(--hover-opacity);
  }

  .contents .modal_02.modal_dest .modal_02_box_body .select_panel .select_notfound .btn:hover {
    background: var(--color-bg-gray-light);
    opacity: 1;
  }

  .contents .modal_02.modal_dest .select_head .head_btn:hover {
    opacity: var(--hover-opacity);
  }

  .contents .modal_02.modal_dest .select_list .select_btn:hover {
    background: var(--color-primary-bg1);
  }

  .contents .modal_02.modal_dest .select_list .select_btn:hover span {
    color: var(--color-primary);
  }

  .contents .modal_02.modal_dest .tag_list .tag_btn:hover {
    background: var(--color-primary-light);
    color: #fff;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .head_swich:hover {
    background: var(--color-primary-bg1);
    opacity: 1;
  }

  .contents .modal_02.modal_day .modal_02_box .calendar_wrap .week > div.selectable:hover {
    background: var(--color-primary-bg1);
  }

  .contents .search_box .box_foot .btn_wrap .btn_submit:hover {
    opacity: 0.65;
  }

  .contents .search_box .search_close:hover {
    opacity: 0.65;
  }

  .contents .search_box .search_back:hover {
    opacity: 0.65;
  }

  .contents .search_base .alert_box.dest_radios .close_btn:hover {
    opacity: 1;
  }

  .contents .search_base .alert_box.dest_radios .close_btn:hover span {
    opacity: var(--hover-opacity);
  }

  .contents .search_details .form_wrap.mytype .form_panel .mytype_catwrap .more_btn:hover {
    opacity: 0.65;
  }

  .contents_head .head_search .form_wrap.dep .panel_input button:hover {
    opacity: 1;
  }

  .contents_main .result_head .result_sort_btn:hover {
    background: var(--color-primary);
    color: #fff;
  }

  .contents_main .result_items .item_info .tour_note .more_btn:hover {
    opacity: 0.65;
  }

  .contents_main .result_items .item_price .price_tab .tour_days li:not(.is_selected):hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    opacity: var(--hover-opacity);
  }

  .contents_main .result_items .item_price .price_tab .tour_days li:not(.is_selected):hover::after {
    background: url(../img/arr_1_white.svg) center center/100% auto no-repeat;
  }

  .contents_main .result_items .item_price .price_panel .tour_favorite .btn_favorite:hover span::before {
    background-image: url(../img/favorite_icon_seved.svg);
  }

  .contents_main .result_items .item_price .price_panel .tour_btn:hover {
    opacity: var(--hover-opacity);
  }

  .contents_main .result_items .item.recom .item_price .price_tab .tour_days li:hover {
    background-color: var(--color-recom-1);
    border-color: var(--color-recom-1);
    color: #fff;
  }
}