@charset "UTF-8";

:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --color-primary: #d45a00;
  --color-primary2: #fd7d00;
  --color-secondary: #f6ac20;
  --color-tertiary: #ffbf9c;
  --color-white: #fff;
}

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

.contents {
  color: #fff;
}

.contents_body {
  background: var(--gradient-body);
  padding-bottom: 1px;
}

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

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

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

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

.contents .section .sec_title {
  text-align: center;
}

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

.contents .tour_search {
  color: #222;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  width: 100%;
  z-index: 100;
}

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

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

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

.contents .tour_search .search_box .btn_wrap .btn_submit {
  background: var(--color-primary);
}

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

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

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

.contents .contact_wrap {
  background-color: var(--color-primary);
  border: 1px solid #fff;
  color: #fff;
  margin: 100px auto;
  max-width: 960px;
  padding: 45px 20px;
  width: 100%;
}

.contents .contact_wrap .contact_tit {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.contents .contact_wrap .contact_desc {
  margin-top: 30px;
  text-align: center;
}

.contents .contact_wrap .contact_desc p {
  font-size: 1.4rem;
  line-height: 1.71;
}

.contents .contact_wrap .contact_links .btn_tel {
  color: #fff;
  font-weight: 700;
  position: relative;
}

.contents .contact_wrap .contact_links .btn_tel::before {
  background: url(../img/icon_tel_white.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  height: 36px;
  margin-right: 16px;
  width: 36px;
}

.contents .contact_wrap .contact_links .btn_tel span {
  font-family: "arial", sans-serif;
}

.contents .contact_wrap .contact_links .btn_freeorder {
  align-items: center;
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease;
}

.contents .contact_wrap .contact_links .btn_freeorder::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  width: 8px;
}

.contents .sec_hero {
  border-bottom: 1px solid var(--color-secondary);
  overflow: hidden;
  position: relative;
  text-align: center;
  /* @include min_mq($br_tb) {
    height: 942px;
  }
  @include min_mq($br_sp) {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  @include mq($br_tb) {
    @include min_mq($br_sp) {
      padding-bottom: 20px;
    }
  } */
}

.contents .sec_hero .video-box {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_hero .video-box .video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contents .sec_hero .hero_title {
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* @include min_mq($br_tb) {
    padding: 55px 0 10px;
  }
  @include min_mq($br_sp) {
    padding: 40px 0 20px;
    position: relative;
    z-index: 2;
  } */
}

.contents .sec_tour.pickup {
  --color-tour-tab1: #efefef;
  --color-tour-tab1-txt: #222;
  --color-tour-tab1-active: #fd7d00;
  --color-tour-tab1-active-txt: #fff;
  --color-tour-tab2: #fd7d00;
  --color-tour-tab2-txt: #fff;
  --color-tour-tab2-active: #fff;
  --color-tour-tab2-active-txt: #fd7d00;
  --color-tour-btn: #323232;
  --color-tour-btn-txt: #fff;
  --color-tour-price-txt: #ff404c;
  --color-tour-head: #efefef;
  --color-tour-main: #fd7d00;
  --color-tour-main-bg: #efefef;
  background: url(../img/tsj_pc_bg_01.png) 2% 80%/15% no-repeat, url(../img/tsj_pc_bg_02.png) 98% 40%/15% no-repeat, linear-gradient(180deg, #140802 0%, #571900 18%, #571900 27%, #571900 27%, #9c4906 79%, #140802 100%);
  padding-bottom: 100px;
}

.contents .sec_tour.pickup .sec_title {
  padding-top: 20px;
}

.contents .sec_tour.pickup .link_btn {
  align-items: center;
  background: var(--color-primary2);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  line-height: 1.71;
  margin: 45px auto 0;
  padding: 0 40px 0 20px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 360px;
}

.contents .sec_tour.pickup .link_btn::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
  width: 10px;
}

.contents .sec_about {
  background: url(../img/about_bg.jpg) center center/cover no-repeat;
  padding: 0px;
}

.contents .sec_about .sec_inner {
  background: linear-gradient(180deg, #140802 0%, #571900 18%, #571900 27%, #9c4906 79%, #000 100%);
}

.contents .sec_about .sec_title {
  padding-bottom: 20px;
}

.contents .sec_about .about_wrap {
  overflow: hidden;
}

.contents .sec_about .about_cnt .about_img .slider {
  line-height: 1;
  position: relative;
  width: 100%;
}

.contents .sec_about .about_cnt .about_img .slider_main {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contents .sec_about .about_cnt .about_img .slider_main.slick-initialized {
  opacity: 1;
}

.contents .sec_about .about_cnt .about_img .slider_main .slick-slide figure {
  aspect-ratio: 480/320;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_about .about_cnt .about_img .slider_main .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_about .about_cnt .about_img .slider_thumb {
  position: relative;
}

.contents .sec_about .about_cnt .about_img .slider_nav {
  opacity: 0;
  padding: 0 45px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contents .sec_about .about_cnt .about_img .slider_nav.slick-initialized {
  opacity: 1;
}

.contents .sec_about .about_cnt .about_img .slider_nav .slick-slide {
  margin: 0 6px;
  outline: none;
}

.contents .sec_about .about_cnt .about_img .slider_nav .slick-slide figure {
  aspect-ratio: 90/60;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_about .about_cnt .about_img .slider_nav .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_about .about_cnt .about_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 .sec_about .about_cnt .about_img .slider .slick-arrow {
  background: var(--color-tertiary);
  border: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 20;
}

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

.contents .sec_about .about_cnt .about_img .slider .slick-next {
  right: 0;
}

.contents .sec_about .about_cnt .about_img .slider .slick-prev {
  left: 0;
}

.contents .sec_about .about_cnt .about_img .slider .slick-prev::after {
  left: calc(50% - 5px);
  transform: rotate(-135deg);
}

.contents .sec_about .about_cnt .about_desc {
  line-height: 1.87;
  margin-bottom: 5px;
}

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

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

.contents .sec_about .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 .sec_tsj {
  background: var(--color-primary);
  padding: 0px;
  padding-bottom: 60px;
}

.contents .sec_tsj .tsj_tit_bg {
  background: url(../img/tsj_tit_bg.png) top center/auto 100% no-repeat, linear-gradient(180deg, #000 0%, #d45a00 55%, #d45a00 100%);
  padding-bottom: 15px;
  padding-top: 65px;
}

.contents .sec_tsj .tsj_nav {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin: -30px auto 0;
  max-width: 980px;
}

.contents .sec_tsj .tsj_nav li {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}

.contents .sec_tsj .tsj_wrap:first-of-type {
  margin-top: -20px;
}

.contents .sec_tsj .tsj_cnt {
  padding-top: 10px;
}

.contents .sec_tsj .tsj_img {
  border: 1px solid #ffe596;
  box-shadow: 0 0 30px #ffe596;
}

.contents .sec_tsj .tsj_desc {
  line-height: 1.87;
  margin-bottom: 5px;
}

.contents .sec_tsj .link_tit {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.contents .sec_tsj .link_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.contents .sec_tsj .link_btn_wrap li {
  flex: 0 1 calc(20% - 10px);
}

.contents .sec_tsj .link_btn {
  align-items: center;
  background: var(--color-white);
  border-radius: 8px;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 62px;
  justify-content: flex-start;
  line-height: 1.71;
  padding: 0 40px 0 20px;
  position: relative;
  transition: opacity 0.3s ease;
}

.contents .sec_tsj .link_btn::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
  width: 10px;
}

.contents .sec_tsj .link_btn::after {
  border-bottom: 1px solid #d45a00;
  border-right: 1px solid #d45a00;
  color: #d45a00;
  content: "";
  height: 8px;
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  width: 8px;
}

.contents .sec_course {
  background: var(--color-secondary);
  padding: 0px;
}

.contents .sec_course .sec_title {
  padding-bottom: 20px;
}

.contents .sec_course .course_wrap {
  overflow: hidden;
  /* &:nth-of-type(2n) {
    @include min_mq($br_sp) { 
      .course_img {
        @include min_mq($br_sp) {
          float: right;
        }
      }
      .course_schedule {
        float: left;
      }
    }
  }

  &:last-of-type {
    @include min_mq($br_sp) {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    @include mq($br_sp) {
      margin-bottom: 0;
    }
  } */
}

.contents .sec_course .course_wrap .link_tit {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.contents .sec_course .course_wrap .link_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 70px;
}

.contents .sec_course .course_wrap .link_btn_wrap li {
  flex: 0 1 calc(20% - 10px);
}

.contents .sec_course .course_wrap .link_btn {
  align-items: center;
  background: var(--color-white);
  border-radius: 8px;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 62px;
  justify-content: flex-start;
  line-height: 1.71;
  padding: 0 40px 0 20px;
  position: relative;
  transition: opacity 0.3s ease;
}

.contents .sec_course .course_wrap .link_btn::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
  width: 10px;
}

.contents .sec_course .course_wrap .link_btn::after {
  border-bottom: 1px solid #d45a00;
  border-right: 1px solid #d45a00;
  color: #d45a00;
  content: "";
  height: 8px;
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  width: 8px;
}

.contents .sec_course .course_cnt {
  /* @include mq($br_sp) {
    margin-bottom: pxtovw(60);
  } */
}

.contents .sec_course .course_cnt .course_tit {
  background: var(--color-primary);
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 45px;
  padding: 20px;
  text-align: center;
}

.contents .sec_course .course_cnt .course_img .slider {
  line-height: 1;
  position: relative;
  width: 100%;
}

.contents .sec_course .course_cnt .course_img .slider_main {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contents .sec_course .course_cnt .course_img .slider_main.slick-initialized {
  opacity: 1;
}

.contents .sec_course .course_cnt .course_img .slider_main .slick-slide figure {
  aspect-ratio: 480/320;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_course .course_cnt .course_img .slider_main .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_course .course_cnt .course_img .slider_thumb {
  position: relative;
}

.contents .sec_course .course_cnt .course_img .slider_nav {
  opacity: 0;
  padding: 0 45px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contents .sec_course .course_cnt .course_img .slider_nav.slick-initialized {
  opacity: 1;
}

.contents .sec_course .course_cnt .course_img .slider_nav .slick-slide {
  margin: 0 6px;
  outline: none;
}

.contents .sec_course .course_cnt .course_img .slider_nav .slick-slide figure {
  aspect-ratio: 90/60;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_course .course_cnt .course_img .slider_nav .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_course .course_cnt .course_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 .sec_course .course_cnt .course_img .slider .slick-arrow {
  background: var(--color-tertiary);
  border: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 20;
}

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

.contents .sec_course .course_cnt .course_img .slider .slick-next {
  right: 0;
}

.contents .sec_course .course_cnt .course_img .slider .slick-prev {
  left: 0;
}

.contents .sec_course .course_cnt .course_img .slider .slick-prev::after {
  left: calc(50% - 5px);
  transform: rotate(-135deg);
}

.contents .sec_course .course_cnt .course_desc {
  color: #222;
  line-height: 1.87;
  margin-bottom: 5px;
}

.contents .sec_course .course_cnt .course_schedule {
  line-height: 1.87;
  margin-bottom: 5px;
}

.contents .sec_course .course_cnt .course_schedule .box_tit {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 40px;
  padding-left: 16px;
  width: 200px;
}

.contents .sec_course .course_cnt .course_schedule .box_wrap {
  background: #fff;
  border-radius: 0 8px 8px 8px;
  color: #222;
  overflow: hidden;
}

.contents .sec_course .course_cnt .course_schedule .box_wrap.is_close .schedule_list {
  margin-bottom: 0;
}

.contents .sec_course .course_cnt .course_schedule .box_wrap.is_close .more_btn span::after {
  transform: rotate(90deg);
}

.contents .sec_course .course_cnt .course_schedule .days {
  color: var(--color-primary);
  font-size: 1.7rem;
  font-weight: bold;
  margin: 15px 15px 5px;
}

.contents .sec_course .course_cnt .course_schedule .days .small {
  font-size: 1.5rem;
}

.contents .sec_course .course_cnt .course_schedule .more_cnt {
  overflow: hidden;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list {
  margin: 0px 15px 0px;
  overflow: hidden;
  padding: 5px 0 20px;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dt {
  clear: both;
  float: left;
  font-weight: 700;
  line-height: 1.38;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dt .start::after {
  content: "-";
  margin: 0;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dt.dtline {
  position: relative;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dt.dtline::after {
  background: #888;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

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

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

.contents .sec_course .course_cnt .course_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 .sec_course .course_cnt .course_schedule .schedule_list dd:first-of-type::before {
  top: 20px;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dd:last-of-type::before {
  height: 20px;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dd p {
  font-size: 1.3rem;
  line-height: 1.38;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  position: relative;
}

.contents .sec_course .course_cnt .course_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 .sec_course .course_cnt .course_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: -26px;
  position: absolute;
  top: 3px;
  width: 12px;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit + p,
.contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit ul {
  margin-top: 5px;
}

.contents .sec_course .course_cnt .course_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 .sec_course .course_cnt .course_schedule .schedule_list dd p.tit.choice + ul {
  margin-top: 15px;
}

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

.contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit.choice + ul li + li {
  margin-top: 10px;
}

.contents .sec_course .course_cnt .course_schedule .schedule_list dd p + .tit {
  margin-top: 15px;
}

.contents .sec_course .course_cnt .course_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 .sec_course .course_cnt .course_schedule .more_btn span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .sec_course .course_cnt .course_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 .sec_course .course_cnt .course_schedule .schedule_info {
  color: #222;
  font-size: 1.3rem;
  padding-top: 10px;
}

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

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

.contents .sec_course .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 .sec_hotel {
  background: var(--color-tertiary);
  padding: 0px;
}

.contents .sec_hotel .sec_title {
  padding-bottom: 1.3333vw;
}

.contents .sec_hotel .hotel_wrap {
  overflow: hidden;
}

.contents .sec_hotel .hotel_cnt .hotel_title {
  border-top: 4px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-top: 20px;
  position: relative;
}

.contents .sec_hotel .hotel_cnt .hotel_title .hotel_copy {
  display: block;
  font-size: 1.8rem;
}

.contents .sec_hotel .hotel_cnt .hotel_title .hotel_name {
  font-size: 3.6rem;
  padding-right: 20px;
  vertical-align: middle;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider {
  line-height: 1;
  position: relative;
  width: 100%;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_main {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_main.slick-initialized {
  opacity: 1;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_main .slick-slide figure {
  aspect-ratio: 480/320;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_main .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_thumb {
  position: relative;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_nav {
  opacity: 0;
  padding: 0 45px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_nav.slick-initialized {
  opacity: 1;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_nav .slick-slide {
  margin: 0 6px;
  outline: none;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_nav .slick-slide figure {
  aspect-ratio: 90/60;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider_nav .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_hotel .hotel_cnt .hotel_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 .sec_hotel .hotel_cnt .hotel_img .slider .slick-arrow {
  background: var(--color-tertiary);
  border: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 20;
}

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

.contents .sec_hotel .hotel_cnt .hotel_img .slider .slick-next {
  right: 0;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider .slick-prev {
  left: 0;
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider .slick-prev::after {
  left: calc(50% - 5px);
  transform: rotate(-135deg);
}

.contents .sec_hotel .hotel_cnt .hotel_img .slider .slick-arrow {
  background-color: #ffab7d;
}

.contents .sec_hotel .hotel_cnt .hotel_desc {
  color: #222;
  line-height: 1.87;
  margin-bottom: 5px;
}

.contents .sec_hotel .hotel_cnt .link_tit {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 20px;
  padding-top: 30px;
}

.contents .sec_hotel .hotel_cnt .link_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.contents .sec_hotel .hotel_cnt .link_btn_wrap li {
  flex: 0 1 calc(33.333% - 10px);
}

.contents .sec_hotel .hotel_cnt .link_btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 62px;
  justify-content: flex-start;
  line-height: 1.71;
  padding: 0 40px 0 20px;
  position: relative;
  transition: opacity 0.3s ease;
}

.contents .sec_hotel .hotel_cnt .link_btn::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
  width: 10px;
}

.contents .sec_hotel .hotel_cnt .link_btn::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  width: 8px;
}

.contents .sec_lastyear {
  background: url(../img/about_bg.jpg) center center/cover no-repeat;
  border-top: 1px solid var(--color-secondary);
  padding: 0px;
}

.contents .sec_lastyear .sec_inner {
  background: linear-gradient(180deg, #140802 0%, #571900 14%, #571900 24%, #9c4906 50%, #ac4d00 70%, #571900 87%, #140802 100%);
}

.contents .sec_lastyear .sec_title {
  padding-bottom: 20px;
}

.contents .sec_lastyear .lastyear_wrap {
  overflow: hidden;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider {
  line-height: 1;
  position: relative;
  width: 100%;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_main {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_main.slick-initialized {
  opacity: 1;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_main .slick-slide figure {
  aspect-ratio: 480/320;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_main .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_thumb {
  position: relative;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_nav {
  opacity: 0;
  padding: 0 45px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_nav.slick-initialized {
  opacity: 1;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_nav .slick-slide {
  margin: 0 6px;
  outline: none;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_nav .slick-slide figure {
  aspect-ratio: 90/60;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_nav .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_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 .sec_lastyear .lastyear_cnt .lastyear_img .slider .slick-arrow {
  background: var(--color-tertiary);
  border: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 20;
}

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

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider .slick-next {
  right: 0;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider .slick-prev {
  left: 0;
}

.contents .sec_lastyear .lastyear_cnt .lastyear_img .slider .slick-prev::after {
  left: calc(50% - 5px);
  transform: rotate(-135deg);
}

.contents .sec_lastyear .lastyear_cnt .lastyear_desc {
  line-height: 1.87;
  margin-bottom: 5px;
}

.contents .sec_precautions {
  background: linear-gradient(180deg, #140802 0%, #571900 14%, #571900 24%, #9c4906 50%, #ac4d00 70%, #571900 87%, #140802 100%);
  padding: 0px;
}

.contents .sec_precautions .sec_title {
  padding-bottom: 20px;
}

.contents .sec_precautions .precautions dt {
  background: var(--color-primary);
  color: #fff;
  font-weight: bold;
}

.contents .sec_precautions .precautions dd {
  background: var(--color-tertiary);
  color: #222;
  line-height: 1.75;
}

.contents .sec_precautions .precautions dd ul {
  list-style-type: disc;
  margin-left: 20px;
}

.contents .sec_precautions .precautions dd ul li {
  padding-bottom: 10px;
}

.tourlist.tabpanel .tour_tab ul {
  background: #fff;
  display: flex;
  width: 100%;
}

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

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

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

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

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

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

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

.tourlist.tabpanel .tour_notfound {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

.tourlist .tour_cnt_head .cnt_head_01 .tour_code {
  color: var(--color-tour-tab1-txt);
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 12px 5px;
  text-align: center;
}

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

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

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

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

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

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

.tourlist .tour_cnt_head .tour_comment_txt {
  color: var(--color-tour-tab1-txt);
  padding: 5px 10px;
}

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

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

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

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

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

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

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

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

.tourlist .tour_cnt_wrap .tour_info_list p {
  color: var(--color-tour-tab1-txt);
  font-size: 1.2rem;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
  color: var(--color-tour-tab1-txt);
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contents .contact_wrap .contact_links {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .contents .contact_wrap .contact_links .btn_tel {
    align-items: center;
    display: flex;
    font-size: 4rem;
    justify-content: flex-end;
    line-height: 1;
    padding-right: 4.78%;
  }

  .contents .contact_wrap .contact_links .btn_tel span {
    flex: 1;
  }

  .contents .contact_wrap .contact_links .btn_freeorder {
    border-radius: 8px;
    font-size: 1.6rem;
    height: 44px;
    width: 35.87%;
  }

  .contents .sec_about .about_wrap:nth-of-type(2n+1) .about_desc {
    float: right;
  }

  .contents .sec_about .about_wrap:nth-of-type(2n) .about_desc {
    float: left;
  }

  .contents .sec_about .about_wrap:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contents .sec_about .about_cnt {
    overflow: hidden;
    padding-bottom: 45px;
    position: relative;
  }

  .contents .sec_about .about_cnt {
    margin-bottom: 35px;
  }

  .contents .sec_about .about_cnt .about_img {
    width: 44.55%;
  }

  .contents .sec_about .about_cnt .about_desc {
    width: 50%;
  }

  .contents .sec_tsj .tsj_wrap {
    padding-bottom: 50px;
  }

  .contents .sec_tsj .tsj_cnt::after {
    clear: both;
    content: "";
    display: block;
  }

  .contents .sec_tsj .tsj_img {
    float: left;
    width: 44.55%;
  }

  .contents .sec_tsj .tsj_desc {
    float: right;
    width: 50%;
  }

  .contents .sec_course .course_wrap .course_schedule {
    float: right;
  }

  .contents .sec_course .course_cnt {
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
  }

  .contents .sec_course .course_cnt .course_img {
    width: 44.55%;
  }

  .contents .sec_course .course_cnt .course_desc {
    margin-top: 40px;
  }

  .contents .sec_course .course_cnt .course_schedule {
    width: 50%;
  }

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

  .contents .sec_hotel .hotel_cnt {
    margin-bottom: 70px;
    overflow: hidden;
    position: relative;
  }

  .contents .sec_hotel .hotel_cnt .hotel_img {
    float: left;
    width: 44.55%;
  }

  .contents .sec_hotel .hotel_cnt .hotel_txt {
    float: right;
    width: 50%;
  }

  .contents .sec_lastyear .lastyear_cnt {
    overflow: hidden;
    padding-bottom: 45px;
    position: relative;
  }

  .contents .sec_lastyear .lastyear_cnt {
    margin-bottom: 35px;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img {
    float: left;
    width: 44.55%;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_desc {
    float: right;
    width: 50%;
  }

  .contents .sec_precautions .precautions div {
    display: flex;
    flex-wrap: wrap;
  }

  .contents .sec_precautions .precautions div + div {
    border-top: 1px solid #6f2700;
  }

  .contents .sec_precautions .precautions dt {
    flex: 0 0 20%;
    font-size: 1.8rem;
    padding: 20px;
  }

  .contents .sec_precautions .precautions dd {
    flex: 0 0 80%;
    font-size: 1.6rem;
    padding: 20px 20px 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 601px) and (min-width: 601px), print {
  .contents .sec_about .about_wrap:nth-of-type(2n+1) .about_img {
    float: left;
  }

  .contents .sec_about .about_wrap:nth-of-type(2n) .about_img {
    float: right;
  }

  .contents .sec_course .course_wrap .course_img {
    float: left;
  }
}

@media screen and (min-width: 961px), print {
  .contents_body {
    padding-top: 25px;
  }

  .contents .tour_search {
    margin: 70px auto 75px;
  }

  .contents .sec_about .sec_inner {
    max-width: 1280px;
    padding: 70px 90px;
  }

  .contents .sec_about .about_cnt .about_img .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

  .contents .sec_about .about_cnt .about_img .slider .slick-arrow:hover {
    opacity: 0.65;
  }

  .contents .sec_tsj .tsj_nav {
    padding: 0 90px;
  }

  .contents .sec_tsj .sec_inner {
    max-width: 1280px;
    padding: 0 90px;
  }

  .contents .sec_course .sec_inner {
    max-width: 1280px;
    padding: 70px 90px 40px;
  }

  .contents .sec_course .course_cnt .course_img .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

  .contents .sec_course .course_cnt .course_img .slider .slick-arrow:hover {
    opacity: 0.65;
  }

  .contents .sec_hotel .sec_inner {
    max-width: 1280px;
    padding: 70px 90px 40px;
  }

  .contents .sec_hotel .hotel_cnt .hotel_img .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

  .contents .sec_hotel .hotel_cnt .hotel_img .slider .slick-arrow:hover {
    opacity: 0.65;
  }

  .contents .sec_lastyear .sec_inner {
    max-width: 1280px;
    padding: 70px 90px;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img .slider .slick-arrow:hover {
    opacity: 0.65;
  }

  .contents .sec_precautions .sec_inner {
    max-width: 1280px;
    padding: 70px 90px;
  }
}

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

@media screen and (min-width: 1101px), print {
  .contents .sec_tsj .tsj_nav {
    padding: 0 0 70px;
  }
}

@media screen and (min-width: 1536px), print {
  .contents .sec_tsj {
    background: url(../img/tsj_pc_bg_01.png) 2% 80%/15% no-repeat, url(../img/tsj_pc_bg_02.png) 98% 40%/15% no-repeat, url(../img/tsj_pc_bg_01.png) 2% 150%/15% no-repeat, url(../img/tsj_pc_bg_02.png) 98% 85%/15% no-repeat, var(--color-primary);
  }
}

@media screen and (max-width: 1100px) {
  .contents .sec_tour.pickup .sec_inner {
    padding: 0 20px;
  }

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

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

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

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

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

  .contents .tour_search {
    padding: 5.3333vw 4vw 0;
  }

  .contents .contact_wrap {
    margin: 100px 20px;
    width: calc(100% - 20px * 2);
  }

  .contents .sec_about .sec_inner {
    background: linear-gradient(180deg, rgba(20, 8, 2, 0.7) 0%, rgba(87, 25, 0, 0.7) 18%, rgba(87, 25, 0, 0.7) 27%, rgba(156, 73, 6, 0.7) 79%, rgba(20, 8, 2, 0.7) 100%);
    padding: 0 4vw 2.6667vw;
  }

  .contents .sec_tsj .tsj_nav {
    padding: 0 4vw 2.6667vw;
  }

  .contents .sec_tsj .tsj_wrap {
    padding: 0 4vw 2.6667vw;
  }

  .contents .sec_tsj .tsj_wrap:nth-of-type(2) {
    background: url(../img/tsj_sp_bg_01.png) 2% top/15% no-repeat;
  }

  .contents .sec_tsj .tsj_wrap:nth-of-type(3) {
    background: url(../img/tsj_sp_bg_02.png) 98% top/15% no-repeat;
  }

  .contents .sec_course .sec_inner {
    padding: 5.3333vw 4vw 2.6667vw;
  }

  .contents .sec_course .sec_title {
    padding-bottom: 1.3333vw;
  }

  .contents .sec_hotel .sec_inner {
    padding: 5.3333vw 4vw 2.6667vw;
  }

  .contents .sec_hotel .hotel_cnt .link_btn_wrap li {
    flex: 0 0 calc(50% - 5px);
  }

  .contents .sec_hotel .hotel_cnt .link_btn::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    transform: rotate(-45deg);
    width: 6px;
  }

  .contents .sec_lastyear .sec_inner {
    background: linear-gradient(180deg, rgba(20, 8, 2, 0.7) 0%, rgba(87, 25, 0, 0.7) 14%, rgba(87, 25, 0, 0.7) 24%, rgba(172, 77, 0, 0.7) 75%, rgba(87, 25, 0, 0.7) 87%, rgba(20, 8, 2, 0.7) 100%);
    padding: 5.3333vw 4vw 2.6667vw;
  }

  .contents .sec_precautions .sec_inner {
    padding: 5.3333vw 4vw 5.3333vw;
  }
}

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

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

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

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

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

  .contents .vpc600 {
    display: none;
  }

  .contents .tour_search {
    padding: 10.6667vw 4vw 5.3333vw;
  }

  .contents .tour_search .search_box {
    background: none;
  }

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

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

  .contents .contact_wrap {
    margin: 13.3333vw 4vw;
    padding: 5.3333vw;
    width: calc(100% - 4vw * 2);
  }

  .contents .contact_wrap .contact_tit {
    font-size: 4vw;
    margin-bottom: 4.2667vw;
  }

  .contents .contact_wrap .contact_desc {
    margin-top: 4.5333vw;
  }

  .contents .contact_wrap .contact_desc p {
    font-size: 3.2vw;
  }

  .contents .contact_wrap .contact_links .btn_tel {
    align-items: center;
    background: var(--color-primary-light);
    border: 1px solid #fff;
    border-radius: 12.8vw;
    color: #fff;
    display: flex;
    font-size: 7.2vw;
    height: 12.8vw;
    justify-content: center;
    margin-bottom: 4.6667vw;
    padding-left: 1.3333vw;
    width: 100%;
  }

  .contents .contact_wrap .contact_links .btn_tel::before {
    height: 5.3333vw;
    margin-right: 2.6667vw;
    width: 5.3333vw;
  }

  .contents .contact_wrap .contact_links .btn_freeorder {
    background: var(--color-secondary);
    border-color: #fff;
    border-radius: 12.8vw;
    font-size: 3.8vw;
    height: 12.8vw;
    padding-right: 1.3333vw;
  }

  .contents .contact_wrap .contact_links .btn_freeorder::after {
    height: 1.8667vw;
    right: 5.3333vw;
    top: calc(50% - 0.9333vw);
    width: 1.8667vw;
  }

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

  .contents .sec_tour.pickup {
    --color-tour-tab2: #efefef;
    --color-tour-tab2-txt: #222;
    --color-tour-tab2-active: #fd7d00;
    --color-tour-tab2-active-txt: #fff;
    background: url(../img/tsj_pc_bg_01.png) -20% 70%/50% no-repeat, url(../img/tsj_pc_bg_02.png) 120% 20%/50% no-repeat, linear-gradient(180deg, #140802 0%, #571900 18%, #571900 27%, #571900 27%, #9c4906 79%, #140802 100%);
    padding-bottom: 5.3333vw;
  }

  .contents .sec_tour.pickup .sec_inner {
    padding: 0 4vw 2.6667vw;
  }

  .contents .sec_tour.pickup .sec_title {
    margin-bottom: 1.3333vw;
    padding-top: 1.3333vw;
  }

  .contents .sec_tour.pickup .link_btn {
    font-size: 4vw;
    height: 12.8vw;
    line-height: 1.2;
  }

  .contents .sec_tour.pickup .link_btn::after {
    height: 2.6667vw;
    right: 5.3333vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }

  .contents .sec_tour.pickup .link_btn {
    margin-top: 5.3333vw;
    width: 72.2667vw;
  }

  .contents .sec_tour.pickup .tour_search {
    padding: 10.6667vw 0 5.3333vw;
  }

  .contents .sec_about {
    background: url(../img/about_bg.jpg) center top/auto 50% repeat-y;
  }

  .contents .sec_about .about_wrap:last-of-type {
    margin-bottom: 0;
  }

  .contents .sec_about .about_cnt {
    margin-bottom: 11.3333vw;
  }

  .contents .sec_about .about_cnt .about_img .slider_main {
    margin-bottom: 2vw;
  }

  .contents .sec_about .about_cnt .about_img .slider_nav {
    padding: 0 30px;
  }

  .contents .sec_about .about_cnt .about_img .slider_nav .slick-slide {
    margin: 0 3px;
  }

  .contents .sec_about .about_cnt .about_img .slider .slick-arrow {
    width: 24px;
  }

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

  .contents .sec_about .about_cnt .about_img .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

  .contents .sec_about .about_cnt .about_img {
    margin: 0 auto 15px;
    max-width: 520px;
  }

  .contents .sec_about .about_cnt .about_img {
    margin-bottom: 5.3333vw;
  }

  .contents .sec_about .about_cnt .about_desc {
    margin: 0 auto 5px;
    max-width: 520px;
  }

  .contents .sec_about .about_cnt .about_desc {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin-bottom: 2.6667vw;
  }

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

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

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

  .contents .sec_tsj {
    padding-bottom: 10.6667vw;
  }

  .contents .sec_tsj .tsj_tit_bg {
    background: url(../img/tsj_tit_bg_sp.png) top center/100% no-repeat, linear-gradient(180deg, #000 0%, #d45a00 55%, #d45a00 100%);
    padding-top: 13.3333vw;
  }

  .contents .sec_tsj .tsj_nav {
    flex-wrap: wrap;
    gap: 5.3333vw;
    margin-top: -10px;
    padding: 0 4vw 6.6667vw;
  }

  .contents .sec_tsj .tsj_nav li {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    flex: 0 0 47%;
  }

  .contents .sec_tsj .tsj_wrap:first-of-type {
    margin-top: -10px;
  }

  .contents .sec_tsj .tsj_img {
    margin: 0 auto 15px;
    margin-bottom: 5.3333vw;
    max-width: 520px;
  }

  .contents .sec_tsj .tsj_desc {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin: 0 auto 5px;
    margin-bottom: 2.6667vw;
    max-width: 520px;
  }

  .contents .sec_tsj .link_tit {
    font-size: 4vw;
    padding-bottom: 4vw;
    padding-top: 2.6667vw;
  }

  .contents .sec_tsj .link_btn_wrap li {
    flex: 0 0 calc(50% - 5px);
  }

  .contents .sec_tsj .link_btn {
    font-size: 4vw;
    height: 12.8vw;
    line-height: 1.2;
  }

  .contents .sec_tsj .link_btn::after {
    height: 2.6667vw;
    right: 5.3333vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }

  .contents .sec_tsj .link_btn::after {
    border-bottom: 1px solid #d45a00;
    border-right: 1px solid #d45a00;
    color: #d45a00;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    transform: rotate(-45deg);
    width: 6px;
  }

  .contents .sec_course .course_wrap .link_tit {
    font-size: 4vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }

  .contents .sec_course .course_wrap .link_btn_wrap {
    margin-bottom: 10.6667vw;
  }

  .contents .sec_course .course_wrap .link_btn_wrap li {
    flex: 0 0 calc(50% - 5px);
  }

  .contents .sec_course .course_wrap .link_btn {
    font-size: 4vw;
    height: 12.8vw;
    line-height: 1.2;
  }

  .contents .sec_course .course_wrap .link_btn::after {
    height: 2.6667vw;
    right: 5.3333vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }

  .contents .sec_course .course_wrap .link_btn::after {
    border-bottom: 1px solid #d45a00;
    border-right: 1px solid #d45a00;
    color: #d45a00;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    transform: rotate(-45deg);
    width: 6px;
  }

  .contents .sec_course .course_cnt .course_tit {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }

  .contents .sec_course .course_cnt .course_img .slider_main {
    margin-bottom: 2vw;
  }

  .contents .sec_course .course_cnt .course_img .slider_nav {
    padding: 0 30px;
  }

  .contents .sec_course .course_cnt .course_img .slider_nav .slick-slide {
    margin: 0 3px;
  }

  .contents .sec_course .course_cnt .course_img .slider .slick-arrow {
    width: 24px;
  }

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

  .contents .sec_course .course_cnt .course_img .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

  .contents .sec_course .course_cnt .course_img {
    margin: 0 auto 15px;
    margin-bottom: 5.3333vw;
    max-width: 520px;
  }

  .contents .sec_course .course_cnt .course_desc {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin-bottom: 2.6667vw;
    margin-top: 5.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule {
    margin: 0 auto 5px;
    max-width: 520px;
  }

  .contents .sec_course .course_cnt .course_schedule {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin-bottom: 2.6667vw;
  }

  .contents .sec_course .course_cnt .course_schedule .box_tit {
    font-size: 4.8vw;
    height: 10.6667vw;
    padding-left: 4.5333vw;
    width: 53.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .days {
    font-size: 4.5333vw;
    margin: 5.3333vw 2.6667vw 0vw;
  }

  .contents .sec_course .course_cnt .course_schedule .days .small {
    font-size: 4vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list {
    margin: 0 2.6667vw;
    padding-bottom: 5.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dt {
    font-size: 3.4667vw;
    letter-spacing: -0.04em;
    padding-top: 5.3333vw;
    width: 13.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dt .start {
    display: inline-block;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dt .start::after {
    content: "│";
    display: block;
    text-align: center;
    width: 100%;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dt .end {
    display: block;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd {
    padding-left: 4vw;
    padding-top: 5.3333vw;
    width: calc(100% - 13.3333vw);
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd + dd p.tit::before {
    height: 2.1333vw;
    left: -4.8vw;
    top: 1.6vw;
    width: 2.1333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd:first-of-type::before {
    top: 8vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd:last-of-type::before {
    height: 8vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit::before {
    height: 2.1333vw;
    left: -5.0667vw;
    top: 1.6vw;
    width: 2.1333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit:first-of-type::before {
    height: 2.9333vw;
    left: -5.4667vw;
    top: 0.8vw;
    width: 2.9333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit + p,
  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit ul {
    margin-top: 1.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit.choice::before {
    height: 3.6vw;
    left: -5.8vw;
    top: 1.0667vw;
    width: 3.6vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit.choice + ul {
    margin-top: 5.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit.choice + ul li .tit {
    margin-bottom: 1.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p.tit.choice + ul li + li {
    margin-top: 1.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .schedule_list dd p + .tit {
    margin-top: 5.3333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .more_btn {
    font-size: 3.7333vw;
  }

  .contents .sec_course .course_cnt .course_schedule .more_btn span {
    padding-left: 20px;
  }

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

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

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

  .contents .sec_hotel .hotel_cnt {
    margin-bottom: 11.3333vw;
  }

  .contents .sec_hotel .hotel_cnt .hotel_title {
    font-size: 3.2vw;
  }

  .contents .sec_hotel .hotel_cnt .hotel_title .hotel_copy {
    font-size: 3.4667vw;
  }

  .contents .sec_hotel .hotel_cnt .hotel_title .hotel_name {
    font-size: 6.9333vw;
  }

  .contents .sec_hotel .hotel_cnt .hotel_img .slider_main {
    margin-bottom: 2vw;
  }

  .contents .sec_hotel .hotel_cnt .hotel_img .slider_nav {
    padding: 0 30px;
  }

  .contents .sec_hotel .hotel_cnt .hotel_img .slider_nav .slick-slide {
    margin: 0 3px;
  }

  .contents .sec_hotel .hotel_cnt .hotel_img .slider .slick-arrow {
    width: 24px;
  }

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

  .contents .sec_hotel .hotel_cnt .hotel_img .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

  .contents .sec_hotel .hotel_cnt .hotel_img {
    margin: 0 auto 15px;
    max-width: 520px;
  }

  .contents .sec_hotel .hotel_cnt .hotel_img {
    margin-bottom: 5.3333vw;
  }

  .contents .sec_hotel .hotel_cnt .hotel_txt {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin: 0 auto 12vw;
    max-width: 520px;
  }

  .contents .sec_hotel .hotel_cnt .link_tit {
    font-size: 4vw;
    padding-bottom: 4vw;
    padding-top: 5.3333vw;
  }

  .contents .sec_hotel .hotel_cnt .link_btn {
    font-size: 4vw;
    height: 12.8vw;
    line-height: 1.2;
  }

  .contents .sec_hotel .hotel_cnt .link_btn::after {
    height: 2.6667vw;
    right: 5.3333vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }

  .contents .sec_lastyear {
    background: url(../img/about_bg.jpg) center top/auto 50% repeat-y;
  }

  .contents .sec_lastyear .lastyear_cnt {
    margin-bottom: 11.3333vw;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_main {
    margin-bottom: 2vw;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_nav {
    padding: 0 30px;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img .slider_nav .slick-slide {
    margin: 0 3px;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img .slider .slick-arrow {
    width: 24px;
  }

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

  .contents .sec_lastyear .lastyear_cnt .lastyear_img .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img {
    margin: 0 auto 15px;
    max-width: 520px;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_img {
    margin-bottom: 5.3333vw;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_desc {
    margin: 0 auto 5px;
    max-width: 520px;
  }

  .contents .sec_lastyear .lastyear_cnt .lastyear_desc {
    font-size: 3.7333vw;
    line-height: 1.79;
    margin-bottom: 2.6667vw;
  }

  .contents .sec_precautions .precautions dt {
    font-size: 4vw;
    padding: 10px 15px;
  }

  .contents .sec_precautions .precautions dd {
    font-size: 3.7333vw;
    padding: 15px 15px 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    border: 0;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    /* font-size: 1.4rem; */
    font-size: 1.7rem;
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contents a:active {
    opacity: 0.65;
  }

  .contents .sec_tour.pickup .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_tour.pickup .link_btn:active {
    opacity: 0.65;
  }

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

  .contents .sec_tsj .link_btn:active {
    opacity: 0.65;
  }

  .contents .sec_course .course_wrap .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_course .course_wrap .link_btn:active {
    opacity: 0.65;
  }

  .contents .sec_course .course_cnt .course_schedule .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_course .course_cnt .course_schedule .more_btn:active {
    opacity: 0.65;
  }

  .contents .sec_hotel .hotel_cnt .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_hotel .hotel_cnt .link_btn:active {
    opacity: 0.65;
  }

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

  .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 .sec_tour.pickup .link_btn:hover {
    opacity: 0.65;
  }

  .contents .sec_tsj .link_btn:hover {
    opacity: 0.65;
  }

  .contents .sec_course .course_wrap .link_btn:hover {
    opacity: 0.65;
  }

  .contents .sec_course .course_cnt .course_schedule .more_btn:hover {
    opacity: 0.65;
  }

  .contents .sec_hotel .hotel_cnt .link_btn:hover {
    opacity: 0.65;
  }

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

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