:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #000;
  --accent-red: #ff2574;
  --main-color: #690f87;
  --main-color-bg: #ffffd7;
  --accent-color: #ff2574;
  --site-color: #690f87;
  --btn-color: #9745b9;
  --tour-main-color: #36bdf0;
  --tour-main-color-bg: #f4f4f4;
  --tour-sub-color: #eaf9ff;
  --tour-btn-color: #ff2574;
}

@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);
  padding-bottom: 100px;
  position: relative;
}

.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;
  overflow: hidden;
  /* .sec_title_01 {
    text-align: center;
    font-family: $font_gfont_mplus;
    font-weight: 900;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 4px solid var(--main-color);
    line-height: lineh(30,38);
    @include mq($br_sp) {
      padding-bottom: pxtovw(20);
      margin-bottom: pxtovw(30);
      line-height: 1.5;
      // border-bottom-width: pxtovw(8);
    }
    span {
      @include mq($br_sp) {
        display: block;
        margin: 0 pxtovw(-30);
        width: calc(100% + 8vw);
      }
    }
    b {
      font-weight: 900;
    }
  }
  .sec_lead_txt {
    margin-bottom: 30px;
    @include mq($br_sp) {
      margin-bottom: pxtovw(50);
    }
    p {
      @include section_p_basic_size();
      @include min_mq($br_sp) {
        text-align: center;
      }
    }
  } */
}

.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: 1100px;
  width: 100%;
}

.contents .section .sec_title_01 {
  margin-bottom: 50px;
  text-align: center;
}

.contents .section .link_btn a {
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-weight: 900;
  justify-content: center;
  padding: 15px;
  position: relative;
  width: 100%;
}

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

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

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

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

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

.contents .section_hero {
  background: linear-gradient(to bottom, #ffebfa 0%, #ffffd7 100%);
}

.contents .section_hero .hero_tit_area .hero_title_img {
  display: block;
  margin-bottom: 60px;
  width: 100%;
}

.contents .section_hero .hero_tit_area .lead {
  text-align: left;
}

.contents .section_hero .hero_img {
  display: block;
  flex: 1 1 50%;
  margin: 0;
  padding-right: 30px;
}

.contents .anchor_nav {
  background: #fff;
  border-bottom: 2px solid var(--main-color);
  border-top: 4px solid var(--main-color);
  width: 100%;
}

.contents .anchor_nav ul.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  width: 100%;
}

