@charset "UTF-8";

input,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-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: #888;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #888;
}
input::placeholder,
textarea::placeholder {
  color: #888;
}
textarea {
  resize: vertical;
}
input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
  -webkit-touch-callout: none;
  transition: opacity 0.3s ease;
}
:root {
  --vh: 100vh;
  --vw: 100vw;
  --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;
}
body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}
body.is_fixed .header20 {
  z-index: 100;
}
body.is_fixed .modal {
  display: flex;
  z-index: 200;
}
.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: rgb(0 0 0 / 0.2);
}
.loading_wrap {
  height: 200px;
  position: relative;
  width: 100%;
}
.loader {
  background: #fff;
  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: #23afb7;
  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;
}
.loading_modal {
  background: rgb(0 0 0 / 0.75); /* 2022.10.14追加 */
  height: var(--vh); /* 2022.10.14追加 */
  left: 0; /* 2022.10.14追加 */
  position: fixed; /* 2022.10.14追加 */
  top: 0; /* 2022.10.14追加 */
  width: 100vw; /* 2022.10.14追加 */
  z-index: 20000; /* 2022.10.14追加 */
}
.loading_modal .loading_wrap {
  left: 50%; /* 2022.10.14追加 */
  position: absolute; /* 2022.10.14追加 */
  top: 50%; /* 2022.10.14追加 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /* 2022.10.14追加 */
}
.loading_modal .loading_wrap .loader {
  background: transparent; /* 2022.10.14追加 */
}
.modal {
  align-items: center;
  display: none;
  height: var(--vh);
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 200;
}
.modal i,
.modal em {
  font-style: normal;
}
.modal_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-height: calc(100% - 20px);
  max-width: 780px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.modal_head {
  align-items: center;
  background: #23afb7;
  display: flex;
  height: 48px;
  justify-content: center;
  position: relative;
}
.modal_head .head_title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.modal_close {
  background: url(../img/top_search/modal_close_white.svg) center center/50% auto no-repeat;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  padding-top: 48px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 48px;
}
.modal_back {
  background: url(../img/top_search/modal_back_white.svg) center center/18.75% auto no-repeat;
  cursor: pointer;
  height: 0;
  left: 0;
  overflow: hidden;
  padding-top: 48px;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 48px;
}
.modal_body {
  background: #fff;
  max-height: calc(var(--vh) - 48px);
  overflow-x: hidden;
  overflow-y: auto;
}
.modal_overlay {
  background: rgb(0 0 0 / 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal.dest_modal .modal_body .select_title {
  align-items: center;
  background: #def9f5;
  display: flex;
  font-size: 1.4rem;
  height: 46px;
  justify-content: center;
  line-height: 1.57;
}
.modal.dest_modal .modal_body .select_list {
  background: #fff;
}
.modal.dest_modal .modal_body .select_list .select_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.modal.dest_modal .modal_body .select_list.dest_list_01 {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 2px 3px 14px;
}
.modal.dest_modal .modal_body .select_list.dest_list_01 .select_btn {
  align-items: center;
  background: #23afb7;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 27px;
  justify-content: center;
  line-height: 27px;
  margin: 0 12px 12px 0;
  padding: 0 18px;
}
.modal.dest_modal .modal_body .select_list.dest_list_02 {
  background: #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.modal.dest_modal .modal_body .select_list.dest_list_02::before {
  background: #dcdcdc;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.modal.dest_modal .modal_body .select_list.dest_list_02::after {
  background: #dcdcdc;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 1;
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  position: relative;
  z-index: 2;
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  height: 48px;
  padding: 15px;
  position: relative;
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  height: 6px;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="europe"].all {
  background-color: var(--area-color-bg-europe);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="europe"]::after {
  border-color: var(--area-color-europe);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="beach-resort"].all {
  background-color: var(--area-color-bg-beach);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="beach-resort"]::after {
  border-color: var(--area-color-beach);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="america"].all {
  background-color: var(--area-color-bg-america);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="america"]::after {
  border-color: var(--area-color-america);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="asia"].all {
  background-color: var(--area-color-bg-asia);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="asia"]::after {
  border-color: var(--area-color-asia);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="middle-east"].all {
  background-color: var(--area-color-bg-mideast);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="middle-east"]::after {
  border-color: var(--area-color-mideast);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="oceania"].all {
  background-color: var(--area-color-bg-oceania);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="oceania"]::after {
  border-color: var(--area-color-oceania);
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn span {
  margin-right: 8px;
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn .tag {
  align-items: center;
  border-radius: 16px;
  display: flex;
  font-size: 83.33%;
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
}
.modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn .tag_popupar {
  background: #fc5555;
  color: #fff;
}
.modal.dep_modal .modal_body .select_list {
  background: #fff;
}
.modal.dep_modal .modal_body .select_list .select_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.modal.dep_modal .modal_body .select_list.dep_list_01 {
  border: 1px solid #ccc;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.modal.dep_modal .modal_body .select_list.dep_list_01 > li {
  border-top: 1px solid #ccc;
  position: relative;
  width: 100%;
  z-index: 2;
}
.modal.dep_modal .modal_body .select_list.dep_list_01 > li .select_btn {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  height: 48px;
  padding: 15px;
  position: relative;
}
.modal.dep_modal .modal_body .select_list.dep_list_01 > li .select_btn::after {
  border-bottom: 2px solid #23afb7;
  border-right: 2px solid #23afb7;
  content: "";
  height: 6px;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}
.modal.day_modal .modal_box {
  overflow: hidden;
  padding-top: 48px;
}
.modal.day_modal .modal_head {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal.day_modal .modal_body .radio_list {
  background: #def9f5;
  display: flex;
  height: 48px;
}
.modal.day_modal .modal_body .radio_list li {
  width: auto;
}
.modal.day_modal .modal_body .radio_list li label b {
  color: #23afb7;
  display: block;
  font-size: 85.71%;
  font-weight: bold;
}
.modal.day_modal .modal_body .nav_wrap .nav_arr {
  background: rgb(0 0 0 / 0.8) url(../img/top_search/arr_1_white.svg) center center/40% auto no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 20;
}
.modal.day_modal .modal_body .nav_wrap .nav_arr.prev {
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal.day_modal .modal_body .nav_wrap .nav_arr.next {
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.modal.day_modal .modal_body .nav_wrap .nav_arr.disabled {
  opacity: 0.45;
  pointer-events: none;
}
.modal.day_modal .modal_body .calendar_wrap {
  position: relative;
}
.modal.day_modal .modal_body .calendar_wrap .head_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 18px;
  margin-left: 10px;
}
.modal.day_modal .modal_body .calendar_wrap .head_title .month {
  margin-left: 5px;
}
.modal.day_modal .modal_body .calendar_wrap .head_swich {
  align-items: center;
  border: 1px solid #23afb7;
  border-radius: 5px;
  color: #23afb7;
  display: flex;
  font-size: 1.3rem;
  height: 28px;
  justify-content: center;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100px;
}
.modal.day_modal .modal_body .calendar_wrap .head_swich.is_active {
  background: #def9f5;
}
.modal.day_modal .modal_body .calendar_wrap .week {
  display: flex;
  width: 100%;
}
.modal.day_modal .modal_body .calendar_wrap .week > div {
  align-items: center;
  color: #ccc;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 36px;
  justify-content: center;
  padding-right: 5px;
  position: relative;
  width: 14.2857142857%;
}
.modal.day_modal .modal_body .calendar_wrap .week > div.selectable {
  color: #000;
  cursor: pointer;
}
.modal.day_modal .modal_body .calendar_wrap .week > div:first-of-type.selectable,
.modal.day_modal .modal_body .calendar_wrap .week > div.holiday.selectable {

  /* 2022.09.28変更（.week>div:first-of-type,と.week>div.holiday,を削除） */
  color: #fc5555;
}
.modal.day_modal .modal_body .calendar_wrap .week > div:last-of-type.selectable {

  /* 2022.09.28変更（.week>div:last-of-type,を削除） */
  color: #23afb7;
}
.modal.day_modal .modal_body .calendar_wrap .week > div.is_selected {
  background: #def9f5;
}
.modal.day_modal .modal_body .calendar_wrap .week.table_head > div {
  font-size: 1.3rem;
  font-weight: 500;
  height: 24px;
}
.modal.day_modal .modal_foot {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  display: flex;
  margin-top: auto;
  position: relative;
}
.modal.day_modal .modal_foot .msg_wrap {
  background: #23afb7;
  box-shadow: 0 3px 5px rgb(0 0 0 / 0.15);
  color: #fff;
  font-weight: bold;
  position: absolute;
}
.modal.day_modal .modal_foot .foot_acc .acc_title {
  line-height: 1.57;
}
.modal.day_modal .modal_foot .foot_acc .acc_title {
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}
.modal.day_modal .modal_foot .foot_acc .acc_title::after {
  background: url(../img/top_search/arr_1_black.svg) center center/100% auto no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  width: 10px;
}
.modal.day_modal .modal_foot .foot_acc .acc_panel {
  display: none;
}
.modal.day_modal .modal_foot .foot_acc.is_open .acc_title::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal.day_modal .modal_foot .form_wrap .travel_days_wrap {
  align-items: center;
  display: flex;
  width: 100%;
}
.modal.day_modal .modal_foot .form_wrap .travel_days_wrap .input_wrap {
  width: 36.23%;
}
.modal.day_modal .modal_foot .form_wrap .travel_days_wrap p:first-of-type {
  text-align: center;
  width: 9.57%;
}
.modal.day_modal .modal_foot .form_wrap .travel_days_wrap p:last-of-type {
  margin-left: 10px;
  width: 17.97%;
}
.modal.day_modal .modal_foot .btn_wrap {
  align-items: center;
  background: #fff;
  display: flex;
}
.modal.day_modal .modal_foot .btn_wrap .btn_clear {
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-size: 1.1rem;
  height: 25px;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 75px;
}
.modal.day_modal .modal_foot .btn_wrap .btn_submit {
  align-items: center;
  background: #fc5555;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 46px;
  justify-content: center;
  line-height: 1.5;
  max-width: 210px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
.modal.day_modal .modal_foot .btn_wrap .btn_submit::before {
  background: url(../img/top_search/form_icon_search_white.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  height: 15px;
  left: 10px;
  position: absolute;
  top: calc(50% - 7.5px);
  width: 15px;
}
.modal.day_modal .modal_foot .btn_wrap .btn_submit::after {
  background: url(../img/top_search/arr_2_white.svg) center center/100% auto no-repeat;
  content: "";
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 10px;
}
.modal.day_modal .modal_foot .btn_wrap .btn_submit:disabled {
  background: #ccc;
  pointer-events: none;
}
.modal.day_modal .modal_foot .btn_wrap .btn_submit::after,
.modal.day_modal .modal_foot .btn_wrap .btn_submit::before {
  display: none;
}
.modal.mytype_modal .mytype_catwrap .label_wrap {
  margin: 0 0 15px;
}
.modal.mytype_modal .mytype_catwrap .check_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -15px 0;
  width: calc(100% + 20px);
}
.modal.mytype_modal .mytype_catwrap .check_wrap {
  margin: 0 20px 15px 0;
  width: auto;
}
.modal.mytype_modal .mytype_catwrap .check_wrap.is_hide {
  display: none;
}
.modal.mytype_modal .mytype_catwrap .check_wrap label {
  align-items: flex-start;
}
.modal.mytype_modal .mytype_catwrap .check_wrap label span {
  flex: 1;
  line-height: 20px;
}
.modal.mytype_modal .mytype_catwrap .check_wrap input:disabled + label {
  opacity: 0.45;
  pointer-events: none;
}
.modal.mytype_modal .mytype_catwrap .more_btn.hide::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.modal.mytype_modal .modal_foot .btn_wrap .btn_clear {
  display: none;
}
.modal.mytype_modal .modal_foot .btn_wrap .btn_submit::after,
.modal.mytype_modal .modal_foot .btn_wrap .btn_submit::before {
  display: none;
}
.radio_wrap,
.check_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.radio_wrap label,
.check_wrap label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-start;
  line-height: 20px;
  width: 100%;
}
.radio_wrap label span,
.check_wrap label span {
  width: calc(100% - 26px);
}
.radio_wrap label::before,
.check_wrap label::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
.radio_wrap input[type="radio"],
.radio_wrap input[type="checkbox"],
.check_wrap input[type="radio"],
.check_wrap input[type="checkbox"] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.radio_wrap.radio_01 label::before,
.check_wrap.radio_01 label::before {
  background-image: url(../img/top_search/form_radio_1.svg);
}
.radio_wrap.radio_01 input[type="radio"]:checked + label::before,
.check_wrap.radio_01 input[type="radio"]:checked + label::before {
  background-image: url(../img/top_search/form_radio_1_checked.svg);
}
.radio_wrap.radio_02 label::before,
.check_wrap.radio_02 label::before {
  background-image: url(../img/top_search/form_radio_2.svg);
}
.radio_wrap.radio_02 input[type="radio"]:checked + label::before,
.check_wrap.radio_02 input[type="radio"]:checked + label::before {
  background-image: url(../img/top_search/form_radio_2_checked.svg);
}
.radio_wrap.check_01 label::before,
.check_wrap.check_01 label::before {
  background-image: url(../img/top_search/form_chk_1.svg);
}
.radio_wrap.check_01 input[type="checkbox"]:checked + label::before,
.check_wrap.check_01 input[type="checkbox"]:checked + label::before {
  background-image: url(../img/top_search/form_chk_1_checked.svg);
}
.label_wrap {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  line-height: 18px;
  margin-bottom: 5px;
  width: 100%;
}
.label_wrap i {
  align-items: center;
  background: #fc5555;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 80%;
  font-weight: normal;
  height: 18px;
  justify-content: center;
  line-height: 18px;
  margin-left: 5px;
  width: 40px;
}
.input_wrap {
  background: #fff;
  border: 1px solid #ccc;
  height: 40px;
  position: relative;
  width: 100%;
}
.input_wrap input,
.input_wrap select {
  background-color: transparent;
  font-size: 1.4rem;
  height: 100%;
  padding: 5px 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.input_wrap .error_msg {
  background: #fc5555;
  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;
}
.input_wrap .error_msg::before {
  border-color: transparent transparent #fc5555;
  border-style: solid;
  border-width: 0 6px 6px;
  bottom: 100%;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
}
.input_wrap.calendar::after {
  background: url(../img/top_search/form_icon_calendar_black.svg) center center/100% auto no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  right: 8px;
  top: calc(50% - 8px);
  width: 16px;
  z-index: 1;
}
.input_wrap.calendar input {
  cursor: pointer;
}
.input_wrap.select::after {
  background: url(../img/top_search/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;
}
.input_wrap.select select {
  color: #888;
}
.input_wrap.select select:invalid {
  color: #888;
}
.input_wrap.select select option {
  color: #000;
}
.input_wrap.select select option:first-child {
  color: #888;
}
.input_wrap.textarea {
  height: auto;
}
.input_wrap.textarea textarea {
  width: 100%;
}
.input_wrap.required {
  background: #ffd6d6;
}
.input_wrap.error {
  background: #ffd6d6;
}
.input_wrap.error .error_msg {
  display: block;
}
.input_wrap:not(.is_inputed) input,
.input_wrap:not(.is_inputed) select {
  color: #888;
}
.input_wrap.is_inputed input,
.input_wrap.is_inputed select {
  color: #000;
}
.form_wrap .btns {
  align-items: center;
  display: flex;
  flex: 1;
  padding-left: 8px;
  position: relative;
}
.form_wrap .btns .add_btn,
.form_wrap .btns .del_btn {
  align-items: center;
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  display: flex;
  font-size: 1.3rem;
  height: 24px;
  justify-content: center;
  line-height: 20px;
  width: 56px;
}
.form_wrap .btns .add_btn::before,
.form_wrap .btns .del_btn::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
.form_wrap .btns .add_btn.hide,
.form_wrap .btns .del_btn.hide {
  display: none;
}
.form_wrap .btns .add_btn::before {
  background-image: url(../img/top_search/form_btn_plus_black.svg);
}
.form_wrap .btns .del_btn::before {
  background-image: url(../img/top_search/form_btn_minus_black.svg);
}
.form_wrap .btns.dest .add_btn.show + .show,
.form_wrap .btns.dest .del_btn.show + .show {
  position: absolute;
  top: calc(100% + 9px);
}
.form_wrap .modal_open {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  height: 40px;
  padding: 5px 10px;
  position: relative;
}
.form_wrap .modal_open::after {
  background: url(../img/top_search/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;
}
.form_wrap .modal_open:not(.is_inputed) {
  color: #888;
}
.form_wrap .modal_open.is_inputed {
  color: #000;
}
.form_wrap .modal_open.error {
  background: #ffd6d6; /* 2022.10.14追加 */
}
.form_wrap .modal_open.error .error_msg {
  display: block; /* 2022.10.14追加 */
}
.form_wrap .modal_open .error_msg {
  background: #fc5555; /* 2022.10.14追加 */
  border-radius: 4px; /* 2022.10.14追加 */
  color: #fff; /* 2022.10.14追加 */
  display: none; /* 2022.10.14追加 */
  font-size: 1.3rem; /* 2022.10.14追加 */
  left: -1px; /* 2022.10.14追加 */
  padding: 3px 10px; /* 2022.10.14追加 */
  position: absolute; /* 2022.10.14追加 */
  top: calc(100% - 5px); /* 2022.10.14追加 */
  white-space: nowrap; /* 2022.10.14追加 */
  z-index: 20; /* 2022.10.14追加 */
}
.form_wrap .modal_open .error_msg::before {
  border-color: transparent transparent #fc5555; /* 2022.10.14追加 */
  border-style: solid; /* 2022.10.14追加 */
  border-width: 0 6px 6px; /* 2022.10.14追加 */
  bottom: 100%; /* 2022.10.14追加 */
  content: ""; /* 2022.10.14追加 */
  height: 0; /* 2022.10.14追加 */
  left: 10px; /* 2022.10.14追加 */
  position: absolute; /* 2022.10.14追加 */
  width: 0; /* 2022.10.14追加 */
}
.search_box {
  position: relative;
}
.search_box i,
.search_box em {
  font-style: normal;
}
.search_box_inner {
  position: relative;
  z-index: 2;
}
.search_box .btn_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
  position: relative;
  width: 100%;
}
.search_box .btn_wrap .btn_clear {
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-size: 1.1rem;
  height: 25px;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 75px;
}
.search_box .btn_wrap .btn_submit {
  align-items: center;
  background: #fc5555;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 46px;
  justify-content: center;
  line-height: 1.5;
  max-width: 210px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
.search_box .btn_wrap .btn_submit::before {
  background: url(../img/top_search/form_icon_search_white.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  height: 15px;
  left: 10px;
  position: absolute;
  top: calc(50% - 7.5px);
  width: 15px;
}
.search_box .btn_wrap .btn_submit::after {
  background: url(../img/top_search/arr_2_white.svg) center center/100% auto no-repeat;
  content: "";
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 10px;
}
.search_box .btn_wrap .btn_submit:disabled {
  background: #ccc;
  pointer-events: none;
}
.search_box .btn_wrap .btn_detail {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  justify-content: flex-start;
  position: relative;
}
.search_box .btn_wrap .btn_detail::before {
  background: #000 url(../img/top_search/form_btn_plus_white.svg) center center/14px auto no-repeat;
  content: "";
  height: 23px;
  margin-right: 10px;
  width: 23px;
}
.search_box .btn_wrap .btn_detail.is_active::before {
  background-image: url(../img/top_search/form_btn_minus_white.svg);
}
.search_box .search_close {
  background: url(../img/top_search/modal_close_black.svg) center center/50% auto no-repeat;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  padding-top: 48px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 48px;
}
.search_box .search_overlay {
  background: rgb(0 0 0 / 0.75);
  display: none;
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--vw);
  z-index: 1;
}
.search_box .search_base .form_wrap.dest .dest_wrap {
  display: flex;
}
.search_box .search_base .form_wrap.dest .dest_wrap input {
  cursor: pointer;
}
.search_box .search_base .form_wrap.dest .dest_wrap:nth-child(6) {
  z-index: -6; /* 2022.10.14追加 */
}
.search_box .search_base .form_wrap.dest .dest_wrap + .dest_wrap {
  margin-top: 8px;
}
.search_box .search_base .form_wrap.dest .dest_wrap + .dest_wrap.radio {
  margin: 4px 0 0 10px;
}
.search_box .search_base .form_wrap.dest .dest_wrap .input_wrap,
.search_box .search_base .form_wrap.dest .dest_wrap .radio_list {
  width: 73.39%;
}
.search_box .search_base .form_wrap.dest .dest_wrap .radio_wrap {
  margin-top: 10px;
}
.search_box .search_details {
  display: none;
}
.search_box .search_details .form_wrap {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.search_box .search_details .form_wrap + .form_wrap {
  margin-top: -1px;
}
.search_box .search_details .form_wrap:first-of-type,
.search_box .search_details .form_wrap:first-of-type.is_open {
  border-top-color: #000;
}
.search_box .search_details .form_wrap.is_open {
  border-top: 1px solid #ccc;
}
.search_box .search_details .form_wrap.is_open + .form_wrap {
  border-top-color: #000;
}
.search_box .search_details .form_wrap .form_title {
  align-items: center;
  display: flex;
  font-weight: bold;
}
.search_box .search_details .form_wrap .form_title::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  content: "";
  height: 100%;
  width: 44px;
}
.search_box .search_details .form_wrap .form_panel {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.search_box .search_details .form_wrap .acc_title {
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}
.search_box .search_details .form_wrap .acc_title::after {
  background: url(../img/top_search/arr_1_black.svg) center center/100% auto no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  width: 10px;
}
.search_box .search_details .form_wrap .acc_panel {
  display: none;
}
.search_box .search_details .form_wrap.is_open .acc_title::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search_box .search_details .form_wrap.mytype .form_title::before {
  background-image: url(../img/top_search/form_icon_mytype_black.svg);
  background-size: auto 15px;
}
.search_box .search_details .form_wrap.mytype .form_panel .mytype_attention {
  margin: 0 15px 15px;
}
.search_box .search_details .form_wrap.mytype .form_panel .mytype_add {
  padding-left: 0;
}
/* mochiki add 20240715 s*/
.search_box .search_details .form_wrap.mytype .form_panel .mytype_add.displayNon,
.search_box .search_details .form_wrap.mytype .form_panel .mytype_set.displayNon,
.search_box .search_details .form_wrap.mytype .form_panel .mytype_attention.displayNon{
	display:none;
}
/* mochiki add 20240715 e*/
.search_box .search_details .form_wrap.mytype .form_panel .add_btn {
  margin-bottom: 15px;
  padding: 0 5px;
  width: auto;
}
.search_box .search_details .form_wrap.mytype .form_panel .mytype_set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px 0;
  width: calc(100% + 5px);
}
.search_box .search_details .form_wrap.mytype .form_panel .mytype_set li {
  margin: 0 20px 5px 0;
}
.search_box .search_details .form_wrap.flight .form_title::before {
  background-image: url(../img/top_search/form_icon_flight_black.svg);
  background-size: auto 15px;
}
.search_box .search_details .form_wrap.hotel .form_title::before {
  background-image: url(../img/top_search/form_icon_hotel_black.svg);
  background-size: 18px auto;
}
.search_box .search_details .form_wrap.budget .form_title::before {
  background-image: url(../img/top_search/form_icon_budget_black.svg);
  background-size: 11px auto;
}
.search_box .search_details .form_wrap.word .form_title::before {
  background-image: url(../img/top_search/form_icon_keyword_black.svg);
  background-size: auto 13px;
}
.search_box .search_details .form_wrap .wrap {
  margin-bottom: 20px;
}
.search_box .search_details .form_wrap .wrap.seat .seat_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search_box .search_details .form_wrap .wrap.seat .seat_wrap .input_wrap {
  width: 71.37%;
}
.search_box .search_details .form_wrap .wrap.seat .seat_wrap .check_wrap {
  flex: 1;
  margin-right: -5%;
  padding-left: 7px;
}
.search_box .search_details .form_wrap .wrap.airline .airline_wrap {
  display: flex;
}
.search_box .search_details .form_wrap .wrap.airline .airline_wrap + .airline_wrap {
  margin-top: 8px;
}
.search_box .search_details .form_wrap .wrap.airline .airline_wrap .input_wrap {
  width: 73.39%;
}
.search_box .search_details .form_wrap .wrap.hotel_rank .check_list {
  align-items: center;
  display: flex;
}
.search_box .search_details .form_wrap .wrap.hotel_select {
  margin-top: 40px;
}
.search_box .search_details .form_wrap .wrap.hotel_select .hotel_wrap {
  align-items: center;
  display: flex;
}
.search_box .search_details .form_wrap .wrap.hotel_select .hotel_wrap + .hotel_wrap {
  margin-top: 8px;
}
.search_box .search_details .form_wrap .wrap.hotel_select .hotel_area {
  width: 25%;
}
.search_box .search_details .form_wrap .wrap.hotel_select .input_wrap {
  flex: 1;
}
.search_box .search_details .form_wrap .wrap.budget_per .label_wrap {
  display: none;
}
.search_box .search_details .form_wrap .wrap.budget_per .budget_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_box .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
  width: 100%;
}
.search_box .search_details .form_wrap .wrap.budget_per .budget_wrap > div {
  text-align: center;
}
.search_box .search_details .form_wrap .wrap.budget_per .budget_wrap .input_wrap {
  width: 44.35%;
}
.search_box.is_open .search_base .form_wrap {
  margin-bottom: 15px;
}
.search_box.is_open .search_base .form_wrap.dest .modal_open {
  display: none;
}
.search_box.is_open .search_base .form_wrap.dest .btns {
  position: relative;
}
.search_box.is_open .search_base .form_wrap.dest .btns .del_btn.show + .show {
  left: 8px;
  right: auto;
}
#modalOverlaySrch.modal_overlay {
  background-color: rgb(0 0 0 / 0.65);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}
#modalLoading {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
#modalLoading .modal_overlay {
  z-index: 100;
}
#modalLoading .modal_loading {
  z-index: 200;
}
#modalLoading .modal_loading {
  background: #fff;
  border-radius: 10px;
  left: 50%;
  padding: 30px 0 40px;
  pointer-events: all;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
}
#modalLoading .modal_loading p {
  color: #222;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (hover: none) {
  input[type="submit"],
  input[type="button"],
  button {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  input[type="submit"]:active,
  input[type="button"]:active,
  button:active {
    opacity: 0.65;
  }
  .modal_close {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal_close:active {
    opacity: 0.65;
  }
  .modal_back {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal_back:active {
    opacity: 0.65;
  }
  .modal.dest_modal .modal_body .select_list .select_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dest_modal .modal_body .select_list .select_btn:active {
    opacity: 0.65;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="europe"] {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="europe"]:active {
    background: var(--area-color-bg-europe);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="beach-resort"] {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="beach-resort"]:active {
    background: var(--area-color-bg-beach);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="america"] {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="america"]:active {
    background: var(--area-color-bg-america);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="asia"] {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="asia"]:active {
    background: var(--area-color-bg-asia);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="middle-east"] {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="middle-east"]:active {
    background: var(--area-color-bg-mideast);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="oceania"] {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="oceania"]:active {
    background: var(--area-color-bg-oceania);
  }
  .modal.dep_modal .modal_body .select_list .select_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dep_modal .modal_body .select_list .select_btn:active {
    opacity: 0.65;
  }
  .modal.dep_modal .modal_body .select_list.dep_list_01 > li .select_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.dep_modal .modal_body .select_list.dep_list_01 > li .select_btn:active {
    background: #def9f5;
  }
  .modal.day_modal .modal_foot .foot_acc .acc_title {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.day_modal .modal_foot .foot_acc .acc_title:active {
    opacity: 0.65;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_clear {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_clear:active {
    opacity: 0.65;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_submit {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_submit:active {
    opacity: 0.65;
  }
  .form_wrap .btns .add_btn,
  .form_wrap .btns .del_btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .form_wrap .btns .add_btn:active,
  .form_wrap .btns .del_btn:active {
    background-color: #f5f5f5;
  }
  .search_box .btn_wrap .btn_clear {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .search_box .btn_wrap .btn_clear:active {
    opacity: 0.65;
  }
  .search_box .btn_wrap .btn_submit {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .search_box .btn_wrap .btn_submit:active {
    opacity: 0.65;
  }
  .search_box .search_close {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .search_box .search_close:active {
    opacity: 0.65;
  }
  .search_box .search_details .form_wrap .acc_title {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .search_box .search_details .form_wrap .acc_title:active {
    opacity: 0.65;
  }
}
@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;
  }
  .modal_close:hover {
    opacity: 0.65;
  }
  .modal_back:hover {
    opacity: 0.65;
  }
  .modal.dest_modal .modal_body .select_list .select_btn:hover {
    opacity: 0.65;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="europe"]:hover {
    background: var(--area-color-bg-europe);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="beach-resort"]:hover {
    background: var(--area-color-bg-beach);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="america"]:hover {
    background: var(--area-color-bg-america);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="asia"]:hover {
    background: var(--area-color-bg-asia);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="middle-east"]:hover {
    background: var(--area-color-bg-mideast);
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn[data-area="oceania"]:hover {
    background: var(--area-color-bg-oceania);
  }
  .modal.dep_modal .modal_body .select_list .select_btn:hover {
    opacity: 0.65;
  }
  .modal.dep_modal .modal_body .select_list.dep_list_01 > li .select_btn:hover {
    background: #def9f5;
  }
  .modal.day_modal .modal_foot .foot_acc .acc_title:hover {
    opacity: 0.65;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_clear:hover {
    opacity: 0.65;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_submit:hover {
    opacity: 0.65;
  }
  .form_wrap .btns .add_btn:hover,
  .form_wrap .btns .del_btn:hover {
    background-color: #f5f5f5;
  }
  .search_box .btn_wrap .btn_clear:hover {
    opacity: 0.65;
  }
  .search_box .btn_wrap .btn_submit:hover {
    opacity: 0.65;
  }
  .search_box .search_close:hover {
    opacity: 0.65;
  }
  .search_box .search_details .form_wrap .acc_title:hover {
    opacity: 0.65;
  }
}
@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  .modal.day_modal .modal_body {
    border-bottom: 1px solid #ccc;
    max-height: calc(var(--vh) - 48px + 70px + 12px);
    padding: 20px 50px 0;
    position: relative;
  }
  .modal.day_modal .modal_body .radio_list {
    align-items: center;
    justify-content: center;
    margin: -20px -50px 0;
    width: calc(100% + 100px);
  }
  .modal.day_modal .modal_body .radio_list li {
    width: 25%;
  }
  .modal.day_modal .modal_body .radio_list li + li {
    margin-right: -5%;
    width: 30%;
  }
  .modal.day_modal .modal_body .select_panel .att_txt {
    font-size: 1.1rem;
    margin-top: 10px;
    text-align: center;
  }
  .modal.day_modal .modal_body .select_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; /* 2022.10.14追加 */
    width: calc(100% + 20px); /* 2022.10.14変更 */
  }
  .modal.day_modal .modal_body .calendar_wrap {
    padding: 20px 10px 10px; /* 2022.10.14変更 */
    width: 50%;
  }
  .modal.day_modal .modal_body .calendar_wrap:nth-child(2n + 1) {

    /* padding-right: 10px;/* 2022.10.14削除 */
  }
  .modal.day_modal .modal_body .calendar_wrap:nth-child(2n) {

    /* padding-left: 10px;/* 2022.10.14削除 */
  }
  .modal.day_modal .modal_foot {
    align-items: stretch;
    height: 90px;
  }
  .modal.day_modal .modal_foot .msg_wrap {
    border-radius: 6px;
    bottom: calc(100% + 15px);
    font-size: 1.4rem;
    left: 20px;
    padding: 10px;
    text-align: center;
    width: calc(100% - 40px);
  }
  .modal.day_modal .modal_foot .foot_acc {
    align-items: center;
    border-right: 1px dashed #ccc;
    display: flex;
    padding: 0 20px;
    width: 59.76%;
  }
  .modal.day_modal .modal_foot .foot_acc .acc_title {
    width: 35.56%;
  }
  .modal.day_modal .modal_foot .foot_acc .acc_title {
    font-size: 1.5rem;
    pointer-events: none;
    width: 44.44%;
  }
  .modal.day_modal .modal_foot .foot_acc .acc_title::after {
    display: none;
  }
  .modal.day_modal .modal_foot .foot_acc .acc_panel {
    display: block !important;
    width: 64.44%;
  }
  .modal.day_modal .modal_foot .btn_wrap {
    padding: 0 20px;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_clear {
    margin-left: 17px;
  }
  .modal.day_modal[data-type="travel_days"] .modal_foot .btn_wrap {
    flex: 1;
  }
  .modal.day_modal[data-type="travel_period"] .modal_foot .btn_wrap,
  .modal.day_modal[data-type="dep_day"] .modal_foot .btn_wrap {
    flex: 1;
    justify-content: center;
  }
  .modal.mytype_modal .mytype_catwrap {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .modal.mytype_modal .mytype_catwrap .more_btn {
    display: none;
  }
  .modal.mytype_modal .modal_box {
    background: #f5f5f5;
  }
  .modal.mytype_modal .modal_body {
    background: #f5f5f5;
    padding: 25px 25px 0;
  }
  .modal.mytype_modal .modal_foot {
    padding: 25px 0;
  }
  .modal.mytype_modal .modal_foot .btn_wrap {
    margin-top: 0;
  }
  .form_wrap .btns.dest .add_btn.show + .show,
  .form_wrap .btns.dest .del_btn.show + .show {
    left: 8px;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_list {
    margin-bottom: -14px;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_wrap {
    margin-bottom: 14px;
  }
  .search_box .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .search_box.is_open .search_base .form_wrap .modal_open,
  .search_box.is_open .search_base .form_wrap .input_wrap {
    max-width: 340px;
  }
  .search_box.is_open .search_base .form_wrap.dest .dest_wrap .input_wrap,
  .search_box.is_open .search_base .form_wrap.dest .dest_wrap .radio_list {
    max-width: 340px;
  }
}
@media screen and (min-width: 768px), print {
  .modal.dest_modal .modal_body {
    max-height: 570px;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li {
    width: 50%;
  }
  .modal.day_modal .modal_body .radio_list li + li label {
    line-height: 1.45;
  }
  .modal.day_modal .modal_body .calendar_wrap .head_swich {
    right: 15px;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_submit {
    width: calc(100% - 73px - 18px);
  }
  .modal.day_modal[data-type="travel_period"] .modal_foot .btn_wrap,
  .modal.day_modal[data-type="dep_day"] .modal_foot .btn_wrap {
    padding: 0 93px 0 20px; /* 2022.10.14追加 */
    width: 100%; /* 2022.10.14追加 */
  }
  .modal.day_modal[data-type="travel_period"] .modal_foot .btn_wrap .btn_clear,
  .modal.day_modal[data-type="dep_day"] .modal_foot .btn_wrap .btn_clear {
    margin: 0 17px 0 0;
    order: 1;
  }
  .modal.day_modal[data-type="travel_period"] .modal_foot .btn_wrap .btn_submit,
  .modal.day_modal[data-type="dep_day"] .modal_foot .btn_wrap .btn_submit {
    order: 2;
  }
  .modal.mytype_modal .modal_body {
    max-height: 570px;
  }
  .form_wrap .btns.airline .add_btn.show + .show,
  .form_wrap .btns.airline .del_btn.show + .show {
    margin-left: 8px;
  }
  .search_box {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
  }
  .search_box_inner {
    background: rgb(255 255 255 / 0.75);
    overflow: hidden;
    padding: 26px 26px 0;
  }
  .search_box .box_head {
    display: none;
  }
  .search_box .btn_wrap .btn_clear {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search_box .btn_wrap .btn_detail {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search_box .search_base .form_wrap .label_wrap {
    width: 100%;
  }
  .search_box .search_base .form_wrap.dep .modal_open {

    /* display: none;/*2022.09.26削除 */
  }
  .search_box .search_details {
    padding: 30px 0;
  }
  .search_box .search_details .form_wrap .form_title {
    font-size: 1.6rem;
    height: 46px;
  }
  .search_box .search_details .form_wrap.flight .input_wrap {
    max-width: 340px;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_list {
    margin-top: 14px;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_wrap {
    margin-right: 20px;
    width: auto;
  }
  .search_box:not(.is_open) .search_base {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -8px 30px;
    width: calc(100% + 16px);
  }
  .search_box:not(.is_open) .search_base .form_wrap {
    padding: 0 8px;
    width: 33.3333333333%;
  }
  .search_box:not(.is_open) .search_base .form_wrap.dest .dest_wrap {
    display: none;
  }
  .search_box.is_open .search_box_inner {
    background: #f5f5f5;
    left: 0;
    max-width: 750px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .search_box.is_open .box_head {
    display: block;
  }
  .search_box.is_open .box_head .head_tit {
    display: none;
  }
  .search_box.is_open .search_base .form_wrap .label_wrap {
    width: 100%;
  }
  .search_box.is_open .search_base .form_wrap.dep .input_wrap {

    /* display: none;/*2022.09.26削除 */
  }
  .search_box.is_open .search_base .form_wrap.dep .modal_open {

    /* display: flex;/*2022.09.26削除 */
  }
}
@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li.wide {
    width: 100%;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li:not(.wide) {
    width: 50%;
  }
  .modal.day_modal .modal_body .nav_wrap .nav_arr {
    padding-top: 30px;
    text-indent: 30px;
    width: 30px;
  }
  .modal.day_modal .modal_foot .form_wrap .travel_days_wrap p {
    font-weight: bold;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_submit {
    font-size: 1.9rem;
    height: 56px;
    max-width: 240px;
  }
  .label_wrap {
    font-size: 1.8rem;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .input_wrap {
    height: 50px;
  }
  .input_wrap input,
  .input_wrap select {
    font-size: 1.6rem;
  }
  .form_wrap .modal_open {
    font-size: 1.6rem;
    height: 50px;
  }
  .search_box {
    background: #f5f5f5;
  }
  .search_box .box_head {
    align-items: center;
    background: #23afb7;
    display: flex;
    height: 55px;
    justify-content: center;
    position: relative;
  }
  .search_box .box_head .head_tit {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .search_box .box_body {
    overflow: hidden;
    padding: 15px 15px 30px;
  }
  .search_box .btn_wrap.tp .btn_submit {
    margin-bottom: 20px;
    order: 1;
  }
  .search_box .btn_wrap.tp .btn_detail {
    order: 2;
  }
  .search_box .btn_wrap.tp .btn_clear {
    order: 3;
  }
  .search_box .btn_wrap.btm .btn_submit {
    margin-top: 20px;
    order: 3;
  }
  .search_box .btn_wrap.btm .btn_detail {
    order: 1;
  }
  .search_box .btn_wrap.btm .btn_clear {
    order: 2;
  }
  .search_box .btn_wrap .btn_submit {
    font-size: 1.9rem;
    height: 56px;
    max-width: 240px;
  }
  .search_box .btn_wrap .btn_detail {
    width: calc(100% - 80px);
  }
  .search_box .search_close {
    display: none;
  }
  .search_box .search_base .form_wrap {
    margin-bottom: 15px;
  }
  .search_box .search_base .form_wrap.dest .modal_open {
    display: none;
  }
  .search_box .search_base .form_wrap.dep .input_wrap {

    /* display: none;/*2022.09.26削除 */
  }
  .search_box .search_base .form_wrap.dep .modal_open {

    /* display: flex;/*2022.09.26削除 */
  }
  .search_box .search_details {
    padding: 6.6667vw 0;
  }
  .search_box .search_details .form_wrap .form_title {
    font-size: 1.8rem;
    height: 60px;
  }
  .search_box .search_details .form_wrap .form_title::before {
    width: 27px;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .contents .vpc600 {
    display: none;
  }
  .loader::after {
    font-size: 6px;
  }
  .modal_box {
    max-height: calc(100% - 5.3333vw);
    width: calc(100% - 3.2vw);
  }
  .modal_head {
    height: 12.8vw;
    min-height: 12.8vw;
  }
  .modal_head .head_title {
    font-size: 4.2667vw;
  }
  .modal_close {
    padding-top: 12.8vw;
    width: 10.6667vw;
  }
  .modal_back {
    padding-top: 12.8vw;
    width: 10.6667vw;
  }
  .modal_body {
    max-height: calc(var(--vh) - 12.8vw);
  }
  .modal.dest_modal .modal_body .select_title {
    font-size: 3.7333vw;
    height: 12.2667vw;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_01 {
    padding: 4vw 0.5333vw 0.8vw 3.7333vw;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_01 .select_btn {
    border-radius: 8vw;
    font-size: 3.7333vw;
    height: 7.2vw;
    padding: 1.0667vw 4.8vw;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn {
    font-size: 3.2vw;
    height: 12.8vw;
    padding: 4vw 5.3333vw 4vw 4vw;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn::after {
    height: 1.6vw;
    right: 3.2vw;
    top: calc(50% - 0.8vw);
    width: 1.6vw;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn span {
    margin-right: 2.1333vw;
  }
  .modal.dest_modal .modal_body .select_list.dest_list_02 > li .select_btn .tag {
    border-radius: 4.2667vw;
    height: 4.2667vw;
    line-height: 4.2667vw;
    padding: 0 2.1333vw;
  }
  .modal.dep_modal .modal_body .select_list.dep_list_01 > li .select_btn {
    font-size: 3.2vw;
    height: 12.8vw;
    padding: 4vw 5.3333vw 4vw 4vw;
  }
  .modal.dep_modal .modal_body .select_list.dep_list_01 > li .select_btn::after {
    height: 1.6vw;
    right: 3.2vw;
    top: calc(50% - 0.8vw);
    width: 1.6vw;
  }
  .modal.day_modal .modal_box {
    padding-top: 12.8vw;
  }
  .modal.day_modal .modal_body {
    margin-bottom: 1.0667vw;
    max-height: calc(var(--vh) - 48vw);
    padding: 5.3333vw 2.6667vw 0;
  }
  .modal.day_modal .modal_body .radio_list {
    height: 12.8vw;
    margin: -5.3333vw -2.6667vw 0;
    padding: 0 5.3333vw 0 4.5333vw;
    width: calc(100% + 5.3333vw);
  }
  .modal.day_modal .modal_body .radio_list li {
    width: 38%;
  }
  .modal.day_modal .modal_body .radio_list li + li {
    margin-left: 2.6667vw;
    width: calc(62% - 2.6667vw);
  }
  .modal.day_modal .modal_body .select_panel .att_txt {
    font-size: 2.9333vw;
    margin-top: 2.6667vw;
  }
  .modal.day_modal .modal_body .nav_wrap {
    display: none;
  }
  .modal.day_modal .modal_body .nav_wrap .nav_arr {
    padding-top: 8vw;
    text-indent: 8vw;
    width: 8vw;
  }
  .modal.day_modal .modal_body .calendar_wrap {
    padding: 6.6667vw 0 1.6vw;
  }
  .modal.day_modal .modal_body .calendar_wrap + .calendar_wrap {
    border-top: 1px solid #ccc;
  }
  .modal.day_modal .modal_body .calendar_wrap .head_title {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
    margin-left: 2.6667vw;
  }
  .modal.day_modal .modal_body .calendar_wrap .head_title .month {
    margin-left: 1.3333vw;
  }
  .modal.day_modal .modal_body .calendar_wrap .head_swich {
    border-radius: 1.3333vw;
    font-size: 3.4667vw;
    height: 7.4667vw;
    line-height: 7.4667vw;
    right: 2.1333vw;
    top: 6.4vw;
    width: 26.4667vw;
  }
  .modal.day_modal .modal_body .calendar_wrap .week > div {
    height: 9.8667vw;
  }
  .modal.day_modal .modal_body .calendar_wrap .week.table_head > div {
    font-size: 3.4667vw;
    height: 6.9333vw;
  }
  .modal.day_modal .modal_foot {
    align-items: center; /* height: pxtovw(116);/* 2022.10.14削除 */
    flex-wrap: wrap;
    max-height: 30.9333vw; /* 2022.10.14追加 */
    padding-bottom: calc(18.6667vw + env(safe-area-inset-bottom));
  }
  .modal.day_modal .modal_foot .msg_wrap {
    border-radius: 1.6vw;
    bottom: calc(100% + 3.7333vw);
    font-size: 3.7333vw;
    left: 2.6667vw;
    padding: 2.6667vw;
    width: calc(100% - 5.3333vw);
  }
  .modal.day_modal .modal_foot .foot_acc {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .modal.day_modal .modal_foot .foot_acc .acc_title {
    font-size: 4vw;
    padding: 4vw;
    width: 100%;
  }
  .modal.day_modal .modal_foot .foot_acc .acc_panel {
    padding: 0 4vw 4vw;
  }
  .modal.day_modal .modal_foot .form_wrap .travel_days_wrap p:last-of-type {
    margin-left: 2.6667vw;
  }
  .modal.day_modal .modal_foot .btn_wrap {
    bottom: 0;
    bottom: env(safe-area-inset-bottom);
    height: 18.6667vw;
    justify-content: space-between;
    left: 0;
    padding: 0 4vw;
    position: absolute;
    width: 100%;
    width: 100%;
    z-index: 2;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_clear {
    border-radius: 6.6667vw;
    color: #666;
    font-size: 3.2vw;
    height: 6.6667vw;
    width: 21.3333vw;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_clear {
    margin-right: 4.5333vw;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_submit {
    border-radius: 1.6vw;
    font-size: 5.0667vw;
    height: 14.9333vw;
    max-width: 64vw;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_submit::before {
    height: 4vw;
    left: 2.6667vw;
    top: calc(50% - 2vw);
    width: 4vw;
  }
  .modal.day_modal .modal_foot .btn_wrap .btn_submit::after {
    height: 1.6vw;
    right: 2.6667vw;
    top: calc(50% - 0.8vw);
    width: 2.6667vw;
  }
  .modal.day_modal[data-type="travel_period"] .modal_foot .btn_wrap .btn_clear,
  .modal.day_modal[data-type="dep_day"] .modal_foot .btn_wrap .btn_clear {
    margin: 0 4.5333vw 0 0;
  }
  .modal.mytype_modal .mytype_catwrap {
    margin: 4vw 0;
  }
  .modal.mytype_modal .mytype_catwrap .label_wrap {
    margin: 0 0 5.3333vw;
  }
  .modal.mytype_modal .mytype_catwrap .check_list {
    margin: 0 0 -4vw;
    width: 100%;
  }
  .modal.mytype_modal .mytype_catwrap .check_wrap {
    margin: 0 0 5.3333vw;
    width: 50%;
  }
  .modal.mytype_modal .mytype_catwrap .check_wrap label span {
    line-height: 5.3333vw;
  }
  .modal.mytype_modal .mytype_catwrap .check_wrap:nth-of-type(2n + 1) {
    padding-right: 2.6667vw;
  }
  .modal.mytype_modal .mytype_catwrap .more_btn {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
    margin: 2.6667vw auto;
    padding: 2.6667vw 0;
    text-align: center;
    width: 100%;
  }
  .modal.mytype_modal .mytype_catwrap .more_btn::after {
    background: url(../img/top_search/arr_1_black.svg) center center/100% auto no-repeat;
    content: "";
    height: 3.7333vw;
    margin-left: 4.2667vw;
    opacity: 0.5;
    width: 3.7333vw;
  }
  .modal.mytype_modal .modal_foot .btn_wrap {
    display: none;
  }
  /* mochiki add 20240717 s*/
  /*.modal.mytype_modal{
  	display: block !important;
    height: auto;
    position: relative;
    width: auto;
  }*/
  .js_modal.modal.mytype_modal.modal_only_pc.mytype_modal.go {
    display: block !important;
    height: auto;
    position: relative;
    width: auto;
  }
  .js_modal.modal.mytype_modal.modal_only_pc.mytype_modal.displayNon {
    display: none;
  }
  /* mochiki add 20240717 e*/
  .modal.mytype_modal .modal_box {
    display: block;
    max-height: 100%;
    max-width: 100%;
  }
  .modal.mytype_modal .modal_head,
  .modal.mytype_modal .modal_close,
  .modal.mytype_modal .modal_back,
  .modal.mytype_modal .modal_overlay {
    display: none;
  }
  .modal.mytype_modal .modal_body {
    background-color: transparent;
    max-height: 100%;
    overflow: hidden;
  }
  .radio_wrap label,
  .check_wrap label {
    font-size: 3.7333vw;
    line-height: 5.3333vw;
  }
  .radio_wrap label span,
  .check_wrap label span {
    width: calc(100% - 6.9333vw);
  }
  .radio_wrap label::before,
  .check_wrap label::before {
    height: 5.3333vw;
    margin-right: 1.6vw;
    width: 5.3333vw;
  }
  .label_wrap {
    font-size: 4.8vw;
    line-height: 5.3333vw;
    margin-bottom: 1.3333vw;
  }
  .label_wrap i {
    font-size: 3.4667vw;
    height: 5.3333vw;
    line-height: 5.3333vw;
    margin-left: 2.6667vw;
    width: 13.8667vw;
  }
  .input_wrap {
    height: 13.3333vw;
  }
  .input_wrap input,
  .input_wrap select {
    padding: 1.3333vw 2.6667vw;
  }
  .input_wrap .error_msg {
    font-size: 3.4667vw;
  }
  .input_wrap.calendar::after {
    height: 4.2667vw;
    right: 4vw;
    top: calc(50% - 2.1333vw);
    width: 4.2667vw;
  }
  .input_wrap.select::after {
    height: 1.3333vw;
    right: 2.6667vw;
    top: calc(50% - 0.5333vw);
    width: 2.1333vw;
  }
  .form_wrap .btns {
    justify-content: flex-end;
  }
  .form_wrap .btns .add_btn,
  .form_wrap .btns .del_btn {
    font-size: 3.7333vw;
    height: 7.4667vw;
    line-height: 6.4vw;
    width: 16.8vw;
  }
  .form_wrap .btns .add_btn::before,
  .form_wrap .btns .del_btn::before {
    height: 2.6667vw;
    margin-right: 1.8667vw;
    width: 2.6667vw;
  }
  .form_wrap .btns.dest .add_btn.show + .show,
  .form_wrap .btns.dest .del_btn.show + .show {
    right: 0;
    top: calc(100% + 2.4vw);
  }
  .form_wrap .btns.airline .add_btn.show + .show,
  .form_wrap .btns.airline .del_btn.show + .show {
    position: absolute;
    right: 0;
    top: 100%;
  }
  .form_wrap .modal_open {
    height: 13.3333vw;
    padding: 1.3333vw 2.6667vw;
  }
  .form_wrap .modal_open::after {
    height: 1.3333vw;
    right: 2.6667vw;
    top: calc(50% - 0.5333vw);
    width: 2.1333vw;
  }
  .form_wrap .modal_open .error_msg {
    font-size: 3.4667vw; /* 2022.10.14追加 */
  }
  .search_box .box_head {
    height: 14.6667vw;
  }
  .search_box .box_head .head_tit {
    font-size: 4.8vw;
  }
  .search_box .box_body {
    padding: 4vw 4vw 6.6667vw;
  }
  .search_box .btn_wrap {
    margin: 5.3333vw 0 0;
  }
  .search_box .btn_wrap.tp .btn_submit {
    margin-bottom: 5.3333vw;
  }
  .search_box .btn_wrap.btm .btn_submit {
    margin-top: 5.3333vw;
  }
  .search_box .btn_wrap .btn_clear {
    border-radius: 6.6667vw;
    color: #666;
    font-size: 3.2vw;
    height: 6.6667vw;
    width: 21.3333vw;
  }
  .search_box .btn_wrap .btn_submit {
    border-radius: 1.6vw;
    font-size: 5.0667vw;
    height: 14.9333vw;
    max-width: 64vw;
  }
  .search_box .btn_wrap .btn_submit::before {
    height: 4vw;
    left: 2.6667vw;
    top: calc(50% - 2vw);
    width: 4vw;
  }
  .search_box .btn_wrap .btn_submit::after {
    height: 1.6vw;
    right: 2.6667vw;
    top: calc(50% - 0.8vw);
    width: 2.6667vw;
  }
  .search_box .btn_wrap .btn_detail {
    width: calc(100% - 21.3333vw);
  }
  .search_box .search_base .form_wrap {
    margin-bottom: 5.3333vw;
  }
  .search_box .search_base .form_wrap.dest .dest_wrap + .dest_wrap {
    margin-top: 2.6667vw;
  }
  .search_box .search_base .form_wrap.dest .dest_wrap + .dest_wrap.radio {
    margin: 1.0667vw 0 0 2.6667vw;
  }
  .search_box .search_base .form_wrap.dest .dest_wrap .input_wrap,
  .search_box .search_base .form_wrap.dest .dest_wrap .radio_list {
    width: 78.03%;
  }
  .search_box .search_base .form_wrap.dest .dest_wrap .radio_wrap {
    margin-top: 2.6667vw;
  }
  .search_box .search_details .form_wrap .form_title {
    font-size: 4.8vw;
    height: 16vw;
  }
  .search_box .search_details .form_wrap .form_title::before {
    width: 7.2vw;
  }
  .search_box .search_details .form_wrap .form_panel {
    padding-top: 4vw;
  }
  .search_box .search_details .form_wrap.mytype .form_title::before {
    background-size: auto 4vw;
  }
  .search_box .search_details .form_wrap.mytype .form_panel .mytype_attention {
    margin: 0 4vw 4vw;
  }
  .search_box .search_details .form_wrap.mytype .form_panel .mytype_add {
    display: none;
  }
  .search_box .search_details .form_wrap.mytype .form_panel .add_btn:not(.edit) {
    display: none;
  }
  .search_box .search_details .form_wrap.mytype .form_panel .mytype_set {
    display: none;
  }
  .search_box .search_details .form_wrap.flight .form_title::before {
    background-size: auto 4vw;
  }
  .search_box .search_details .form_wrap.hotel .form_title::before {
    background-size: 4.8vw auto;
  }
  .search_box .search_details .form_wrap.budget .form_title::before {
    background-size: 2.9333vw auto;
  }
  .search_box .search_details .form_wrap.word .form_title::before {
    background-size: auto 3.4667vw;
  }
  .search_box .search_details .form_wrap .wrap {
    margin-bottom: 8vw;
  }
  .search_box .search_details .form_wrap .wrap.airline .airline_wrap + .airline_wrap {
    margin-top: 2.6667vw;
  }
  .search_box .search_details .form_wrap .wrap.airline .airline_wrap .input_wrap {
    width: 78.03%;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_list {
    margin-top: -1.6vw;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_wrap {
    margin-top: 4.2667vw;
    width: 33.3333333333%;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_wrap img {
    height: 3.7333vw;
    width: auto;
  }
  .search_box .search_details .form_wrap .wrap.hotel_rank .check_wrap label::before {
    height: 4.2667vw;
    width: 4.2667vw;
  }
  .search_box .search_details .form_wrap .wrap.hotel_select {
    margin-top: 10.6667vw;
  }
  .search_box .search_details .form_wrap .wrap.hotel_select .hotel_wrap + .hotel_wrap {
    margin-top: 3.4667vw;
  }
  .search_box .search_details .form_wrap .wrap.budget_per .budget_wrap .att_txt {
    font-size: 4vw;
    font-weight: 500;
    margin-bottom: 1.0667vw;
  }
}
@media print {
  body {
    min-width: 1070px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
  }
}
@-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;
  }
}
