@charset "UTF-8";

:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #000;
  --accent-red: #fc5555;
  --main-color: #0092de;
  --main-color-bg: #bde7ff;
  --accent-color: #ff4c7b;
  --site-color: #23afb7;
  --btn-color: #0f1b87;
  --tour-main-color: #0092de;
  --tour-main-color-bg: #e0f4ff;
  --tour-btn-color: #ff4c7b;
}

@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: var(--main-color-bg);
}

.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 .section {
  background: #fff;
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
}

.contents .section p {
  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_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;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  justify-content: center;
  min-height: 45px;
  position: relative;
  width: 100%;
}

.contents .section .link_btn a::after {
  background: url(../img/arr_white.svg) center center/100% 100% no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.contents .section .link_btn.btn_green a {
  background: var(--main-color);
}

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

.contents .section_hero {
  background: var(--main-green-bg);
  text-align: center;
}

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

.contents .section_intro .intro_wrap p span {
  background: #ffff68;
}

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

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

.contents .section_optional {
  padding: 30px 0 90px;
}

.contents .section_optional .sec_title_01 {
  font-size: 3rem;
  line-height: 1.33;
}

.contents .section_optional .sec_title_01 .txt_pink {
  display: block;
  font-size: 160%;
  line-height: 1.27;
}

.contents .section_optional .sec_title_01 .txt_green {
  display: block;
  font-size: 76.67%;
  line-height: 1.48;
}

.contents .section_optional .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_optional .optional_cnt .op_title span {
  font-size: 65%;
}

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

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

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

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

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

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

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

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

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

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

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

.contents .section_optional .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_optional .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_optional .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_optional .optional_cnt .op_img .slider .slick-next {
  right: 0;
}

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

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

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

.contents .section_optional .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_optional .optional_cnt .op_price .price b {
  color: var(--accent-color);
  font-weight: 900;
  line-height: 1;
  margin-left: 8px;
}

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

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

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

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

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

.contents .section_optional .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_optional .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_optional .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_optional .optional_cnt .op_price .rate p span b {
  font-family: inherit;
  font-size: 146.88%;
  font-weight: inherit;
}

.contents .section_optional .optional_cnt .op_schedule {
  margin-bottom: 25px;
}

.contents .section_optional .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_optional .optional_cnt .op_schedule .box_wrap {
  background: #f4f4f4;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.contents .section_optional .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_optional .optional_cnt .op_schedule .schedule_list dd:first-of-type::before {
  top: 20px;
}

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

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

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

.contents .section_optional .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_optional .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: -26.5px;
  position: absolute;
  top: 3px;
  width: 12px;
}

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

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

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

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

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

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

.contents .section_optional .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_optional .optional_cnt .op_schedule .more_btn span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .section_optional .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_optional .optional_cnt .link_btn a {
  font-size: 1.8rem;
  margin: 0 auto;
  width: 60%;
}

.contents .section_optional .optional_cnt .link_btn a::after {
  height: 13px;
  width: 8px;
}

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

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

.contents .section_optional .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_about {
  padding: 35px 0;
}

.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-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.79;
  margin-bottom: 5px;
}

.contents .section_tour {
  padding-top: 35px;
}

.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 .sec_title_01 {
  font-size: 3rem;
}

.contents .section_tour .sec_title_01 .txt_pink {
  font-size: 120%;
}

.contents .section_tour .sec_title_01 .txt_green {
  font-size: 120%;
}

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

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

.contents .section_tour .btn_area .link_btn a {
  font-size: 2.4rem;
  height: 75px;
}

.contents .section_tour .btn_area .link_btn a::after {
  height: 20px;
  width: 10px;
}

.contents .section_btm {
  padding: 65px 0 87px;
}

.contents .section_btm .link_btn {
  margin: 0 auto;
  max-width: 325px;
  width: 100%;
}

.contents .section_btm .link_btn a {
  font-size: 2rem;
  height: 65px;
}

.contents .section_btm .link_btn.back a::after {
  height: 16px;
  transform: translateY(-50%) rotate(180deg);
  width: 8px;
}

@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_hero .hero_title {
    overflow: hidden;
  }

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

  .contents .section_intro .intro_wrap {
    display: flex;
    justify-content: space-between;
  }

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

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

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

  .contents .section_optional .optional_cnt {
    margin-bottom: 35px;
    min-height: 410px;
  }

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

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

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

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

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

  .contents .section_about#about_va .sec_title_01 .txt_pink {
    font-size: 128.57%;
  }

  .contents .section_about#about_va .sec_title_01 .txt_green {
    font-size: 128.57%;
  }

  .contents .section_about#about_cns .sec_title_01 b {
    font-size: 128.57%;
  }

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

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

