@charset "UTF-8";

/**
* 11_ツアー詳細
*
* Date: 2025-08-01
*/
.linebtnAct{
	background: url(../img/LINE_icon.png) no-repeat center center / cover;
	width:85.75px;
	height: 20px;
}


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-bg-blue: #ecf2fc;
  --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-rank-star: #ffc300;
  --color-border: #dcdcdc;
  --color-border-c: #c8c8c8;
  --color-border-form: #b4b4b4;
  --color-border-dark: #787878;
  --color-point-1: #785adc;
  --color-point-2: #cc6edc;
  --color-point-bg: #f1eefa;
  --color-point-border: #b18fdc;
  --color-point-text: #824ccf;
  --color-form-btn: #ffc300;
  --color-form-error: #ff404c;
  --color-form-placeholder: #a0a0a0;
  --color-more-box: #00877e;
  --hover-opacity: 0.65;
  --font-number: Roboto, sans-serif;
}

.contents_main {
  color: var(--color-text-black);
}

.contents_main .sec {
  padding-top: 30px;
}

.contents_main .sec .sec_title {
  color: var(--color-text-black);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.08;
}

.contents_main .txt_red {
  color: var(--color-red);
}

.contents_main .txt_green {
  color: var(--color-primary);
}

.loading_modal {
  background: rgba(0, 0, 0, 0.75);
  height: var(--vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20000;
}

.loading_modal .loading_wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading_modal .loading_wrap .loader {
  background: transparent;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.anim_bounce2 {
  -webkit-animation: bounce2 2s linear 1s 2;
  animation: bounce2 2s linear 1s 2;
}

@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }

  20% {
    -webkit-transform: scale(1.1, 1.1) translate(0%, -4%);
    transform: scale(1.1, 1.1) translate(0%, -4%);
  }

  40% {
    -webkit-transform: scale(0.8, 0.8) translate(0%, 4%);
    transform: scale(0.8, 0.8) translate(0%, 4%);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1) translate(0%, -2%);
    transform: scale(1.1, 1.1) translate(0%, -2%);
  }

  60% {
    -webkit-transform: scale(0.97, 0.97) translate(0%, 2%);
    transform: scale(0.97, 0.97) translate(0%, 2%);
  }

  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes bounce2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }

  20% {
    -webkit-transform: scale(1.1, 1.1) translate(0%, -4%);
    transform: scale(1.1, 1.1) translate(0%, -4%);
  }

  40% {
    -webkit-transform: scale(0.8, 0.8) translate(0%, 4%);
    transform: scale(0.8, 0.8) translate(0%, 4%);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1) translate(0%, -2%);
    transform: scale(1.1, 1.1) translate(0%, -2%);
  }

  60% {
    -webkit-transform: scale(0.97, 0.97) translate(0%, 2%);
    transform: scale(0.97, 0.97) translate(0%, 2%);
  }

  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }

  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.anim_bounce {
  -webkit-animation: bounce 1.5s linear 1s 2;
  animation: bounce 1.5s linear 1s 2;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  10% {
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  40% {
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
  }

  50% {
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  70% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  10% {
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  40% {
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
  }

  50% {
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
  }

  70% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.anim_heartbeat {
  -webkit-animation: heartbeat 2s ease-out 1s 2;
  animation: heartbeat 2s ease-out 1s 2;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.anim_jump {
  -webkit-animation: jump 2s ease-out 1s 2;
  animation: jump 2s ease-out 1s 2;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  20% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  45% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  20% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  45% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.contents .radio_wrap,
.contents .check_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.contents .radio_wrap label,
.contents .check_wrap label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  justify-content: flex-start;
  line-height: 24px;
  width: 100%;
}

.contents .radio_wrap label span,
.contents .check_wrap label span {
  flex: 1;
}

.contents .radio_wrap label picture,
.contents .check_wrap label picture {
  display: flex;
}

.contents .radio_wrap label::before,
.contents .check_wrap label::before {
  aspect-ratio: 1/1.1;
  background-image: url(../img/form_radio_1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  font-size: 0;
  line-height: 1;
  margin-right: 10px;
  width: 24px;
}

.contents .radio_wrap input[type=radio],
.contents .radio_wrap input[type=checkbox],
.contents .check_wrap input[type=radio],
.contents .check_wrap input[type=checkbox] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.contents .radio_wrap input[type=radio]:checked + label::before,
.contents .check_wrap input[type=radio]:checked + label::before {
  background-image: url(../img/form_radio_1_checked_green.svg);
}

.contents .radio_wrap.check_01 label::before,
.contents .check_wrap.check_01 label::before {
  background-image: url(../img/form_chk_1.svg);
}

.contents .radio_wrap.check_01 input[type=checkbox]:checked + label::before,
.contents .check_wrap.check_01 input[type=checkbox]:checked + label::before {
  background-image: url(../img/form_chk_1_checked.svg);
}

.contents .input_wrap {
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: var(--border-radius);
  height: 48px;
  position: relative;
}

.contents .input_wrap input,
.contents .input_wrap select {
  background-color: transparent;
  font-size: 1.5rem;
  height: 100%;
  padding: 5px 10px 5px 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.contents .input_wrap input::-webkit-input-placeholder,
.contents .input_wrap select::-webkit-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap input:-ms-input-placeholder,
.contents .input_wrap select:-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap input::-ms-input-placeholder,
.contents .input_wrap select::-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap input::placeholder,
.contents .input_wrap select::placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap .suggest_list {
  display: none;
}

.contents .input_wrap .suggest_list .suggest_txt {
  font-size: 1.5rem;
  line-height: 2;
}

.contents .input_wrap .suggest_list .suggest_txt {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .input_wrap .notfound_msg {
  background: #fff;
  color: var(--color-text-red);
  display: none;
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  top: calc(100% + 1px);
}

.contents .input_wrap .notfound_msg::before {
  display: none;
}

.contents .input_wrap .error_msg {
  background: var(--color-red);
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 1.3rem;
  left: -1px;
  padding: 3px 10px;
  position: absolute;
  top: calc(100% - 5px);
  z-index: 20;
}

.contents .input_wrap .error_msg::before {
  border-color: transparent transparent var(--color-red) transparent;
  border-style: solid;
  border-width: 0 6px 6px;
  bottom: 100%;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
}

.contents .input_wrap.calendar::after {
  aspect-ratio: 1/1;
  background: url(../img/form_icon_calendar2_darkgray.svg) center center/cover no-repeat;
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 8.25px);
  width: 17.5px;
  z-index: 1;
}

.contents .input_wrap.calendar input {
  cursor: pointer;
}

.contents .input_wrap.select::after {
  aspect-ratio: 1/1;
  background: url(../img/arr_1_darkgray.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 4px);
  width: 8px;
  z-index: 1;
}

.contents .input_wrap.select select {
  padding-right: 30px;
}

.contents .input_wrap.select select:invalid {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.select select option {
  color: var(--color-text-black);
}

.contents .input_wrap.textarea {
  height: auto;
}

.contents .input_wrap.textarea textarea {
  field-sizing: content;
  font-size: 1.4rem;
  height: calc(100% - 3px);
  line-height: 1.57;
  padding: 12px 15px;
  resize: vertical;
  width: calc(100% - 3px);
}

.contents .input_wrap.textarea textarea::-webkit-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.textarea textarea:-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.textarea textarea::-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.textarea textarea::placeholder {
  color: var(--color-form-placeholder);
}

.contents .input_wrap.notfound .notfound_msg {
  display: block;
}

.contents .input_wrap.error {
  background: #ffd6d6;
}
.contents .input_wrap.error .error_msg {
  display: block;
}

.contents .input_wrap.error .input_clear_btn {
  display: none;
}

.contents .input_wrap:not(.is_inputed) .input_clear_btn {
  display: none;
}

.contents .input_wrap.is_input {
  z-index: 10;
}

.contents .input_wrap.is_input input,
.contents .input_wrap.is_input select {
  color: var(--color-text-black);
}

.contents .input_wrap.is_input .suggest_list {
  display: block;
}

.contents .input_wrap.is_inputed input,
.contents .input_wrap.is_inputed select {
  color: var(--color-text-black);
}

.contents .js_more_box .box_text {
  font-size: 1.4rem;
  line-height: 1.57;
  overflow: hidden;
}

.contents .js_more_box .box_text p,
.contents .js_more_box .box_text dl {
  line-height: 1.57;
}

.contents .js_more_box .box_more {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-more-box);
  border-radius: 4px;
  color: var(--color-more-box);
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  line-height: 1;
  margin: 10px auto 0;
  position: relative;
  width: 110px;
}

.contents .js_more_box .box_more span {
  line-height: inherit;
}

.contents .js_more_box .box_more::after {
  aspect-ratio: 1/1;
  background: url(../img/arr_1_green.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
}

.contents .js_more_box .box_more.close::after {
  -webkit-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}

.contents .share_wrap {
  align-items: center;
  display: flex;
}

.contents .share_wrap .share_deco {
  aspect-ratio: 70/16;
  background: url(../img/share_deco_save.svg) center center/auto 100% no-repeat;
  font-size: 0;
  margin-right: 3px;
  width: 70px;
}

.contents .share_wrap.ta_right {
  justify-content: flex-end;
}

.contents .days_swich {
  display: none;
  position: fixed;
}

.contents .days_swich.is_open::after {
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: var(--vw);
  z-index: 1;
}

.contents .days_swich_btn {
  align-items: center;
  background: var(--color-primary);
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  position: relative;
}

.contents .days_swich_btn::after {
  background: url(../img/arr_1_white.svg) center center/96% auto no-repeat;
  content: "";
  height: 4px;
  position: absolute;
  right: 6px;
  top: calc(50% - 2px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 8px;
}

.contents .days_swich_box {
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 12px;
  position: absolute;
  width: 460px;
  z-index: 2;
}

.contents .days_swich_box.show_tp {
  bottom: calc(100% + 1px);
}

.contents .days_swich_box.show_btm {
  top: calc(100% + 1px);
}

.contents .days_swich_box .box_tit {
  color: var(--color-text-black);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.contents .days_swich_box .days_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.contents .days_swich_box .days_list .day_link {
  align-items: center;
  background: var(--color-primary-bg1);
  border: 1px solid var(--color-primary-light);
  border-radius: 4px;
  color: var(--color-primary-light);
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  line-height: 1;
  max-width: 82px;
  position: relative;
  width: 100%;
}

.contents .days_swich_box .days_list .day_link.is_selected {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  pointer-events: none;
}

.contents .days_swich_box .days_list .day_link.is_selected::after {
  background: url(../img/days_checked_yellow.svg) center center/100% auto no-repeat;
  content: "";
  height: 19px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 19px;
}

.contents .days_swich_close {
  aspect-ratio: 1/1;
  background: url(../img/days_pop_close.svg) center center/100% auto no-repeat;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 32px;
  z-index: 4;
}

.contents .price_calendar .calendar_nav .nav_wrap {
  align-items: center;
  display: flex;
}

.contents .price_calendar .calendar_nav .nav_link {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border-c);
  border-radius: 28px;
  color: var(--color-text-gray);
  display: flex;
  justify-content: center;
  line-height: 1;
}

.contents .price_calendar .calendar_nav .nav_link.is_active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  pointer-events: none;
}

.contents .price_calendar .calendar_head {
  padding: 12px 0;
  position: relative;
  text-align: center;
}

.contents .price_calendar .calendar_head .head_tit {
  align-items: center;
  color: var(--color-text);
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  z-index: 1;
}

.contents .price_calendar .calendar_head .head_tit span {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.contents .price_calendar .calendar_head .head_tit span + span {
  margin-left: 10px;
}

.contents .price_calendar .calendar_head .head_arr {
  aspect-ratio: 1/1;
  background: #fff url(../img/arr_1_black.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  width: 12px;
  z-index: 2;
}

.contents .price_calendar .calendar_head .head_arr.prev {
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contents .price_calendar .calendar_head .head_arr.next {
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contents .price_calendar .calendar_head .head_arr:disabled {
  opacity: 0.2;
  pointer-events: none;
}

.contents .price_calendar .calendar_table {
  color: var(--color-text);
}

.contents .price_calendar .calendar_table .table_row {
  align-items: stretch;
  display: flex;
  position: relative;
  width: 100%;
}

.contents .price_calendar .calendar_table .table_row::after {
  background: var(--color-border);
  content: "";
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0;
  width: 1px;
}

.contents .price_calendar .calendar_table .table_row .cell {
  border-bottom: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
  width: 100%;
}

.contents .price_calendar .calendar_table .table_row .sunday {
  background: var(--color-bg-red);
  color: var(--color-red);
}

.contents .price_calendar .calendar_table .table_row .holiday {
  background: var(--color-bg-red);
  color: var(--color-red);
}

.contents .price_calendar .calendar_table .table_row .saturday {
  background: var(--color-bg-blue);
  color: var(--color-blue);
}

.contents .price_calendar .calendar_table .table_row.table_head .cell {
  background: var(--color-bg-gray);
  border-top: 1px solid var(--color-border);
  height: 34px;
  justify-content: center;
}

.contents .price_calendar .calendar_table .table_row.table_body .cell {
  position: relative;
}

.contents .price_calendar .calendar_table .table_row.table_body .cell .day {
  color: inherit;
  font-family: var(--font-number);
  font-weight: 400;
}

.contents .price_calendar .calendar_table .table_row.table_body .cell .fee {
  align-items: center;
  border-radius: 30px;
  color: var(--color-text-gray);
  display: inline-flex;
  font-family: var(--font-number);
}

.contents .price_calendar .calendar_table .table_row.table_body .cell .fee span {
  align-items: flex-end;
  display: inline-flex;
  font-size: 1.8rem;
  justify-content: center;
  line-height: 1;
}

.contents .price_calendar .calendar_table .table_row.table_body .cell.lowest .fee {
  border: 1px solid var(--color-primary);
}

.contents .price_calendar .calendar_table .table_row.table_body .cell.selectable .fee {
  color: var(--color-red);
}

.contents .price_calendar .calendar_table .table_row.table_body .cell.selectable .fee span {
  font-weight: 500;
}

.contents .price_calendar .calendar_table .table_row.table_body .cell.selectable .fee span.sp {
  letter-spacing: -0.04em;
}

.contents .price_calendar .calendar_table .table_row.table_body .cell.selectable .fee span::after {
  content: "円";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 55.56%;
  line-height: 1.6;
}

.contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected {
  cursor: pointer;
  pointer-events: none;
  position: relative;
}

.contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected::before {
  border: 2px solid var(--color-red);
  content: "";
  height: calc(100% - 4px);
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 4px);
}

.contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected .tag_selected {
  background: var(--color-red);
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  position: absolute;
  text-align: center;
}

.contents .price_calendar:not(.view) .calendar_table .table_row.table_body .cell.selectable {
  cursor: pointer;
  position: relative;
}

.btm_fix_btns {
  background: #fff;
  border-top: 1px solid var(--color-border);
  bottom: -100%;
  left: 0;
  position: fixed;
  transition: bottom 0.8s ease-in-out;
  width: 100%;
  z-index: 400;
}

.btm_fix_btns .btn_wrap {
  align-items: center;
  display: flex;
  height: 72px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--w-max);
  width: 100%;
}

.btm_fix_btns .btn_wrap:has(.btn_contact.line) .contact_label {
  display: none;
}

.btm_fix_btns .btn_wrap:has(.btn_contact.line) .btn_contact.form {
  width: 160px;
}

.btm_fix_btns .btn_favorite {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.btm_fix_btns .btn_favorite span {
  color: var(--color-text);
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.btm_fix_btns .btn_favorite span::before {
  aspect-ratio: 22/19;
  background: url(../img/favorite_icon_seve.svg) center center/100% 100% no-repeat;
  content: "";
  display: block;
  margin: 0 auto 5px;
  width: 22px;
}

.btm_fix_btns .btn_favorite.checked span::before {
  background-image: url(../img/favorite_icon_seved.svg);
}

.btm_fix_btns .contact_label {
  margin: 0 10px 0 auto;
}

.btm_fix_btns .btn_contact {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 46px;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 46px;
  justify-content: center;
  line-height: 1.2;
  width: 160px;
}

.btm_fix_btns .btn_contact.line {
  background: #06c755;
  color: #fff;
  margin-left: auto;
}

.btm_fix_btns .btn_contact.line .icon {
  aspect-ratio: 26/25;
  background: url(../img/icon_sns_line_white.svg) center center/cover no-repeat;
  display: block;
  font-size: 0;
  margin-right: 6px;
  width: 26px;
}

.btm_fix_btns .btn_contact.form {
  background: var(--color-secondary);
  color: var(--color-text-black);
  margin-left: 8px;
  width: 250px;
}

.btm_fix_btns.is_show {
  bottom: 0;
}

.contents_side .nav_wrap li {
  border-bottom: 1px solid var(--color-border);
  padding: 5px 10px 5px 0;
}

.contents_side .nav_wrap a {
  align-items: center;
  background: transparent;
  border-radius: 6px;
  color: var(--color-text-black);
  display: flex;
  font-size: 1.5rem;
  height: 38px;
  line-height: 1.57;
  padding-left: 60px;
  position: relative;
}

.contents_side .nav_wrap a::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
  width: 20px;
}

.contents_side .nav_wrap a::after {
  background: url(../img/arr_1_black.svg) center center/100% auto no-repeat;
  content: "";
  height: 5px;
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 12px;
}

.contents_side .nav_wrap a.is_current {
  background: var(--color-primary-light);
  color: #fff;
  font-weight: 600;
}

.contents_side .nav_wrap a.is_current::after {
  background-image: url(../img/arr_1_white.svg);
}

.contents_side .nav_wrap a[href="#tour_head"]::before {
  background-image: url(../img/nav_photos_gray.svg);
}

.contents_side .nav_wrap a[href="#tour_head"].is_current::before {
  background-image: url(../img/nav_photos_white.svg);
}

.contents_side .nav_wrap a[href="#tour_point"]::before {
  background-image: url(../img/nav_point_gray.svg);
}

.contents_side .nav_wrap a[href="#tour_point"].is_current::before {
  background-image: url(../img/nav_point_white.svg);
}

.contents_side .nav_wrap a[href="#tour_notes"]::before {
  background-image: url(../img/nav_notes_gray.svg);
}

.contents_side .nav_wrap a[href="#tour_notes"].is_current::before {
  background-image: url(../img/nav_notes_white.svg);
}

.contents_side .nav_wrap a[href="#tour_hotels"]::before {
  background-image: url(../img/nav_hotel_gray.svg);
}

.contents_side .nav_wrap a[href="#tour_hotels"].is_current::before {
  background-image: url(../img/nav_hotel_white.svg);
}

.contents_side .nav_wrap a[href="#tour_schedule"]::before {
  background-image: url(../img/nav_schedule_gray.svg);
}

.contents_side .nav_wrap a[href="#tour_schedule"].is_current::before {
  background-image: url(../img/nav_schedule_white.svg);
}

.contents_side .nav_wrap a[href="#tour_price"]::before {
  background-image: url(../img/nav_calendar_gray.svg);
}

.contents_side .nav_wrap a[href="#tour_price"].is_current::before {
  background-image: url(../img/nav_calendar_white.svg);
}

.contents_side .nav_wrap a[href="#tour_attentions"]::before {
  background-image: url(../img/nav_attentions_gray.svg);
}

.contents_side .nav_wrap a[href="#tour_attentions"].is_current::before {
  background-image: url(../img/nav_attentions_white.svg);
}

.contents .tour_head {
  display: flex;
  flex-direction: column;
}

.contents .tour_head .head_title {
  position: relative;
}

.contents .tour_head .head_tour_name {
  font-weight: 600;
}

.contents .tour_head .head_tour_name span {
  display: block;
}

.contents .tour_head .head_tour_name .tit_01 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.31;
}

.contents .tour_head .head_tour_name .tit_02 {
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1.5;
}

.contents .tour_head .head_tour_tag {
  position: absolute;
}

.contents .tour_head .head_tour_tag .tag {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  line-height: 1;
  padding: 0 10px;
}

.contents .tour_head .head_tour_tag .tag_01 {
  background: #f1eefa;
  border-color: #b18fdc;
  color: #824ccf;
}

.contents .tour_head .head_tour_price .price {
  color: var(--color-red);
  font-size: 1.5rem;
  line-height: 1;
}

.contents .tour_head .head_tour_price .price .price_min,
.contents .tour_head .head_tour_price .price .price_max {
  font-family: var(--font-number);
  font-size: 180%;
  font-weight: 500;
}

.contents .tour_head .head_tour_price .price small {
  color: var(--color-text);
  font-size: 80%;
  margin-left: 4px;
}

.contents .tour_head .head_tour_price .att .att_01 {
  background: var(--color-bg-red);
  color: var(--color-text-red);
  display: inline-block;
  font-weight: 600;
  padding: 0 6px;
}

.contents .tour_head .head_tour_price .att .att_02 {
  color: var(--color-text-gray);
  margin-left: 4px;
}

.contents .tour_head .tour_photos {
  position: relative;
}

.contents .tour_head .tour_photos .photo_gallery .img_wrap {
  position: relative;
}

.contents .tour_head .tour_photos .photo_gallery .img_wrap .img {
  aspect-ratio: 750/563;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contents .tour_head .tour_photos .photo_gallery .img_wrap .img.whole {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.contents .tour_head .tour_photos .photo_gallery .img_wrap .img:not(.whole) img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.contents .tour_head .tour_photos .photo_gallery .img_wrap .desc {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  left: 0;
  line-height: 1.17;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.contents .tour_head .tour_photos .photo_gallery.pc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49.83% 25.08% 25.08%;
  grid-template-columns: 49.83% 25.08% 25.08%;
  position: relative;
  z-index: 1;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap {
  margin: 0 0 6px 6px;
  position: relative;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap .img {
  height: 100%;
  overflow: hidden;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap .desc {
  display: none;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  margin-left: 0;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap:nth-child(1) .desc {
  display: block;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap:nth-child(n+6) {
  display: none;
}

.contents .tour_head .tour_photos .photo_gallery.pc .img_wrap img {
  width: 100%;
}

.contents .tour_head .tour_photos .photo_gallery.sp .img {
  aspect-ratio: 750/563;
  background: var(--color-bg-gray);
}

.contents .tour_head .tour_photos .photo_modal_open {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
}

.contents .tour_head .tour_photos .photo_modal_open span {
  color: #fff;
  font-size: 1.2rem;
  line-height: 12px;
  text-align: center;
}

.contents .tour_head .tour_photos .photo_modal_open span::before {
  aspect-ratio: 28/24;
  background: url(../img/icon_photo_white.svg) center center/cover no-repeat;
  content: "";
}

.contents .tour_head .tour_photos .photo_attention_txt {
  color: var(--color-text-gray);
  font-size: 1.2rem;
  position: absolute;
}

.contents .tour_head .tour_photos .photo_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.contents .tour_point {
  --color-more-box: #824ccf;
  --box-border-radius: 8px;
}

.contents .tour_point .point_box {
  overflow: hidden;
}

.contents .tour_point .point_box .box_tit {
  align-items: center;
  background: linear-gradient(90deg, var(--color-point-1), var(--color-point-2));
  border-radius: var(--box-border-radius) var(--box-border-radius) 0 0;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 44px;
  position: relative;
}

.contents .tour_point .point_box .box_tit::before {
  background: url(../img/icon_point_white.svg) center center/cover no-repeat;
  content: "";
  height: 16px;
  left: 17px;
  position: absolute;
  top: 13px;
  width: 20px;
}

.contents .tour_point .point_box .box_body {
  background: var(--color-point-bg);
  border: 1px solid var(--color-point-border);
}

.contents .tour_point .point_box .box_body p {
  font-size: 1.3rem;
  line-height: 1.69;
}

.contents .tour_point .point_box .box_more::after {
  background-image: url(../img/arr_1_purple.svg);
}

.contents .tour_point .aside_box {
  background: var(--color-bg-gray);
  border-radius: var(--box-border-radius);
  padding: 16px 15px 20px;
}

.contents .tour_point .aside_box .box_tit {
  color: var(--color-text);
  font-size: 1.89rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 12px;
  text-align: center;
}

.contents .tour_point .aside_box .box_tit b {
  color: var(--color-primary);
  font-weight: inherit;
}

.contents .tour_point .aside_box .box_body p {
  font-size: 1.3rem;
  line-height: 1.54;
}

.contents .tour_point .aside_box .box_body .img {
  margin: 15px 0;
}

.contents .tour_notes {
  padding-top: 20px;
}

.contents .tour_notes .note_table .info_wrap dt,
.contents .tour_notes .note_table .info_wrap dd {
  font-size: 1.4rem;
  line-height: 1.57;
  padding: 5px 10px;
}

.contents .tour_notes .note_table .info_wrap dt {
  background: var(--color-primary-bg2);
  color: #fff;
  font-weight: 600;
}

.contents .tour_notes .note_table .info_wrap dd p {
  font-size: 1.4rem;
}

.contents .tour_notes .note_table .info_wrap dd .icon {
  align-items: center;
  border-radius: 22px;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 600;
  height: 22px;
  justify-content: center;
  line-height: 1;
  padding: 0 10px;
}

.contents .tour_notes .note_table .info_wrap dd .icon.icon_pex {
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}

.contents .tour_notes .note_table .info_wrap dd .icon.icon_flight {
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.contents .tour_notes .note_table .info_wrap.days dd {
  align-items: center;
  display: flex;
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap {
  margin-top: 10px;
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap:first-of-type {
  margin-top: 0;
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_area {
  color: var(--color-primary);
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_area::before {
  content: "[";
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_area::after {
  content: "]";
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_rank {
  color: var(--color-rank-star);
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_01 {
  margin-bottom: 5px;
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 {
  display: flex;
  flex-wrap: wrap;
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dt,
.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dd {
  font-size: 1.1rem;
  line-height: 20px;
  margin-top: 1px;
  padding: 0 0 0 5px;
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dt {
  background: #efefef;
  color: var(--color-text-gray);
  height: 20px;
  width: 77px;
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dd {
  width: calc(100% - 77px);
}

.contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dd small {
  font-size: 64.29%;
}

.contents .tour_notes .note_table .share_wrap {
  margin-top: 20px;
}

.contents .tour_notes .note_table.pc {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 25.42%;
  grid-template-columns: 1fr 25.42%;
}

.contents .tour_notes .note_table.pc .note_01 {
  display: flex;
  gap: 0 10px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.contents .tour_notes .note_table.pc .note_01 .note_wrap {
  display: flex;
  flex-direction: column;
}

.contents .tour_notes .note_table.pc .note_01 .info_wrap {
  border: 1px solid var(--color-border);
  display: flex;
  flex: 1;
}

.contents .tour_notes .note_table.pc .note_01 .info_wrap + .info_wrap {
  border-top: 0;
}

.contents .tour_notes .note_table.pc .note_01 .info_wrap p + .icon {
  margin-top: 5px;
}

.contents .tour_notes .note_table.pc .note_01 .note_01_1 {
  width: 31.41%;
}

.contents .tour_notes .note_table.pc .note_01 .note_01_1 .info_wrap dt {
  width: 39.13%;
}

.contents .tour_notes .note_table.pc .note_01 .note_01_1 .info_wrap dd {
  width: 60.87%;
}

.contents .tour_notes .note_table.pc .note_01 .note_01_2 {
  flex: 1;
}

.contents .tour_notes .note_table.pc .note_01 .note_01_3 {
  width: 38.76%;
}

.contents .tour_notes .note_table.pc .note_02 {
  background: #fff;
  border: 1px solid var(--color-point-border);
  border-radius: 8px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  padding: 18px 30px 25px;
}

.contents .tour_notes .note_table.pc .note_03 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.contents .tour_notes .note_table.pc .note_03 .info_wrap dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

.contents .tour_hotels .hotel_wrap {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  display: flex;
  margin-top: 12px;
  padding: 0 30px;
}

.contents .tour_hotels .hotel_wrap .hotel_info_01 {
  font-size: 1.5rem;
  line-height: 1.47;
  padding: 15px 4.86% 15px 0;
  width: 44.96%;
}

.contents .tour_hotels .hotel_wrap .hotel_info_01 .hotel_area {
  color: var(--color-primary);
}

.contents .tour_hotels .hotel_wrap .hotel_info_01 .hotel_area::before {
  content: "[";
}

.contents .tour_hotels .hotel_wrap .hotel_info_01 .hotel_area::after {
  content: "]";
}

.contents .tour_hotels .hotel_wrap .hotel_info_01 .hotel_rank {
  color: var(--color-rank-star);
}

.contents .tour_hotels .hotel_wrap .hotel_info_01 .hotel_info_01 {
  margin-bottom: 5px;
}

.contents .tour_hotels .hotel_wrap .hotel_info_02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1px;
  overflow: hidden;
  width: 55.04%;
}

.contents .tour_hotels .hotel_wrap .hotel_info_02 dt,
.contents .tour_hotels .hotel_wrap .hotel_info_02 dd {
  border-bottom: 1px solid var(--color-border);
  font-size: 1.4rem;
  line-height: 1.57;
  padding: 12px 0 11px;
}

.contents .tour_hotels .hotel_wrap .hotel_info_02 dt {
  color: var(--color-primary);
  font-weight: 600;
}

.contents .tour_hotels .hotel_wrap .hotel_info_02 dt:nth-of-type(2n + 1) {
  width: 20.5%;
}

.contents .tour_hotels .hotel_wrap .hotel_info_02 dt:nth-of-type(2n) {
  width: 22.5%;
}

.contents .tour_hotels .hotel_wrap .hotel_info_02 dd:nth-of-type(2n + 1) {
  width: 37.5%;
}

.contents .tour_hotels .hotel_wrap .hotel_info_02 dd:nth-of-type(2n) {
  width: 19.5%;
}

.contents .tour_hotels .hotel_wrap .hotel_info_02 dd a{
      align-items: center;
      color: #00877e;
      cursor: pointer;
      display: inline-flex;
      transition: opacity 0.3s ease;
      font-size: 89%;
      vertical-align: top;
    }
    .contents .tour_hotels .hotel_wrap .hotel_info_02 dd a:before{
      content: "▶";
      font-size: 80%;
      margin-right: 2px;
    }
    .contents .tour_hotels .hotel_wrap .hotel_info_02 dd a span{
      text-decoration: underline;
    }

.contents .tour_schedule .schedule_wrap {
  position: relative;
}

.contents .tour_schedule .schedule_nav {
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  bottom: calc(100% + 20px);
  display: flex;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 135px;
}

.contents .tour_schedule .schedule_table {
  width: 100%;
}

.contents .tour_schedule .schedule_table .wrap {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.57;
  width: 100%;
}

.contents .tour_schedule .schedule_table .wrap .col_01 {
  background: var(--color-primary-bg2);
  color: #fff;
  padding: 12px 14px 12px 16px;
  width: 136px;
}

.contents .tour_schedule .schedule_table .wrap .col_01 .date {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 1.54;
}

.contents .tour_schedule .schedule_table .wrap .col_02 {
  background: #fff;
  flex: 1;
  position: relative;
}

.contents .tour_schedule .schedule_table .wrap .col_02 p {
  word-break: break-all;
}

.contents .tour_schedule .schedule_table .wrap .col_02 .hotel_wrap {
  align-items: center;
  display: flex;
}

.contents .tour_schedule .schedule_table .wrap .col_02 .hotel_wrap dt {
  align-items: center;
  background: var(--color-bg-gray);
  color: var(--color-text-gray);
  display: flex;
  font-size: 1.3rem;
  height: 25px;
  justify-content: center;
  width: 44px;
}

.contents .tour_schedule .schedule_table .wrap .col_02 .hotel_wrap dd {
  padding-left: 10px;
}

.contents .tour_schedule .schedule_table .wrap .col_02 .hotel_wrap dd span {
  margin-right: 5px;
}

.contents .tour_schedule .schedule_table .hotel_area {
  color: var(--color-primary);
}

.contents .tour_schedule .schedule_table .hotel_area::before {
  content: "[";
}

.contents .tour_schedule .schedule_table .hotel_area::after {
  content: "]";
}

.contents .tour_schedule .schedule_table .hotel_rank {
  color: var(--color-rank-star);
}

.contents .tour_price .tour_price_wrap {
  margin-top: 26px;
  position: relative;
}

.contents .tour_price .price_label {
  position: absolute;
}

.contents .tour_price .price_label .label_lowest {
  align-items: center;
  background: #fff284;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

.contents .tour_price .price_label .label_lowest dd {
  color: var(--color-red);
  padding-left: 12px;
}

.contents .tour_price .price_label .label_lowest dd b {
  font-family: var(--font-number);
  font-size: 180%;
}

.contents .tour_price .price_nav .panel_swich.is_active {
  background: var(--color-primary);
  color: #fff;
  pointer-events: none;
}

.contents .tour_price .price_panel {
  padding-top: 20px;
}

.contents .tour_price .price_panel .panel_body.lowest {
  position: relative;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_nav .nav_arr {
  aspect-ratio: 1/1;
  background: #fff url(../img/arr_1_black.svg) center center/32.14% auto no-repeat;
  border: 1px solid #000;
  border-radius: 28px;
  position: absolute;
  top: calc(50% - 14px);
  width: 28px;
  z-index: 2;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_nav .nav_arr.next {
  right: -14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_nav .nav_arr.prev {
  left: -14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_nav .nav_arr:disabled {
  display: none;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table {
  overflow: auto hidden;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list {
  border: 1px solid var(--color-border);
  border-bottom: 0;
  flex: 0 0 240px;
  margin-right: 28px;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li {
  border-bottom: 1px solid var(--color-border);
  display: flex;
  height: 48px;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li.sunday .date {
  color: var(--color-red);
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li.holiday .date {
  color: var(--color-red);
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li.saturday .date {
  color: var(--color-blue);
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li .date,
.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li .fee {
  align-items: center;
  display: flex;
  width: 100%;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li .date {
  background: var(--color-bg-gray);
  font-size: 1.4rem;
  padding-left: 17px;
  width: 49.17%;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li .fee {
  background: #fff;
  color: var(--color-red);
  font-family: var(--font-number);
  font-size: 1.9rem;
  font-weight: 500;
  justify-content: flex-end;
  padding-right: 15px;
  width: 50.83%;
}

.contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li .fee::after {
  content: "円";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 57.89%;
  font-weight: 400;
}

.contents .tour_price .price_panel .panel_foot .attention_txt {
  color: var(--color-text-gray);
  font-size: 1.3rem;
  line-height: 1.62;
  margin-top: 6px;
}

.contents .tour_recom .sec_title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.contents .contents_main .sec.tour_recom {
        padding-bottom: 0;
        padding-top: 0;
}
.contents .tour_recom .tour_recom_wrap {
  position: relative;
}

.contents .tour_recom .tour_recom_wrap .recom_nav .nav_arr {
  aspect-ratio: 1/1;
  background: #fff url(../img/arr_1_black.svg) center center/32.14% auto no-repeat;
  border: 1px solid #000;
  border-radius: 28px;
  position: absolute;
  top: calc(50% - 14px);
  width: 28px;
  z-index: 2;
}

.contents .tour_recom .tour_recom_wrap .recom_nav .nav_arr.next {
  right: -14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contents .tour_recom .tour_recom_wrap .recom_nav .nav_arr.prev {
  left: -14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contents .tour_recom .tour_recom_wrap .recom_nav .nav_arr:disabled {
  display: none;
}

.contents .tour_recom .tour_recom_wrap #gn_recommend {
  position: relative;
  z-index: 1;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap {
  position: relative;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._image {
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._image a {
  aspect-ratio: 180/114;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._image img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._title {
  -webkit-box-orient: vertical;
  color: var(--color-text);
  display: -webkit-box;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  margin-bottom: 8px;
  min-height: calc(14px * 1.5 * 3);
  overflow: hidden;
  text-overflow: ellipsis;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._duration {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  height: 20px;
  justify-content: center;
  left: 7px;
  min-width: 48px;
  padding: 0 5px;
  position: absolute;
  top: 7px;
  z-index: 2;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._price {
  align-items: flex-end;
  color: var(--color-red);
  display: flex;
  font-family: var(--font-number);
  font-size: 1.08rem;
  line-height: 1;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._price ._num_min,
.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._price ._num_max {
  font-size: 166.67%;
  font-weight: 500;
}

.contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._price ._suffix {
  font-size: 100%;
}

.contents .tour_recom .tour_recom_wrap ._brec.swiper {
  opacity: 0;
  padding-right: 9.04%;
  transition: opacity 0.4s ease 0s;
}

.contents .tour_recom .tour_recom_wrap ._brec.swiper.swiper-initialized,
.contents .tour_recom .tour_recom_wrap ._brec.swiper.swiper-none {
  opacity: 1;
}

.contents .tour_recom .tour_recom_wrap ._brec.swiper-none ._recitem {
  width: 25%;
}

.contents .tour_recom .tour_recom_wrap ._brec:not(.swiper):not(.swiper-none) {
  overflow: auto hidden;
}

.contents .tour_recom .tour_recom_wrap ._brec:not(.swiper):not(.swiper-none) ._recitems {
  display: flex;
  flex-wrap: nowrap;
}

.contents .tour_recom .tour_recom_wrap ._brec:not(.swiper):not(.swiper-none) ._recitems ._recitem {
  flex: 0 0 180px;
  margin-right: 22px;
}

.contents .tour_attentions .attentions_wrap {
  border-top: 1px solid var(--color-border);
}

.contents .tour_attentions .attentions_wrap:last-of-type {
  border-bottom: 1px solid var(--color-border);
}

.contents .tour_attentions .attentions_wrap.is_open .attention_tit::after {
  background-image: url(../img/form_btn_minus_slim_gray.svg);
}

.contents .tour_attentions .attention_tit {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.77;
  padding: 16px 30px 17px 9px;
  position: relative;
}

.contents .tour_attentions .attention_tit {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .tour_attentions .attention_tit::after {
  aspect-ratio: 1/1;
  background: url(../img/form_btn_plus_slim_gray.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 6px);
  width: 12px;
}

.contents .tour_attentions .attention_tit .icon_01 {
  align-items: center;
  background: var(--color-bg-red);
  color: var(--color-red);
  display: inline-flex;
  font-weight: 600;
  height: 26px;
  justify-content: center;
  margin-right: 10px;
  padding: 0 12px;
}

.contents .tour_attentions .attention_tit .icon_02 {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 22px;
  color: var(--color-text-black);
  display: inline-flex;
  font-size: 73.33%;
  font-weight: 600;
  height: 22px;
  justify-content: center;
  margin-left: 10px;
  padding: 0 12px;
}

.contents .tour_attentions .attention_cnt {
  border-top: 1px solid var(--color-border);
  display: none;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 17px 20px 20px;
}

.contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table {
  border: 1px solid var(--color-border);
  width: 100%;
}

.contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table th,
.contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table td {
  font-size: 1.4rem;
  line-height: 1.71;
}

.contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table th {
  background: var(--color-primary-light);
  color: #fff;
  height: 51px;
  text-align: center;
}

.contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table td {
  background: #fff;
  border-top: 1px solid var(--color-border);
  padding: 14px 10px 13px 15px;
}

.contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .terms_txt {
  color: var(--color-text-gray);
  font-size: 1.4rem;
  line-height: 1.64;
  margin-top: 5px;
}

.contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.box {
  background: var(--color-bg-gray);
  border-radius: 8px;
  padding: 18px 28px 25px;
}

.contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.box p.box_tit {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.73;
  margin-bottom: 5px;
}

.contents .tour_order p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.055em;
}

.contents .tour_order .icon_hissu {
  align-items: center;
  background: var(--color-form-error);
  border-radius: 17px;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  height: 17px;
  line-height: 1;
  min-width: 30px;
  padding: 0 5px 1px;
}

.contents .tour_order .tour_tag {
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  line-height: 1;
  padding: 0 10px;
}

.contents .tour_order .tour_tag.tag_01 {
  background: #f1eefa;
  border-color: #b18fdc;
  color: #824ccf;
}

.contents .tour_order .alert_box {
  background: #fff;
  border: 2px solid var(--color-form-error);
  margin-bottom: 24px;
  padding: 12px 18px;
}

.contents .tour_order .alert_box .box_tit {
  align-items: center;
  color: var(--color-form-error);
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.contents .tour_order .alert_box .box_tit::before {
  aspect-ratio: 1/1;
  background: url(../img/form_icon_alert_red.svg) center center/cover no-repeat;
  content: "";
  margin-right: 7px;
  width: 22px;
}

.contents .tour_order .alert_box .box_tit span {
  line-height: 22px;
}

.contents .tour_order .alert_box .box_list {
  margin-left: 5px;
}

.contents .tour_order .alert_box .box_list li {
  font-size: 1.4rem;
  line-height: 1.57;
}

.contents .tour_order .order_head {
  align-items: center;
  background: var(--color-primary-light);
  border-radius: 20px 20px 0 0;
  color: #fff;
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 5px 19px 0 22px;
}

.contents .tour_order .order_head .head_title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.37;
}

.contents .tour_order .order_body {
  background: var(--color-primary-bg1);
  border-radius: 0 0 20px 20px;
}

.contents .tour_order .order_foot {
  color: var(--color-text);
  padding: 36px var(--w-margin) 0;
}

.contents .tour_order .order_foot .agree_wrap p {
  font-size: 1.3rem;
}

.contents .tour_order .order_foot .agree_wrap p a {
  color: var(--color-blue);
  text-decoration: underline;
}

.contents .tour_order .order_foot .agree_wrap .form_wrap {
  text-align: center;
}

.contents .tour_order .order_foot .agree_wrap .input_wrap {
  background: transparent;
  border: 0;
  display: inline-block;
  height: auto;
}

.contents .tour_order .order_foot .agree_wrap .check_wrap {
  margin: 10px auto 0;
}

.contents .tour_order .order_foot .agree_wrap .check_wrap label {
  display: inline-flex;
  justify-content: center;
}

.contents .tour_order .order_foot .agree_wrap .check_wrap label span {
  flex: unset;
  font-size: 1.5rem;
  font-weight: 600;
  width: auto;
}

.contents .tour_order .order_foot .agree_wrap .check_wrap label .icon_hissu {
  margin-left: 5px;
}

.contents .tour_order .order_foot .agree_wrap .check_wrap label::before {
  aspect-ratio: 1/1;
  background-image: url(../img/form_chk_1_thick.svg);
  background-size: left bottom;
}

.contents .tour_order .order_foot .agree_wrap .check_wrap .error_msg {
  display: none;
}

.contents .tour_order .order_foot .btn_wrap {
  margin: 13px auto 36px;
}

.contents .tour_order .order_foot .btn_wrap .btn_submit {
  align-items: center;
  background: var(--color-form-btn);
  border-radius: 72px;
  color: var(--color-text-black);
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  height: 72px;
  justify-content: center;
  margin: 0 auto;
  width: 460px;
}

.contents .tour_order .order_foot .btn_wrap .btn_submit:disabled {
  background: var(--color-border-c);
  color: #fff;
  pointer-events: none;
}

.contents .tour_order .order_foot .comment_box {
  margin-top: 36px;
  text-align: center;
}

.contents .tour_order .order_foot .comment_box .box_img {
  display: inline-block;
  margin: 0 auto 15px;
  width: 250px;
}

.contents .tour_order .order_foot .comment_box .box_txt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.contents .tour_order .order_foot .comment_box .box_txt b {
  font-weight: inherit;
}

.contents .tour_order .order_foot .comment_box .box_txt small {
  display: block;
  font-size: 86.67%;
  font-weight: 400;
  margin-top: 8px;
}

.contents .tour_order .order_title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.contents .tour_order .order_title i {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 22px;
  color: var(--color-primary);
  display: flex;
  font-family: var(--font-number);
  font-size: 1.5rem;
  justify-content: center;
  line-height: 22px;
  margin-right: 8px;
  width: 22px;
}

.contents .tour_order .order_title span {
  font-weight: 500;
}

.contents .tour_order .order_tab {
  align-items: flex-start;
  border-bottom: 2px solid var(--color-border-form);
  display: flex;
  justify-content: center;
}

.contents .tour_order .order_tab .tab {
  align-items: center;
  border: 2px solid var(--color-border-form);
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  display: flex;
  font-weight: 600;
  justify-content: center;
  position: relative;
}

.contents .tour_order .order_tab .tab {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .tour_order .order_tab .tab:not(.is_active) {
  background: var(--color-form-btn);
  border-color: var(--color-form-btn);
  height: 60px;
}

.contents .tour_order .order_tab .tab.is_active {
  pointer-events: none;
}

.contents .tour_order .order_tab .tab.is_active::after {
  background: var(--color-primary-bg1);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.contents .tour_order .order_panel .form_title {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 6px;
  width: 100%;
}

.contents .tour_order .order_panel .form_title .icon_hissu {
  margin-left: 5px;
}

.contents .tour_order .order_panel .form_wrap {
  background: #fff;
  border: 2px solid var(--color-border-c);
  border-radius: 6px;
  height: 60px;
  position: relative;
}

.contents .tour_order .order_panel .form_wrap .label_wrap {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  left: 14px;
  position: absolute;
  top: 8px;
  z-index: 1;
}

.contents .tour_order .order_panel .form_wrap .label_wrap .icon_hissu {
  margin-left: 4px;
}

.contents .tour_order .order_panel .form_wrap .label_wrap small {
  color: #a0a0a0;
  font-weight: 400;
  margin-left: 10px;
}

.contents .tour_order .order_panel .form_wrap .input_wrap {
  border: 0;
  border-radius: 4px;
  height: 100%;
  padding: 18px 0 0;
  position: relative;
}

.contents .tour_order .order_panel .form_wrap .input_wrap:not(.required):not(.error):not(.is_inputed) {
  background: #f0f0f0;
}

.contents .tour_order .order_panel .form_wrap .input_wrap.required:not(.error) {
  background: transparent;
}

.contents .tour_order .order_panel.panel_01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.contents .tour_order .order_panel.panel_02 .message_area {
  margin-bottom: 5px;
}

.contents .tour_order .order_panel.panel_02 .message_area .tit {
  align-items: center;
  color: var(--color-primary-light);
  display: flex;
  font-size: 1.7rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 20px auto 7px;
}

.contents .tour_order .order_panel.panel_02 .message_area .tit::before {
  content: "／";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.contents .tour_order .order_panel.panel_02 .message_area .tit::after {
  content: "／";
}

.contents .tour_order .order_panel.panel_02 .message_area .tit span {
  margin: 0 5px;
}

.contents .tour_order .order_panel.panel_02 .message_area .box {
  background: #fff;
  border: 1px solid var(--color-primary-light);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px 30px;
}

.contents .tour_order .order_panel.panel_02 .message_area .box_tit {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.71;
}

.contents .tour_order .order_panel.panel_02 .message_area .box_tit b {
  font-weight: 600;
}

.contents .tour_order .order_panel.panel_02 .message_area .box_txt {
  font-size: 1.3rem;
  line-height: 1.62;
}

.contents .tour_order .order_panel.panel_02 .message_area .desc {
  color: var(--color-text-gray);
  font-size: 1.3rem;
  line-height: 1.62;
}

.contents .tour_order .order_panel.panel_02 .input_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contents .tour_order .order_panel.panel_02 .input_area .form_title_02 {
  width: 100%;
}

.contents .tour_order .order_panel.panel_02 .input_area .form_wrap.member {
  margin-bottom: 20px;
  margin-right: 1.52%;
  width: 19.7%;
}

.contents .tour_order .order_panel.panel_02 .input_area .form_wrap.member .att {
  color: var(--color-text-gray);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.1rem;
  left: 0;
  margin-top: 5px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
}

.contents .tour_order .order_panel.panel_02 .input_area .form_wrap.comment {
  border-color: var(--color-text);
  border-width: 1px;
  height: auto;
  width: 100%;
}

.contents .tour_order .order_panel.panel_02 .input_area .form_wrap.comment .input_wrap {
  padding: 0;
}

.contents .tour_order .order_panel.panel_02 .input_area .form_wrap.comment:not(.req) {
  overflow: hidden;
}

.contents .tour_order .order_panel.panel_02 .coupon_area {
  color: var(--color-text);
  margin: 8px 0 0;
}

.contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_btn {
  align-items: center;
  background: #fff7de;
  border: 2px solid var(--color-secondary);
  border-radius: 6px;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  margin-left: auto;
  width: 177px;
}

.contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_btn::after {
  aspect-ratio: 1/1;
  background: var(--color-primary-light) url(../img/form_btn_plus_slim_white.svg) center center/47.37% auto no-repeat;
  border-radius: 19px;
  content: "";
  margin-left: 4px;
  width: 19px;
}

.contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_btn.is_active::after {
  background-image: url(../img/form_btn_minus_slim_white.svg);
}

.contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_area {
  display: none;
  margin-top: 5px;
}

.contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_area p b {
  color: var(--color-red);
  font-weight: 600;
}

.contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_area .form_wrap {
  height: 48px;
  margin: 5px 0 0 auto;
  overflow: hidden;
  width: 37.88%;
}

.contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_area .form_wrap .input_wrap {
  background: #fff;
  padding-top: 0;
}

.contents .tour_order .order_panel.panel_02 .prefill_area {
  margin-top: 14px;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .txt {
  color: var(--color-text);
  font-size: 1.3rem;
  margin-top: 10px;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_swich_btn {
  align-items: center;
  background: var(--color-text-gray);
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 360px;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_swich_btn::after {
  aspect-ratio: 1/1;
  background: url(../img/form_btn_plus_slim_white.svg) center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 12px;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_swich_btn.is_active::after {
  background-image: url(../img/form_btn_minus_slim_white.svg);
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_swich_area {
  display: none;
  margin-top: 5px;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_swich_area_inner {
  display: flex;
  flex-wrap: wrap;
}
.contents .tour_order .order_panel.panel_02 .prefill_area .form_swich_area_inner + .form_swich_area_inner  {
  margin-top: 30px;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_title_02 {
  width: 100%;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap {
  width: 100%;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.gender {
  background: transparent;
  border: 0;
  height: auto;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.gender .input_wrap {
  padding-top: 0;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.gender .input_wrap.error {
  background: transparent;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.gender .radio_list {
  align-items: center;
  display: flex;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.gender .radio_list .radio_wrap {
  margin-right: 30px;
  width: auto;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.gender .radio_list .radio_wrap label {
  font-size: 1.5rem;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: auto;
  justify-content: flex-start;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day .input_wrap {
  background: #fff;
  border: 2px solid var(--color-border-c);
  border-radius: 6px;
  height: 60px;
  padding-top: 0;
  width: 19.7%;
}
.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day .input_wrap.error {
    background: #ffd6d6;
}
.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day .input_wrap:first-of-type {
  width: 25.76%;
}

.contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day p {
  font-size: 1.5rem;
  text-align: center;
  width: 6.06%;
}

.contents .tour_order .order_panel.panel_02.panel_02_1 .coupon_area .coupon_swich_area {
  margin-bottom: 30px;
}

.contents .tour_contact.tel {
  background: #f7f6ed;
  padding: 33px var(--w-margin) 35px;
  position: relative;
  text-align: center;
}

.contents .tour_contact.tel .contact_tit {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}

.contents .tour_contact.tel .txt_wrap p {
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.055em;
}

.contents .tour_contact.tel .contact_code {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 6px;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  margin: 10px auto 0;
  position: relative;
  width: 380px;
}

.contents .tour_contact.tel .contact_code span {
  color: var(--color-primary);
  font-family: var(--font-number);
}

.contents .tour_contact.tel .contact_tel {
  color: var(--color-text-black);
}

.contents .tour_contact.tel .contact_tel .tel_number {
  align-items: center;
  color: var(--color-text-black);
  display: flex;
  font-family: var(--font-number);
  font-size: 3rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
}

.contents .tour_contact.tel .contact_time {
  color: var(--color-text);
  font-size: 1.3rem;
  margin-top: 5px;
}

.contents .tour_contact.form {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 404px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.contents .tour_contact.form .contact_tit {
  margin-bottom: 25px;
}

.contents .tour_contact.form .contact_tit .tit {
  font-size: 2.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.42;
  margin-bottom: 6px;
}

.contents .tour_contact.form .contact_tit .txt {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .tour_contact.form .contact_tit .txt .txt_01 {
  align-items: center;
  background: #fff;
  color: var(--color-text-black);
  display: inline-flex;
  font-family: var(--font-number);
  font-size: 1.4rem;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 1;
  margin-right: 18px;
  padding: 2px 8px 0;
}

.contents .tour_contact.form .contact_tit .txt .txt_02 {
  font-size: 1.32rem;
  letter-spacing: 0.24em;
  padding-left: 18px;
  position: relative;
}

.contents .tour_contact.form .contact_tit .txt .txt_02::before {
  background: #fff;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.contents .tour_contact.form .contact_desc {
  margin-bottom: 25px;
}

.contents .tour_contact.form .contact_desc p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.44rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.71;
  text-align: center;
}

.contents .tour_contact.form .contact_btn .link_btn {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 72px;
  color: var(--color-text-black);
  display: flex;
  font-size: 1.92rem;
  font-weight: 600;
  height: 72px;
  justify-content: center;
  margin: 10px auto;
  max-width: 360px;
  padding-left: 10px;
  position: relative;
  width: 100%;
}

.contents .tour_contact.form .contact_btn .link_btn::before {
  aspect-ratio: 1/1;
  background: url(../img/contact_icon_free.svg) center center/cover no-repeat;
  content: "";
  left: 8px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
}

.contents .tour_contact.form .contact_btn p {
  font-size: 1.3rem;
  line-height: 1.48;
  margin-top: 10px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.055em;
}

.contents .tour_contact.company {
  padding-top: 28px;
}

.contents .tour_contact.company p {
  font-size: 1.4rem;
  line-height: 1.79;
}

.contents .tour_contact.company p + p {
  margin-top: calc(14px * 1.79);
}

.contents .tour_contact.company p small {
  color: var(--color-text-gray);
  display: block;
  font-size: 85.71%;
  line-height: 1.75;
}

.contents .tour_contact.company .tit {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.79;
}

.modal_gallery {
  display: none;
  height: var(--inner-height, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
}

.modal_gallery_box {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

.modal_gallery_box_head {
  align-items: center;
  border-bottom: 1px solid var(--color-border-form);
  color: var(--color-text-black);
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.modal_gallery_box_body {
  overflow-y: auto;
  position: relative;
  z-index: 1;
}

.modal_gallery_close {
  aspect-ratio: 1/1;
  background: url(../img/modal_close.svg) center center/100% auto no-repeat;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 33px;
  z-index: 3;
}

.modal_gallery_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modal_gallery .gallery_photos {
  overflow: hidden auto;
  padding: 20px 30px;
}

.modal_gallery .photo_wrap {
  width: 100%;
}

.modal_gallery .photo_wrap .desc {
  color: var(--color-text-black);
  font-size: 1.3rem;
  line-height: 1.31;
  margin-top: 3px;
}

.modal_contact {
  display: none;
  height: var(--inner-height, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
}

.modal_contact_box {
  background: #fff;
  border-radius: 12px;
  left: 50%;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 2;
}

.modal_contact_box .tit {
  align-items: center;
  color: var(--color-primary-bg3);
  display: inline-flex;
  font-size: 1.92rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.47;
  margin: 0 auto 20px;
  padding: 0 30px;
  position: relative;
}

.modal_contact_box .tit::after,
.modal_contact_box .tit::before {
  background: var(--color-primary-light);
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  width: 1px;
}

.modal_contact_box .tit::after {
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.modal_contact_box .tit::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.modal_contact_box .txt_01 {
  font-size: 1.56rem;
  font-weight: 600;
  line-height: 1.54;
  margin: 0 auto 10px;
}

.modal_contact_box .txt_02 {
  color: var(--color-text-gray);
  font-size: 1.32rem;
  line-height: 1.55;
  margin-bottom: 20px;
  text-align: center;
}

.modal_contact_box .btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: 50px;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 168px;
}

.modal_contact_box .btn.btn_line {
  background: #06c755;
  border-color: #06c755;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  width: 258px;
}

.modal_contact_box .btn.btn_line::before {
  aspect-ratio: 29/27;
  background: url(../img/icon_sns_line_white.svg) center center/cover no-repeat;
  content: "";
  margin-right: 7px;
  width: 29px;
}

.modal_contact_close {
  aspect-ratio: 1/1;
  background: url(../img/modal_close.svg) center center/100% auto no-repeat;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}

.modal_contact_close {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.modal_contact_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.contents .modal_limits {
  display: none;
  height: var(--inner-height, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 400;
}

.contents .modal_limits_box {
  background: #fff;
  border-radius: 12px;
  left: 50%;
  padding: 25px 30px 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 2;
}

.contents .modal_limits_box .tit {
  color: var(--color-red);
  font-size: 1.92rem;
  font-weight: 600;
  line-height: 1.47;
  margin-bottom: 20px;
  text-align: center;
}

.contents .modal_limits_box .txt {
  font-size: 1.56rem;
  font-weight: 600;
  line-height: 1.54;
  margin-bottom: 27px;
  text-align: center;
}

.contents .modal_limits_box .txt .tel_link {
  color: var(--color-primary);
  font-family: var(--font_num);
  font-weight: 600;
}

.contents .modal_limits_box .btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: 50px;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 168px;
}

.contents .modal_limits_close {
  aspect-ratio: 1/1;
  background: url(../img/modal_close.svg) center center/100% auto no-repeat;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}

.contents .modal_limits_close {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .modal_limits_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.contents .modal_form {
  display: none;
  height: var(--inner-height, 100vh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
}

.contents .modal_form_box {
  z-index: 2;
}

.contents .modal_form_box_head .head_tit {
  color: var(--color-text-black);
}

.contents .modal_form_box_head .head_tit .pc b {
  color: var(--color-primary);
  font-weight: 600;
}

.contents .modal_form_box_body {
  position: relative;
  z-index: 1;
}

.contents .modal_form_box_foot {
  align-items: center;
  border-top: 1px solid var(--color-border);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.contents .modal_form_box_foot .btn_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.contents .modal_form_box_foot .btn_wrap .btn_clear {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border-form);
  border-radius: 23px;
  color: var(--color-text-gray);
  display: flex;
  font-size: 1.2rem;
  height: 23px;
  justify-content: center;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 70px;
}

.contents .modal_form_box_foot .btn_wrap .btn_submit {
  align-items: center;
  background: var(--color-primary);
  border-radius: 42px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 42px;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  width: 186px;
}

.contents .modal_form_box_foot .btn_wrap .btn_submit:disabled {
  background: var(--color-border-form);
  pointer-events: none;
}

.contents .modal_form_box_foot .btn_wrap .btn_submit.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.contents .modal_form_close {
  aspect-ratio: 1/1;
  background: url(../img/modal_close.svg) center center/100% auto no-repeat;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}

.contents .modal_form_close {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .modal_form_overlay {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}

@media screen and (min-width: 601px), print {
  .contents .input_wrap .error_msg {
    white-space: nowrap;
  }

  .contents .days_swich_btn {
    border-radius: 4px;
    font-size: 1.3rem;
    height: 28px;
    padding-right: 8px;
    width: 97px;
  }

  .contents .days_swich_box {
    left: -62px;
  }

  .contents .price_calendar .calendar_nav {
    margin-bottom: 8px;
  }

  .contents .price_calendar .calendar_nav .nav_wrap {
    justify-content: center;
    margin: 0 -2px;
    width: calc(100% + 4px);
  }

  .contents .price_calendar .calendar_nav .nav_link {
    font-size: 1.2rem;
    height: 28px;
    margin: 0 2px;
    width: 54px;
  }

  .contents .price_calendar .calendar_table .table_row .cell {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 73px;
    justify-content: flex-start;
    padding: 0 4px 5px 5px;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell .day {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    height: 30px;
    justify-content: flex-start;
    width: 100%;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell .fee {
    height: 30px;
    margin-top: auto;
    padding: 0 5px 0 3px;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell.selectable .fee span.sp {
    display: none;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell.selectable .fee span::after {
    margin-left: 2px;
  }

  .contents .price_calendar.modal .calendar_nav {
    margin-bottom: 0;
  }

  .contents .price_calendar.modal .calendar_nav .nav_link {
    height: 26px;
  }

  .contents .price_calendar.modal .calendar_head {
    padding: 10px 0 6px;
  }

  .contents .price_calendar.modal .calendar_head .head_tit {
    font-size: 1.8rem;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_head .cell {
    font-size: 1.2rem;
    height: 21px;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell {
    height: 53px;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell .day {
    font-size: 1.2rem;
  }

  .btm_fix_btns .btn_favorite span br {
    display: none;
  }

  .contents .tour_head .head_tour_price .att {
    font-size: 1.1rem;
    line-height: 19px;
  }

  .contents .tour_point .point_box .box_tit {
    padding-left: 50px;
  }

  .contents .tour_point .point_box .box_body {
    border-radius: 0 0 var(--box-border-radius) var(--box-border-radius);
    border-top: 0;
    padding: 20px 30px 22px;
  }

  .contents .tour_schedule .schedule_nav {
    display: none;
  }

  .contents .tour_schedule .schedule_table .wrap .col_01 .day {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    color: var(--color-primary);
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    height: 32px;
    line-height: 1;
    margin-bottom: 8px;
    padding-left: 10px;
    width: 84px;
  }

  .contents .tour_price {
    padding-bottom: 8px;
    padding-top: 40px;
  }

  .contents .tour_price .price_label {
    bottom: calc(100% + 10px);
    display: flex;
    justify-content: center;
    left: calc(50% + 22.91%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 43.84%;
  }

  .contents .tour_price .price_label .label_lowest {
    font-size: 1.5rem;
    height: 40px;
    max-width: 100%;
    min-width: 78.13%;
    padding: 0 8px;
  }

  .contents .tour_price .price_label .label_lowest::after {
    background: #fff284;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    height: 6.0621778265px;
    left: calc(50% - 7px);
    position: absolute;
    top: 100%;
    width: 14px;
  }

  .contents .tour_price .price_nav {
    align-items: flex-end;
    border-bottom: 2px solid var(--color-primary);
    display: flex;
    justify-content: space-between;
    padding: 0 4.97%;
  }

  .contents .tour_price .price_nav .panel_swich {
    align-items: center;
    background: #fff;
    border: 2px solid var(--color-primary);
    border-bottom: 0;
    border-radius: 11px 11px 0 0;
    color: var(--color-primary);
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    width: 48.68%;
  }

  .contents .tour_price .price_panel .panel_foot {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table th,
  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table td {
    width: 50%;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table th:nth-of-type(2),
  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table td:nth-of-type(2) {
    border-left: 1px solid var(--color-border);
  }

  .contents .sec.tour_order {
    margin-top: 50px;
    padding-bottom: 36px;
    padding-top: 0;
  }

  .contents .tour_order .order_head .head_title br {
    display: none;
  }

  .contents .tour_order .order_foot .agree_wrap {
    text-align: center;
  }

  .contents .tour_order .order_foot .comment_box .box_txt br {
    display: none;
  }

  .contents .tour_order .order_foot .comment_box .box_txt b {
    border-bottom: 1px solid var(--color-primary);
    color: var(--color-primary);
  }

  .contents .tour_order .order_title {
    background: var(--color-primary);
    border-radius: 4px;
    color: #fff;
    height: 32px;
    margin-bottom: 12px;
    padding: 0 5px;
  }
  
  .contents .tour_order .order_02 .order_title {/* 2025.11.28 add */
    margin-bottom: 0;
  }

  .contents .tour_order .order_title span {
    color: #fff;
    font-size: 2rem;
  }

  .contents .tour_order .order_tab .tab {
    font-size: 1.7rem;
    height: 65px;
    margin: 0 9px;
    width: 40.61%;
  }

  .contents .tour_order .order_panel.panel_01 .form_wrap.name {
    margin: 0 11px 10px 0;
    width: 213px;
  }

  .contents .tour_order .order_panel.panel_01 .form_wrap.email {
    margin-right: 1.52%;
    width: 49.24%;
  }

  .contents .tour_order .order_panel.panel_01 .form_wrap.tel {
    width: 49.24%;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .box_txt {
    margin-top: 3px;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .box_txt .tour_tag {
    margin-right: 5px;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.day {
    width: 49.24%;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.day + .day {
    margin-left: 1.52%;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.comment {
    margin-top: 4px;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.comment .input_wrap textarea {
    min-height: 160px;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.comment.req textarea {
    min-height: 220px;
  }

  .contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_area p {
    font-size: 1.3rem;
    line-height: 1.54;
    margin-left: auto;
    width: 90.91%;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .txt {
    text-align: center;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.name {
    margin-right: 1.52%;
    width: 32.27%;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.name.name_03 {
    margin-right: 0;
  }
  
  .contents .tour_order .order_panel.panel_02 .prefill_area .form_swich_area_inner + .form_swich_area_inner  {
    margin-top: 20px;
  }

  .contents .tour_contact.tel .contact_code::before {
    color: var(--color-text);
    content: "ツアーコード：";
    font-size: 54.17%;
    left: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .contents .tour_contact.tel .contact_tel {
    display: inline-block;
    margin: 20px auto 0;
  }

  .contents .tour_contact.tel .contact_tel .tel_txt {
    display: none;
  }

  .contents .tour_contact.tel .contact_tel .tel_number::before {
    aspect-ratio: 1/1;
    background: url(../img/contact_icon_tel_black.svg) center center/cover no-repeat;
    content: "";
    margin-right: 5px;
    width: 20px;
  }

  .contents .tour_contact.tel .contact_time br {
    display: none;
  }

  .modal_gallery_box {
    border-radius: 15px;
    left: 50%;
    max-height: calc(var(--inner-height, 100vh) * 0.82);
    max-width: 680px;
    min-height: 580px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .modal_gallery_box_body {
    max-height: 530px;
  }

  .modal_gallery .photo_wrap {
    margin: 0 auto 15px;
    max-width: 460px;
  }

  .contents .modal_form_box {
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    max-height: calc(var(--inner-height, 100vh) * 0.8);
    max-width: 820px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px * 2);
  }

  .contents .modal_form_box_foot {
    height: 70px;
    padding: 0 20px;
  }

  .contents .modal_form_box_foot .btn_wrap .btn_clear {
    margin-right: 103px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}

@media screen and (min-width: 961px), print {
  html {
    overflow-x: hidden;
  }

  #wrapper {
    overflow: visible;
  }

  .contents {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
  }

  .contents::before {
    background: var(--color-border);
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 -50vw;
    position: absolute;
    top: -1px;
    width: 100vw;
  }

  .contents_side {
    border-right: 1px solid var(--color-border);
    flex-basis: 26%;
    position: relative;
    transition: 0.5s ease;
    z-index: 2;
  }

  .contents_side_inner {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .contents_side_inner .side_body {
    display: flex;
    justify-content: flex-end;
    overflow: hidden auto;
    transition: 0.5s ease;
    width: 100%;
  }

  .contents_side_inner .side_body_inner {
    max-width: 305px;
    width: 100%;
  }

  .contents_main {
    padding: 0 20px 30px 20px;
    position: relative;
    width: 74%;
    z-index: 2;
  }

  .contents_main .sec .sec_title {
    margin-bottom: 15px;
  }

  .contents .input_wrap .suggest_list {
    background: #fff;
    border: 1px solid var(--color-border);
    left: -1px;
    max-height: 158px;
    overflow-y: auto;
    padding: 6px 15px;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
  }

  .contents .input_wrap .notfound_msg {
    border: 1px solid var(--color-border);
    left: -1px;
    padding: 10px 15px 15px;
    position: absolute;
    width: calc(100% + 58px);
  }

  .contents .js_more_box.more_only_sp .box_more {
    display: none;
  }

  .contents .days_swich {
    z-index: 2;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell .fee span {
    font-size: 1.6rem;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected .tag_selected {
    font-size: 70%;
    max-width: 70%;
    padding: 4px 7px 3px;
    right: 0;
    top: 0;
  }

  .contents .tour_head .head_title {
    align-items: flex-start;
    display: flex;
    margin-bottom: 15px;
    min-height: 146px;
    padding: 16px 0 10px;
  }

  .contents .tour_head .head_title::after {
    background: var(--color-bg-gray-light);
    content: "";
    height: 100%;
    left: -20px;
    margin-right: calc(-50vw + 50%);
    position: absolute;
    top: 0;
    width: calc(50% + 50vw);
    z-index: -1;
  }

  .contents .tour_head .head_tour_name {
    flex: 1;
    padding-right: 20px;
  }

  .contents .tour_head .head_tour_name .tit_01 {
    margin-bottom: 10px;
  }

  .contents .tour_head .head_tour_tag {
    right: 9px;
    top: 24px;
  }

  .contents .tour_head .head_tour_price {
    background: #fff;
    border-radius: 7.2px;
    padding: 25px 10px 14px;
    width: 260px;
  }

  .contents .tour_head .head_tour_price .att {
    margin-top: 6px;
  }

  .contents .tour_head .tour_photos .photo_gallery.sp {
    display: none;
  }

  .contents .tour_head .tour_photos .photo_modal_open {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0 0 6px 6px;
    position: relative;
    z-index: 3;
  }

  .contents .tour_head .tour_photos .photo_modal_open span::before {
    display: block;
    margin: 0 auto 10px;
    width: 28px;
  }

  .contents .tour_head .tour_photos .photo_attention_txt {
    right: 0;
    top: calc(100% - 3px);
  }

  .contents .tour_point {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .contents .tour_point .point_box {
    width: 72.32%;
  }

  .contents .tour_point .aside_box {
    width: 25.42%;
  }

  .contents .tour_notes .note_table .info_wrap.days dd {
    justify-content: space-between;
  }

  .contents .tour_notes .note_table .info_wrap.days dd p {
    flex: 1;
    letter-spacing: -0.02em;
  }

  .contents .tour_notes .note_table .info_wrap.trivia dt,
  .contents .tour_notes .note_table .info_wrap.trivia dd {
    padding: 0;
  }

  .contents .tour_notes .note_table .info_wrap.trivia dt {
    align-items: center;
    background: transparent;
    color: var(--color-text-black);
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 18px;
  }

  .contents .tour_notes .note_table .info_wrap.trivia dt::before {
    aspect-ratio: 1/1;
    background: url(../img/icon_check_point_01.svg) center center/cover no-repeat;
    content: "";
    margin-right: 8px;
    width: 18px;
  }

  .contents .tour_notes .note_table .info_wrap.trivia dt span {
    line-height: 1;
  }

  .contents .tour_notes .note_table.pc .note_01 .note_01_2 .info_wrap dt {
    width: 33.88%;
  }

  .contents .tour_notes .note_table.pc .note_01 .note_01_2 .info_wrap dd {
    width: 66.12%;
  }

  .contents .tour_notes .note_table.pc .note_01 .note_01_3 .info_wrap dt {
    width: 27.78%;
  }

  .contents .tour_notes .note_table.pc .note_01 .note_01_3 .info_wrap dd {
    width: 75.15%;
  }

  .contents .tour_notes .note_table.pc .note_03 .info_wrap {
    align-items: flex-start;
    background: var(--color-bg-gray);
    border-radius: 6px;
    display: flex;
    padding: 12px 20px 11px;
  }

  .contents .tour_notes .note_table.pc .note_03 .info_wrap + .info_wrap {
    margin-top: 6px;
  }

  .contents .tour_notes .note_table.pc .note_03 .info_wrap dt,
  .contents .tour_notes .note_table.pc .note_03 .info_wrap dd {
    padding: 0;
  }

  .contents .tour_notes .note_table.pc .note_03 .info_wrap dt {
    background: transparent;
    color: var(--color-primary);
    width: 59.46%;
  }

  .contents .tour_notes .note_table.pc .note_03 .info_wrap dd {
    width: 40.54%;
  }

  .contents .tour_notes .note_table.pc .note_03 .share_wrap {
    margin-top: 20px;
  }

  .contents .tour_notes .note_table.sp {
    display: none;
  }

  .contents .tour_schedule .schedule_table {
    border-bottom: 1px solid var(--color-border);
  }

  .contents .tour_schedule .schedule_table .wrap {
    border-top: 1px solid var(--color-border);
    padding: 3px 0;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 {
    min-height: 85px;
    padding: 10px 106px 10px 16px;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 dl:first-of-type:not(.meal_wrap) {
    margin-top: 15px;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .meal_wrap {
    background: var(--color-bg-gray);
    height: 100%;
    padding: 10px 10px 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .meal_wrap dt {
    display: none;
  }

  .contents .tour_recom .tour_recom_wrap ._brec.swiper ._recitem {
    padding-right: 22px;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .txt_wrap {
    width: 100%;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table {
    margin-top: 15px;
    width: 62.72%;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.box {
    margin-top: 15px;
    width: 34.67%;
  }

  .contents .tour_order .order_body {
    padding: 23px 12.66% 20px;
  }

  .contents .tour_contact.tel::after {
    background: #f7f6ed;
    content: "";
    height: 100%;
    left: -21px;
    margin-right: calc(-50vw + 50%);
    position: absolute;
    top: 0;
    width: calc(50% + 50vw);
    z-index: -1;
  }

  .contents .tour_contact.form::after {
    background: url(../img/contact_bg.jpg) center center/cover no-repeat;
    content: "";
    height: 100%;
    left: -21px;
    margin-right: calc(-50vw + 50%);
    position: absolute;
    top: 0;
    width: calc(50% + 50vw);
    z-index: -1;
  }

  .modal_contact_close {
    right: -10px;
    top: -10px;
    width: 30px;
  }

  .contents .modal_limits_close {
    right: -10px;
    top: -10px;
    width: 30px;
  }

  .contents .modal_form_box_head {
    display: none;
  }

  .contents .modal_form_box_head .head_tit {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1;
  }

  .contents .modal_form_box_head .head_tit .sp {
    display: none;
  }

  .contents .modal_form_box_body {
    max-height: 48vh;
    min-height: 440px;
    overflow: hidden auto;
    padding: 30px 40px 70px;
  }

  .contents .modal_form_close {
    right: -10px;
    top: -10px;
    width: 30px;
  }

  .contents .modal_form.modal_day .modal_form_box_body {
    max-height: 69.2vh;
    min-height: 485px;
    padding: 9px 50px 70px;
  }
}

@media screen and (min-width: 1211px), print {
  .contents_side_inner .side_body {
    margin-left: -50vw;
    width: calc(100% + 50vw);
  }

  .btm_fix_btns {
    margin: 0 -50vw;
    width: calc(100% + 100vw);
  }

  .contents .tour_price .price_panel .panel_body.calendar {
    padding: 0 4.97%;
  }

  .contents .tour_price .price_panel .panel_body.calendar + .panel_foot .attention_txt {
    margin-left: 4.97%;
  }
}

@media screen and (max-width: 1210px) {
  .contents .price_calendar .calendar_table .table_row.table_body .cell .fee span {
    font-size: 1.6vw;
  }

  .btm_fix_btns .btn_wrap {
    padding: 0 20px;
  }

  .contents .tour_hotels .hotel_wrap {
    padding: 0 3.4%;
  }
}

@media screen and (max-width: 1040px) {
  .contents .tour_hotels .hotel_wrap .hotel_info_02 dt:nth-of-type(2n + 1) {
    width: 40%;
  }

  .contents .tour_hotels .hotel_wrap .hotel_info_02 dt:nth-of-type(2n) {
    width: 40%;
  }

  .contents .tour_hotels .hotel_wrap .hotel_info_02 dd:nth-of-type(2n + 1) {
    width: 60%;
  }

  .contents .tour_hotels .hotel_wrap .hotel_info_02 dd:nth-of-type(2n) {
    width: 60%;
  }
}

@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }

  .contents_side {
    display: none;
  }

  .contents_main {
    width: 100%;
  }

  .contents_main .sec {
    padding: 30px var(--w-margin);
  }

  .contents .input_wrap {
    height: 50px;
  }

  .contents .input_wrap input,
  .contents .input_wrap select {
    font-size: 1.6rem;
  }

  .contents .input_wrap .suggest_list {
    padding: 10px 0 0 35px;
  }

  .contents .input_wrap .notfound_msg {
    left: 0;
    padding: 10px 0 0 40px;
    width: 100%;
  }

  .contents .days_swich {
    z-index: 200;
  }

  .contents .price_calendar .calendar_head {
    padding: 20px var(--w-margin);
  }

  .contents .price_calendar .calendar_table .table_row .cell {
    font-size: calc(13px + 3 * (100vw - 600px) / 140);
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell .fee span {
    font-size: 2.13vw;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell .fee span {
    font-size: 1.5rem;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected .tag_selected {
    border-radius: 2px;
    bottom: calc(100% + 4px);
    font-size: 80%;
    left: 50%;
    letter-spacing: -0.02em;
    padding: 3px 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected .tag_selected span {
    background: var(--color-red);
    position: relative;
    z-index: 2;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected .tag_selected::after {
    background: var(--color-red);
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: calc(100% - 11px);
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
    width: 10px;
    z-index: 1;
  }

  .contents .tour_head .head_title {
    order: 2;
    padding: 0 var(--w-margin);
  }

  .contents .tour_head .head_img {
    order: 1;
  }

  .contents .tour_head .head_tour_name {
    margin-bottom: 6px;
  }

  .contents .tour_head .head_tour_name .tit_01 {
    font-size: 2.2rem;
    line-height: 1.27;
    text-align: center;
  }

  .contents .tour_head .head_tour_tag {
    bottom: calc(100% + 0.93vw);
    right: var(--w-margin);
  }

  .contents .tour_head .head_tour_price {
    text-align: center;
  }

  .contents .tour_head .head_tour_price .price br {
    display: none;
  }

  .contents .tour_head .tour_photos .photo_gallery .img_wrap .img.whole img {
    height: 75.67%;
    width: auto;
  }

  .contents .tour_head .tour_photos .photo_gallery.pc {
    display: none;
  }

  .contents .tour_head .tour_photos .photo_gallery.sp {
    margin-bottom: 25px;
    position: relative;
  }

  .contents .tour_head .tour_photos .photo_modal_open {
    border-radius: 5px;
    bottom: 30px;
    height: 25px;
    position: absolute;
    right: 20px;
    transition: bottom 0.3s ease;
    width: 130px;
    z-index: 10;
  }

  .contents .tour_head .tour_photos .photo_modal_open span::before {
    display: inline-block;
    margin-right: 6px;
    width: 14px;
  }

  .contents .tour_head .tour_photos .photo_attention_txt {
    left: 20px;
    top: calc(100% + 10px);
  }

  .contents .tour_head .tour_photos .photo_pagination {
    bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    left: 20px;
    position: absolute;
    transition: bottom 0.3s ease;
    z-index: 10;
  }

  .contents .tour_head .tour_photos .photo_pagination .swiper-pagination-bullet {
    background: #000;
    border-radius: 0;
    height: 3px;
    margin-right: 4px;
    opacity: 0.6;
    width: 30px;
  }

  .contents .tour_point {
    padding: 20px var(--w-margin) 10px;
  }

  .contents .tour_point .aside_box {
    display: none;
  }

  .contents .tour_notes .sec_title {
    display: none;
  }

  .contents .tour_notes .note_table .info_wrap {
    border-top: 1px solid var(--color-border);
    display: flex;
    padding: 0.27vw 0;
  }

  .contents .tour_notes .note_table .info_wrap:last-of-type {
    border-bottom: 1px solid var(--color-border);
  }

  .contents .tour_notes .note_table .info_wrap dt {
    width: 27.39%;
  }

  .contents .tour_notes .note_table .info_wrap dd {
    width: 72.61%;
  }

  .contents .tour_notes .note_table .info_wrap.days dd p {
    display: inline-block;
  }

  .contents .tour_notes .note_table .info_wrap.days dd .days_swich_btn {
    margin-left: 6px;
  }

  .contents .tour_notes .note_table .info_wrap.airline dd {
    display: flex;
  }

  .contents .tour_notes .note_table .info_wrap.seat dd {
    display: flex;
  }

  .contents .tour_notes .note_table.pc {
    display: none;
  }

  .contents .tour_hotels {
    display: none;
  }

  .contents .tour_schedule {
    background: var(--color-bg-gray);
  }

  .contents .tour_schedule .schedule_nav .panel_swich {
    align-items: center;
    background: #fff;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    width: 100%;
  }

  .contents .tour_schedule .schedule_nav .panel_swich.is_active {
    background: var(--color-primary);
    color: #fff;
  }

  .contents .tour_schedule .schedule_nav .panel_swich:first-of-type {
    padding-left: 5px;
  }

  .contents .tour_schedule .schedule_nav .panel_swich:last-of-type {
    padding-right: 5px;
  }

  .contents .tour_schedule .schedule_panel {
    margin-top: 30px;
  }

  .contents .tour_schedule .schedule_table .wrap {
    padding: 2px 0;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 {
    padding: 10px 10px 10px 16px;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 dl:first-of-type {
    margin-top: 15px;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .hotel_wrap + .meal_wrap {
    margin-top: 3px;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .meal_wrap {
    align-items: center;
    display: flex;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .meal_wrap dt {
    align-items: center;
    background: var(--color-bg-gray);
    color: var(--color-text-gray);
    display: flex;
    font-size: 1.3rem;
    height: 25px;
    justify-content: center;
    width: 44px;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .meal_wrap dd {
    align-items: center;
    display: flex;
    flex: 1;
    padding-left: 10px;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .meal_wrap dd p {
    margin-right: 2.67vw;
  }

  .contents .tour_price .tour_price_wrap {
    margin-top: 20px;
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table {
    margin: 0 calc(var(--w-margin) * -1);
    width: calc(100% + var(--w-margin) * 2);
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap {
    padding: 0 var(--w-margin);
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap::after {
    content: "　";
    display: block;
    height: 100%;
    width: var(--w-margin);
  }

  .contents .tour_recom .tour_recom_wrap {
    margin: 0 calc(var(--w-margin) * -1);
    width: calc(100% + var(--w-margin) * 2);
  }

  .contents .tour_recom .tour_recom_wrap .recom_nav .nav_arr {
    display: none;
  }

  .contents .tour_recom .tour_recom_wrap ._brec.swiper ._recitem {
    padding-left: 22px;
  }

  .contents .tour_recom .tour_recom_wrap ._brec.swiper-none ._recitem {
    width: 33.3333333333%;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap {
    margin: 15px 0;
  }

  .contents .tour_order .order_body {
    padding: 25px var(--w-margin);
  }

  .contents .tour_contact.form {
    background: url(../img/contact_bg.jpg) center center/cover no-repeat;
    margin: 0 calc(var(--w-margin) * -1);
    width: calc(100% + var(--w-margin) * 2);
  }

  .contents .tour_contact.company {
    padding: 30px var(--w-margin);
  }

  .modal_contact_close {
    right: -10px;
    top: -12px;
    width: 29px;
  }

  .contents .modal_limits_close {
    right: -10px;
    top: -12px;
    width: 29px;
  }

  .contents .modal_form_box_head {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--color-border-form);
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .contents .modal_form_box_head .head_tit {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .contents .modal_form_box_head .head_tit .pc {
    display: none;
  }

  .contents .modal_form_box_body {
    background: #fff;
    max-height: calc(var(--inner-height) - 50px);
    overflow: hidden auto;
    padding-bottom: 70px;
  }

  .contents .modal_form_box_foot .btn_wrap .btn_submit {
    background: var(--color-primary);
  }

  .contents .modal_form_close {
    background: url(../img/modal_close_white.svg) center center/100% auto no-repeat;
    right: 10px;
    top: -30px;
    width: 20px;
  }

  .contents .modal_form.modal_day .modal_form_box_body {
    border-radius: 15px;
    padding-left: var(--w-margin);
    padding-right: var(--w-margin);
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .contents .vpc600 {
    display: none;
  }

  .loader::after {
    font-size: 6px;
  }

  :root {
    --w-margin: 4vw;
  }

  .contents_main .sec {
    padding-bottom: 8vw;
    padding-top: 8vw;
  }

  .contents_main .sec .sec_title {
    color: var(--color-primary-light);
    font-size: 6vw;
  }

  .contents .radio_wrap label,
  .contents .check_wrap label {
    font-size: 4vw;
    line-height: 5.07vw;
  }

  .contents .radio_wrap label::before,
  .contents .check_wrap label::before {
    margin-right: 2.93vw;
    width: 6.4vw;
  }

  .contents .input_wrap {
    height: 6.67vw;
  }

  .contents .input_wrap input,
  .contents .input_wrap select {
    font-size: 1.5rem;
    padding: 0.67vw 3.2vw;
  }

  .contents .input_wrap input:not(:read-only) {
    font-size: 16px;
    margin-left: -3.33%;
    padding: 0.67vw 3.41vw;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    width: 106.67%;
  }

  .contents .input_wrap .suggest_list {
    padding: 1.33vw 0 0 10vw;
  }

  .contents .input_wrap .suggest_list .suggest_txt {
    font-size: 3.47vw;
    line-height: 2.15;
  }

  .contents .input_wrap .notfound_msg {
    font-size: 3.47vw;
    padding: 2.67vw 0 0 4vw;
  }

  .contents .input_wrap .error_msg {
    font-size: 3.2vw;
    top: 100%;
  }

  .contents .input_wrap.calendar::after {
    height: 4.67vw;
    right: 3.2vw;
    top: calc(50% - 2.33vw);
    width: 4.67vw;
  }

  .contents .input_wrap.select::after {
    right: 3.73vw;
    top: calc(50% - 1.2vw);
    width: 2.4vw;
  }

  .contents .input_wrap.select select {
    padding-right: 4vw;
  }

  .contents .input_wrap.textarea textarea {
    font-size: 16px;
    height: 114.29%;
    line-height: 1.57;
    margin-left: -7.14%;
    padding: 3.47vw 5.18vw;
    -webkit-transform: scale(0.88) translateY(-7.14%);
    transform: scale(0.88) translateY(-7.14%);
    width: 114.29%;
  }

  .contents .js_more_box .box_text {
    font-size: 3.2vw;
    line-height: 1.75;
  }

  .contents .js_more_box .box_text p,
  .contents .js_more_box .box_text dl {
    line-height: 1.75;
  }

  .contents .js_more_box .box_more {
    border-radius: 1.07vw;
    font-size: 2.67vw;
    height: 6.4vw;
    line-height: 6.13vw;
    margin: 2vw auto 0;
    padding-bottom: 0.27vw;
    padding-right: 1.6vw;
    width: 29.07vw;
  }

  .contents .js_more_box .box_more::after {
    right: 1.87vw;
  }

  .contents .days_swich_btn {
    border-radius: 1.07vw;
    font-size: 2.67vw;
    height: 4.8vw;
    line-height: 4.8vw;
    padding-bottom: 0.4vw;
    padding-right: 2.27vw;
    width: 21.33vw;
  }

  .contents .days_swich_btn::after {
    height: 0.8vw;
    right: 1.6vw;
    top: calc(50% - 0.4vw);
    width: 1.6vw;
  }

  .contents .days_swich_box {
    border-radius: 1.28vw;
    padding: 2vw;
    right: 0;
    width: 73.6vw;
  }

  .contents .days_swich_box.show_tp {
    bottom: calc(100% + 0.8vw);
  }

  .contents .days_swich_box.show_btm {
    top: calc(100% + 0.8vw);
  }

  .contents .days_swich_box .box_tit {
    font-size: 2.93vw;
    margin-bottom: 2vw;
  }

  .contents .days_swich_box .days_list {
    gap: 0.8vw;
  }

  .contents .days_swich_box .days_list .day_link {
    border-radius: 0.53vw;
    font-size: 2.4vw;
    height: 5.73vw;
    max-width: 13.17vw;
  }

  .contents .days_swich_box .days_list .day_link.is_selected::after {
    height: 3.07vw;
    left: -1.33vw;
    top: -1.33vw;
    width: 3.07vw;
  }

  .contents .days_swich_close {
    right: -1.6vw;
    top: -1.6vw;
    width: 7.47vw;
  }

  .contents .price_calendar .calendar_nav {
    background: var(--color-bg-gray);
    margin: 0 calc(var(--w-margin) * -1);
    overflow-x: auto;
    width: calc(100% + var(--w-margin) * 2);
  }

  .contents .price_calendar .calendar_nav .nav_wrap {
    flex-wrap: nowrap;
    height: 9.2vw;
    overflow: scroll hidden;
    padding: 0 calc(3.2vw - 0.53vw);
  }

  .contents .price_calendar .calendar_nav .nav_link {
    flex: 0 0 12vw;
    font-size: 2.93vw;
    height: 6.4vw;
    margin: 0 0.53vw;
  }

  .contents .price_calendar .calendar_head {
    align-items: center;
    display: flex;
    height: 11.33vw;
    justify-content: center;
    padding: 0 var(--w-margin);
  }

  .contents .price_calendar .calendar_head .head_tit {
    font-size: 4.8vw;
  }

  .contents .price_calendar .calendar_head .head_tit span + span {
    margin-left: 0.67vw;
  }

  .contents .price_calendar .calendar_head .head_arr {
    top: calc(50% - 1.53vw);
    width: 3.07vw;
  }

  .contents .price_calendar .calendar_head .head_arr.prev {
    left: 2.67vw;
  }

  .contents .price_calendar .calendar_head .head_arr.next {
    right: 2.67vw;
  }

  .contents .price_calendar .calendar_table .table_row .cell {
    font-size: 1.87vw;
  }

  .contents .price_calendar .calendar_table .table_row.table_head .cell {
    align-items: center;
    display: flex;
    font-size: 3.2vw;
    height: 6.13vw;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell {
    height: 15.73vw;
    padding: 1.87vw 0.67vw 1.07vw 0.67vw;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell .day {
    font-size: 4.27vw;
    padding: 0 0.8vw;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell .fee {
    bottom: 1.07vw;
    height: 6.4vw;
    padding: 0 0.5vw 0 0.4vw;
    position: absolute;
    right: 0.3vw;
    z-index: 1;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell .fee span {
    font-size: 3.9vw;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell.selectable .fee span.pc {
    display: none;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell.selectable .fee span::after {
    content: "万";
    font-size: 53.33%;
    margin-left: 1px;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell.selectable.lowest .fee span::after {
    margin-left: 0;
  }

  .contents .price_calendar .calendar_table .table_row.table_body .cell:not(.selectable) .fee {
    padding-right: 1.33vw;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell {
    height: 15.6vw;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell .day {
    font-size: 4.27vw;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell .fee span {
    font-size: 4vw;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected .tag_selected {
    align-items: center;
    border-radius: 1.33vw;
    bottom: calc(100% + 1.87vw);
    display: flex;
    font-size: 2.93vw;
    height: 6.4vw;
    justify-content: center;
    padding: 0.8vw 0 0.67vw;
    width: 140%;
    z-index: 2;
  }

  .contents .price_calendar.modal .calendar_table .table_row.table_body .cell.is_selected .tag_selected::after {
    height: 1.6vw;
    top: calc(100% - 1.33vw);
    width: 1.6vw;
    z-index: 2;
  }

  .btm_fix_btns .btn_wrap {
    height: 15.73vw;
    padding: 0 4vw;
  }

  .btm_fix_btns .btn_wrap:has(.btn_contact.line) .btn_favorite {
    width: 10.67vw;
  }

  .btm_fix_btns .btn_wrap:has(.btn_contact.line) .btn_favorite span {
    font-size: 2.13vw;
  }

  .btm_fix_btns .btn_wrap:has(.btn_contact.line) .btn_favorite span::before {
    margin-bottom: 0.93vw;
  }

  .btm_fix_btns .btn_wrap:has(.btn_contact.line) .btn_contact.form {
    width: 38.67vw;
  }

  .btm_fix_btns .btn_favorite {
    flex: 1;
  }

  .btm_fix_btns .btn_favorite span {
    font-size: 2.53vw;
    line-height: 1.13;
  }

  .btm_fix_btns .btn_favorite span::before {
    margin-bottom: 1.33vw;
    width: 5.47vw;
  }

  .btm_fix_btns .contact_label {
    display: none;
  }

  .btm_fix_btns .btn_contact {
    font-size: 3.73vw;
    height: 11.2vw;
    width: 38.67vw;
  }

  .btm_fix_btns .btn_contact.line .icon {
    margin-right: 1.6vw;
    width: 6.53vw;
  }

  .btm_fix_btns .btn_contact.form {
    margin-left: 1.6vw;
    width: 68vw;
  }

  .contents .tour_head .head_tour_name {
    margin-bottom: 1.6vw;
  }

  .contents .tour_head .head_tour_name .tit_01 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 5.87vw;
    -webkit-line-clamp: 3;
    max-height: calc(5.87vw * 1.27 * 3);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .contents .tour_head .head_tour_name .tit_02 {
    font-size: 3.73vw;
    margin-top: 2.67vw;
  }

  .contents .tour_head .head_tour_tag .tag {
    font-size: 2.67vw;
    height: 4.93vw;
    padding: 0 2.4vw;
  }

  .contents .tour_head .head_tour_price .price {
    display: inline-block;
    font-size: 4vw;
  }

  .contents .tour_head .head_tour_price .price .price_min,
  .contents .tour_head .head_tour_price .price .price_max {
    font-size: 173.33%;
  }

  .contents .tour_head .head_tour_price .price small {
    font-size: 80%;
  }

  .contents .tour_head .head_tour_price .att {
    font-size: 2.67vw;
    line-height: 4.53vw;
    margin-top: 1.33vw;
  }

  .contents .tour_head .head_tour_price .att .att_01 {
    padding: 0 1.6vw;
  }

  .contents .tour_head .head_tour_price .att .att_02 {
    margin-left: 1.33vw;
  }

  .contents .tour_head .tour_photos .photo_gallery .img_wrap .desc {
    font-size: 2.93vw;
    padding: 1.6vw var(--w-margin);
  }

  .contents .tour_head .tour_photos .photo_gallery.sp {
    margin-bottom: 6.67vw;
  }

  .contents .tour_head .tour_photos .photo_modal_open {
    border-radius: 1.33vw;
    bottom: 7.6vw;
    height: 6.27vw;
    right: var(--w-margin);
    width: 33.33vw;
  }

  .contents .tour_head .tour_photos .photo_modal_open span {
    font-size: 2.93vw;
    line-height: 3.2vw;
  }

  .contents .tour_head .tour_photos .photo_modal_open span::before {
    margin-right: 1.73vw;
    width: 3.6vw;
  }

  .contents .tour_head .tour_photos .photo_attention_txt {
    font-size: 2.4vw;
    left: var(--w-margin);
    top: calc(100% + 0.67vw);
  }

  .contents .tour_head .tour_photos .photo_pagination {
    bottom: 9.33vw;
    left: var(--w-margin);
    width: 55.2vw;
  }

  .contents .tour_head .tour_photos .photo_pagination .swiper-pagination-bullet {
    height: 0.67vw;
    margin: 1.2vw 1.2vw 0 0;
    width: 8vw;
  }

  .contents .tour_point {
    --box-border-radius: 2.67vw;
    padding-bottom: 0;
    padding-top: 5.33vw;
  }

  .contents .tour_point .point_box .box_tit {
    border-radius: var(--box-border-radius);
    font-size: 3.73vw;
    height: 9.73vw;
    justify-content: center;
    margin: 0 auto -5.33vw;
    width: 64vw;
    z-index: 2;
  }

  .contents .tour_point .point_box .box_tit::before {
    height: 3.73vw;
    left: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.67vw;
  }

  .contents .tour_point .point_box .box_body {
    border-radius: var(--box-border-radius);
    padding: 8vw 4.67vw 4vw;
    position: relative;
    z-index: 1;
  }

  .contents .tour_point .point_box .box_body p {
    font-size: 3.2vw;
    line-height: 1.75;
  }

  .contents .tour_notes {
    padding-top: 5.33vw;
  }
  .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dd a{
       align-items: center;
       color: #00877e;
       cursor: pointer;
       display: inline-flex;
       transition: opacity 0.3s ease;
       font-size: 89%;
       vertical-align: top;
     }
     .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dd a::before {
       content: "▶";
       font-size: 80%;
       margin-right: 2px;
     }
     .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dd a span{
       text-decoration: underline;
     }

  .contents .tour_notes .note_table .info_wrap dt,
  .contents .tour_notes .note_table .info_wrap dd {
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 1.6vw 0 1.47vw 2vw;
  }

  .contents .tour_notes .note_table .info_wrap dt {
    padding-right: 1.07vw;
    width: 25.2vw;
  }

  .contents .tour_notes .note_table .info_wrap dd {
    width: 66.8vw;
  }

  .contents .tour_notes .note_table .info_wrap dd p {
    font-size: 3.2vw;
  }

  .contents .tour_notes .note_table .info_wrap dd .icon {
    font-size: 2.67vw;
    height: 4.93vw;
  }

  .contents .tour_notes .note_table .info_wrap dd .icon.icon_pex {
    margin-left: 0.8vw;
    padding: 0 2.4vw;
  }

  .contents .tour_notes .note_table .info_wrap dd .icon.icon_flight {
    line-height: 4.67vw;
    margin-left: 4vw;
    padding: 0 2.67vw 0.4vw;
  }

  .contents .tour_notes .note_table .info_wrap.days dd .days_swich_btn {
    margin-left: 1.6vw;
  }

  .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap {
    margin-top: 2vw;
  }

  .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_01 {
    margin-bottom: 1.33vw;
  }

  .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dt,
  .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dd {
    font-size: 2.8vw;
    line-height: 5.33vw;
    padding: 0 0 0 1.33vw;
  }

  .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dt {
    height: 5.33vw;
    width: 20.53vw;
  }

  .contents .tour_notes .note_table .info_wrap.hotel .hotel_wrap .hotel_info_02 dd {
    width: calc(100% - 20.53vw);
  }

  .contents .tour_notes .note_table .share_wrap {
    margin-top: 4vw;
  }

  .contents .tour_notes .note_table.pc .note_03 .info_wrap dd {
    font-size: 3.73vw;
  }

  .contents .tour_hotels .hotel_wrap .hotel_info_01 .hotel_info_01 {
    margin-bottom: 1.33vw;
  }

  .contents .tour_schedule .schedule_nav {
    bottom: calc(100% + 5.33vw);
    height: 8vw;
    width: 36vw;
  }

  .contents .tour_schedule .schedule_nav .panel_swich {
    font-size: 2.93vw;
  }

  .contents .tour_schedule .schedule_nav .panel_swich:first-of-type {
    padding-left: 0.67vw;
  }

  .contents .tour_schedule .schedule_nav .panel_swich:last-of-type {
    padding-right: 0.67vw;
  }

  .contents .tour_schedule .schedule_panel {
    margin-top: 6.67vw;
  }

  .contents .tour_schedule .schedule_table .wrap {
    font-size: 3.2vw;
    line-height: 1.56;
  }

  .contents .tour_schedule .schedule_table .wrap .col_01 {
    padding: 2.4vw 0.67vw 2.13vw 2vw;
    width: 16.27vw;
  }

  .contents .tour_schedule .schedule_table .wrap .col_01 .day {
    color: #fff;
    font-weight: 600;
  }

  .contents .tour_schedule .schedule_table .wrap .col_01 .date {
    font-size: 2.67vw;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 {
    padding: 2.4vw 2vw 3.33vw 3.33vw;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 dl:first-of-type {
    margin-top: 3.33vw;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .hotel_wrap dt {
    font-size: 2.8vw;
    height: 5.33vw;
    width: 9.33vw;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .hotel_wrap dd {
    padding-left: 2vw;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .hotel_wrap + .meal_wrap {
    margin-top: 0.67vw;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .meal_wrap dt {
    font-size: 2.8vw;
    height: 5.33vw;
    width: 9.33vw;
  }

  .contents .tour_schedule .schedule_table .wrap .col_02 .meal_wrap dd {
    padding-left: 2vw;
  }

  .contents .tour_schedule .schedule_table.simple .wrap .col_01 .date {
    display: none;
  }

  .contents .tour_schedule .schedule_table.simple .wrap .col_02 {
    padding-bottom: 2.13vw;
  }

  .contents .tour_schedule .schedule_table.simple .wrap .col_02 .comment_wrap {
    display: none;
  }

  .contents .tour_schedule .schedule_table.simple .wrap .col_02 .hotel_wrap {
    margin-top: 0;
  }

  .contents .tour_schedule .schedule_table.simple .wrap .col_02 .hotel_wrap dt {
    display: none;
  }

  .contents .tour_schedule .schedule_table.simple .wrap .col_02 .hotel_wrap dd {
    padding-left: 0;
  }

  .contents .tour_schedule .schedule_table.simple .wrap .col_02 .meal_wrap {
    display: none;
  }

  .contents .tour_price {
    padding-bottom: 0;
  }

  .contents .tour_price .tour_price_wrap {
    margin-top: 2.67vw;
  }

  .contents .tour_price .price_label {
    bottom: calc(100% + 1.73vw);
    right: 0;
  }

  .contents .tour_price .price_label .label_lowest {
    border-radius: 0.8vw;
    bottom: calc(100% + 1.73vw);
    font-size: 2.8vw;
    height: 6.93vw;
    min-width: 53.07vw;
    padding: 0 2.67vw;
    right: 0;
  }

  .contents .tour_price .price_label .label_lowest dd {
    padding-left: 2.67vw;
  }

  .contents .tour_price .price_label .label_lowest dd b {
    font-size: 171.43%;
  }

  .contents .tour_price .price_nav {
    border: 1px solid var(--color-primary);
    border-radius: 30px;
    display: flex;
    height: 8vw;
    margin: 0 0 0 auto;
    overflow: hidden;
    width: 44vw;
  }

  .contents .tour_price .price_nav .panel_swich {
    align-items: center;
    background: #fff;
    display: flex;
    font-size: 2.93vw;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    width: 100%;
  }

  .contents .tour_price .price_nav .panel_swich:first-of-type {
    padding-left: 0.67vw;
  }

  .contents .tour_price .price_nav .panel_swich:last-of-type {
    padding-right: 0.67vw;
  }

  .contents .tour_price .price_panel {
    padding-top: 5.33vw;
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_nav .nav_arr {
    width: 7.47vw;
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_nav .nav_arr.next {
    right: calc(var(--w-margin) - 3.73vw);
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_nav .nav_arr.prev {
    left: calc(var(--w-margin) - 3.73vw);
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list {
    flex: 0 0 54.67vw;
    margin-right: 5.33vw;
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list:last-of-type {
    margin-right: 0;
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li {
    height: 10.67vw;
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li .date {
    font-size: 3.2vw;
    padding-left: 2.67vw;
    width: 48.29%;
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li .fee {
    font-size: 4.53vw;
    padding-right: 3.33vw;
    width: 51.71%;
  }

  .contents .tour_price .price_panel .panel_body.lowest .lowest_table .table_wrap .price_list li .fee::after {
    font-size: 58.82%;
  }

  .contents .tour_price .price_panel .panel_foot .attention_txt {
    font-size: 2.67vw;
    margin-top: 1.07vw;
  }

  .contents .tour_price .price_panel .panel_foot .share_wrap {
    margin-top: 3.33vw;
  }

  .contents .tour_recom .sec_title {
    color: var(--color-text-black);
    font-size: 4vw;
    margin-bottom: 3.33vw;
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._image {
    margin-bottom: 3.2vw;
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._image a {
    aspect-ratio: 300/190;
    border-radius: 2vw;
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._title {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 1.6vw;
    min-height: calc(3.2vw * 1.5 * 3);
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._duration {
    border-radius: 0.67vw;
    font-size: 2.67vw;
    height: 4.53vw;
    left: 1.33vw;
    min-width: 10.93vw;
    padding: 0 1.33vw;
    top: 1.33vw;
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._price {
    font-size: 2.4vw;
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._price ._num_min,
  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap ._price ._num_max {
    font-size: 4vw;
  }

  .contents .tour_recom .tour_recom_wrap ._brec.swiper {
    padding-right: 12vw;
  }

  .contents .tour_recom .tour_recom_wrap ._brec.swiper ._recitem {
    padding-left: 4vw;
  }

  .contents .tour_recom .tour_recom_wrap ._brec.swiper-none ._recitem {
    width: 50%;
  }

  .contents .tour_recom .tour_recom_wrap ._brec:not(.swiper):not(.swiper-none) ._recitems ._recitem {
    flex: 0 0 40vw;
    margin-left: 4vw;
  }

  .contents .tour_attentions {
    padding-top: 5.33vw;
  }

  .contents .tour_attentions .attention_tit {
    font-size: 3.2vw;
    padding: 3.33vw 5.33vw 3.33vw 1.33vw;
  }

  .contents .tour_attentions .attention_tit::after {
    right: 2.67vw;
    top: calc(50% - 1.2vw);
    width: 2.4vw;
  }

  .contents .tour_attentions .attention_tit .icon_01 {
    font-size: 2.67vw;
    height: 4.67vw;
    margin-right: 1.33vw;
    padding: 0 2vw 0.4vw;
  }

  .contents .tour_attentions .attention_tit .icon_02 {
    font-size: 2.67vw;
    height: 4.93vw;
    margin-left: 2.67vw;
    padding: 0 2.4vw 0.4vw;
  }

  .contents .tour_attentions .attention_cnt {
    font-size: 2.93vw;
    padding: 2.67vw 4.67vw;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap {
    margin: 2.67vw 0;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table th,
  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table td {
    font-size: 2.93vw;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table th {
    height: 9.87vw;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table td {
    padding: 2.67vw 1.33vw 2.67vw 2.67vw;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table td {
    border-left: 1px solid var(--color-border);
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table:not(.pex) th:nth-of-type(1),
  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table:not(.pex) td:nth-of-type(1) {
    width: 50.67vw;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table.pex th:nth-of-type(1),
  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .table.pex td:nth-of-type(1) {
    width: 55%;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.table .terms_txt {
    font-size: 2.93vw;
    margin-top: 1.07vw;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.box {
    border-radius: 2.67vw;
    padding: 2.67vw 5.33vw;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.box p {
    font-size: 2.93vw;
  }

  .contents .tour_attentions .attention_cnt .wrap.cancel_terms .terms_wrap.box p.box_tit {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }

  .contents .sec.tour_order {
    margin: 6.67vw calc(var(--w-margin) * -1) 0;
    padding-bottom: 9.33vw;
    padding-top: 0;
  }

  .contents .tour_order {
    width: calc(100% + var(--w-margin) * 2);
  }

  .contents .tour_order .icon_hissu {
    font-size: 2.67vw;
    height: 4.53vw;
    line-height: 4.53vw;
    min-width: 8vw;
    padding: 0 1.33vw 0.4vw;
  }

  .contents .tour_order .tour_tag {
    font-size: 2.67vw;
    height: 4.93vw;
    padding: 0 2.4vw 0.27vw;
  }

  .contents .tour_order .alert_box {
    border-width: 0.67vw;
    margin-bottom: 6.67vw;
    padding: 2.67vw 4vw;
  }

  .contents .tour_order .alert_box .box_tit {
    font-size: 4.53vw;
    margin-bottom: 2.67vw;
  }

  .contents .tour_order .alert_box .box_tit::before {
    margin-right: 1.87vw;
    width: 5.87vw;
  }

  .contents .tour_order .alert_box .box_tit span {
    line-height: 5.87vw;
  }

  .contents .tour_order .alert_box .box_list {
    margin-left: 1.6vw;
  }

  .contents .tour_order .alert_box .box_list li {
    font-size: 3.2vw;
    line-height: 1.67;
  }

  .contents .tour_order .order_head {
    border-radius: 8vw 8vw 0 0;
    height: 26vw;
    padding: 1.33vw 5.33vw 0 5.33vw;
  }

  .contents .tour_order .order_head .head_label {
    height: 16vw;
  }

  .contents .tour_order .order_head .head_label img {
    height: 100%;
    width: auto;
  }

  .contents .tour_order .order_head .head_title {
    flex: 1;
    font-size: 6vw;
    line-height: 1.42;
  }

  .contents .tour_order .order_body {
    padding: 6vw 5.33vw 6.67vw;
  }

  .contents .tour_order .order_foot {
    padding-top: 6.67vw;
  }

  .contents .tour_order .order_foot .agree_wrap p {
    font-size: 2.93vw;
  }

  .contents .tour_order .order_foot .agree_wrap .check_wrap {
    margin-top: 2.67vw;
  }

  .contents .tour_order .order_foot .agree_wrap .check_wrap label span {
    font-size: 3.2vw;
  }

  .contents .tour_order .order_foot .agree_wrap .check_wrap label .icon_hissu {
    margin-left: 0.67vw;
  }

  .contents .tour_order .order_foot .btn_wrap {
    margin: 4.93vw auto 5.33vw;
  }

  .contents .tour_order .order_foot .btn_wrap .btn_submit {
    font-size: 4.53vw;
    height: 16vw;
    width: 100%;
  }

  .contents .tour_order .order_foot .comment_box {
    background: var(--color-primary-light);
    border-radius: 2.67vw;
    margin-top: 5.33vw;
    padding: 2.93vw 4vw 2.67vw;
    position: relative;
  }

  .contents .tour_order .order_foot .comment_box::before {
    background: var(--color-primary-light);
    border-radius: 0.53vw;
    bottom: calc(100% - 12vw);
    content: "";
    height: 12vw;
    left: calc(50% - 6vw);
    position: absolute;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 12vw;
    z-index: -1;
  }

  .contents .tour_order .order_foot .comment_box .box_img {
    margin-bottom: 2vw;
    width: 100%;
  }

  .contents .tour_order .order_foot .comment_box .box_txt {
    color: #fff;
    font-size: 3.47vw;
    line-height: 1.62;
  }

  .contents .tour_order .order_foot .comment_box .box_txt b {
    border-bottom: 1px solid #fff;
  }

  .contents .tour_order .order_foot .comment_box .box_txt small {
    font-size: 84.62%;
    margin-top: 2.67vw;
  }

  .contents .tour_order .order_title i {
    background: #000;
    color: #fff;
    font-size: 3.73vw;
    line-height: 1;
    margin-right: 1.87vw;
    width: 5.33vw;
  }

  .contents .tour_order .order_title span {
    font-size: 4.53vw;
  }

  .contents .tour_order .order_tab {
    justify-content: space-between;
    margin-top: 2.53vw;
  }

  .contents .tour_order .order_tab .tab {
    border-radius: 4vw 4vw 0 0;
    font-size: 3.73vw;
    height: 19.47vw;
    width: 48.65%;
  }

  .contents .tour_order .order_tab .tab:not(.is_active) {
    height: 18.13vw;
  }

  .contents .tour_order .order_panel .form_title {
    font-size: 3.73vw;
    margin: 1.6vw 0 0.8vw;
  }

  .contents .tour_order .order_panel .form_wrap {
    border-radius: 1.6vw;
    height: 16.53vw;
  }

  .contents .tour_order .order_panel .form_wrap .label_wrap {
    font-size: 3.2vw;
    left: 3.2vw;
    top: 1.73vw;
  }

  .contents .tour_order .order_panel .form_wrap .label_wrap .icon_hissu {
    margin-left: 1.07vw;
  }

  .contents .tour_order .order_panel .form_wrap .label_wrap small {
    margin-left: 1.07vw;
  }

  .contents .tour_order .order_panel .form_wrap .input_wrap {
    border-radius: 1.07vw;
    padding-top: 4.4vw;
  }

  .contents .tour_order .order_panel.panel_01 {
    justify-content: space-between;
    margin-bottom: 6.67vw;
  }

  .contents .tour_order .order_panel.panel_01 .form_wrap {
    margin-top: 2.67vw;
  }

  .contents .tour_order .order_panel.panel_01 .form_wrap.name {
    width: calc(50% - 0.93vw);
  }

  .contents .tour_order .order_panel.panel_01 .form_wrap.email {
    width: 100%;
  }

  .contents .tour_order .order_panel.panel_01 .form_wrap.tel {
    width: 100%;
  }

  .contents .tour_order .order_panel.panel_02 .message_area {
    margin-bottom: 2.67vw;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .tit {
    font-size: 4.27vw;
    margin: 5.33vw auto 1.87vw;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .tit span {
    margin: 0 1.33vw;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .box {
    border-radius: 2.67vw;
    margin-bottom: 4vw;
    padding: 3.2vw 4.67vw 4.27vw;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .box_tit {
    font-size: 3.2vw;
    line-height: 1.67;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .box_txt {
    display: flex;
    font-size: 2.93vw;
    line-height: 1.55;
    margin-top: 3.6vw;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .box_txt span {
    flex: 1;
    padding-left: 1.87vw;
  }

  .contents .tour_order .order_panel.panel_02 .message_area .desc {
    background: #fff;
    border-radius: 2.67vw;
    font-size: 2.93vw;
    line-height: 1.55;
    padding: 4.13vw 4.67vw 4vw;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.day {
    width: 100%;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.day + .day {
    margin-top: 2.67vw;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.member {
    margin-bottom: 6.67vw;
    margin-right: 2.84%;
    width: 31.44%;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.member.member_03 {
    margin-right: 0;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.comment .input_wrap {
    min-height: 53.33vw;
  }

  .contents .tour_order .order_panel.panel_02 .input_area .form_wrap.comment.req {
    min-height: 76vw;
  }

  .contents .tour_order .order_panel.panel_02 .coupon_area {
    margin: 3.87vw auto 0;
  }

  .contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_btn {
    font-size: 2.67vw;
    height: 8vw;
    margin-top: 3.87vw;
    width: 39.47vw;
  }

  .contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_btn::after {
    margin-left: 1.07vw;
    width: 4.27vw;
  }

  .contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_area {
    margin-top: 1.33vw;
  }

  .contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_area p {
    font-size: 2.93vw;
    line-height: 1.55;
  }

  .contents .tour_order .order_panel.panel_02 .coupon_area .coupon_swich_area .form_wrap {
    margin: 2vw auto 0;
    width: 66.4vw;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area {
    margin-top: 5.33vw;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .txt {
    font-size: 2.93vw;
    margin-top: 2.67vw;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_swich_btn {
    border-radius: 1.07vw;
    font-size: 4vw;
    height: 10.93vw;
    width: 100%;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.name {
    margin-bottom: 2.67vw;
    margin-right: 2.13vw;
    width: calc(50% - 2.13vw);
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.name.name_02 {
    margin-right: 0;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.name.name_03 {
    margin-bottom: 0;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day .input_wrap {
    border-radius: 1.6vw;
    width: 20.53vw;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day .input_wrap:first-of-type {
    width: 29.07vw;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day .input_wrap.select::after {
    right: 2.67vw;
  }

  .contents .tour_order .order_panel.panel_02 .prefill_area .form_wrap.birth_day p {
    font-size: 4vw;
    width: 6.67vw;
  }

  .contents .tour_order .order_panel.panel_02.panel_02_1 .coupon_area .coupon_swich_area {
    margin-bottom: 5.33vw;
  }

  .contents .tour_contact.tel {
    padding: 8vw var(--w-margin) 8.67vw;
  }

  .contents .tour_contact.tel .contact_tit {
    font-size: 6vw;
    margin-bottom: 5.33vw;
  }

  .contents .tour_contact.tel .txt_wrap p {
    font-size: 3.47vw;
  }

  .contents .tour_contact.tel .contact_code {
    font-size: 5.6vw;
    height: 8vw;
    margin: 1.33vw auto 0.67vw;
    width: 43.6vw;
  }

  .contents .tour_contact.tel .contact_tel {
    align-items: center;
    background: #fff;
    border: 1px solid var(--color-text-gray);
    border-radius: 12vw;
    display: flex;
    height: 12vw;
    justify-content: center;
    margin: 4vw auto 2.67vw;
    padding-right: 2.67vw;
    position: relative;
    width: 72vw;
  }

  .contents .tour_contact.tel .contact_tel::before {
    aspect-ratio: 1/1;
    background: url(../img/contact_icon_tel_black.svg) center center/cover no-repeat;
    content: "";
    margin-right: 2.13vw;
    width: 4vw;
  }

  .contents .tour_contact.tel .contact_tel .tel_txt {
    font-size: 3.2vw;
    font-weight: 600;
    margin-bottom: 1.33vw;
  }

  .contents .tour_contact.tel .contact_tel .tel_number {
    color: var(--color-primary);
    font-size: 3.2vw;
  }

  .contents .tour_contact.tel .contact_time {
    font-size: 2.67vw;
    margin-top: 2.67vw;
  }

  .contents .tour_contact.form {
    min-height: 82.67vw;
    padding-bottom: 2.13vw;
  }

  .contents .tour_contact.form .contact_tit {
    margin-bottom: 5.6vw;
  }

  .contents .tour_contact.form .contact_tit .tit {
    font-size: 6.4vw;
    margin-bottom: 1.33vw;
  }

  .contents .tour_contact.form .contact_tit .txt .txt_01 {
    font-size: 3.2vw;
    height: 4vw;
    margin-right: 3.33vw;
    padding: 0 1.73vw;
  }

  .contents .tour_contact.form .contact_tit .txt .txt_02 {
    font-size: 2.93vw;
    padding-left: 3.33vw;
  }

  .contents .tour_contact.form .contact_tit .txt .txt_02::before {
    height: 4vw;
  }

  .contents .tour_contact.form .contact_desc {
    margin-bottom: 5.6vw;
  }

  .contents .tour_contact.form .contact_desc p {
    font-size: 3.2vw;
    line-height: 1.67;
  }

  .contents .tour_contact.form .contact_btn .link_btn {
    font-size: 4.27vw;
    height: 16vw;
    margin: 2.67vw auto 1.33vw;
    padding-left: 2.13vw;
    width: 80vw;
  }

  .contents .tour_contact.form .contact_btn .link_btn::before {
    left: 1.73vw;
    width: 12.53vw;
  }

  .contents .tour_contact.form .contact_btn p {
    font-size: 2.8vw;
    line-height: 1.52;
    margin-top: 2.67vw;
  }

  .contents .tour_contact.company {
    padding-bottom: 9.33vw;
    padding-top: 8vw;
  }

  .contents .tour_contact.company p {
    font-size: 3.73vw;
    line-height: 1.79;
  }

  .contents .tour_contact.company p + p {
    margin-top: calc(3.73vw * 1.79);
  }

  .contents .tour_contact.company p small {
    font-size: 75%;
    line-height: 1.71;
  }

  .contents .tour_contact.company .tit {
    font-size: 3.73vw;
    line-height: 1.79;
  }

  .modal_gallery_box {
    position: relative;
  }

  .modal_gallery_box_head {
    font-size: 3.73vw;
    height: 12vw;
  }

  .modal_gallery_box_body {
    height: calc(var(--inner-height, 100vh) - 12vw);
  }

  .modal_gallery_close {
    right: 2.67vw;
    top: 2.13vw;
    width: 7.6vw;
  }

  .modal_gallery .gallery_photos {
    padding: 4vw 0;
  }

  .modal_gallery .photo_wrap {
    margin-bottom: 2.67vw;
  }

  .modal_gallery .photo_wrap .desc {
    font-size: 2.93vw;
    line-height: 1.27;
    margin: 1.33vw var(--w-margin) 0;
  }

  .modal_contact_box {
    border-radius: 2.67vw;
    padding: 6.67vw 5.33vw;
    width: 80vw;
  }

  .modal_contact_box .tit {
    font-size: 4.27vw;
    margin-bottom: 4vw;
    padding: 0 4.8vw;
  }

  .modal_contact_box .tit::after,
  .modal_contact_box .tit::before {
    height: 10.67vw;
  }

  .modal_contact_box .txt_01 {
    font-size: 3.47vw;
    line-height: 1.55;
    margin-bottom: 2.67vw;
  }

  .modal_contact_box .txt_02 {
    font-size: 2.93vw;
    line-height: 1.55;
    margin-bottom: 5.33vw;
  }

  .modal_contact_box .btn {
    font-size: 3.2vw;
    height: 11.07vw;
    width: 37.33vw;
  }

  .modal_contact_box .btn.btn_line {
    font-size: 3.73vw;
    width: 57.33vw;
  }

  .modal_contact_box .btn.btn_line::before {
    margin-right: 1.6vw;
    width: 6.4vw;
  }

  .modal_contact_close {
    right: -2.8vw;
    top: -3.2vw;
    width: 7.73vw;
  }

  .contents .modal_limits_box {
    border-radius: 2.67vw;
    padding: 6vw 2.67vw 6.67vw;
    width: 80vw;
  }

  .contents .modal_limits_box .tit {
    font-size: 4.27vw;
    margin-bottom: 4.67vw;
  }

  .contents .modal_limits_box .txt {
    font-size: 3.47vw;
    line-height: 1.54;
    margin-bottom: 5.07vw;
  }

  .contents .modal_limits_box .txt .tel_link {
    text-decoration: underline;
  }

  .contents .modal_limits_box .btn {
    font-size: 3.2vw;
    height: 11.07vw;
    width: 37.33vw;
  }

  .contents .modal_limits_close {
    right: -2.8vw;
    top: -3.2vw;
    width: 7.73vw;
  }

  .contents .modal_form_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .contents .modal_form_box_head {
    height: 13.33vw;
  }

  .contents .modal_form_box_head .head_tit {
    font-size: 4.53vw;
  }

  .contents .modal_form_box_body {
    height: calc(var(--inner-height) - 13.33vw);
    padding-bottom: 18.67vw;
  }

  .contents .modal_form_box_foot {
    height: 18.67vw;
    padding: 0 20px env(safe-area-inset-bottom);
  }

  .contents .modal_form_box_foot .btn_wrap .btn_clear {
    font-size: 3.2vw;
    height: 6.53vw;
    margin-right: 26vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .contents .modal_form_box_foot .btn_wrap .btn_submit {
    border-radius: 11.2vw;
    font-size: 3.73vw;
    height: 11.2vw;
    max-width: 49.33vw;
    width: 53.62%;
  }

  .contents .modal_form_box_foot .btn_wrap .btn_submit::after {
    height: 0.8vw;
    right: 1.33vw;
    top: calc(50% - 0.4vw);
    width: 1.33vw;
  }

  .contents .modal_form_close {
    right: 5.07vw;
    top: -9.6vw;
    width: 6.4vw;
  }

  .contents .modal_form.modal_day {
    padding-top: 18.67vw;
  }

  .contents .modal_form.modal_day .modal_form_box_body {
    border-radius: 4vw 4vw 0 0;
    padding-top: 6.67vw;
  }
}

@media screen and (max-width: 1210px) and (min-width: 961px) {
  .contents_side_inner .side_body {
    padding-left: 20px;
  }

  .contents .tour_head .head_tour_price .att .att_02 {
    display: inline-block;
  }
}

@media screen and (max-width: 960px) and (min-width: 601px) {
  .contents .tour_notes .note_table .info_wrap dd p + .icon {
    margin-left: 10px;
  }
}

@media (hover: none) {
  input[type=submit],
  input[type=button],
  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  input[type=submit]:active,
  input[type=button]:active,
  button:active {
    opacity: 0.65;
  }

  .contents .input_wrap .suggest_list .suggest_txt {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .input_wrap .suggest_list .suggest_txt:active {
    opacity: 0.65;
  }

  .contents .days_swich_box .days_list .day_link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .days_swich_box .days_list .day_link:active {
    background: var(--color-primary);
    color: #fff;
  }

  .contents .price_calendar .calendar_nav .nav_link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .price_calendar .calendar_nav .nav_link:active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
  }

  .contents .price_calendar:not(.view) .calendar_table .table_row.table_body .cell.selectable {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .price_calendar:not(.view) .calendar_table .table_row.table_body .cell.selectable:active::after {
    border: 2px solid var(--color-red);
    content: "";
    height: calc(100% - 4px);
    inset: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 4px);
    z-index: 1;
  }

  .contents .price_calendar:not(.view) .calendar_table .table_row.table_body .cell.selectable:active .fee {
    opacity: var(--hover-opacity);
  }

  .btm_fix_btns .btn_favorite {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .btm_fix_btns .btn_favorite:active span::before {
    background-image: url(../img/favorite_icon_seved.svg);
  }

  .btm_fix_btns .btn_contact {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .btm_fix_btns .btn_contact:active {
    opacity: var(--hover-opacity);
  }

  .contents_side .nav_wrap a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_side .nav_wrap a:active {
    background: var(--color-primary-light);
    color: #fff;
    font-weight: 600;
  }

  .contents_side .nav_wrap a:active::after {
    background-image: url(../img/arr_1_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_head"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_side .nav_wrap a[href="#tour_head"]:active::before {
    background-image: url(../img/nav_photos_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_point"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_side .nav_wrap a[href="#tour_point"]:active::before {
    background-image: url(../img/nav_point_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_notes"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_side .nav_wrap a[href="#tour_notes"]:active::before {
    background-image: url(../img/nav_notes_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_hotels"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_side .nav_wrap a[href="#tour_hotels"]:active::before {
    background-image: url(../img/nav_hotel_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_schedule"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_side .nav_wrap a[href="#tour_schedule"]:active::before {
    background-image: url(../img/nav_schedule_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_price"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_side .nav_wrap a[href="#tour_price"]:active::before {
    background-image: url(../img/nav_calendar_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_attentions"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents_side .nav_wrap a[href="#tour_attentions"]:active::before {
    background-image: url(../img/nav_attentions_white.svg);
  }

  .contents .tour_price .price_nav .panel_swich {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .tour_price .price_nav .panel_swich:active {
    background: var(--color-primary);
    color: #fff;
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap a:active {
    opacity: var(--hover-opacity);
  }

  .contents .tour_attentions .attention_tit {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .tour_attentions .attention_tit:active {
    opacity: 0.65;
  }

  .contents .tour_order .order_tab .tab {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .tour_order .order_tab .tab:active {
    opacity: 0.65;
  }

  .contents .tour_contact.form .contact_btn .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .tour_contact.form .contact_btn .link_btn:active {
    background: var(--color-secondary-bg1);
  }

  .modal_contact_box .btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .modal_contact_box .btn:active {
    background: var(--color-bg-gray-light);
    opacity: 1;
  }

  .modal_contact_box .btn.btn_line {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .modal_contact_box .btn.btn_line:active {
    background: #05b34d;
    border-color: #05b34d;
  }

  .modal_contact_close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .modal_contact_close:active {
    opacity: 0.65;
  }

  .contents .modal_limits_box .btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_limits_box .btn:active {
    background: var(--color-bg-gray-light);
    opacity: 1;
  }

  .contents .modal_limits_close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_limits_close:active {
    opacity: 0.65;
  }

  .contents .modal_form_close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .modal_form_close: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;
  }

  .contents .input_wrap .suggest_list .suggest_txt:hover {
    opacity: 0.65;
  }

  .contents .days_swich_box .days_list .day_link:hover {
    background: var(--color-primary);
    color: #fff;
  }

  .contents .price_calendar .calendar_nav .nav_link:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
  }

  .contents .price_calendar:not(.view) .calendar_table .table_row.table_body .cell.selectable:hover::after {
    border: 2px solid var(--color-red);
    content: "";
    height: calc(100% - 4px);
    inset: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 4px);
    z-index: 1;
  }

  .contents .price_calendar:not(.view) .calendar_table .table_row.table_body .cell.selectable:hover .fee {
    opacity: var(--hover-opacity);
  }

  .btm_fix_btns .btn_favorite:hover span::before {
    background-image: url(../img/favorite_icon_seved.svg);
  }

  .btm_fix_btns .btn_contact:hover {
    opacity: var(--hover-opacity);
  }

  .contents_side .nav_wrap a:hover {
    background: var(--color-primary-light);
    color: #fff;
    font-weight: 600;
  }

  .contents_side .nav_wrap a:hover::after {
    background-image: url(../img/arr_1_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_head"]:hover::before {
    background-image: url(../img/nav_photos_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_point"]:hover::before {
    background-image: url(../img/nav_point_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_notes"]:hover::before {
    background-image: url(../img/nav_notes_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_hotels"]:hover::before {
    background-image: url(../img/nav_hotel_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_schedule"]:hover::before {
    background-image: url(../img/nav_schedule_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_price"]:hover::before {
    background-image: url(../img/nav_calendar_white.svg);
  }

  .contents_side .nav_wrap a[href="#tour_attentions"]:hover::before {
    background-image: url(../img/nav_attentions_white.svg);
  }

  .contents .tour_price .price_nav .panel_swich:hover {
    background: var(--color-primary);
    color: #fff;
  }

  .contents .tour_recom .tour_recom_wrap ._brec ._recitems ._recitem ._wrap a:hover {
    opacity: var(--hover-opacity);
  }

  .contents .tour_attentions .attention_tit:hover {
    opacity: 0.65;
  }

  .contents .tour_order .order_tab .tab:hover {
    opacity: 0.65;
  }

  .contents .tour_contact.form .contact_btn .link_btn:hover {
    background: var(--color-secondary-bg1);
  }

  .modal_contact_box .btn:hover {
    background: var(--color-bg-gray-light);
    opacity: 1;
  }

  .modal_contact_box .btn.btn_line:hover {
    background: #05b34d;
    border-color: #05b34d;
  }

  .modal_contact_close:hover {
    opacity: 0.65;
  }

  .contents .modal_limits_box .btn:hover {
    background: var(--color-bg-gray-light);
    opacity: 1;
  }

  .contents .modal_limits_close:hover {
    opacity: 0.65;
  }

  .contents .modal_form_close:hover {
    opacity: 0.65;
  }
}