.contents .anchor_nav ul.nav a {
  align-items: center;
  color: var(--main-color);
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.contents .anchor_nav ul.nav .nav_park a::before {
  background: url(../img/nav_icon_park.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  width: 22px;
}

.contents .anchor_nav ul.nav .nav_hotel a::before {
  background: url(../img/nav_icon_hotel.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  width: 24px;
}

.contents .anchor_nav ul.nav .nav_tour a::before {
  background: url(../img/nav_icon_tour.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 10px;
  width: 24px;
}

.contents .section_info {
  background: linear-gradient(to bottom, #f1e0fc 0%, #ffebfa 100%);
  padding: 30px 0 45px;
}

.contents .section_info .info_title {
  text-align: center;
}

.contents .section_info .info_wrap {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 70px;
  width: 100%;
}

.contents .section_info .slide_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.contents .section_info .slide_inner figure {
  aspect-ratio: 480/320;
  display: block;
  flex: 0 1 35%;
  overflow: hidden;
  position: relative;
}

.contents .section_info .slide_inner figure img {
  height: auto;
  width: 100%;
}

.contents .section_info .slide_inner .slide_txt_wrap {
  flex: 0 1 65%;
  padding-left: 35px;
}

.contents .section_info .slide_inner .slide_title {
  color: var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
}

.contents .section_info .slide_inner time {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.contents .section_info .slide_inner time::before {
  background: url(../img/icon_time.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  width: 14px;
}

.contents .section_info button {
  border: 0;
}

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

.contents .section_info .slick-dots {
  align-items: center;
  bottom: -60px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.contents .section_info .slick-dots li {
  border-radius: 100%;
  font-size: 0;
  height: 10px;
  line-height: 1;
  margin: 0 8px;
  overflow: hidden;
  width: 10px;
}

.contents .section_info .slick-dots li button {
  background: #b4b4b4;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  overflow: hidden;
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents .section_info .slick-dots li.slick-active button {
  background: var(--main-color);
  pointer-events: none;
}

.contents .section_info .slick-arrow {
  background: url(../img/arrow_next.svg) center center/100% auto no-repeat;
  cursor: pointer;
  font-size: 0;
  height: 42px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 42px;
  z-index: 2;
}

.contents .section_info .slick-prev {
  left: -70px;
  transform: translateY(-50%) rotate(-180deg);
}

.contents .section_info .slick-next {
  right: -70px;
}

.contents .section_info .bnr {
  margin: 60px auto 0;
  text-align: center;
}

.contents .section_info .bnr img {
  height: auto;
  max-width: 100%;
}

.contents .section_park {
  background-color: #dff3ee;
  padding: 60px 0 70px;
}

.contents .section_park .sec_park_lead {
  display: flex;
  margin-bottom: 50px;
}

.contents .section_park .sec_park_lead .park_lead_img {
  padding-right: 35px;
  width: 100%;
}

.contents .section_park .park_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  width: calc(100% + 14px);
}

.contents .section_park .park_wrap .park_cnt {
  background: #fff;
  margin: 0 7px 30px;
  width: calc(25% - 14px);
}

.contents .section_park .park_wrap .park_cnt .cnt_img {
  aspect-ratio: 312/203;
  margin-bottom: 12px;
  overflow: hidden;
}

.contents .section_park .park_wrap .park_cnt .cnt_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .section_park .park_wrap .park_cnt .cnt_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 0 18px;
}

.contents .section_park .park_wrap .park_cnt .cnt_txt {
  line-height: 1.65;
  padding: 0 18px;
}

.contents .section_park .park_wrap .park_cnt .more_cnt {
  overflow: hidden;
}

.contents .section_park .park_wrap .park_cnt .more_btn {
  align-items: center;
  background: #fff;
  color: var(--btn-color);
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 55px;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.contents .section_park .park_wrap .park_cnt .more_btn span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .section_park .park_wrap .park_cnt .more_btn span::after {
  border-bottom: solid 2px var(--btn-color);
  border-right: solid 2px var(--btn-color);
  content: "";
  height: 5px;
  margin-left: 10px;
  transform: rotate(-135deg);
  width: 5px;
}

.contents .section_park .park_wrap .park_cnt.is_close .more_btn span::after {
  transform: translateY(-50%) rotate(45deg);
}

.contents .section_hotel {
  background-color: #fceffb;
  padding: 60px 0 70px;
}

.contents .section_hotel .hotel_wrap .hotel_cnt {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contents .section_hotel .hotel_wrap .hotel_cnt .cnt_img {
  aspect-ratio: 312/203;
  margin-bottom: 30px;
  overflow: hidden;
}

.contents .section_hotel .hotel_wrap .hotel_cnt .cnt_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .section_hotel .hotel_wrap .hotel_cnt .hotel_txt_wrap {
  flex-grow: 1;
}

.contents .section_hotel .hotel_wrap .hotel_cnt .cnt_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 0 18px;
}

.contents .section_hotel .hotel_wrap .hotel_cnt .cnt_txt {
  line-height: 1.65;
  padding: 0 18px;
}

.contents .section_hotel .hotel_wrap .hotel_cnt .link_btn {
  margin: 18px;
}

.contents .section_hotel .hotel_wrap .hotel_cnt .link_btn a {
  background: var(--main-color);
}

.contents .section_tour {
  background: #ffffd7;
  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,
.contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 2rem;
}

.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 .tour_anker {
  display: flex;
  justify-content: space-between;
  margin: 0 -7px;
}

.contents .section_tour .tour_anker li {
  margin: 0 7px;
  width: calc(33.3333% - 14px);
}

.contents .section_tour .tour_anker li a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  color: var(--main-color);
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.contents .section_tour .tour_anker li a::after {
  border-bottom: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
  content: "";
  height: 8px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

.contents .section_tour .tour_theme_tit {
  color: var(--tour-main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 60px auto 40px;
  text-align: center;
}

.contents .section_tour .tour_theme_tit span {
  display: inline-block;
  margin: 0 40px;
  width: 300px;
}

.contents .section_tour .tour_theme_tit::before,
.contents .section_tour .tour_theme_tit::after {
  background: url(../img/tour_titicon_left.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 63px;
  width: 72px;
}

.contents .section_tour .tour_theme_tit::after {
  transform: scale(-1, 1);
}

.contents .section_tour .link_btn {
  padding-bottom: 30px;
}

.contents .section_tour .link_btn a {
  background-color: var(--tour-main-color);
  margin: 0 auto;
  max-width: 440px;
  width: 80%;
}

.search_fix_btn {
  position: fixed;
  z-index: 10;
}

.search_fix_btn img {
  height: auto;
  width: 100%;
}

.sec_contactus {
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  margin: 70px auto 0;
  max-width: 1100px;
  overflow: hidden;
  padding: 15px;
  width: 90%;
}

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

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

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

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

.sec_contactus .tel_num::before {
  display: inline-block;
  padding: 0 0 0 10px;
  aspect-ratio: 1 / 1;
  background: url(../img/icon_tel_purple.svg) center center / auto 100% no-repeat;
  content: "";
}

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

.sec_contactus .freeorder_btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  margin-right: 10px;
  aspect-ratio: 14 / 8;
  background: url(../img/icon_mail_white.svg) center center / auto 100% no-repeat;

}

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

@media screen and (min-width: 601px), print {
  .contents .section_hero .sec_inner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 auto;
    max-width: 1366px;
    padding: 30px 50px;
  }

  .contents .section_hero .hero_tit_area {
    flex: 1 1 50%;
    text-align: center;
  }

  .contents .section_park .sec_park_lead .park_lead_txt {
    font-size: 1.6rem;
  }

  .contents .section_hotel .hotel_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
    width: calc(100% + 14px);
  }

  .contents .section_hotel .hotel_wrap .hotel_cnt {
    margin: 0 7px 30px;
    width: calc(33.3333% - 14px);
  }

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

  .search_fix_btn {
    bottom: 50px;
    height: 120px;
    right: 50px;
    width: 120px;
  }

  .sec_contactus .tel_num::before {
    width: 38px;
    padding-right: 10px;
  }
}

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

@media screen and (min-width: 961px), print {
  .contents .section_park .sec_park_lead .park_lead_txt {
    background: url(../img/park_bg.svg) no-repeat right 30% bottom 30%/240px auto;
  }

  .sec_contactus {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

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

  .sec_contactus .contact_desc p {
    line-height: 1.4;
  }

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

  .sec_contactus .tel_num {
    background: none;
    color: #9745b9;
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
    min-height: 50px;
    pointer-events: none;
  }
}

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

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

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

  .contents .section_hero .sec_inner {
    padding: 2.6667vw;
  }

  .contents .section_hero .hero_tit_area .hero_title_img {
    margin-bottom: 2.6667vw;
  }

  .contents .section_hero .hero_img {
    width: 48%;
  }

  .contents .section_park .sec_park_lead {
    flex-direction: column;
    margin-bottom: 5.3333vw;
  }

  .contents .section_park .sec_park_lead .park_lead_img {
    padding: 0 0 4vw;
  }
}

@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 5vw;
  }

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

  .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_hero .sec_inner {
    padding: 5.3333vw;
  }

  .contents .section_hero .hero_tit_area .hero_title_img {
    margin-bottom: 4vw;
  }

  .contents .section_hero .hero_img {
    margin: 0 0 4vw;
    padding-right: 0;
    width: 100%;
  }

  .contents .anchor_nav ul.nav a {
    font-size: 4vw;
  }

  .contents .anchor_nav ul.nav .nav_park a::before {
    height: 4.8vw;
    width: 4.4vw;
  }

  .contents .anchor_nav ul.nav .nav_hotel a::before {
    height: 3.6vw;
    width: 4.8vw;
  }

  .contents .anchor_nav ul.nav .nav_tour a::before {
    height: 4.4vw;
    width: 4.8vw;
  }

  .contents .section_info {
    padding-bottom: 30px;
  }

  .contents .section_info .info_title {
    margin: 0 auto -20px;
    width: 80%;
  }

  .contents .section_info .info_wrap {
    padding: 10vw 4vw 4vw;
  }

  .contents .section_info .slide_inner {
    flex-direction: column;
  }

  .contents .section_info .slide_inner figure {
    margin-bottom: 6.6667vw;
  }

  .contents .section_info .slide_inner .slide_txt_wrap {
    padding-left: 0;
  }

  .contents .section_info .slide_inner .slide_title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  .contents .section_info .slide_inner time {
    margin-bottom: 2vw;
  }

  .contents .section_info .slick-dots {
    bottom: calc(-1 * 10.6667vw);
    height: 1.6vw;
    margin: 0 4vw;
    padding: 0;
    width: calc(100% - 8vw);
  }

  .contents .section_info .slick-arrow {
    height: 7.3333vw;
    top: 25%;
    width: 7.3333vw;
  }

  .contents .section_info .slick-prev {
    left: calc(-1 * 9.3333vw);
  }

  .contents .section_info .slick-next {
    right: calc(-1 * 9.3333vw);
  }

  .contents .section_info .bnr {
    margin-top: 50px;
  }

  .contents .section_park {
    padding: 2.6667vw 0;
  }

  .contents .section_park .park_wrap .park_cnt {
    margin-bottom: 8vw;
    width: calc(50% - 14px);
  }

  .contents .section_park .park_wrap .park_cnt .cnt_img {
    aspect-ratio: 688/496;
    margin-bottom: 2.6667vw;
  }

  .contents .section_park .park_wrap .park_cnt .cnt_title {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    padding: 0 2.6667vw;
  }

  .contents .section_park .park_wrap .park_cnt .cnt_txt {
    font-size: 2.8vw;
    padding: 0 2.6667vw;
  }

  .contents .section_park .park_wrap .park_cnt .more_btn {
    font-size: 2.8vw;
    height: 10.6667vw;
  }

  .contents .section_hotel {
    padding: 2.6667vw 0;
  }

  .contents .section_hotel .hotel_wrap .hotel_cnt {
    margin-bottom: 5.3333vw;
    width: 100%;
  }

  .contents .section_hotel .hotel_wrap .hotel_cnt .cnt_img {
    aspect-ratio: 688/496;
    margin-bottom: 5.3333vw;
  }

  .contents .section_hotel .hotel_wrap .hotel_cnt .cnt_title {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding: 0 4vw;
  }

  .contents .section_hotel .hotel_wrap .hotel_cnt .cnt_txt {
    font-size: 3.2vw;
    padding: 0 4vw;
  }

  .contents .section_hotel .hotel_wrap .hotel_cnt .link_btn {
    margin: 4vw 10.6667vw 8vw;
  }

  .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_head .cnt_head_01 {float:right;width:70%;display:flex;border-width:1px;background:#fff;margin-bottom:5px;}
    .tourlist .tour_cnt_head .cnt_head_01 > p {display:flex;align-items:center;height:18px;line-height:1;}
    .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {font-size:1.1rem;padding:0;width:60px;border-bottom:0;justify-content:center;border-right:1px solid var(--tour-main-color);}
    .tourlist .tour_cnt_head .cnt_head_01 .tour_code {font-size:1.1rem;padding:0 0 0 10px;} */
  }

  .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_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-sub-color);
    border: 0;
    color: #000;
    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 .min_price,
  .contents .section_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 4.5vw;
  }

  .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 {
    padding-top: 7.3333vw;
  }

  .contents .section_tour .tour_anker li {
    margin: 0 0.5333vw 2vw;
    width: 33.3333%;
  }

  .contents .section_tour .tour_anker li a {
    border-radius: 3px;
    font-size: 2.4vw;
    line-height: 1.3;
    padding: 4px 0;
  }

  .contents .section_tour .tour_anker li a::after {
    border-bottom-width: 1px;
    border-right-width: 1px;
    height: 3px;
    right: 1.3333vw;
    width: 3px;
  }

  .contents .section_tour .tour_theme_tit {
    margin: 5.3333vw auto 5.3333vw;
  }

  .contents .section_tour .tour_theme_tit {
    font-size: 1.6rem;
  }

  .contents .section_tour .tour_theme_tit span {
    margin: 0 5.3333vw;
    width: 50%;
  }

  .contents .section_tour .tour_theme_tit::before,
  .contents .section_tour .tour_theme_tit::after {
    height: 8.4vw;
    width: 9.6vw;
  }

  .contents .section_tour .tourlist.tabpanel .tour_panel {
    margin: 0 -5vw;
  }

  .contents .section_tour .tourlist .tour_cnt {
    border: none;
  }

  .contents .section_tour .tourlist .tour_cnt {
    background: none;
  }

  .search_fix_btn {
    bottom: 50px;
    height: 16vw;
    right: 0.6667vw;
    width: 16vw;
  }

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

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

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

  .sec_contactus .tel_num {
    background: #fff;
    border: 2px solid #9745b9;
    color: #9745b9;
    flex: 0 0 49%;
    font-size: 3.7333vw;
    height: auto;
    min-height: 44px;
  }

  .sec_contactus .tel_num::before {
    margin-right: 5px;
    width: 18px;
  }

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

  .sec_contactus .freeorder_btn::before {
    width: 20px;
    margin-right: 5px;
  }
}

@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 .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 (max-width: 1100px) 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: 1100px !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_info .slick-dots li button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_info .slick-dots li button:active {
    opacity: 0.65;
  }

  .contents .section_info .slick-arrow {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_info .slick-arrow:active {
    opacity: 0.65;
  }

  .contents .section_park .park_wrap .park_cnt .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_park .park_wrap .park_cnt .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;
  }

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

  .sec_contactus .freeorder_btn:active {
    opacity: 0.65;
  }
}

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

  .contents .section_info .slick-dots li button:hover {
    opacity: 0.65;
  }

  .contents .section_info .slick-arrow:hover {
    opacity: 0.65;
  }

  .contents .section_park .park_wrap .park_cnt .more_btn:hover {
    opacity: 0.65;
  }

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

  .sec_contactus .freeorder_btn:hover {
    opacity: 0.65;
  }
}