:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --color-primary: #ed6700;
  --color-primary2: #e29764;
  --color_day: #7db8bc;
  --color_day_bg: #c3e5ea;
  --color_night: #557db7;
  --color_night_bg: #394f7f;
  --color-secondary: #ff0707;
  --color-tour-tab1: #f2f2f2;
  --color-tour-tab1-txt: #333;
  --color-tour-tab1-active: #e29764;
  --color-tour-tab1-active-txt: #fff;
  --color-tour-tab2: #e29764;
  --color-tour-tab2-txt: #fff;
  --color-tour-tab2-active: #fff;
  --color-tour-tab2-active-txt: #e29764;
  --color-tour-btn: #ed6700;
  --color-tour-btn-txt: #fff;
  --color-tour-price-txt: #ff0707;
  --color-tour-head: #f2f2f2;
  --color-tour-main: #e29764;
  --color-tour-main-bg: #e29764;
}

@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 {
  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;
  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: 1100px;
  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 .tour_search {
  max-width: 900px;
  position: relative;
  z-index: 100;
}

.contents .tour_search .search_box {
  max-width: 100%;
}

.contents .tour_search .search_box .box_head {
  background: #333;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.contents .tour_search .search_box .box_body {
  background: #f2f2f2;
}

.contents .tour_search .search_box .btn_wrap .btn_clear {
  background: #fff;
  border-color: #ccc;
}

.contents .tour_search .search_box .btn_wrap .btn_detail::before {
  background-color: #000;
}

.contents .tour_search .search_box.is_open .search_box_inner {
  max-width: 1100px;
  overflow-y: auto;
}

.contents .contact_us {
  background: #fff;
  margin: 0 auto 80px;
  max-width: 900px;
}

.contents .contact_us .contact_tit {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.contents .contact_us .contact_desc p {
  color: #444;
  font-size: 1.5rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.62;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents .contact_us .contact_desc p + p {
  margin-top: 13px;
}

.contents .contact_us .contact_links .btn_tel {
  align-items: center;
  color: #333;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  position: relative;
}

.contents .contact_us .contact_links .btn_tel::before {
  background-color: #333;
  content: "";
  display: block;
  height: 34px;
  margin-right: 10px;
  mask-image: url(../img/icon_tel.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  width: 34px;
}

.contents .contact_us .contact_links .btn_freeorder {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  font-weight: bold;
  height: 52px;
  justify-content: center;
  margin-top: 10px;
  padding-right: 10px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents .contact_us .contact_links .btn_freeorder::after {
  background: url(../img/arr_white.svg) center center/100% 100% no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 15px;
  top: 49%;
  transform: translateY(-50%);
  width: 10px;
  /* border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%); */
}

.contents .contact_us .contact_links .btn_freeorder::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 13px;
  margin-right: 12px;
  mask-image: url(../img/icon_mail.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  width: 18px;
}

.contents .sec_hero .hero_title {
  background: var(--color-primary2);
  width: 100%;
}

.contents .sec_hero .hero_title picture {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.contents .sec_hero .video {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.contents .sec_hero .video video {
  width: 100%;
}

.contents .sec_plans {
  padding: 45px 0;
}

.contents .sec_plans .sec_inner {
  position: relative;
}

.contents .sec_plans .plan_title {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  margin-bottom: 34px;
}

.contents .sec_plans .plan_title_time {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  margin-right: 25px;
  padding: 15px 24px;
}

.contents .sec_plans .plan_title span {
  font-weight: 600;
  line-height: 1.5;
}

.contents .sec_plans .plan_recom_title {
  background: var(--color-primary);
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 34px 0 20px;
  padding: 10px 25px;
}

.contents .sec_plans .plan_recom_list {
  margin-bottom: 40px;
}

.contents .sec_plans .plan_recom_list li {
  display: flex;
  margin-bottom: 25px;
}

.contents .sec_plans .plan_recom_list .plan_recom_num {
  background: #fff;
  border-radius: 50%;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  height: 36px;
  line-height: 31px;
  text-align: center;
  width: 36px;
}

.contents .sec_plans .plan_recom_list dl {
  padding-left: 17px;
}

.contents .sec_plans .plan_recom_list dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 4px;
}

.contents .sec_plans.daytime {
  background: var(--color_day_bg);
}

.contents .sec_plans.daytime .sec_inner::before {
  aspect-ratio: 221/109;
  background: url(../img/daytime.png) top right/100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
  width: 220px;
  z-index: 10;
}

.contents .sec_plans.daytime .plan_title_time {
  background: #fff;
  border: 1px solid var(--color_day);
  color: var(--color_day);
}

.contents .sec_plans.daytime .plan_recom_list .plan_recom_num {
  background: #fff;
  border: 1px solid var(--color_day);
  color: var(--color_day);
}

.contents .sec_plans.daytime .plan_recom_list dt {
  color: #000;
}

.contents .sec_plans.daytime .lunch_tit {
  background: var(--color-primary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 30px;
  padding: 14px 25px;
}

.contents .sec_plans.daytime .lunch_txt {
  background: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 1.4rem;
  padding: 15px 25px;
}

.contents .sec_plans.daytime .lunch .small {
  font-size: 92%;
  margin-top: 10px;
}

.contents .sec_plans.nighttime {
  background: var(--color_night_bg);
  color: #d4edff;
}

.contents .sec_plans.nighttime .sec_inner::before {
  aspect-ratio: 257/114;
  background: url(../img/nighttime.png) top left/100% no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -15px;
  width: 257px;
  z-index: 10;
}

.contents .sec_plans.nighttime .plan_title {
  color: #fff;
  margin-top: -5px;
}

.contents .sec_plans.nighttime .plan_title_time {
  background: var(--color_night);
  border: 1px solid #fff;
}

.contents .sec_plans.nighttime .plan_recom_list .plan_recom_num {
  background: var(--color_night);
  border: 1px solid #fff;
  color: #fff;
}

.contents .sec_plans.nighttime .plan_recom_list dt {
  color: #fff;
}

.contents .sec_plans.nighttime .starrysky {
  clear: both;
  width: 100%;
}

.contents .sec_plans.nighttime .starrysky_tit {
  background: var(--color_night);
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 14px 25px;
  position: relative;
}

.contents .sec_plans.nighttime .starrysky_tit::after {
  border: solid transparent;
  border-color: none;
  border-top-color: var(--color_night);
  border-width: 10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.contents .sec_plans.nighttime .starrysky_tit span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .sec_plans.nighttime .starrysky_tit span::before,
.contents .sec_plans.nighttime .starrysky_tit span::after {
  background: url(../img/sparkle.svg) top center/100% no-repeat;
  content: "";
  display: block;
  height: 28px;
  margin: 0 15px;
  width: 28px;
}

.contents .sec_plans.nighttime .starrysky_txt {
  background: #fff;
  border-radius: 0 0 10px 10px;
  color: #333;
  font-size: 1.5rem;
  padding: 20px 30px 25px;
}

.contents .sec_kaede {
  background: #c7dddd;
}

.contents .kaede_txt_area img {
  display: block;
}

.contents .kaede_txt_area .kaede_date {
  width: 36.5%;
}

.contents .kaede_txt_area .kaede_tit {
  margin-top: 37px;
  width: 50%;
}

.contents .kaede_txt_area .kaede_copy {
  max-width: 550px;
  width: 100%;
}

.contents .kaede_txt_area .kaede_txt_01 {
  font-size: 1.6rem;
  margin: 44px 0 55px;
}

.contents .kaede_txt_area .kaede_txt_02 {
  font-size: 1.5rem;
  margin-top: 50px;
}

.contents .kaede_img {
  height: 100%;
}

.contents .sec_line {
  background: #ceefce;
  border-bottom: 1px solid #508e50;
  border-top: 1px solid #508e50;
}

.contents .sec_line .sec_inner {
  align-items: flex-start;
  background: url(../img/conectline.svg) left 0 top 20px/16% no-repeat;
  display: flex;
  padding: 50px 0;
}

.contents .sec_line .line_tit {
  color: #508e50;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.38;
  padding-bottom: 40px;
}

.contents .sec_line .line_lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 20px;
}

.contents .sec_line .line_txt {
  font-size: 1.5rem;
  line-height: 1.75;
}

.contents .sec_line .line_txt a {
  color: #508e50;
  font-weight: bold;
  text-decoration: underline;
}

.contents .sec_line .line_btn {
  display: none;
}

.contents .sec_line .line_qr {
  display: none;
  width: 20%;
}

.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;
  margin-top: 35px;
  max-width: 1100px;
}

.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/arr_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: 75px;
  margin-top: 80px;
  position: relative;
}

.contents .sec_tour .sec_title {
  margin-bottom: 35px;
}

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

.contents .sec_tour .sec_title2 {
  margin-top: 95px;
}

.contents .sec_tour .sec_title2 img {
  height: auto;
  max-width: 711px;
  width: 90%;
}

.contents .sec_tour .sec_title2_lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

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

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

  .contents .tour_search {
    margin: 40px auto 45px;
  }

  .contents .tour_search .search_box .search_box_inner {
    background: rgba(255, 255, 255, 0.75);
    overflow-y: auto;
    padding: 0;
  }

  .contents .tour_search .search_box .box_body {
    padding: 26px 26px 0;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head {
    display: block;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head .search_close {
    display: none;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head .head_tit {
    align-items: center;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 45px;
    justify-content: center;
  }

  .contents .tour_search .search_box:not(.is_open) .box_body {
    border: 1px solid #e0e0e0;
    border-top: none;
  }

  .contents .contact_us {
    align-items: center;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .contents .contact_us .contact_desc {
    flex: 1;
  }

  .contents .contact_us .contact_links {
    width: 353px;
  }

  .contents .contact_us .contact_links .btn_tel {
    justify-content: flex-start;
  }

  .contents .contact_us .contact_links .btn_tel span {
    flex: 1;
    font-size: 4.8rem;
    line-height: 1;
  }

  .contents .sec_hero .video {
    padding: 90px 0 10px;
  }

  .contents .sec_plans .plan_title {
    align-items: center;
    display: flex;
  }

  .contents .sec_kaede .sec_inner {
    align-items: center;
    display: flex;
    padding-right: 0 !important;
  }

  .contents .kaede_txt_area {
    flex: 1 1 60%;
    order: 1;
    padding: 0 4.6%;
  }

  .contents .kaede_img {
    flex: 1 1 40%;
    order: 2;
  }

  .contents .sec_line .sec_inner .line_txt_area {
    padding-left: 20%;
    padding-right: 4%;
  }

  .contents .sec_line .line_qr {
    display: block;
  }

  .contents .sec_line .line_qr img {
    height: auto;
    width: 100%;
  }

  .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;
  }
}

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

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

@media screen and (min-width: 769px), print {
  .contents .tour_search {
    margin: 70px auto 75px;
  }

  .contents .contact_us {
    padding: 34px 5% 40px;
  }

  .contents .sec_plans {
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .contents .sec_plans .sec_inner::after {
    clear: both;
    content: "";
    display: block;
  }

  .contents .sec_plans .plan_tit_area {
    width: 55%;
  }

  .contents .sec_plans .plan_ph {
    margin-top: 75px;
    max-width: 445px;
    width: 40%;
  }

  .contents .sec_plans .plan_txt_area {
    width: 55%;
  }

  .contents .sec_plans.daytime .plan_tit_area {
    float: left;
  }

  .contents .sec_plans.daytime .plan_ph {
    float: right;
  }

  .contents .sec_plans.daytime .plan_txt_area {
    float: left;
  }

  .contents .sec_plans.daytime .slide button {
    border: 0;
  }

  .contents .sec_plans.daytime .slide .slick-slide > div {
    font-size: 0;
  }

  .contents .sec_plans.daytime .slide .slick-prev,
  .contents .sec_plans.daytime .slide .slick-next {
    background: no-repeat;
    font-size: 0;
    height: 28px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 28px;
    z-index: 2;
  }

  .contents .sec_plans.daytime .slide .slick-prev:hover,
  .contents .sec_plans.daytime .slide .slick-next:hover {
    cursor: pointer;
  }

  .contents .sec_plans.daytime .slide .slick-prev {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 20px;
    transform: rotate(45deg);
  }

  .contents .sec_plans.daytime .slide .slick-next {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 20px;
    transform: rotate(-45deg);
  }

  .contents .sec_plans.daytime .slide .slick-dots {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    margin-top: 10px;
    width: 100%;
    z-index: 1;
  }

  .contents .sec_plans.daytime .slide .slick-dots li {
    border-radius: 50%;
    font-size: 0;
    height: 10px;
    line-height: 1;
    margin: 0 5px;
    overflow: hidden;
    width: 10px;
  }

  .contents .sec_plans.daytime .slide .slick-dots li button {
    background: #fff;
    font-size: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }

  .contents .sec_plans.daytime .slide .slick-dots li button:hover {
    cursor: pointer;
  }

  .contents .sec_plans.daytime .slide .slick-dots li.slick-active button {
    background: var(--color_day);
    pointer-events: none;
  }

  .contents .sec_plans.nighttime .plan_tit_area {
    float: right;
  }

  .contents .sec_plans.nighttime .plan_ph {
    float: left;
    margin-bottom: 40px;
  }

  .contents .sec_plans.nighttime .plan_txt_area {
    float: right;
  }
}

@media screen and (max-width: 1280px) {
  .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: 768px) {
  .contents .vpc768 {
    display: none;
  }

  .contents .sec_plans.daytime .slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contents .sec_plans.daytime .slide img {
    display: block;
    width: 49%;
  }

  .contents .sec_plans.nighttime .sec_inner::before {
    left: auto;
    right: 2.1333vw;
    top: -5px;
    width: 33.3333vw;
    z-index: 1;
  }

  .contents .sec_plans.nighttime .starrysky_tit {
    margin-top: 3.7333vw;
  }
}

@media screen and (max-width: 600px) {
  :root {
    --color-tour-tab2: #f2f2f2;
    --color-tour-tab2-txt: #333;
    --color-tour-tab2-active: #e29764;
    --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 .tour_search .search_box {
    background: none;
  }

  .contents .tour_search .search_box .box_head {
    height: 12vw;
  }

  .contents .tour_search .search_box .box_body {
    padding: 4vw 4vw 5.3333vw;
  }

  .contents .contact_us {
    margin: 0 auto 4vw;
    padding: 7.2vw 4.2667vw 6.6667vw;
  }

  .contents .contact_us .contact_tit {
    display: block;
    font-size: 6.4vw;
    line-height: 1.35;
    margin-bottom: 5.3333vw;
  }

  .contents .contact_us .contact_desc {
    margin-bottom: 5.3333vw;
  }

  .contents .contact_us .contact_desc p {
    font-size: 3.4667vw;
    line-height: 1.73;
    text-align: center;
  }

  .contents .contact_us .contact_links .btn_tel {
    background: #fff;
    border: 1px solid var(--color-primary);
    border-radius: 2.1333vw;
    color: var(--color-primary);
    height: 12vw;
    justify-content: center;
  }

  .contents .contact_us .contact_links .btn_tel::before {
    background-color: var(--color-primary);
    height: 6.1333vw;
    margin-right: 2.6667vw;
    width: 5.8667vw;
  }

  .contents .contact_us .contact_links .btn_tel span {
    font-size: 7.4667vw;
    margin-right: 3.7333vw;
  }

  .contents .contact_us .contact_links .btn_freeorder {
    border-radius: 2.1333vw;
    font-size: 3.7333vw;
    height: 12vw;
    margin-top: 3.2vw;
    padding-right: 2.1333vw;
  }

  .contents .contact_us .contact_links .btn_freeorder::before {
    margin-right: 2.6667vw;
  }

  .contents .sec_hero .video {
    padding: 0;
  }

  .contents .sec_plans {
    font-size: 1.3rem;
    padding: 4.8vw 0 8vw;
  }

  .contents .sec_plans .plan_ph {
    margin-top: 6.4vw;
  }

  .contents .sec_plans .plan_title {
    font-size: 2.4rem;
    margin-bottom: 5.3333vw;
  }

  .contents .sec_plans .plan_title_time {
    font-size: 1.5rem;
    padding: 10px 15px;
  }

  .contents .sec_plans .plan_title span {
    display: block;
    margin-top: 4vw;
  }

  .contents .sec_plans .plan_recom_title {
    font-size: 1.4rem;
    margin-top: 6.4vw;
  }

  .contents .sec_plans .plan_recom_list {
    margin-bottom: 35px;
  }

  .contents .sec_plans .plan_recom_list .plan_recom_num {
    font-size: 1.8rem;
    height: 9.6vw;
    line-height: 9.0667vw;
    width: 9.6vw;
  }

  .contents .sec_plans .plan_recom_list dl {
    padding-left: 3.2vw;
  }

  .contents .sec_plans .plan_recom_list dt {
    font-size: 1.5rem;
  }

  .contents .sec_plans.daytime .sec_inner::before {
    right: 2.1333vw;
    top: -5px;
    width: 33.3333vw;
    z-index: 1;
  }

  .contents .sec_plans.daytime .lunch_tit {
    font-size: 1.4rem;
    margin-top: 3.7333vw;
    padding: 3.2vw 5.3333vw;
  }

  .contents .sec_plans.daytime .lunch_txt {
    font-size: 1.3rem;
    padding: 3.2vw 5.3333vw;
  }

  .contents .sec_plans.nighttime .starrysky_tit {
    font-size: 1.7rem;
    padding: 2.6667vw 1.3333vw;
  }

  .contents .sec_plans.nighttime .starrysky_tit::after {
    border-width: 6px;
    margin-left: -6px;
  }

  .contents .sec_plans.nighttime .starrysky_tit span::before,
  .contents .sec_plans.nighttime .starrysky_tit span::after {
    height: 5.3333vw;
    width: 5.3333vw;
  }

  .contents .sec_plans.nighttime .starrysky_txt {
    font-size: 1.3rem;
    padding: 3.2vw 5.3333vw;
  }

  .contents .sec_kaede .sec_inner {
    padding: 9.3333vw 8vw;
  }

  .contents .kaede_txt_area .kaede_date {
    margin-top: 8vw;
  }

  .contents .kaede_txt_area .kaede_tit {
    margin-top: 5.3333vw;
  }

  .contents .kaede_txt_area .kaede_txt_01 {
    font-size: 1.3rem;
    margin: 25px 0;
  }

  .contents .kaede_txt_area .kaede_txt_02 {
    font-size: 1.2rem;
    margin-top: 8vw;
  }

  .contents .sec_line .sec_inner {
    background: url(../img/conectline.svg) left 8px top 20px/20% no-repeat;
    padding: 4vw 5.3333vw 5.3333vw;
  }

  .contents .sec_line .line_tit {
    font-size: 6.6667vw;
    padding-bottom: 5.3333vw;
    padding-left: 24%;
  }

  .contents .sec_line .line_lead {
    font-size: 1.4rem;
    padding-bottom: 2.6667vw;
  }

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

  .contents .sec_line .line_txt span {
    display: none;
  }

  .contents .sec_line .line_btn {
    background: #508e50;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 4vw;
    padding: 15px;
    text-align: center;
  }

  .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 {
    margin-top: 0;
    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;
    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 span {
    font-size: 1.2rem;
    padding: 8px 0 0 10px;
    text-align: left;
  }

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

  .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;
    margin-top: 9.3333vw;
  }

  .contents .sec_tour .sec_title {
    margin-bottom: 6.1333vw;
    max-width: 80%;
  }

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

  .contents .sec_tour .sec_title2 {
    margin-bottom: 9.3333vw;
    margin-top: 11.2vw;
  }

  .contents .sec_tour .sec_title2 img {
    width: 76.2667vw;
  }

  .contents .sec_tour .sec_title2_lead {
    font-size: 3.3333vw;
  }
}

@media screen and (max-width: 480px) {
  .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_tit {
    width: 80px;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.1rem;
    width: 80px;
  }

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

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

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.4rem;
    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_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;
  }

  .contents .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    padding: 8px 0 0 5px;
    width: 70px;
  }

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

@media screen and (max-width: 768px) and (min-width: 602px) {
  .contents .sec_plans .plan_ph img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 600px) {
  .contents .sec_plans.daytime .slide .slick-prev,
  .contents .sec_plans.daytime .slide .slick-next {
    bottom: -30px;
    height: 8px;
    width: 8px;
  }

  .contents .sec_plans.daytime .slide .slick-dots {
    height: 12px;
    margin: 25px 30px;
    padding: 0;
    width: calc(100% - 60px);
  }

  .contents .sec_plans.daytime .slide .slick-dots li {
    height: 3px;
    width: 15px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 601px) {
  .contents .sec_plans.nighttime .plan_txt_area {
    margin-bottom: 40px;
  }
}

@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%;
  }
}