:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --color-primary: #042366;
  --color-primary2: #f2bb41;
  --color-primary-bg-1: #d1e0ff;
  --color-primary-bg-2: #ffeec8;
  --color-secondary: #fc4949;
  --color-tour-tab1: #f2f2f2;
  --color-tour-tab1-txt: #333;
  --color-tour-tab1-active: #042366;
  --color-tour-tab1-active-txt: #fff;
  --color-tour-tab2: #042366;
  --color-tour-tab2-txt: #fff;
  --color-tour-tab2-active: #fff;
  --color-tour-tab2-active-txt: #042366;
  --color-tour-btn: #ff535e;
  --color-tour-btn-txt: #fff;
  --color-tour-price-txt: #ff0707;
  --color-tour-head: #f2f2f2;
  --color-tour-main: #042366;
  --color-tour-main-bg: #d1e0ff;
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Serif JP Light"), local("NotoSerifJP-Light"), url("/calls/tw_common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Light.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP Regular"), local("NotoSerifJP-Regular"), url("/calls/tw_common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium"), url("/calls/tw_common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif JP SemiBold"), local("NotoSerifJP-SemiBold"), url("/calls/tw_common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold"), url("/calls/tw_common/fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 800;
  src: local("Noto Serif JP ExtraBold"), local("NotoSerifJP-ExtraBold"), url("/calls/tw_common/fonts/NotoSerifJP-ExtraBold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-ExtraBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Serif JP Black"), local("NotoSerifJP-Black"), url("/calls/tw_common/fonts/NotoSerifJP-Black.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Black.woff") format("woff");
}

body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

.contents {
  background: linear-gradient(to right, var(--color-primary2) 0%, var(--color-primary2) 50%, var(--color-primary) 50%, var(--color-primary) 100%);
  color: #333;
  padding-bottom: 1px;
}

.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.contents i,
.contents em {
  font-style: normal;
}

.contents a {
  color: #333;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

.contents .section {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  /* &:not(:first-of-type) {
    @include mq($br_w) {
      @include min_mq($br_sp) {
        padding-top: 30px;
      }
    }
  }
  &:not(:last-of-type) {
    &::after {
      background: url(../img/bg_wave_blue_pc.png) center top / 100% auto no-repeat;
      content: "";
      display: block;

      // aspect-ratio: 1923 / 98;
      // background: url(../img/bg_wave_blue_pc.png) center center / cover no-repeat;
      width: 100%;
      @include min_mq($br_sp) {
        height: 98px;
      }
      @include mq($br_sp) {
        aspect-ratio: 750 / 42;
        background-image: url(../img/bg_wave_blue_sp.png);
      }
    }
  } */
  /* &:nth-of-type(2n + 1) {
    background-color: var(--color-primary-bg-1);
    &:not(:last-of-type) {
      &::after {
        background-image: url(../img/bg_wave_white_pc.png);
        @include mq($br_sp) {
          background-image: url(../img/bg_wave_white_sp.png);
        }
      }
    }
  } */
}

.contents .section .sec_inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.contents .section .sec_title {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  width: 100%;
}

.contents .section .sec_title picture {
  display: block;
}

.contents .section p {
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents .section .link_btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 420px;
}

.contents .section .link_btn::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: rotate(-45deg);
  width: 7px;
  /* @include mq($br_sp) {
    height: pxtovw(14);
    right: pxtovw(17);
    width: pxtovw(7);
  } */
}

.contents .sec_lead {
  font-weight: bold;
  text-align: center;
}

.contents .sec_lead .small {
  color: #888;
  font-size: 1.2rem;
  margin-top: 5px;
}

.contents .sec_lead .sp_anker {
  display: none;
}

.contents .sec_plans {
  padding-top: 40px;
}

.contents .sec_plans .ab_tit {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}

.contents .sec_plans .ab_lead {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.contents .sec_plans .ab_anker {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 55px;
}

.contents .sec_plans .ab_anker a {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex: 0 0 44%;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px 15px;
  text-align: center;
}

.contents .sec_plans .ab_anker a::after {
  border: solid transparent;
  border-bottom: none;
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-width: 11px;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}

.contents .sec_plans .ab_anker a dt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.64;
  margin-bottom: 5px;
}

.contents .sec_plans .ab_anker a dd {
  color: #666;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  line-height: 1.67;
  margin-bottom: 15px;
}

.contents .sec_plans .ab_anker .fontmin {
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  display: block;
  flex: 0 1 12%;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.75;
  text-align: center;
}

.contents .sec_plans .plan {
  background: #fff;
  margin-bottom: 60px;
  margin-top: 4%;
  padding: 4%;
  position: relative;
}

