@charset "UTF-8";

/**
* お気に入り・履歴一覧
*
* 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_head {
  background: var(--color-primary-light);
  padding: 0 var(--w-margin);
}

.contents_head_inner {
  margin: 0 auto;
  max-width: 1210px;
  width: 100%;
}

.contents_head .head_title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: 600;
  height: 90px;
  justify-content: center;
  width: 100%;
}

.contents_main {
  color: var(--color-text-black);
  margin: 0 auto;
  max-width: calc(884px + var(--w-margin) * 2);
  position: relative;
  width: 100%;
}

.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_notfound {
  background: #fff;
  padding: 80px 0 100px;
  text-align: center;
}

.contents_main .result_notfound i {
  display: block;
  margin: 0 auto 35px;
  width: 70px;
}

.contents_main .result_notfound i img {
  height: auto;
  width: 100%;
}

.contents_main .result_notfound p {
  font-size: 2.2rem;
  font-weight: 600;
}

.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 {
  font-weight: 600;
  line-height: 1.45;
}

.contents_main .result_items .item_info .tour_name a {
  display: inline-block;
}

.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;
}

.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);
}

@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}

@media screen and (min-width: 601px), print {
  .contents_main .result_head .result_msg {
    flex: 1;
    font-size: 1.4rem;
    padding-left: 15px;
  }

  .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_name a {
    color: var(--color-text-black);
  }

  .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;
  }

  .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_head {
    position: relative;
  }

  .contents_head_inner {
    position: relative;
    z-index: 2;
  }

  .contents_main {
    padding: 17px var(--w-margin) 60px;
  }

  .contents_main .result_head .result_msg {
    text-align: right;
  }

  .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);
  }
}

@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }

  .contents {
    background: var(--color-bg-gray);
  }

  .contents_main .result_head {
    background: #fff;
    padding: 0 var(--w-margin);
  }

  .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);
  }
}

@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_head .head_title {
    font-size: 4.53vw;
    height: 13.33vw;
  }

  .contents_main .result_head {
    height: 14.53vw;
  }

  .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_msg {
    font-size: 2.67vw;
    line-height: 1.5;
    width: 68vw;
  }

  .contents_main .result_notfound {
    padding: 21.33vw 0 26.67vw;
  }

  .contents_main .result_notfound i {
    margin-bottom: 4vw;
    width: 9.33vw;
  }

  .contents_main .result_notfound p {
    font-size: 4vw;
  }

  .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_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_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_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_name a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_main .result_items .item_info .tour_name a:active {
    opacity: var(--hover-opacity);
    text-decoration: underline;
  }

  .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_main .result_items .item_info .tour_name a:hover {
    opacity: var(--hover-opacity);
    text-decoration: underline;
  }

  .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;
  }
}