@media screen and (min-width: 961px), print {
  .contents .section_optional .optional_cnt .op_img .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

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

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

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

  .contents .section_optional .optional_cnt .op_price {
    margin: 20px 0;
    width: 100%;
  }

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

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

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

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

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

  .contents .section_optional .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_optional .optional_cnt .op_img {
    margin: 0 auto 15px;
    max-width: 520px;
  }

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

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

  .contents .section_optional .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%;
  }
}

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

@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 {
    font-size: 3.2vw;
    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.0667vw;
  }

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

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

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

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

  .contents .section_intro {
    padding: 2.6667vw 0 5.3333vw;
  }

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

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

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

  .contents .section_optional .sec_title_01 {
    font-size: 5.3333vw;
    line-height: 1.25;
  }

  .contents .section_optional .sec_title_01 .txt_pink {
    font-size: 161.11%;
  }

  .contents .section_optional .sec_title_01 .txt_green {
    font-size: 83.33%;
    letter-spacing: -0.04em;
    margin-bottom: 1.0667vw;
  }

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

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

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

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

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

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

  .contents .section_optional .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_optional .optional_cnt .op_img .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

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

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

  .contents .section_optional .optional_cnt .op_price {
    margin-bottom: 4vw;
    padding-top: 2.6667vw;
    position: relative;
  }

  .contents .section_optional .optional_cnt .op_price p {
    display: inline;
    font-size: 4.6667vw;
  }

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

  .contents .section_optional .optional_cnt .op_price .price.regular {
    display: inline;
    margin-bottom: 2.4vw;
  }

  .contents .section_optional .optional_cnt .op_price .price.discounted {
    display: inline;
    /* padding-left: pxtovw(105);
    background: url(../img/icon_price_arr_green.svg) 4vw center / 6.6667vw auto no-repeat; */
  }

  .contents .section_optional .optional_cnt .op_price .price.discounted p {
    background-color: #ff0;
  }

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

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

  .contents .section_optional .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_optional .optional_cnt .op_price .rate p {
    font-size: 5.6667vw;
  }

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

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

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

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

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

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

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

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

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

  .contents .section_optional .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_optional .optional_cnt .op_schedule .schedule_list dd:first-of-type::before {
    top: 8vw;
  }

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

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

  .contents .section_optional .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_optional .optional_cnt .op_schedule .schedule_list dd p.tit + p,
  .contents .section_optional .optional_cnt .op_schedule .schedule_list dd p.tit ul {
    margin-top: 1.3333vw;
  }

  .contents .section_optional .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_optional .optional_cnt .op_schedule .schedule_list dd p.tit.choice + ul {
    margin-top: 5.3333vw;
  }

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

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

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

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

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

  .contents .section_optional .optional_cnt .link_btn a {
    width: 80%;
  }

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

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

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

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

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

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

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

  .contents .section_about#about_va .sec_title_01 .txt_pink {
    font-size: 111.11%;
  }

  .contents .section_about#about_va .sec_title_01 .txt_green {
    display: block;
    font-size: 133.33%;
  }

  .contents .section_about#about_cns .sec_title_01 b {
    font-size: 133.33%;
  }

  .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 .sec_title_01 {
    font-size: 4.8vw;
  }

  .contents .section_tour .sec_title_01 .txt_pink {
    font-size: 133.33%;
  }

  .contents .section_tour .sec_title_01 .txt_green {
    font-size: 133.33%;
  }

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

  .contents .section_tour .btn_area .link_btn a {
    font-size: 4.5333vw;
    height: 13.3333vw;
    line-height: 1.2;
    text-align: center;
  }

  .contents .section_tour .btn_area .link_btn a::after {
    height: 3.7333vw;
    width: 1.8667vw;
  }

  .contents .section_btm {
    padding: 9.8667vw 0 14.6667vw;
  }

  .contents .section_btm .link_btn {
    width: 60.8vw;
  }

  .contents .section_btm .link_btn a {
    font-size: 4vw;
    height: 12vw;
  }

  .contents .section_btm .link_btn.back a::after {
    height: 3.2vw;
    width: 1.6vw;
  }
}

@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: 400px;
  }
}

@media screen and (min-width: 601px) and (max-width: 600px) {
  .contents .section_optional .optional_cnt .op_title::after {
    height: 1.0667vw;
    width: 40.8vw;
  }
}

@media screen and (min-width: 601px) and (max-width: 1140px) {
  .contents .section_optional .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_optional .optional_cnt .op_schedule .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

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

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

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

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