.contents .sec_plans .plan::before {
  background: url(../img/round.svg) top center/auto 100% no-repeat;
  bottom: 100%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 4%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 17%;
}

.contents .sec_plans .plan .line_box {
  border: 2px solid;
  padding: 5%;
  position: relative;
}

.contents .sec_plans .plan .spot_name {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 0 15px;
  text-align: center;
}

.contents .sec_plans .plan .spot_lead {
  color: #666;
  font-size: 1.3rem;
  line-height: 1.54;
  padding-bottom: 20px;
  text-align: center;
}

.contents .sec_plans .plan .spot_img img {
  height: auto;
  width: 100%;
}

.contents .sec_plans .plan .spot_img figcaption {
  color: #666;
  font-size: 1.1rem;
  padding-top: 8px;
  text-align: center;
}

.contents .sec_plans .plan h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 45px;
  padding-bottom: 10px;
  position: relative;
}

.contents .sec_plans .plan h4::after {
  border-top: 2px solid;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 16%;
}

.contents .sec_plans .plan .schedule li {
  margin-left: 6px;
  padding-bottom: 20px;
  padding-left: 21px;
  position: relative;
  width: calc(100% - 6px);
}

.contents .sec_plans .plan .schedule li::before {
  background: #ccc;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.contents .sec_plans .plan .schedule li:first-of-type::before {
  top: 5px;
}

.contents .sec_plans .plan .schedule li:last-of-type::before {
  height: 5px;
}

.contents .sec_plans .plan .schedule li p {
  font-size: 1.4rem;
  line-height: 1.71;
  position: relative;
}

.contents .sec_plans .plan .schedule li p::before {
  border-radius: 50%;
  content: "";
  height: 11px;
  left: -26px;
  position: absolute;
  top: 4px;
  width: 11px;
}

.contents .sec_plans .plan .precautions {
  list-style-type: disc;
  padding-left: 18px;
}

.contents .sec_plans .plan .precautions li {
  font-size: 1.4rem;
  line-height: 1.71;
  padding-bottom: 5px;
}

.contents .sec_plans .plan .tourlist .tour_cnt {
  border: none;
  box-shadow: none;
  margin: 0 -15px 5px;
}

.contents .sec_plans .plan .tourlist .tour_cnt_head {
  background: none;
  padding: 10px 15px 10px;
}

.contents #morning.sec_plans .ab_anker a::after {
  border-top-color: var(--color-primary2);
}

.contents #morning.sec_plans .line_box {
  border-color: var(--color-primary2);
}

.contents #morning.sec_plans .line_box::before {
  background: url(../img/icon_sun.svg) top center/auto 100% no-repeat, #fff;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 7.8%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 16%;
}

.contents #morning.sec_plans .line_box h4::after {
  border-top-color: var(--color-primary2);
}

.contents #morning.sec_plans .line_box .schedule li p::before {
  background: var(--color-primary2);
}

.contents #morning.sec_plans .tourlist .tour_tab li.selected {
  background: var(--color-primary2);
  border: 1px solid var(--color-primary2);
}

.contents #morning.sec_plans .tourlist .tour_tab li.selected::after {
  border-color: var(--color-primary2) transparent transparent transparent;
}

.contents #morning.sec_plans .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
  background: var(--color-primary-bg-2);
  border-bottom-color: var(--color-primary-bg-2);
}

.contents #morning.sec_plans .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span,
.contents #morning.sec_plans .tourlist .tour_cnt_wrap .tour_info_tab_nav li.is_active span {
  background: var(--color-primary2);
  border-bottom-color: var(--color-primary2);
}

.contents #morning.sec_plans .tourlist .tour_cnt_wrap .tour_info_tab_panel {
  border-color: var(--color-primary2);
}

.contents #morning.sec_plans .link_btn {
  background: var(--color-primary2);
}

.contents #night.sec_plans .ab_tit,
.contents #night.sec_plans .ab_lead {
  color: #fff;
}

.contents #night.sec_plans .ab_anker a::after {
  border-top-color: var(--color-primary);
}

.contents #night.sec_plans .line_box {
  border-color: var(--color-primary);
}

.contents #night.sec_plans .line_box::before {
  background: url(../img/icon_moon.svg) top center/auto 100% no-repeat, #fff;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 6.6%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 16%;
}

.contents #night.sec_plans .line_box h4::after {
  border-top-color: var(--color-primary);
}

.contents #night.sec_plans .line_box .schedule li p::before {
  background: var(--color-primary);
}

.contents .sec_line h2 {
  color: #00b900;
  font-feature-settings: "palt";
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}

.contents .sec_line h2 .ribbon {
  background: url(../img/ribbon.svg) top center/100% 100% no-repeat;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 10px;
  width: 35%;
}

.contents .sec_line .line_lead {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  text-align: center;
}

