@charset "UTF-8";

:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #000;
  --accent-red: #f85757;
  --main-color: #00855b;
  --main-color-bg: #dff5ec;
  --accent-color: #af9047;
  --site-color: #23afb7;
  --btn-color: #00855b;
  --tour-main-color: #af9047;
  --tour-main-color-bg: #f4f4f4;
  --tour-btn-color: #00855b;
}

@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: local("M PLUS Rounded 1c Bold"), local("MPLUSRounded1c-Bold"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-700.woff2") format("woff2"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-700.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  src: local("M PLUS Rounded 1c ExtraBold"), local("MPLUSRounded1c-ExtraBold"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-800.woff2") format("woff2"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-800.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 900;
  src: local("M PLUS Rounded 1c Black"), local("MPLUSRounded1c-Black"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-900.woff2") format("woff2"), url("/calls/tw_common/fonts/m-plus-rounded-1c-v10-latin_japanese-900.woff") format("woff");
}

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

body.is_fixed .header20 {
  z-index: 100;
}

body.is_fixed .modal {
  display: flex;
  z-index: 200;
}

.breadcrumb_area {
  background: #fff;
}

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

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

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

.contents img.fade_in {
  opacity: 0;
  transition: opacity 0.4s linear;
}

.contents img.fade_in.lazyloaded {
  opacity: 1;
}

.contents {
  background-color: #b7dfcf;
}

.contents a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents p {
  font-size: 1.4rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.75;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents p a {
  color: var(--link-color);
  text-decoration: underline;
}

.contents .txt_red {
  color: var(--accent-red);
}

.contents .txt_green {
  color: var(--main-color);
}

.contents .txt_pink {
  color: var(--accent-color);
}

.contents .bg_white {
  background-color: #fff;
}

.contents .bg_green {
  background-color: var(--main-color-bg);
}

.contents .dis_tb {
  display: none;
}

.contents .section {
  background: #fff;
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
}

.contents .section p {
  color: #323232;
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

.contents .section .sec_title_line {
  color: var(--main-color);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.contents .section .sec_title_line b {
  color: var(--accent-color);
}

.contents .section .sec_title_line span {
  background: linear-gradient(transparent 60%, #fefd59 60%);
}

.contents .section .sec_title_01 {
  border-bottom: 4px solid var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  line-height: 1.27;
  margin-bottom: 35px;
  padding-bottom: 15px;
  text-align: center;
}

.contents .section .sec_title_01 b {
  font-weight: 900;
}

.contents .section .sec_lead_txt {
  margin-bottom: 30px;
}

.contents .section .link_btn a {
  align-items: center;
  background: var(--main-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  position: relative;
  width: 100%;
}

.contents .section .link_btn a::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: rotate(-45deg);
  width: 10px;
}

.contents .section .link_btn:not(.back) a::after {
  right: 20px;
}

.contents .section .link_btn.back a::after {
  left: 20px;
}

.contents .section .link_btn.btn_acc a {
  background: var(--accent-color);
}

.contents .section .movie_wrap .youtube {
  background: #f4f4f4;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.contents .section .movie_wrap .youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.contents .section_hero {
  background: #b7dfcf;
  text-align: center;
}

.contents .section_nav {
  padding: 0 0 30px;
}

.contents .section_nav .intro_wrap .sec_title_line {
  background: url(../img/kira_rt.svg) right 13% top 18%/4.5% auto no-repeat, url(../img/kira_rb.svg) right 8% bottom 19%/3.5% auto no-repeat, url(../img/kira_lb.svg) left 8% bottom 13%/4.5% auto no-repeat, url(../img/kira_lt.svg) left 12.5% top 20%/5% auto no-repeat;
  font-size: 2.5rem;
  padding: 45px 0 40px;
}

.contents .section_nav .intro_wrap .nav_timetxt {
  font-size: 1.4rem;
  margin-top: -35px;
  padding-bottom: 30px;
  text-align: center;
}

.contents .section_nav .intro_wrap .anker_nav {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents .section_nav .intro_wrap .anker_nav_li {
  flex: 0 0 24%;
}

.contents .section_nav .intro_wrap .anker_nav_li a {
  background: var(--main-color);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 100%;
  line-height: 1.4;
  padding: 13px 20px 8px 14px;
  position: relative;
}

.contents .section_nav .intro_wrap .anker_nav_li a b {
  color: #fefd59;
}

.contents .section_nav .intro_wrap .anker_nav_li a img {
  bottom: 90%;
  left: 10px;
  position: absolute;
  width: 24%;
}

.contents .section_nav .intro_wrap .anker_nav_li a::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

.contents .section_benefit {
  padding: 30px 0;
}

.contents .section_benefit .tit_img_center {
  display: block;
  margin: 0 auto;
}

.contents .section_benefit .sec_title_bene1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  justify-content: center;
}

.contents .section_benefit .sec_title_bene1 .tit_img {
  margin-bottom: -10px;
  order: 1;
  text-align: center;
  width: 100%;
}

.contents .section_benefit .sec_title_bene1 .bene1_icon {
  order: 2;
}

.contents .section_benefit .sec_title_bene1 .bene1_tit {
  display: flex;
  order: 3;
}

.contents .section_benefit .sec_title_bene1 .green {
  color: var(--main-color);
  display: inline;
  font-size: 3.8rem;
  line-height: 1.2;
  padding: 0 15px;
}

.contents .section_benefit .sec_title_bene1 .green .small {
  display: block;
  font-size: 82%;
}

.contents .section_benefit .sec_title_bene1 .under_line {
  background: linear-gradient(transparent 60%, #fefd59 60%);
  color: var(--accent-color);
  font-size: 8rem;
}

.contents .section_benefit .anker {
  padding-top: 90px;
}

.contents .section_benefit .bene_box {
  border: 3px solid var(--main-color);
  width: 100%;
}

.contents .section_benefit .bene_box h2 {
  background: var(--main-color-bg);
  color: var(--main-color);
  font-size: 3.4rem;
  line-height: 1.1;
  min-height: 165px;
  padding: 0 2vw;
  position: relative;
}

.contents .section_benefit .bene_box h2 b {
  padding-top: 20px;
}

.contents .section_benefit .bene_box h2 b span {
  color: var(--accent-color);
  font-size: 132%;
}

.contents .section_benefit .bene_box h2 b .bene_icon {
  height: auto;
  left: -5.5%;
  position: absolute;
  top: -85px;
  width: 142px;
}

.contents .section_benefit .bene_box h2 b .bene_tit {
  height: 95px;
  left: 23%;
  position: absolute;
  top: -48px;
  width: auto;
}

.contents .section_benefit .bene_box p {
  align-items: center;
  display: flex;
  flex: 0 0 50%;
  padding: 30px 40px;
}

.contents .section_benefit .bene_box p b {
  color: var(--accent-red);
}

.contents .section_benefit #bene2 {
  margin-top: -50px;
}

.contents .section_benefit #bene2 h2 {
  font-size: 2.8rem;
}

.contents .section_benefit #bene2 h2 .big {
  font-size: 160%;
}

.contents .section_benefit .section_optional {
  margin-top: 50px;
}

.contents .section_benefit .section_optional .op_h {
  color: var(--main-color);
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}

.contents .section_benefit .section_optional .op_lead {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.contents .section_benefit .section_optional .op_list .op_box {
  border: 3px solid var(--main-color);
  margin-bottom: 20px;
  position: relative;
}

.contents .section_benefit .section_optional .op_list .op_box .op_tit {
  align-items: center;
  background: #fffe67;
  color: #323232;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  min-height: 60px;
  padding: 0px 20px;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box img {
  width: calc(50% - 20px);
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price {
  width: 50%;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.1;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .green {
  color: var(--main-color);
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .red {
  color: #f34646;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .op_price2 {
  background-image: linear-gradient(to right, #ccc 3px, transparent 3px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-top: 12px;
  padding-top: 8px;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .op_price2.not_bene1 {
  background: none;
  margin-top: 0;
  padding-bottom: 5px;
  padding-top: 0;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .op_price2.not_bene1 + span {
  font-size: 1.2rem;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .big {
  font-size: 133%;
}

.contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .small {
  font-size: 58%;
}

.contents .section_benefit .section_optional .op_list .op_box .op_btn {
  background: var(--main-color);
  bottom: 0;
  color: #fefd59;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 12px 20px 6px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: calc(50% - 20px);
}

.contents .section_benefit .section_optional .op_list .op_box .op_btn:hover {
  cursor: pointer;
}

.contents .section_benefit .section_optional .op_list .op_box .op_btn::after {
  border-bottom: 2px solid #fefd59;
  border-right: 2px solid #fefd59;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  width: 8px;
}

.contents .section_benefit .section_optional .op_list .op_box .op_btn.open::after {
  top: 47%;
  transform: rotate(-135deg);
}

.contents .section_benefit .section_optional .op_list .op_box .op_detail {
  display: none;
  padding: 0 20px 45px;
}

.contents .section_benefit .section_optional .op_all_btn {
  border: 3px solid var(--main-color);
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 30px;
  max-width: 500px;
  padding: 10px 30px 8px 20px;
  position: relative;
  text-align: center;
}

.contents .section_benefit .section_optional .op_all_btn:hover {
  cursor: pointer;
}

.contents .section_benefit .section_optional .op_all_btn::before {
  background: var(--main-color);
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
}

.contents .section_benefit .section_optional .op_all_btn::after {
  background: var(--main-color);
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
}

.contents .section_benefit .section_optional .op_all_btn.open::after {
  content: none;
}

.contents .section_benefit .sec_title_line.set_tit {
  font-size: 5.6rem;
}

.contents .section_set {
  padding: 30px 0;
}

.contents .section_set .sec_title_line.set_tit {
  font-size: 5.6rem;
}

.contents .section_set .sec_title_line.set_tit .tit_img_center {
  display: block;
  margin: 0 auto;
}

.contents .section_set .optional_cnt .op_title {
  color: var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.33;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}

.contents .section_set .optional_cnt .op_title::after {
  background: var(--accent-color);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 153px;
}

.contents .section_set .optional_cnt .op_img .slider {
  line-height: 1;
  position: relative;
  width: 100%;
}

.contents .section_set .optional_cnt .op_img .slider_main {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contents .section_set .optional_cnt .op_img .slider_main.slick-initialized {
  opacity: 1;
}

.contents .section_set .optional_cnt .op_img .slider_main .slick-slide figure {
  aspect-ratio: 480/320;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .section_set .optional_cnt .op_img .slider_main .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .section_set .optional_cnt .op_img .slider_thumb {
  position: relative;
}

.contents .section_set .optional_cnt .op_img .slider_nav {
  opacity: 0;
  padding: 0 45px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contents .section_set .optional_cnt .op_img .slider_nav.slick-initialized {
  opacity: 1;
}

.contents .section_set .optional_cnt .op_img .slider_nav .slick-slide {
  margin: 0 6px;
  outline: none;
}

.contents .section_set .optional_cnt .op_img .slider_nav .slick-slide figure {
  aspect-ratio: 90/60;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .section_set .optional_cnt .op_img .slider_nav .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .section_set .optional_cnt .op_img .slider_nav .slick-slide.slick-current figure::after {
  border: 1px solid #000;
  box-shadow: 0 0 0 2px #fff inset;
  content: "";
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
  z-index: 2;
}

.contents .section_set .optional_cnt .op_img .slider .slick-arrow {
  background: var(--main-color-bg);
  border: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 20;
}

.contents .section_set .optional_cnt .op_img .slider .slick-arrow::after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 8px;
  left: calc(50% - 8px);
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}

.contents .section_set .optional_cnt .op_img .slider .slick-next {
  right: 0;
}

.contents .section_set .optional_cnt .op_img .slider .slick-prev {
  left: 0;
}

.contents .section_set .optional_cnt .op_img .slider .slick-prev::after {
  left: calc(50% - 5px);
  transform: rotate(-135deg);
}

.contents .section_set .optional_cnt .op_desc {
  font-size: 1.5rem;
  line-height: 1.87;
  margin-bottom: 5px;
}

.contents .section_set .optional_cnt .op_price p {
  align-items: center;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}

.contents .section_set .optional_cnt .op_price .price b {
  color: var(--accent-color);
  font-weight: 900;
  line-height: 1;
  margin-left: 8px;
}

.contents .section_set .optional_cnt .op_price .price.regular p b {
  position: relative;
}

.contents .section_set .optional_cnt .op_price .price.regular p b::after {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.contents .section_set .optional_cnt .op_price .price.discounted span {
  margin-top: 5px;
}

.contents .section_set .optional_cnt .op_price .price.discounted b {
  font-size: 154.35%;
}

.contents .section_set .optional_cnt .op_price .rate {
  align-items: center;
  background: url(../img/icon_discount.svg) center center/100% 100% no-repeat;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-left: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 80px;
}

.contents .section_set .optional_cnt .op_price .rate p {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.contents .section_set .optional_cnt .op_price .rate p span {
  color: var(--accent-color);
  display: block;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: inherit;
}

.contents .section_set .optional_cnt .op_price .rate p span b {
  font-family: inherit;
  font-size: 146.88%;
  font-weight: inherit;
}

.contents .section_set .optional_cnt .op_schedule .box_tit {
  align-items: center;
  background: var(--main-color);
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  height: 40px;
  padding-left: 16px;
  width: 200px;
}

.contents .section_set .optional_cnt .op_schedule .box_wrap {
  background: #f4f4f4;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
}

.contents .section_set .optional_cnt .op_schedule .box_wrap.is_close .schedule_list {
  margin-bottom: 0;
}

.contents .section_set .optional_cnt .op_schedule .box_wrap.is_close .more_btn span::after {
  transform: rotate(90deg);
}

.contents .section_set .optional_cnt .op_schedule .schedule_list {
  margin: 5px 15px 20px;
  overflow: hidden;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dt {
  clear: both;
  float: left;
  font-weight: 700;
  line-height: 1.38;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dt .start::after {
  content: "-";
  margin: 0;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd {
  float: right;
  padding-left: 21px;
  padding-top: 15px;
  position: relative;
  width: calc(100% - 96px);
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd::before {
  background: #888;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd + dd p.tit::before {
  background: url(../img/icon_schedule_02.svg) center center/100% 100% no-repeat;
  height: 8px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd:first-of-type::before {
  top: 20px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd:last-of-type::before {
  height: 20px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p {
  font-size: 1.3rem;
  line-height: 1.38;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  position: relative;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit::before {
  background: url(../img/icon_schedule_02.svg) center center/100% 100% no-repeat;
  content: "";
  height: 8px;
  left: -24px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit:first-of-type::before {
  background: url(../img/icon_schedule_01.svg) center center/100% 100% no-repeat;
  content: "";
  height: 12px;
  left: -25.5px;
  position: absolute;
  top: 3px;
  width: 12px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit + p,
.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit ul {
  margin-top: 5px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit.choice::before {
  background-image: url(../img/icon_schedule_03.svg);
  height: 14px;
  left: -26px;
  top: 4px;
  width: 14px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul {
  margin-top: 15px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul li .tit {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul li + li {
  margin-top: 10px;
}

.contents .section_set .optional_cnt .op_schedule .schedule_list dd p + .tit {
  margin-top: 15px;
}

.contents .section_set .optional_cnt .op_schedule .more_btn {
  align-items: center;
  background: #ddd;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 43px;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.contents .section_set .optional_cnt .op_schedule .more_btn span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .section_set .optional_cnt .op_schedule .more_btn span::after {
  background: url(../img/arr_gray_slim.svg) center center/100% 100% no-repeat;
  content: "";
  height: 12px;
  margin-left: 10px;
  transform: rotate(-90deg);
  width: 6px;
}

.contents .section_set .link_btn.to_tour {
  margin: 74px auto 0;
  max-width: 730px;
  width: 100%;
}

.contents .section_set .link_btn.to_tour a {
  font-size: 3.6rem;
  height: 75px;
  letter-spacing: -0.06em;
}

.contents .section_set .link_btn.to_tour a::after {
  background-image: url(../img/arr_white_slim.svg);
  height: 36px;
  right: 40px;
  transform: translateY(-50%) rotate(90deg);
  width: 18px;
}

.contents .section_plan {
  padding: 0 0 30px;
}

.contents .section_plan .sec_title_line {
  background: url(../img/kira_rt.svg) right 6% top 15%/5.5% auto no-repeat, url(../img/kira_rb.svg) right 7% bottom 0%/4.5% auto no-repeat, url(../img/kira_lb.svg) left 5% bottom 0%/6.5% auto no-repeat, url(../img/kira_lt.svg) left 6.5% top 15%/5.5% auto no-repeat;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 50px 0 40px;
}

.contents .section_plan .sec_title_line span {
  font-size: 3.6rem;
}

.contents .section_plan .customer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}

.contents .section_plan .customer img {
  width: 22%;
}

.contents .section_plan .customer .customer_txt {
  flex: 0 0 75%;
}

.contents .section_plan .customer .customer_txt h3 {
  background: var(--main-color);
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.contents .section_plan .customer .customer_txt p b {
  color: var(--main-color);
}

.contents .section_plan .discount_ex {
  background: #ffffba;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 30px;
  max-width: 820px;
  padding: 1.5em 5px 0;
  width: 100%;
}

.contents .section_plan .discount_ex .ex_price {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.contents .section_plan .discount_ex .ex_price strong {
  color: var(--accent-red);
  font-size: 4.8rem;
}

.contents .section_plan .discount_ex .rate {
  font-size: 1.1rem;
  text-align: right;
}

.contents .section_plan .plans {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.contents .section_plan .plans .day_bl {
  width: 100%;
}

.contents .section_plan .plans h3.day {
  align-items: center;
  color: var(--main-color);
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}

.contents .section_plan .plans h3.day::before,
.contents .section_plan .plans h3.day::after {
  background-color: var(--main-color);
  content: "";
  flex-grow: 1;
  height: 3px;
}

.contents .section_plan .plans h3.day::before {
  margin-right: 2rem;
}

.contents .section_plan .plans h3.day::after {
  margin-left: 2rem;
}

.contents .section_plan .plans ul.detail {
  margin: 0 auto;
  width: 93%;
}

.contents .section_plan .plans ul.detail .schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contents .section_plan .plans ul.detail .schedule.tb {
  background-image: linear-gradient(to right, var(--main-color) 3px, transparent 3px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  margin-top: 5px;
  padding-top: 24px;
}

.contents .section_plan .plans ul.detail .time {
  color: #555;
  font-size: 1.5rem;
  width: 7%;
}

.contents .section_plan .plans ul.detail .schedule_txt {
  position: relative;
  width: 93%;
}

.contents .section_plan .plans ul.detail .schedule_txt .tit:last-child {
  margin-bottom: 20px;
}

.contents .section_plan .plans ul.detail .schedule_txt .bold {
  font-weight: bold;
}

.contents .section_plan .plans ul.detail .schedule_txt .green {
  color: var(--main-color);
}

.contents .section_plan .plans ul.detail .point {
  background: var(--main-color-bg);
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  margin-bottom: 25px;
  margin-top: 20px;
  padding: 10px 150px 12px 14px;
  position: relative;
}

.contents .section_plan .plans ul.detail .point p {
  line-height: 1.6;
}

.contents .section_plan .plans ul.detail .point::after {
  border: solid transparent;
  border-color: rgba(223, 245, 236, 0);
  border-bottom-color: #dff5ec;
  border-width: 15px;
  border-left-width: 10px;
  border-right-width: 10px;
  bottom: 100%;
  content: "";
  height: 0;
  left: 7%;
  margin-left: -15px;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.contents .section_plan .plans ul.detail .point .g_value {
  background: url(../img/plan_price_bg.svg) center center/100% no-repeat;
  font-size: 2.3rem;
  line-height: 1;
  padding: 11px 20px 18px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -25px;
  width: 150px;
}

.contents .section_plan .plans ul.detail .point .g_value .dis_amount {
  display: block;
}

.contents .section_plan .plans ul.detail .point .g_value .small {
  font-size: 80%;
}

.contents .section_plan .plans ul.detail .point .base_price,
.contents .section_plan .plans ul.detail .point .dis_price,
.contents .section_plan .plans ul.detail .point .dis_amount {
  color: var(--accent-red);
}

.contents .section_plan .plans ul.detail .point .base_price {
  font-size: 2.2rem;
  position: relative;
}

.contents .section_plan .plans ul.detail .point .base_price::after {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.contents .section_plan .plans ul.detail .point .dis_price {
  font-size: 2.8rem;
}

.contents .section_plan .plans ul.detail .point .dis_arrow {
  font-size: 2.2rem;
}

.contents .section_plan .optional_cnt .op_title {
  color: var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.33;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}

.contents .section_plan .optional_cnt .op_title::after {
  background: var(--accent-color);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 153px;
}

.contents .section_plan .optional_cnt .op_img .slider {
  line-height: 1;
  position: relative;
  width: 100%;
}

.contents .section_plan .optional_cnt .op_img .slider_main {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contents .section_plan .optional_cnt .op_img .slider_main.slick-initialized {
  opacity: 1;
}

.contents .section_plan .optional_cnt .op_img .slider_main .slick-slide figure {
  aspect-ratio: 480/320;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .section_plan .optional_cnt .op_img .slider_main .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .section_plan .optional_cnt .op_img .slider_thumb {
  position: relative;
}

.contents .section_plan .optional_cnt .op_img .slider_nav {
  opacity: 0;
  padding: 0 45px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contents .section_plan .optional_cnt .op_img .slider_nav.slick-initialized {
  opacity: 1;
}

.contents .section_plan .optional_cnt .op_img .slider_nav .slick-slide {
  margin: 0 6px;
  outline: none;
}

.contents .section_plan .optional_cnt .op_img .slider_nav .slick-slide figure {
  aspect-ratio: 90/60;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .section_plan .optional_cnt .op_img .slider_nav .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .section_plan .optional_cnt .op_img .slider_nav .slick-slide.slick-current figure::after {
  border: 1px solid #000;
  box-shadow: 0 0 0 2px #fff inset;
  content: "";
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
  z-index: 2;
}

.contents .section_plan .optional_cnt .op_img .slider .slick-arrow {
  background: var(--main-color-bg);
  border: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 20;
}

.contents .section_plan .optional_cnt .op_img .slider .slick-arrow::after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 8px;
  left: calc(50% - 8px);
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}

.contents .section_plan .optional_cnt .op_img .slider .slick-next {
  right: 0;
}

.contents .section_plan .optional_cnt .op_img .slider .slick-prev {
  left: 0;
}

.contents .section_plan .optional_cnt .op_img .slider .slick-prev::after {
  left: calc(50% - 5px);
  transform: rotate(-135deg);
}

.contents .section_plan .optional_cnt .op_desc {
  font-size: 1.5rem;
  line-height: 1.87;
  margin-bottom: 5px;
}

.contents .section_plan .optional_cnt .op_price p {
  align-items: center;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}

.contents .section_plan .optional_cnt .op_price .price b {
  color: var(--accent-color);
  font-weight: 900;
  line-height: 1;
  margin-left: 8px;
}

.contents .section_plan .optional_cnt .op_price .price.regular p b {
  position: relative;
}

.contents .section_plan .optional_cnt .op_price .price.regular p b::after {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.contents .section_plan .optional_cnt .op_price .price.discounted span {
  margin-top: 5px;
}

.contents .section_plan .optional_cnt .op_price .price.discounted b {
  font-size: 154.35%;
}

.contents .section_plan .optional_cnt .op_price .rate {
  align-items: center;
  background: url(../img/icon_discount.svg) center center/100% 100% no-repeat;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-left: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 80px;
}

.contents .section_plan .optional_cnt .op_price .rate p {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.contents .section_plan .optional_cnt .op_price .rate p span {
  color: var(--accent-color);
  display: block;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: inherit;
}

.contents .section_plan .optional_cnt .op_price .rate p span b {
  font-family: inherit;
  font-size: 146.88%;
  font-weight: inherit;
}

.contents .section_plan .optional_cnt .op_schedule .box_tit {
  align-items: center;
  background: var(--main-color);
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  height: 40px;
  padding-left: 16px;
  width: 200px;
}

.contents .section_plan .optional_cnt .op_schedule .box_wrap {
  background: #f4f4f4;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
}

.contents .section_plan .optional_cnt .op_schedule .box_wrap.is_close .schedule_list {
  margin-bottom: 0;
}

.contents .section_plan .optional_cnt .op_schedule .box_wrap.is_close .more_btn span::after {
  transform: rotate(90deg);
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list {
  margin: 5px 15px 20px;
  overflow: hidden;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dt {
  clear: both;
  float: left;
  font-weight: 700;
  line-height: 1.38;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dt .start::after {
  content: "-";
  margin: 0;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd {
  float: right;
  padding-left: 21px;
  padding-top: 15px;
  position: relative;
  width: calc(100% - 96px);
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd::before {
  background: #888;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd + dd p.tit::before {
  background: url(../img/icon_schedule_02.svg) center center/100% 100% no-repeat;
  height: 8px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd:first-of-type::before {
  top: 20px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd:last-of-type::before {
  height: 20px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p {
  font-size: 1.3rem;
  line-height: 1.38;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  position: relative;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit::before {
  background: url(../img/icon_schedule_02.svg) center center/100% 100% no-repeat;
  content: "";
  height: 8px;
  left: -24px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit:first-of-type::before {
  background: url(../img/icon_schedule_01.svg) center center/100% 100% no-repeat;
  content: "";
  height: 12px;
  left: -25.5px;
  position: absolute;
  top: 3px;
  width: 12px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit + p,
.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit ul {
  margin-top: 5px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit.choice::before {
  background-image: url(../img/icon_schedule_03.svg);
  height: 14px;
  left: -26px;
  top: 4px;
  width: 14px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul {
  margin-top: 15px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul li .tit {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul li + li {
  margin-top: 10px;
}

.contents .section_plan .optional_cnt .op_schedule .schedule_list dd p + .tit {
  margin-top: 15px;
}

.contents .section_plan .optional_cnt .op_schedule .more_btn {
  align-items: center;
  background: #ddd;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 43px;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.contents .section_plan .optional_cnt .op_schedule .more_btn span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .section_plan .optional_cnt .op_schedule .more_btn span::after {
  background: url(../img/arr_gray_slim.svg) center center/100% 100% no-repeat;
  content: "";
  height: 12px;
  margin-left: 10px;
  transform: rotate(-90deg);
  width: 6px;
}

.contents .section_plan .link_btn.to_tour {
  margin: 74px auto 0;
  max-width: 730px;
  width: 100%;
}

.contents .section_plan .link_btn.to_tour a {
  font-size: 3.6rem;
  height: 75px;
  letter-spacing: -0.06em;
}

.contents .section_plan .link_btn.to_tour a::after {
  background-image: url(../img/arr_white_slim.svg);
  height: 36px;
  right: 40px;
  transform: translateY(-50%) rotate(90deg);
  width: 18px;
}

.contents #tour_ichioshi {
  background: var(--main-color-bg);
}

.contents #tour_ichioshi .tit_ichioshi {
  margin-bottom: 20px;
  text-align: center;
}

.contents #tour_ichioshi .tit_ichioshi img {
  max-width: 436px;
  width: 100%;
}

.contents .section_tour {
  padding: 35px 0 50px;
  /* .sec_title_01 {
    font-size: 3rem;
    @include mq($br_sp) {
      font-size: pxtovw(36);
    }
    .txt_pink {
      font-size: 100%;
      @include mq($br_sp) {
        font-size: pxwari(40, 36);
      }
    }
    .txt_green {
      font-size: pxwari(36, 30);
      @include mq($br_sp) {
        font-size: pxwari(48, 36);
      }
    }
  } */
}

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

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

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

.contents .section_tour .tourlist.tabpanel .tour_tab li.selected {
  background: var(--tour-main-color);
  border: 1px solid var(--tour-main-color);
  color: #fff;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contents .section_tour .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 .section_tour .tourlist .tour_cnt_wrap .tour_info_tab {
  background: #e6e6e6;
  overflow: hidden;
  padding: 5px 3px;
}

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

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

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

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

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

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

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

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

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

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

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

.contents .section_tour .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 .section_tour .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 .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
  display: block;
  font-size: 1.4rem;
}

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {
  color: #fa3734;
  font-weight: bold;
  line-height: 1.2;
}

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

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

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

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

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

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
  background: #fa3734;
  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 .section_tour .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 .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: #fa3734;
  display: block;
}

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

.contents .section_tour .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 .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}

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

.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: var(--tour-btn-color);
  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 .section_tour .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: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.contents .section_tour .tit_qantas_tour {
  font-size: 4.4rem;
  margin-bottom: 30px;
}

.contents .section_tour .tit_qantas_tour img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 323px;
}

.contents .section_tour .btn_area {
  margin-top: 35px;
}

.contents .section_tour .btn_area .link_btn {
  margin: 0 auto;
  max-width: 425px;
  width: 100%;
}

.contents .section_tour .btn_area .link_btn a {
  font-size: 1.8rem;
  padding: 20px;
  /* &::after {
    width: 20px;
    height: 20px;
    @include mq($br_sp) {
      width: pxtovw(14);
      height: pxtovw(28)
    }
  } */
}

.contents #contact {
  background: var(--main-color-bg);
  border-bottom: 2px solid #fff;
}

.contents .section_contact .sec_inner {
  align-items: center;
  max-height: 880px;
  padding: 50px 5vw;
}

.contents .section_contact .sec_inner p {
  color: var(--accent-color);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.contents .section_contact .sec_inner .link_btn {
  margin: 0;
}

.contents .section_contact .sec_inner .link_btn a {
  background: var(--accent-color);
  font-size: 1.8rem;
  padding: 20px 30px 20px 10px;
}

.contents .section_contact .sec_inner .link_btn a i {
  font-size: 120%;
  margin-right: 20px;
}

.contents .section_contact .contact_desc {
  color: #666;
  padding-bottom: 10px;
}

.contents .section_contact .contact_desc .contact_tit {
  color: var(--main-color);
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 15px;
}

.contents .section_contact .contact_desc p {
  font-size: 1.5rem;
}

.contents .section_contact .tel_num {
  align-items: center;
  background: var(--main-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 3.6rem;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 10px;
}

.contents .section_contact .tel_num::before {
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 64%;
  padding: 0 0 0 10px;
  transform: scale(-1, 1);
}

.contents .section_contact .freeorder_btn {
  align-items: center;
  background: var(--main-color);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 10px;
  transition: opacity 0.3s ease;
}

.contents .section_contact .freeorder_btn::before {
  content: "\f0e0";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  padding-right: 10px;
}

.contents .section_about {
  background: var(--main-color-bg);
  padding: 0 0 35px;
}

.contents .section_about .sec_title_line {
  background: url(../img/kira_rt.svg) right 26% top 21%/5% auto no-repeat, url(../img/kira_rb.svg) right 20% bottom 25%/4.5% auto no-repeat, url(../img/kira_lb.svg) left 20% bottom 22%/6.5% auto no-repeat, url(../img/kira_lt.svg) left 26% top 22%/5.5% auto no-repeat;
  font-size: 4.4rem;
  padding: 80px 0 40px;
}

.contents .section_about .sec_title_01 {
  font-size: 2.8rem;
}

.contents .section_about .about_wrap .about_cnt .cnt_img {
  aspect-ratio: 312/203;
  margin-bottom: 12px;
  overflow: hidden;
}

.contents .section_about .about_wrap .about_cnt .cnt_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .section_about .about_wrap .about_cnt .cnt_title {
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.79;
  margin-bottom: 5px;
}

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

@media screen and (min-width: 601px), print {
  .contents .section .sec_lead_txt p {
    font-size: 1.4rem;
    line-height: 1.86;
  }

  .contents .section .sec_lead_txt p {
    text-align: center;
  }

  .contents .section .movie_wrap {
    margin-top: 60px;
  }

  .contents .section_hero .hero_title {
    overflow: hidden;
  }

  .contents .section_hero .hero_title img {
    height: 545px;
    object-fit: cover;
    width: auto;
  }

  .contents .section_nav .intro_wrap p {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.88;
    margin-right: 30px;
  }

  .contents .section_nav .intro_wrap .img {
    width: 29.81%;
  }

  .contents .section_set .optional_cnt {
    margin-bottom: 35px;
  }

  .contents .section_set .optional_cnt .op_price {
    align-items: center;
    display: flex;
  }

  .contents .section_set .optional_cnt .op_price .price.regular p::after {
    content: "⇒";
    margin: 0 5px;
  }

  .contents .section_set .optional_cnt .op_price .price.discounted {
    margin-bottom: 5px;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dt {
    align-items: center;
    display: flex;
    font-size: 1.3rem;
    padding-top: 15px;
    width: 96px;
  }

  .contents .section_plan .optional_cnt {
    margin-bottom: 35px;
  }

  .contents .section_plan .optional_cnt .op_price {
    align-items: center;
    display: flex;
  }

  .contents .section_plan .optional_cnt .op_price .price.regular p::after {
    content: "⇒";
    margin: 0 5px;
  }

  .contents .section_plan .optional_cnt .op_price .price.discounted {
    margin-bottom: 5px;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dt {
    align-items: center;
    display: flex;
    font-size: 1.3rem;
    padding-top: 15px;
    width: 96px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .contents .section_contact .tel_num::before {
    padding-top: 5px;
  }

  .contents .section_about .about_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    width: calc(100% + 52px);
  }

  .contents .section_about .about_wrap .about_cnt {
    margin: 0 26px 30px;
    width: calc(33.333% - 52px);
  }

  .contents .section_about .about_wrap .about_cnt .cnt_txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

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

@media screen and (min-width: 961px), print {
  .contents .section_benefit .bene_box {
    align-items: stretch;
    display: flex;
  }

  .contents .section_benefit .bene_box h2 {
    align-items: center;
    display: flex;
    flex: 0 0 50%;
    justify-content: center;
  }

  .contents .section_benefit .section_optional .op_h::before,
  .contents .section_benefit .section_optional .op_h::after {
    background: url(../img/tri.svg) top center/auto 100% repeat-x;
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0 15px;
    width: 168px;
  }

  .contents .section_benefit .section_optional .op_lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
  }

  .contents .section_benefit .section_optional .op_list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contents .section_benefit .section_optional .op_list .op_box {
    flex: 0 0 48.5%;
    margin-bottom: 30px;
  }

  .contents .section_set .optional_cnt .op_img .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

  .contents .section_set .optional_cnt .op_img .slider .slick-arrow:hover {
    opacity: 0.65;
  }

  .contents .section_plan .plans ul.detail .schedule_txt.ph p.tit,
  .contents .section_plan .plans ul.detail .schedule_txt.ph .point {
    float: left;
    width: 55%;
  }

  .contents .section_plan .plans ul.detail .schedule_txt.ph img {
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
  }

  .contents .section_plan .optional_cnt .op_img .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

  .contents .section_plan .optional_cnt .op_img .slider .slick-arrow:hover {
    opacity: 0.65;
  }

  .contents .section_contact .sec_inner {
    display: flex;
    justify-content: space-between;
    min-height: 90px;
  }

  .contents .section_contact .sec_inner .link_btn {
    max-width: 400px;
    width: 45%;
  }

  .contents .section_contact .contact_desc {
    flex: 0 1 47%;
    text-align: left;
  }

  .contents .section_contact .contact_desc p {
    line-height: 1.4;
  }

  .contents .section_contact .numlink {
    flex: 0 0 40%;
    text-align: left;
  }

  .contents .section_contact .tel_num {
    background: none;
    color: var(--main-color);
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
    min-height: 50px;
    pointer-events: none;
  }
}

@media screen and (min-width: 1041px), print {
  .contents .section_contact .tel_num {
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 1141px), print {
  .contents .section_set .optional_cnt {
    border-bottom: 4px solid var(--main-color);
    padding-bottom: 45px;
    position: relative;
  }

  .contents .section_set .optional_cnt .op_img {
    position: absolute;
    top: 8px;
    width: 47.12%;
  }

  .contents .section_set .optional_cnt .op_price {
    width: 100%;
  }

  .contents .section_set .optional_cnt .op_price .rate {
    margin-left: auto;
  }

  .contents .section_set .optional_cnt:nth-child(2n+1) {
    padding-left: 50%;
  }

  .contents .section_set .optional_cnt:nth-child(2n+1) .op_img {
    left: 0;
  }

  .contents .section_set .optional_cnt:nth-child(2n) {
    padding-right: 50%;
  }

  .contents .section_set .optional_cnt:nth-child(2n) .op_img {
    right: 0;
  }

  .contents .section_set .optional_cnt:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contents .section_plan .optional_cnt {
    border-bottom: 4px solid var(--main-color);
    padding-bottom: 45px;
    position: relative;
  }

  .contents .section_plan .optional_cnt .op_img {
    position: absolute;
    top: 8px;
    width: 47.12%;
  }

  .contents .section_plan .optional_cnt .op_price {
    width: 100%;
  }

  .contents .section_plan .optional_cnt .op_price .rate {
    margin-left: auto;
  }

  .contents .section_plan .optional_cnt:nth-child(2n+1) {
    padding-left: 50%;
  }

  .contents .section_plan .optional_cnt:nth-child(2n+1) .op_img {
    left: 0;
  }

  .contents .section_plan .optional_cnt:nth-child(2n) {
    padding-right: 50%;
  }

  .contents .section_plan .optional_cnt:nth-child(2n) .op_img {
    right: 0;
  }

  .contents .section_plan .optional_cnt:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1140px) {
  .contents .section .sec_inner {
    padding: 0 15px;
  }

  .contents .section_set .optional_cnt .op_img {
    margin: 0 auto 15px;
    max-width: 520px;
  }

  .contents .section_set .optional_cnt .op_desc {
    margin: 0 auto 5px;
    max-width: 520px;
  }

  .contents .section_set .optional_cnt + .optional_cnt {
    border-top: 1px solid var(--main-color);
    padding-top: 30px;
  }

  .contents .section_set .optional_cnt:last-of-type {
    margin-bottom: 0;
  }

  .contents .section_plan .optional_cnt .op_img {
    margin: 0 auto 15px;
    max-width: 520px;
  }

  .contents .section_plan .optional_cnt .op_desc {
    margin: 0 auto 5px;
    max-width: 520px;
  }

  .contents .section_plan .optional_cnt + .optional_cnt {
    border-top: 1px solid var(--main-color);
    padding-top: 30px;
  }

  .contents .section_plan .optional_cnt:last-of-type {
    margin-bottom: 0;
  }

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

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

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

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

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

  .contents .section_contact .sec_inner {
    padding: 50px 5vw;
  }
}

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

  .contents .dis_tb {
    display: block;
  }

  .contents .section_nav .intro_wrap .sec_title_line {
    background: url(../img/kira_rb.svg) right 12% top 15%/7.5% auto no-repeat, url(../img/kira_lb.svg) left 10% top 15%/9% auto no-repeat;
    font-size: 5.3333vw;
    padding: 5.3333vw 0 0.6667vw;
  }

  .contents .section_nav .intro_wrap .anker_nav_li {
    flex: 0 0 49%;
    margin-bottom: 6vw;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a img {
    width: 20%;
  }

  .contents .section_benefit .sec_title_bene1 {
    margin-bottom: 20px;
  }

  .contents .section_benefit .sec_title_bene1 .bene1_icon {
    height: auto;
    margin-left: -5.5vw;
    width: 28%;
  }

  .contents .section_benefit .sec_title_bene1 .bene1_tit {
    display: block;
  }

  .contents .section_benefit .sec_title_bene1 .green {
    display: block;
    font-size: 6.4vw;
    padding: 0 5px;
  }

  .contents .section_benefit .sec_title_bene1 .under_line {
    font-size: 10.6667vw;
    margin: 0 5px;
  }

  .contents .section_benefit .anker {
    padding-top: 16.6667vw;
  }

  .contents .section_benefit .bene_box h2 {
    font-size: 6vw;
    min-height: auto;
    padding: 10.6667vw 5.5vw 6.6667vw;
    text-align: center;
  }

  .contents .section_benefit .bene_box h2 b .bene_icon {
    left: -4vw;
    top: -16vw;
    width: 28%;
  }

  .contents .section_benefit .bene_box h2 b .bene_tit {
    height: 18.5vw;
    left: 23%;
    top: -11vw;
    width: auto;
  }

  .contents .section_benefit .bene_box p {
    padding: 5.5vw;
  }

  .contents .section_benefit #bene2 {
    padding-top: 26.6667vw;
  }

  .contents .section_benefit #bene2 h2 {
    font-size: 5.0667vw;
  }

  .contents .section_plan .sec_title_line {
    background: url(../img/kira_rt.svg) right 1% top 12%/8% auto no-repeat, url(../img/kira_rb.svg) right 7% bottom 9%/8.5% auto no-repeat, url(../img/kira_lb.svg) left 5% bottom 4%/10.5% auto no-repeat, url(../img/kira_lt.svg) left 2.5% top 12%/9.5% auto no-repeat, url(../img/kira_rb.svg) right 33% top 5%/6.5% auto no-repeat, url(../img/kira_lb.svg) left 35% top 0%/9.5% auto no-repeat;
    font-size: 5.3333vw;
    padding: 10.6667vw 0 6.6667vw;
  }

  .contents .section_plan .sec_title_line {
    font-size: 3.2vw;
  }

  .contents .section_plan .sec_title_line span {
    font-size: 4.8vw;
  }

  .contents .section_plan .discount_ex .ex_price {
    font-size: 4vw;
  }

  .contents .section_plan .discount_ex .ex_price strong {
    font-size: 6.4vw;
  }

  .contents .section_plan .plans {
    margin: 0 -4vw;
    width: auto;
  }

  .contents .section_plan .plans ul.detail .time {
    width: 15%;
  }

  .contents .section_plan .plans ul.detail .schedule_txt {
    width: 85%;
  }

  .contents .section_plan .plans ul.detail .schedule_txt.ph img {
    margin-bottom: 20px;
    margin-left: -17%;
    margin-top: 15px;
    max-width: none;
    width: 117%;
  }

  .contents .section_plan .plans ul.detail .point {
    margin-left: -17%;
    padding-right: 20%;
    width: 117%;
  }

  .contents .section_plan .plans ul.detail .point::after {
    left: 50%;
  }

  .contents .section_plan .plans ul.detail .point .g_value {
    right: -30px;
    transform: scale(0.7);
  }

  .contents .section_contact .sec_inner p {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f4f4f4;
  }

  .breadcrumb_area > nav {
    padding: 3px 0;
  }

  .tw_pagetop {
    opacity: 1;
  }

  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }

  .contents .vpc600 {
    display: none;
  }

  .contents p {
    line-height: 1.75;
  }

  .contents .section .sec_inner {
    padding: 0 4vw;
  }

  .contents .section .sec_title_01 {
    line-height: 1.5;
    margin-bottom: 4vw;
    padding-bottom: 2.6667vw;
  }

  .contents .section .sec_title_01 span {
    display: block;
    margin: 0 -4vw;
    width: calc(100% + 8vw);
  }

  .contents .section .sec_lead_txt {
    margin-bottom: 6.6667vw;
  }

  .contents .section .sec_lead_txt p {
    font-size: 3.7333vw;
    line-height: 1.79;
  }

  .contents .section .link_btn a {
    border-radius: 1.3333vw;
  }

  .contents .section .link_btn a::after {
    height: 6px;
    margin-top: -4px;
    right: 15px;
    width: 6px;
  }

  .contents .section .link_btn:not(.back) a {
    padding-right: 3.2vw;
  }

  .contents .section .link_btn:not(.back) a::after {
    right: 4vw;
  }

  .contents .section .link_btn.back a {
    padding-left: 3.2vw;
  }

  .contents .section .link_btn.back a::after {
    left: 3.2vw;
  }

  .contents .section .movie_wrap {
    margin-top: 9.3333vw;
  }

  .contents .section_nav {
    padding: 0;
  }

  .contents .section_nav .intro_wrap .nav_timetxt {
    font-size: 1.3rem;
    margin-top: 0;
    padding-bottom: 1.3333vw;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a {
    font-size: 3.2vw;
    padding: 10px 18px 5px 10px;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a img {
    width: 24%;
  }

  .contents .section_nav .intro_wrap .anker_nav_li a::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 6px;
    width: 6px;
  }

  .contents .section_nav .intro_wrap p {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin-bottom: 4vw;
  }

  .contents .section_benefit {
    padding: 5.3333vw 0 0;
  }

  .contents .section_benefit .section_optional {
    margin-top: 6vw;
  }

  .contents .section_benefit .section_optional .op_h {
    font-size: 5.8667vw;
  }

  .contents .section_benefit .section_optional .op_h::after {
    background: url(../img/tri.svg) top center/auto 100% repeat-x;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 10px 15px;
    width: 90px;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_tit {
    font-size: 3.6vw;
    min-height: auto;
    padding: 2.6667vw;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_price_box {
    padding: 3.3333vw;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_price_box img {
    width: calc(50% - 3.3333vw);
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price p {
    font-size: 3.2vw;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .op_price2 {
    font-size: 4.4vw;
    margin-top: 2vw;
    padding-top: 1.3333vw;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .op_price2.not_bene1 {
    padding-bottom: 0;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_price_box .op_price .op_price2.not_bene1 + span {
    font-size: 2.9333vw;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_btn {
    font-size: 2.9333vw;
    padding: 8px 20px 4px;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_btn::after {
    border-width: 1px;
    height: 6px;
    right: 15px;
    width: 6px;
  }

  .contents .section_benefit .section_optional .op_list .op_box .op_detail {
    padding: 0 3.3333vw 8vw;
  }

  .contents .section_benefit .section_optional .op_all_btn {
    font-size: 4.2667vw;
    margin-top: 0;
  }

  .contents .section_benefit .section_optional .op_all_btn::before {
    height: 2px;
    width: 17px;
  }

  .contents .section_benefit .section_optional .op_all_btn::after {
    height: 17px;
    right: 23px;
    width: 2px;
  }

  .contents .section_benefit .sec_title_line.set_tit {
    font-size: 6.6667vw;
  }

  .contents .section_set {
    padding: 5.3333vw 0 10.6667vw;
  }

  .contents .section_set .sec_title_line.set_tit {
    font-size: 6.6667vw;
  }

  .contents .section_set .optional_cnt {
    margin-bottom: 11.3333vw;
  }

  .contents .section_set .optional_cnt .op_title {
    font-size: 6.1333vw;
    margin-bottom: 7.3333vw;
    padding-bottom: 4vw;
  }

  .contents .section_set .optional_cnt .op_title::after {
    height: 1.0667vw;
    width: 40.8vw;
  }

  .contents .section_set .optional_cnt .op_img .slider_main {
    margin-bottom: 2vw;
  }

  .contents .section_set .optional_cnt .op_img .slider_nav {
    padding: 0 30px;
  }

  .contents .section_set .optional_cnt .op_img .slider_nav .slick-slide {
    margin: 0 3px;
  }

  .contents .section_set .optional_cnt .op_img .slider .slick-arrow {
    width: 24px;
  }

  .contents .section_set .optional_cnt .op_img .slider .slick-arrow::after {
    border-width: 1px;
    height: 6px;
    left: calc(50% - 6px);
    top: calc(50% - 3px);
    width: 6px;
  }

  .contents .section_set .optional_cnt .op_img .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

  .contents .section_set .optional_cnt .op_img {
    margin-bottom: 5.3333vw;
  }

  .contents .section_set .optional_cnt .op_desc {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin-bottom: 2.6667vw;
  }

  .contents .section_set .optional_cnt .op_price {
    margin-bottom: 1.6vw;
    min-height: 22.6667vw;
    padding-top: 3.0667vw;
    position: relative;
  }

  .contents .section_set .optional_cnt .op_price p {
    font-size: 4.8vw;
  }

  .contents .section_set .optional_cnt .op_price .price b {
    margin-left: 1.3333vw;
  }

  .contents .section_set .optional_cnt .op_price .price.regular {
    margin-bottom: 2.4vw;
  }

  .contents .section_set .optional_cnt .op_price .price.discounted {
    background: url(../img/icon_price_arr_green.svg) 4vw center/6.6667vw auto no-repeat;
    padding-left: 14vw;
  }

  .contents .section_set .optional_cnt .op_price .price.discounted span {
    margin-top: 2.6667vw;
  }

  .contents .section_set .optional_cnt .op_price .price.discounted b {
    font-size: 161.25%;
  }

  .contents .section_set .optional_cnt .op_price .rate {
    height: 22.6667vw;
    padding: 0 0 1.3333vw 1.3333vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22.6667vw;
  }

  .contents .section_set .optional_cnt .op_price .rate p {
    font-size: 5.6667vw;
  }

  .contents .section_set .optional_cnt .op_price .rate p span {
    font-size: 4.5333vw;
  }

  .contents .section_set .optional_cnt .op_price .rate p span b {
    font-size: 147.06%;
  }

  .contents .section_set .optional_cnt .op_schedule .box_tit {
    font-size: 4.8vw;
    height: 10.6667vw;
    padding-left: 4.5333vw;
    width: 53.3333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list {
    margin: 0 2.6667vw 5.3333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dt {
    font-size: 3.4667vw;
    letter-spacing: -0.04em;
    padding-top: 5.3333vw;
    width: 13.3333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dt .start {
    display: inline-block;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dt .start::after {
    content: "│";
    display: block;
    text-align: center;
    width: 100%;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dt .end {
    display: block;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd {
    padding-left: 4vw;
    padding-top: 5.3333vw;
    width: calc(100% - 13.3333vw);
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd + dd p.tit::before {
    height: 2.1333vw;
    left: -4.8vw;
    top: 1.6vw;
    width: 2.1333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd:first-of-type::before {
    top: 8vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd:last-of-type::before {
    height: 8vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit::before {
    height: 2.1333vw;
    left: -5.0667vw;
    top: 1.6vw;
    width: 2.1333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit:first-of-type::before {
    height: 2.9333vw;
    left: -5.4667vw;
    top: 0.8vw;
    width: 2.9333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit + p,
  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit ul {
    margin-top: 1.3333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit.choice::before {
    height: 3.6vw;
    left: -5.8vw;
    top: 1.0667vw;
    width: 3.6vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul {
    margin-top: 5.3333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul li .tit {
    margin-bottom: 1.3333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul li + li {
    margin-top: 1.3333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .schedule_list dd p + .tit {
    margin-top: 5.3333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .more_btn {
    font-size: 3.7333vw;
  }

  .contents .section_set .optional_cnt .op_schedule .more_btn span {
    padding-left: 20px;
  }

  .contents .section_set .optional_cnt + .optional_cnt {
    border-top-width: 1.0667vw;
    padding-top: 4vw;
  }

  .contents .section_set .link_btn.to_tour {
    margin-top: 9.3333vw;
  }

  .contents .section_set .link_btn.to_tour a {
    font-size: 4.8vw;
    height: 13.0667vw;
    padding-left: 2.6667vw;
  }

  .contents .section_set .link_btn.to_tour a::after {
    height: 4.8vw;
    right: 5.3333vw;
    width: 2.4vw;
  }

  .contents .section_plan {
    padding: 2.6667vw 0 10.6667vw;
  }

  .contents .section_plan .sec_title_line {
    padding: 16vw 0 6.6667vw;
  }

  .contents .section_plan .sec_title_line {
    font-size: 4vw;
  }

  .contents .section_plan .sec_title_line span {
    font-size: 6vw;
    line-height: 1.2;
  }

  .contents .section_plan .customer .customer_txt {
    flex: 1 0 100%;
  }

  .contents .section_plan .customer .customer_txt h3 {
    width: 60%;
  }

  .contents .section_plan .customer .customer_txt .txt_box {
    display: flex;
    justify-content: space-between;
  }

  .contents .section_plan .customer .customer_txt .txt_box img {
    margin-right: 10px;
    width: 30%;
  }

  .contents .section_plan .plans ul.detail .point p {
    font-size: 3.3333vw;
  }

  .contents .section_plan .optional_cnt {
    margin-bottom: 11.3333vw;
  }

  .contents .section_plan .optional_cnt .op_title {
    font-size: 6.1333vw;
    margin-bottom: 7.3333vw;
    padding-bottom: 4vw;
  }

  .contents .section_plan .optional_cnt .op_title::after {
    height: 1.0667vw;
    width: 40.8vw;
  }

  .contents .section_plan .optional_cnt .op_img .slider_main {
    margin-bottom: 2vw;
  }

  .contents .section_plan .optional_cnt .op_img .slider_nav {
    padding: 0 30px;
  }

  .contents .section_plan .optional_cnt .op_img .slider_nav .slick-slide {
    margin: 0 3px;
  }

  .contents .section_plan .optional_cnt .op_img .slider .slick-arrow {
    width: 24px;
  }

  .contents .section_plan .optional_cnt .op_img .slider .slick-arrow::after {
    border-width: 1px;
    height: 6px;
    left: calc(50% - 6px);
    top: calc(50% - 3px);
    width: 6px;
  }

  .contents .section_plan .optional_cnt .op_img .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

  .contents .section_plan .optional_cnt .op_img {
    margin-bottom: 5.3333vw;
  }

  .contents .section_plan .optional_cnt .op_desc {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin-bottom: 2.6667vw;
  }

  .contents .section_plan .optional_cnt .op_price {
    margin-bottom: 1.6vw;
    min-height: 22.6667vw;
    padding-top: 3.0667vw;
    position: relative;
  }

  .contents .section_plan .optional_cnt .op_price p {
    font-size: 4.8vw;
  }

  .contents .section_plan .optional_cnt .op_price .price b {
    margin-left: 1.3333vw;
  }

  .contents .section_plan .optional_cnt .op_price .price.regular {
    margin-bottom: 2.4vw;
  }

  .contents .section_plan .optional_cnt .op_price .price.discounted {
    background: url(../img/icon_price_arr_green.svg) 4vw center/6.6667vw auto no-repeat;
    padding-left: 14vw;
  }

  .contents .section_plan .optional_cnt .op_price .price.discounted span {
    margin-top: 2.6667vw;
  }

  .contents .section_plan .optional_cnt .op_price .price.discounted b {
    font-size: 161.25%;
  }

  .contents .section_plan .optional_cnt .op_price .rate {
    height: 22.6667vw;
    padding: 0 0 1.3333vw 1.3333vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22.6667vw;
  }

  .contents .section_plan .optional_cnt .op_price .rate p {
    font-size: 5.6667vw;
  }

  .contents .section_plan .optional_cnt .op_price .rate p span {
    font-size: 4.5333vw;
  }

  .contents .section_plan .optional_cnt .op_price .rate p span b {
    font-size: 147.06%;
  }

  .contents .section_plan .optional_cnt .op_schedule .box_tit {
    font-size: 4.8vw;
    height: 10.6667vw;
    padding-left: 4.5333vw;
    width: 53.3333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list {
    margin: 0 2.6667vw 5.3333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dt {
    font-size: 3.4667vw;
    letter-spacing: -0.04em;
    padding-top: 5.3333vw;
    width: 13.3333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dt .start {
    display: inline-block;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dt .start::after {
    content: "│";
    display: block;
    text-align: center;
    width: 100%;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dt .end {
    display: block;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd {
    padding-left: 4vw;
    padding-top: 5.3333vw;
    width: calc(100% - 13.3333vw);
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd + dd p.tit::before {
    height: 2.1333vw;
    left: -4.8vw;
    top: 1.6vw;
    width: 2.1333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd:first-of-type::before {
    top: 8vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd:last-of-type::before {
    height: 8vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit::before {
    height: 2.1333vw;
    left: -5.0667vw;
    top: 1.6vw;
    width: 2.1333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit:first-of-type::before {
    height: 2.9333vw;
    left: -5.4667vw;
    top: 0.8vw;
    width: 2.9333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit + p,
  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit ul {
    margin-top: 1.3333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit.choice::before {
    height: 3.6vw;
    left: -5.8vw;
    top: 1.0667vw;
    width: 3.6vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul {
    margin-top: 5.3333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul li .tit {
    margin-bottom: 1.3333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul li + li {
    margin-top: 1.3333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .schedule_list dd p + .tit {
    margin-top: 5.3333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .more_btn {
    font-size: 3.7333vw;
  }

  .contents .section_plan .optional_cnt .op_schedule .more_btn span {
    padding-left: 20px;
  }

  .contents .section_plan .optional_cnt + .optional_cnt {
    border-top-width: 1.0667vw;
    padding-top: 4vw;
  }

  .contents .section_plan .link_btn.to_tour {
    margin-top: 9.3333vw;
  }

  .contents .section_plan .link_btn.to_tour a {
    font-size: 4.8vw;
    height: 13.0667vw;
    padding-left: 2.6667vw;
  }

  .contents .section_plan .link_btn.to_tour a::after {
    height: 4.8vw;
    right: 5.3333vw;
    width: 2.4vw;
  }

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

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

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

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

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

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

  .contents .section_tour .tourlist .tour_cnt_head {
    background: #f4f4f4;
    padding: 15px 15px 10px 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    background: var(--tour-main-color);
    border: 0;
    color: #fff;
  }

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

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

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

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

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

  .contents .section_tour .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 .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }

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

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

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

  .contents .section_tour {
    background: #fff url(../img/line_dot_green.svg) center top/auto 3px repeat-x;
    padding-top: 7.3333vw;
  }

  .contents .section_tour .tit_qantas_tour {
    font-size: 5.8667vw;
    margin-bottom: 20px;
  }

  .contents .section_tour .tit_qantas_tour img {
    width: 60%;
  }

  .contents .section_tour .btn_area {
    margin-top: 9.3333vw;
  }

  .contents .section_tour .btn_area .link_btn a {
    background: #af9047;
    font-size: 3.7333vw;
    line-height: 1.2;
    text-align: center;
  }

  .contents .section_contact .sec_inner {
    padding: 5vw 5vw;
  }

  .contents .section_contact .sec_inner p {
    font-size: 4.8vw;
  }

  .contents .section_contact .sec_inner .link_btn a {
    font-size: 3.7333vw;
  }

  .contents .section_contact .contact_desc .contact_tit {
    flex: 0 0 100%;
    font-size: 4vw;
    padding-bottom: 10px;
    text-align: center;
  }

  .contents .section_contact .contact_desc p {
    flex: 0 0 100%;
    font-size: 2.8vw;
    padding-bottom: 10px;
  }

  .contents .section_contact .numlink {
    display: flex;
    justify-content: space-between;
  }

  .contents .section_contact .tel_num {
    background: #fff;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    flex: 0 0 49%;
    font-size: 3.7333vw;
    height: auto;
    min-height: 44px;
  }

  .contents .section_contact .tel_num::before {
    color: var(--main-color);
    font-size: 100%;
  }

  .contents .section_contact .freeorder_btn {
    flex: 0 0 49%;
    font-size: 3.7333vw;
    height: auto;
    min-height: 44px;
  }

  .contents .section_contact .freeorder_btn::before {
    font-size: 100%;
  }

  .contents .section_about {
    padding: 0 0 5.3333vw;
  }

  .contents .section_about .sec_title_line {
    background: url(../img/kira_rt.svg) right 10% top 18%/9% auto no-repeat, url(../img/kira_rb.svg) right 2% bottom 25%/7.5% auto no-repeat, url(../img/kira_lb.svg) left 0% bottom 18%/9.5% auto no-repeat, url(../img/kira_lt.svg) left 8% top 25%/9% auto no-repeat;
    font-size: 6.8vw;
    padding: 13.3333vw 0 6.6667vw;
  }

  .contents .section_about .sec_title_01 {
    font-size: 4.8vw;
  }

  .contents .section_about .sec_lead_txt p {
    font-size: 3.4667vw;
  }

  .contents .section_about .about_wrap .about_cnt {
    margin-bottom: 8vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_img {
    aspect-ratio: 688/496;
    margin-bottom: 2.6667vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_title {
    font-size: 4.2667vw;
    margin-bottom: 2.6667vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_txt {
    font-size: 3.7333vw;
    line-height: 1.79;
  }
}

@media screen and (max-width: 480px) {
  .contents .section_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 360px) {
  .contents .section_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    font-size: 1rem;
    width: 50px;
  }

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

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

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

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

@media screen and (min-width: 601px) and (max-width: 1040px) {
  .contents .section_hero .hero_title img {
    height: 408px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1140px) {
  .contents .section_set .optional_cnt .op_price {
    justify-content: center;
    width: auto;
  }

  .contents .section_plan .optional_cnt .op_price {
    justify-content: center;
    width: auto;
  }
}

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

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

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

  .contents a:active {
    opacity: 0.65;
  }

  .contents .section_set .optional_cnt .op_schedule .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_set .optional_cnt .op_schedule .more_btn:active {
    opacity: 0.65;
  }

  .contents .section_plan .optional_cnt .op_schedule .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_plan .optional_cnt .op_schedule .more_btn:active {
    opacity: 0.65;
  }

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

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

  .contents .section_contact .freeorder_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_contact .freeorder_btn: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 .section_set .optional_cnt .op_schedule .more_btn:hover {
    opacity: 0.65;
  }

  .contents .section_plan .optional_cnt .op_schedule .more_btn:hover {
    opacity: 0.65;
  }

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

  .contents .section_contact .freeorder_btn:hover {
    opacity: 0.65;
  }
}