.contents .sec_line .line_lead strong {
  color: var(--color-secondary);
  font-size: 131%;
}

.contents .sec_line .line_open_btn {
  background: #00b900;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 45px;
  margin: 20px 0 10px;
  outline: solid 2px #fff;
  outline-offset: -6px;
  padding: 10px 20px 10px 30px;
  position: relative;
  text-align: center;
}

.contents .sec_line .line_open_btn::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 10px;
  margin: -8px 0 8px 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}

.contents .sec_line .line_open_btn.open::after {
  margin: -4px 0 0 0;
  transform: rotate(-135deg);
}

.contents .sec_line .line_open_btn:hover {
  cursor: pointer;
}

.contents .sec_line .line_wrap {
  background: #f8ff9e;
  border: 5px solid #00b900;
  border-radius: 10px;
  display: none;
  text-align: left;
}

.contents .sec_line .line_wrap .howto_id {
  border-bottom: 2px dashed #00b900;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.contents .sec_line .line_wrap .howto_id .howto_id_flow h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
}

.contents .sec_line .line_wrap .howto_id .howto_id_flow li p {
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.contents .sec_line .line_wrap .howto_id .howto_id_flow .line_link_btn {
  align-items: center;
  background: #00b900;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.4;
  margin: 0 auto;
  padding: 10px 15px;
}

.contents .sec_line .line_wrap .howto_id .howto_id_flow .line_link_btn::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  margin: 0 0 0 10px;
  transform: rotate(-45deg);
  width: 8px;
}

.contents .sec_line .line_wrap img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.contents .sec_line .line_wrap .line_txt_wrap {
  line-height: 1.6;
}

.contents .sec_line .line_wrap .line_txt_wrap .link_btn {
  clear: both;
}

.contents .sec_line .line_wrap .line_txt_wrap .line_txt {
  font-size: 1.3rem;
}

.contents .sec_line .line_wrap .line_txt_wrap .line_tit {
  color: #00b900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 0 0 20px;
  width: 100%;
}

.contents .sec_line .line_precautions {
  background: #f4f4f4;
  font-size: 1.3rem;
  line-height: 1.62;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
}

.contents .tourlist.tabpanel .tour_tab ul {
  display: flex;
  width: 100%;
}

.contents .tourlist.tabpanel .tour_tab li {
  align-items: center;
  background: var(--color-tour-tab1);
  border: 1px solid #dadada;
  color: var(--color-tour-tab1-txt);
  cursor: pointer;
  display: flex;
  height: 58px;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents .tourlist.tabpanel .tour_tab li + li {
  border-left: 0;
}

.contents .tourlist.tabpanel .tour_tab li.selected {
  background: var(--color-tour-tab1-active);
  border: 1px solid var(--color-tour-tab1-active);
  color: var(--color-tour-tab1-active-txt);
  position: relative;
}

.contents .tourlist.tabpanel .tour_tab li.selected::after {
  border: 30px solid transparent;
  border-top: 20px solid var(--color-tour-tab1-active);
  bottom: -40px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}

.contents .tourlist.tabpanel .tour_tab li span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 5px;
  text-align: center;
}

.contents .tourlist.tabpanel .tour_panel {
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 35px;
}

.contents .tourlist.tabpanel .tour_panel:not(.selected) {
  display: none;
}

.contents .tourlist .tour_cnt {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.contents .tourlist .tour_cnt img {
  height: auto;
  width: 100%;
}

.contents .tourlist .tour_cnt_head {
  background: var(--color-tour-head);
  overflow: hidden;
  padding: 10px 15px;
}

.contents .tourlist .tour_cnt_head .cnt_head_01 {
  background: #fff;
  border: 2px solid var(--color-tour-main);
  float: left;
  text-align: center;
  width: 155px;
}

.contents .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
  border-bottom: 2px solid var(--color-tour-main);
  color: var(--color-tour-main);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 5px;
  text-align: center;
}

.contents .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 12px 5px;
  text-align: center;
}

.contents .tourlist .tour_cnt_head .cnt_head_02 {
  padding-left: 177px;
}

.contents .tourlist .tour_cnt_head .tour_name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
}

.contents .tourlist .tour_cnt_head .tour_name a {
  color: #333;
}

.contents .tourlist .tour_cnt_head .tour_comment {
  background: #fff;
  display: table;
  width: 100%;
}

.contents .tourlist .tour_cnt_head .tour_comment > span {
  display: table-cell;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: middle;
}

.contents .tourlist .tour_cnt_head .tour_comment_tit {
  background: var(--color-tour-main);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 86px;
}

.contents .tourlist .tour_cnt_head .tour_comment_txt {
  padding: 5px 10px;
}

.contents .tourlist .tour_cnt_head .tour_img a {
  aspect-ratio: 170/114;
  display: block;
  overflow: hidden;
}

.contents .tourlist .tour_cnt_head .tour_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .tourlist .tour_cnt_wrap {
  overflow: hidden;
  padding: 7px 15px;
}

.contents .tourlist .tour_cnt_wrap .cnt_left {
  float: left;
  width: 220px;
}

.contents .tourlist .tour_cnt_wrap .cnt_right {
  padding-left: 236px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_list li {
  margin-bottom: 4px;
  overflow: hidden;
}

.contents .tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {
  display: inline-block;
}

.contents .tourlist .tour_cnt_wrap .tour_info_list p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.contents .tourlist .tour_cnt_wrap .tour_info_list .tit {
  background: var(--color-tour-main);
  color: #fff;
  float: left;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 70px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_list .txt {
  padding: 3px 0 0 80px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_list .txt .direct {
  border: 1px solid #ff6e00;
  border-radius: 20px;
  color: #ff6e00;
  display: inline-block;
  font-size: 1.1rem;
  margin: -3px 0 0 10px;
  padding: 2px 10px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab {
  background: #e6e6e6;
  overflow: hidden;
  padding: 5px 3px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_nav {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li {
  display: table-cell;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
  background: var(--color-tour-tab2);
  border-bottom: 3px solid var(--color-tour-tab2);
  border-radius: 4px 4px 0 0;
  color: var(--color-tour-tab2-txt);
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 33px;
  margin: 0 2px;
  text-align: center;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span,
.contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li.is_active span {
  background: var(--color-tour-tab2-active);
  border-bottom: 3px solid #fff;
  color: var(--color-tour-tab2-active-txt);
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li span:hover {
  opacity: 0.65;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span:hover,
.contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li.is_active span:hover {
  opacity: 1;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel {
  background: #fff;
  margin: 0 2px;
  overflow: hidden;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
  display: none;
  min-height: 70px;
  padding: 10px 10px 10px 0;
  position: relative;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt.active,
.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt.is_active {
  display: block;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
  overflow: hidden;
  width: 100%;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
  float: left;
  width: 103px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
  background: #323232;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  height: 48px;
  line-height: 1.4;
  padding: 7px 0 0 15px;
  position: relative;
  width: 103px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span::after {
  border-color: transparent transparent transparent #323232;
  border-style: solid;
  border-width: 24px 0 24px 10px;
  content: "";
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
  display: block;
  font-size: 1.4rem;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
  padding-left: 120px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {
  color: var(--color-tour-price-txt);
  font-weight: bold;
  line-height: 1.2;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
  font-size: 2.4rem;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 2.4rem;
  margin-left: 5px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
  overflow: hidden;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
  background: url(../img/common/line_double_01.png) center center repeat-x;
  color: #505050;
  display: inline-block;
  margin-right: 10px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
  font-size: 1.8rem;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
  font-size: 1.2rem;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
  background: var(--color-tour-price-txt);
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2px 0;
  text-align: center;
  width: 105px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: var(--color-tour-price-txt);
  display: block;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 small {
  display: inline-block;
  font-size: 1em;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
  background: url(../img/icon_tour_attention.png) left center no-repeat;
  color: #0064d2;
  margin-left: 5px;
  padding-left: 17px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
  bottom: 8px;
  height: 44px;
  position: absolute;
  right: 10px;
  width: 160px;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: var(--color-tour-btn);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a::after {
  background: url(../img/common/arr_02_white.svg) center center/100% 100% no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.contents .sec_tour {
  margin-bottom: 80px;
  margin-top: 4%;
  padding: 10px 5.5% 60px;
  position: relative;
}

.contents .sec_tour::before {
  background: url(../img/round.svg) top center/auto 100% no-repeat;
  bottom: 100%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 2.1%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 8.8%;
}

.contents .sec_tour .sec_title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.17;
  margin-bottom: 40px;
  padding-top: 50px;
  position: relative;
}

.contents .sec_tour .sec_title::before {
  background: url(../img/nz_flag.svg) top center/auto 100% no-repeat;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  padding-top: 2.5%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 3.8%;
}

.contents .sec_tour .tourlist .tour_cnt {
  box-shadow: none;
}

.contents .floating_btns {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 601px), print {
  .breadcrumb_area {
    width: 100%;
  }

  .breadcrumb_area > nav {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
  }

  .contents .sec_hero {
    aspect-ratio: 1920/689;
    max-height: 689px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .contents .sec_hero .hero_title {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }

  .contents .sec_hero .hero_title img {
    height: auto;
    max-width: 60%;
    padding-top: 3.9%;
    width: 1121px;
  }

  .contents .sec_hero .hero_lead {
    bottom: 0;
    height: 35%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .contents .sec_hero .hero_lead img {
    height: 100%;
    line-height: 0;
    max-height: 242px;
    vertical-align: bottom;
    width: auto;
  }

  .contents .sec_plans .plan .tourlist .tour_tab {
    padding: 0 0 15px;
  }

  .contents .sec_plans .plan .tourlist .tour_tab li {
    cursor: pointer;
    height: 44px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  .contents .sec_plans .plan .tourlist .tour_tab li span {
    font-size: 1.4rem;
    margin: 0 3px;
  }

  .contents .sec_plans .plan .tourlist .tour_tab li.selected::after {
    border-color: var(--color-tour-tab1-active) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -6px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
  }

  .contents .sec_plans .plan .tourlist .tour_panel {
    padding: 0;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_head {
    background: none;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_head .tour_img {
    float: left;
    margin-right: 0;
    width: 28%;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_head .cnt_head_01 {
    display: none;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_head .cnt_head_02 {
    float: right;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    width: 70%;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    margin: 0;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .cnt_left {
    display: none;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab {
    background: #fff;
    padding: 0;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_nav li:first-child span {
    margin-left: 0;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_nav li:last-child span {
    margin-right: 0;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    border: 0;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    background: #d1e0ff;
    border-bottom: 3px solid #d1e0ff;
    border-radius: 4px 4px 0 0;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 30px;
    margin: 0 4px;
    padding: 5px 0 0;
    text-align: center;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span,
  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_nav li.is_active span {
    background: #042366;
    border-bottom: 3px solid #042366;
    color: #fff;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel {
    background: #fff;
    border: 2px solid var(--color-tour-main);
    border-top: 4px solid var(--color-tour-main);
    margin: 0;
    overflow: hidden;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 15px;
    position: static;
    width: 100%;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01,
  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_02 {
    display: inline;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
    display: inline-block;
    margin-right: 2px;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
    padding: 10px;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.2rem;
    padding: 8px 0 0 10px;
    text-align: left;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 2.4rem;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    font-size: 1.2rem;
  }

  .contents .sec_plans .plan .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
    display: none;
  }

  .contents .sec_plans .plan .tourlist .link_btn {
    font-size: 1.4rem;
    height: 45px;
    margin-top: 10px;
    width: 46%;
  }

  .contents .sec_line {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 2% 5.5%;
  }

  .contents .tourlist .tour_cnt_head .tour_img {
    float: left;
    margin-right: 20px;
    width: 170px;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_01 {
    margin-right: 20px;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_02 {
    overflow: hidden;
    padding-left: 0;
  }

  .contents .tourlist .tour_cnt_wrap .cnt_left {
    width: 39%;
  }

  .contents .tourlist .tour_cnt_wrap .cnt_right {
    float: right;
    padding-left: 0;
    width: 58%;
  }

  .contents .tourlist .tour_cnt_wrap .panel_cnt {
    padding: 10px 10px 10px 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_price_txt .member .price {
    margin-right: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_price_txt .price {
    margin-bottom: 3px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_price_txt .att .att_01 {
    display: block;
  }

  .contents .tourlist .tour_cnt_wrap .tour_price {
    margin-right: 150px;
    width: auto;
  }

  .contents .tourlist .tour_cnt_wrap .tour_btn {
    bottom: 100%;
    width: 136px;
  }

  .contents .tourlist .tour_cnt_head .tour_img a:hover img,
  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a:hover {
    opacity: 0.65;
  }

  .contents .sec_tour .sec_title img {
    margin: 0 2.93%;
    max-width: 94.14%;
  }

  .contents .floating_btns {
    bottom: 4vw;
    right: 0;
  }

  .contents .floating_btns span.sp {
    display: none;
  }

  .contents .floating_btns .btn {
    align-items: center;
    background: #00b900;
    border-radius: 8px 0 0 8px;
    color: #fff;
    display: flex;
    font-size: 1.8rem;
    font-weight: bold;
    height: 80px;
    justify-content: center;
    line-height: 1.33;
    outline: solid 2px #fff;
    outline-offset: -6px;
    width: 185px;
  }
}

@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}

@media screen and (min-width: 770px), print {
  .contents .sec_line .line_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 50px;
  }

  .contents .sec_line .line_wrap .howto_id .howto_id_flow {
    display: flex;
    justify-content: space-between;
  }

  .contents .sec_line .line_wrap .howto_id .howto_id_flow h4 {
    color: #00b900;
  }

  .contents .sec_line .line_wrap .howto_id .howto_id_flow li {
    flex: 0 0 22%;
  }
}

@media not screen, screen and (min-width: 1024px) {
  .contents .vsp1023 {
    display: none;
  }
}

@media screen and (min-width: 1024px), print {
  .contents .sec_hero .hero_visual {
    text-align: center;
  }

  .contents .sec_hero .hero_visual img {
    height: 100%;
    width: auto;
  }

  .contents .sec_lead {
    background: url(../img/pc_lead_bg1.png) left center/20% no-repeat, url(../img/pc_lead_bg2.png) right center/20% no-repeat, #fff;
    font-size: 1.8rem;
    margin: 30px auto 0;
    padding: 20px 0;
  }

  .contents .sec_lead b.gold {
    color: #aa8d13;
    font-size: 109%;
  }

  .contents .sec_lead b.red {
    color: var(--color-secondary);
    font-size: 118%;
  }

  .contents .divid {
    background: none;
    display: flex;
  }

  .contents .divid .sec_plans {
    flex: 0 0 50%;
  }

  .contents #morning.sec_plans {
    padding-right: 2.8%;
  }

  .contents #night.sec_plans {
    padding-left: 2.8%;
  }
}

@media screen and (min-width: 1281px), print {
  .contents .sec_lead {
    font-size: 2.2rem;
  }

  .contents #morning.sec_plans .illust {
    display: block;
    padding-bottom: 10.6%;
    padding-top: 1%;
    text-align: center;
  }

  .contents #morning.sec_plans .illust img {
    height: auto;
    width: 86%;
  }
}

@media screen and (max-width: 1919px) {
  .contents .floating_btns .btn {
    font-size: 1.3rem;
    height: 70px;
    width: 140px;
  }
}

@media screen and (max-width: 1280px) {
  .contents .section {
    max-width: 1140px;
  }

  .contents .section .sec_inner {
    padding-left: 3.91%;
    padding-right: 3.91%;
  }

  .contents {
    /* .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att {
      margin-right: -5%;
      width: 105%;
    } */
  }

  .contents .tourlist .tour_cnt {
    margin: 0 0 20px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
    padding: 10px;
  }

  .contents .tourlist .tour_cnt_wrap .cnt_left {
    float: none;
    width: 100%;
  }

  .contents .tourlist .tour_cnt_wrap .cnt_right {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .contents .vpc1023 {
    display: none;
  }

  .contents .sec_lead {
    font-size: 1.4rem;
    padding: 14px;
  }

  .contents .sec_lead .sp_anker {
    display: block;
    margin: 10px 0 14px;
  }

  .contents .sec_lead .sp_anker li {
    margin-bottom: 10px;
    width: 100%;
  }

  .contents .sec_lead .sp_anker a {
    align-items: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 18px 15px;
  }

  .contents .sec_lead .sp_anker a::after {
    border: solid transparent;
    border-bottom: none;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-color: #fff;
    border-top-width: 7px;
    content: "";
    height: 0;
    width: 0;
  }

  .contents .sec_lead .sp_anker .morning a {
    background: var(--color-primary2);
  }

  .contents .sec_lead .sp_anker .night a {
    background: var(--color-primary);
    color: #fff;
  }

  .contents .sec_plans {
    padding: 4%;
  }

  .contents #morning.sec_plans {
    background: var(--color-primary2);
  }

  .contents #morning.sec_plans .illust {
    display: none;
  }

  .contents #night.sec_plans {
    background: var(--color-primary);
  }
}

@media screen and (max-width: 1023px) and (max-width: 600px) {
  .contents .sec_lead .sp_anker a {
    justify-content: space-between;
  }
}

@media screen and (max-width: 769px) {
  .contents .sec_line {
    margin: 4%;
  }

  .contents .sec_line h2 {
    font-size: 3rem;
  }

  .contents .sec_line h2 .ribbon {
    font-size: 2.4rem;
    width: 68%;
  }

  .contents .sec_line .line_lead {
    font-size: 1.4rem;
  }

  .contents .sec_line .line_open_btn {
    font-size: 1.6rem;
    line-height: 30px;
    margin: 10px 0 0;
    outline: solid 1px #fff;
    outline-offset: -4px;
    padding-left: 20px;
  }

  .contents .sec_line .line_open_btn::after {
    right: 20px;
  }

  .contents .sec_line .line_wrap {
    border: 5px solid #00b900;
    padding: 20px;
  }

  .contents .sec_line .line_wrap + .line_wrap {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .contents .sec_line .line_wrap .howto_id .howto_id_flow {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .contents .sec_line .line_wrap .howto_id .howto_id_flow h4 {
    font-size: 1.4rem;
  }

  .contents .sec_line .line_wrap .howto_id .howto_id_flow li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    white-space: normal;
    width: 70%;
  }

  .contents .sec_line .line_wrap .line_txt_wrap .link_btn {
    margin: 10px auto;
    padding: 5px 15px;
  }

  .contents .sec_line .line_wrap .line_txt_wrap .line_tit {
    font-size: 5vw;
    padding: 0px 0 20px;
  }

  .contents .sec_line .line_precautions {
    font-size: 1rem;
    margin-top: 15px;
    text-align: left;
  }

  .contents .sec_tour {
    margin: 10% 4%;
  }

  .contents .sec_tour::before {
    padding-top: 4.9%;
    width: 19%;
  }
}

@media screen and (max-width: 600px) {
  :root {
    --color-tour-tab2: #d1e0ff;
    --color-tour-tab2-txt: #333;
    --color-tour-tab2-active: #042366;
    --color-tour-tab2-active-txt: #fff;
  }

  .breadcrumb_area {
    background: #f2f2f2;
  }

  .breadcrumb_area > nav {
    align-items: center;
    display: flex;
    height: 25px;
    padding: 0;
  }

  .tw_pagetop {
    display: none !important;
    opacity: 1;
  }

  .tw_pagetop.hide,
  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }

  .contents .section .sec_inner {
    padding-left: 3.7vw;
    padding-right: 3.7vw;
  }

  .contents .section p {
    line-height: 1.57;
  }

  .contents .section .link_btn {
    font-size: 3.7333vw;
    height: 13.3333vw;
    max-width: 90%;
    width: 78.6667vw;
  }

  .contents .vpc600 {
    display: none;
  }

  .contents .sec_hero {
    height: 129.6vw;
  }

  .contents .sec_hero .hero_title img {
    width: 100%;
  }

  .contents .sec_hero .hero_visual {
    display: none;
  }

  .contents .sec_lead .small {
    font-size: 2.9333vw;
  }

  .contents .sec_plans .ab_tit {
    font-size: 5.3333vw;
    margin-bottom: 4vw;
  }

  .contents .sec_plans .ab_lead {
    font-size: 3.4667vw;
    line-height: 1.5;
  }

  .contents .sec_plans .ab_anker {
    margin: 15px 0 30px;
  }

  .contents .sec_plans .ab_anker a {
    padding: 15px 0 10px;
  }

  .contents .sec_plans .ab_anker a::after {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 7px;
  }

  .contents .sec_plans .ab_anker a dt {
    font-size: 4vw;
    line-height: 1.53;
  }

  .contents .sec_plans .ab_anker a dd {
    font-size: 2.2667vw;
    line-height: 1.65;
    margin-bottom: 8px;
  }

  .contents .sec_plans .ab_anker .fontmin {
    font-size: 4.8vw;
  }

  .contents .sec_plans .plan {
    margin-bottom: 10%;
  }

  .contents .sec_plans .plan::before {
    padding-top: 5%;
    width: 19.5%;
  }

  .contents .sec_plans .plan .line_box {
    border-width: 1px;
  }

  .contents .sec_plans .plan .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_02 {
    display: block;
  }

  .contents #morning.sec_plans {
    padding-top: 8vw;
    position: relative;
  }

  .contents #morning.sec_plans::before {
    background: url(../img/icon_sunrise.svg) top center/100% no-repeat;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 6%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 100%);
    width: 11%;
  }

  .contents #morning.sec_plans .ab_tit {
    padding-top: 8vw;
  }

  .contents #night.sec_plans {
    padding-top: 8vw;
    position: relative;
  }

  .contents #night.sec_plans::before {
    background: url(../img/icon_stars.svg) top center/100% no-repeat;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 6%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 100%);
    width: 11%;
  }

  .contents #night.sec_plans .ab_tit {
    padding-top: 8vw;
  }

  .contents .sec_line {
    margin: 0;
    padding: 4%;
  }

  .contents .sec_line h2 {
    font-size: 4.8vw;
    margin-bottom: 15px;
  }

  .contents .sec_line h2 .ribbon {
    font-size: 4.8vw;
    line-height: 9.0667vw;
    padding: 0;
  }

  .contents .sec_line .line_lead {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  .contents .tourlist.tabpanel .tour_tab {
    padding: 0 0 15px;
  }

  .contents .tourlist.tabpanel .tour_tab li {
    cursor: pointer;
    height: 44px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  .contents .tourlist.tabpanel .tour_tab li span {
    font-size: 3.2vw;
    margin: 0 3px;
  }

  .contents .tourlist.tabpanel .tour_tab li.selected::after {
    border-color: var(--color-tour-tab1-active) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: -6px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
  }

  .contents .tourlist.tabpanel .tour_panel {
    padding: 0;
  }

  .contents .tourlist .tour_cnt {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    margin: 0 0 5.3333vw;
  }

  .contents .tourlist .tour_cnt_head {
    padding: 15px 15px 10px;
  }

  .contents .tourlist .tour_cnt_head .tour_img {
    float: left;
    width: 28%;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_01 {
    display: none;
    /* background: #fff;
    border-width: 1px;
    display: flex;
    float: right;
    margin-bottom: 5px;
    width: 70%; */
  }

  .contents .tourlist .tour_cnt_head .cnt_head_01 > p {
    align-items: center;
    display: flex;
    height: 18px;
    line-height: 1;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    border-bottom: 0;
    border-right: 1px solid var(--color-tour-main);
    font-size: 1.1rem;
    justify-content: center;
    padding: 0;
    width: 60px;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1.1rem;
    padding: 0 0 0 10px;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_02 {
    float: right;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    width: 70%;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    margin: 0;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_02 .tour_comment {
    display: none;
    width: 49%;
  }

  .contents .tourlist .tour_cnt_wrap {
    margin: 10px 15px 15px;
    overflow: hidden;
    padding: 0;
  }

  .contents .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_list {
    margin-bottom: 15px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_list li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 8px 0 5px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {
    display: block;
    float: none;
    margin-right: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {
    display: block;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_list .tit {
    border: 0;
    float: left;
    height: auto;
    line-height: 1.6;
    text-align: left;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_list .txt {
    padding: 0 0 0 80px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab {
    background: #fff;
    padding: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    border: 0;
    color: var(--color-tour-tab2-txt);
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li:first-child span {
    margin-left: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li:last-child span {
    margin-right: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li span strong {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span,
  .contents .tourlist .tour_cnt_wrap .tour_info_tab_nav li.is_active span {
    border: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel {
    background: #fff;
    border: 2px solid var(--color-tour-main);
    border-top: 4px solid var(--color-tour-main);
    margin: 0;
    overflow: hidden;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 15px;
    position: static;
    width: 100%;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01,
  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_02 {
    display: inline;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
    display: inline-block;
    margin-right: 2px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
    width: 65px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 2.5vw;
    padding: 8px 0 0 10px;
    text-align: left;
    width: 65px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 3.25vw;
    font-weight: normal;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
    padding-left: 80px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.8rem;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    font-size: 1.2rem;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
    display: none;
  }

  .contents .sec_tour {
    margin-bottom: 10.6667vw;
    padding: 0 4% 10%;
  }

  .contents .sec_tour .sec_title {
    font-size: 5.3333vw;
    margin-bottom: 4%;
    padding-top: 8%;
  }

  .contents .sec_tour .sec_title::before {
    padding-top: 5%;
    width: 12%;
  }

  .contents .sec_tour .tour_search {
    margin: 0 calc(3.7vw * -1);
    width: calc(100% + 3.7vw * 2);
  }

  .contents .floating_btns {
    bottom: 2.6667vw;
    right: 1.8667vw;
  }

  .contents .floating_btns span.pc {
    display: none;
  }

  .contents .floating_btns .btn {
    align-items: center;
    aspect-ratio: 1/1;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 2.9333vw;
    justify-content: center;
    line-height: 1.27;
    margin-top: 2.6667vw;
    text-align: center;
    width: 18.6667vw;
  }

  .contents .floating_btns .btn::before {
    content: "";
    margin-bottom: 0.8vw;
  }

  .contents .floating_btns .btn.btn_line {
    background: #00b900;
  }

  .contents .floating_btns .btn.btn_line::before {
    background: url(../img/icon_line.svg) center center/contain no-repeat;
    height: 5.8667vw;
    width: 5.6vw;
  }
}

@media screen and (max-width: 480px) {
  .contents {
    /* .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
      width: 70px;
    }
    .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
      width: 70px;
    }
    .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
      padding-left: 90px;
    } */
  }

  .contents .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.4rem;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
    font-size: 1.6rem;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.6rem;
    margin-left: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    display: inline;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
    margin-bottom: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
    margin-right: 0;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
    font-size: 13px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
    font-size: 10px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
    font-size: 1.1rem;
    width: 80px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .contents {
    /* .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
      padding: 8px 0 0 5px;
      width: 70px;
    }
    .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
      padding-left: 85px;
    } */
  }

  .contents .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    font-size: 1rem;
    width: 50px;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1rem;
  }

  .contents .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1280px) and (min-width: 601px) {
  .contents .tourlist .tour_cnt_wrap .cnt_left,
  .contents .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    width: 100%;
  }
}

@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents a:active {
    opacity: 0.65;
  }

  .contents .tourlist.tabpanel .tour_tab li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .tourlist.tabpanel .tour_tab li:active {
    opacity: 0.65;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }

  .contents .tourlist.tabpanel .tour_tab li:hover {
    opacity: 0.65;
  }
}

@media print {
  body {
    min-width: 1280px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    transform: scale(0.94);
    transform-origin: 0 0;
    width: 100%;
  }
}