@charset "UTF-8";

:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --w-margin: 50px;
  --color-primary: #197d7d;
  --color-secondary: #f24848;
  --color-body-bg: #b7e8fa;
  --color-content-bg: #dff3ff;
  --color-contact: #197d7d;
  --color-border: #ccc;
  --color-sns-line: #26b106;
  --color-sns-line-bg: #1eaf59;
  --color-red: #f24848;
  --color-tour-tab1: #efefef;
  --color-tour-tab1-txt: #333;
  --color-tour-tab1-active: #197d7d;
  --color-tour-tab1-active-txt: #fff;
  --color-tour-tab2: #197d7d;
  --color-tour-tab2-txt: #fff;
  --color-tour-tab2-active: #fff;
  --color-tour-tab2-active-txt: #197d7d;
  --color-tour-btn: #f24848;
  --color-tour-btn-txt: #fff;
  --color-tour-price-txt: #f24848;
  --color-tour-head: #efefef;
  --color-tour-main: #197d7d;
  --color-tour-main-bg: #efefef;
}

.breadcrumb_area {
  background: #f4f4f4;
}

.contents {
  background: var(--color-body-bg);
  color: #333;
}

.contents_body {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  background: #fff;
  padding-bottom: 1px;
}

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

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

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

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

.contents .section.bg_01 {
  background: var(--color-content-bg);
}

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

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

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

.contents .tour_search {
  position: relative;
  z-index: 100;
}

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

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

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

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

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

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

.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 var(--color-border);
  color: var(--color-tour-tab1-txt);
  display: flex;
  height: 58px;
  justify-content: center;
  width: 100%;
}

.tourlist.tabpanel .tour_tab li {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.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 {
  margin: 20px 0;
  text-align: center;
}

.tourlist.tabpanel .link_btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  line-height: 2;
  margin: 0 auto;
  position: relative;
  width: 353px;
}

.tourlist.tabpanel .link_btn::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.tourlist.tabpanel .link_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.tourlist .tour_cnt {
  background: #fff;
  border: 1px solid var(--color-border);
  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 {
  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 {
  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%;
  -o-object-fit: cover;
  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 {
  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,
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 2.4rem;
}

.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,
.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
  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 {
  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;
}

.contents .sec_hero {
  position: relative;
}

.contents .sec_hero .hero_title {
  position: relative;
  text-align: center;
  z-index: 1;
}

.contents .sec_hero .hero_benefit {
  bottom: 63px;
  display: flex;
  gap: 62px;
  justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.contents .sec_hero .hero_benefit .benefit_box {
  width: 226px;
}

.contents .sec_hero .hero_benefit .benefit_box a {
  border: 3px solid var(--color-secondary);
  border-radius: 10px;
  display: block;
}

.contents .sec_hero .hero_benefit .benefit_box.box_1 .benefit_desc .icon {
  width: 30.91%;
}

.contents .sec_hero .hero_benefit .benefit_box.box_2 .benefit_desc .icon {
  width: 35%;
}

.contents .sec_hero .hero_benefit .benefit_box.box_3 .benefit_desc .icon {
  width: 22.73%;
}

.contents .sec_hero .hero_benefit .benefit_tit {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: center;
  position: relative;
}

.contents .sec_hero .hero_benefit .benefit_tit::after {
  background: var(--color-secondary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
}

.contents .sec_hero .hero_benefit .benefit_tit img {
  height: 51.11%;
  width: auto;
}

.contents .sec_hero .hero_benefit .benefit_desc {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 131px;
  justify-content: flex-end;
  padding-bottom: 16px;
}

.contents .sec_hero .hero_benefit .benefit_desc .text {
  height: 32px;
  margin-top: 14px;
}

.contents .sec_recom {
  padding: 64px var(--w-margin) 60px;
}

.contents .sec_recom .sec_title {
  margin-bottom: 45px;
}

.contents .sec_benefit {
  padding: 50px var(--w-margin) 80px;
}

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

.contents .sec_benefit .benefit_wrap {
  text-align: center;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_tit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 24px;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_tit .txt_red {
  font-size: 133.33%;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_tit .txt_large {
  font-size: 173.33%;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_tit img {
  vertical-align: top;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box {
  background: #fff;
  border: 3px solid var(--color-secondary);
  border-radius: 20px;
  margin: 0 auto;
  max-width: 866px;
  padding: 27px 20px;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt {
  font-weight: 700;
  line-height: 1;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_discount {
  font-size: 120%;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_red {
  font-size: 166.67%;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_small {
  font-size: 53.33%;
  font-weight: normal;
}

.contents .sec_benefit .benefit_wrap.benefit_01 .txt_attention {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 32px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 {
  margin: 92px auto 72px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .wrap_tit img {
  max-width: 270px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap {
  display: flex;
  gap: 38px;
  justify-content: center;
  margin-top: 50px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_box {
  background: #fff;
  border: 3px solid var(--color-secondary);
  border-radius: 10px;
  width: 37.12%;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_box.box_1 .benefit_icon img {
  width: 104px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_box.box_2 .benefit_icon img {
  width: 67px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_tit {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 5px 5px 0 0;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 26px;
  position: relative;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_tit::after {
  background: var(--color-secondary);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_tit img {
  width: 59.89%;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_icon {
  align-items: flex-end;
  display: flex;
  height: 74px;
  justify-content: center;
  margin-bottom: 23px;
  width: 100%;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_txt {
  padding-bottom: 20px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_txt img {
  max-height: 89px;
}

.contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_txt small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 20px;
}

.contents .sec_benefit .benefit_tour {
  margin-top: 56px;
}

.contents .sec_benefit .benefit_tour .tour_title {
  margin-bottom: 40px;
  text-align: center;
}

.contents .sec_btm .contact_wrap.contact_line .contact_tit_01 {
  margin-bottom: 33px;
}

.contents .sec_btm .contact_wrap.contact_line .contact_tit_02 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}

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

.contents .sec_btm .contact_wrap.contact_line .contact_desc a {
  color: #fff;
  text-decoration: underline;
}

.contents .sec_btm .contact_wrap.contact_us .contact_tit {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

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

.contents .sec_btm .contact_wrap.contact_us .contact_desc p + p {
  margin-top: 10px;
}

.contents .sec_btm .contact_wrap.contact_us .contact_links .btn_tel {
  color: var(--color-primary);
  position: relative;
}

.contents .sec_btm .contact_wrap.contact_us .contact_links .btn_tel::before {
  aspect-ratio: 1/1;
  background: url(../img/icon_tel_green.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  margin-right: 7px;
  width: 34px;
}

.contents .sec_btm .contact_wrap.contact_us .contact_links .btn_tel span {
  display: block;
  font-family: "arial", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder {
  align-items: center;
  background: var(--color-primary);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  position: relative;
}

.contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder::before {
  aspect-ratio: 18/14;
  background: url(../img/icon_mail_white.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  width: 18px;
}

.contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 5px;
  position: absolute;
  right: 16px;
  top: calc(50% - 2.5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 5px;
}

.contents .sec_btm .bnr_wrap {
  padding: 46px 0 57px;
}

.contents .sec_btm .bnr_wrap .insta_bnr {
  display: block;
}

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

  .breadcrumb_area > nav {
    margin: 0 auto;
    max-width: 1140px;
  }

  .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 #f2f2f2;
    border-top: none;
  }

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

  .contents .sec_hero .hero_benefit .benefit_box {
    background: #fff;
    border-radius: 10px;
  }

  .contents .sec_hero .hero_benefit .benefit_tit {
    background: var(--color-secondary);
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_tit img {
    margin: 5px 24px 0 12px;
    width: 77px;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt {
    font-size: 3rem;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_price::after {
    content: "⇒";
    margin: 0 5px;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_box.box_1 .benefit_txt img {
    width: 68.72%;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_box.box_2 .benefit_txt img {
    width: 52.67%;
  }

  .contents .sec_btm {
    padding: 60px var(--w-margin) 74px;
  }

  .contents .sec_btm .sec_inner {
    margin: 0 auto;
    max-width: 810px;
  }

  .contents .sec_btm .contact_wrap.contact_line {
    background: var(--color-sns-line-bg);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 28px 35px;
  }

  .contents .sec_btm .contact_wrap.contact_line .qr_wrap {
    width: 27.16%;
  }

  .contents .sec_btm .contact_wrap.contact_line .txt_wrap {
    color: #fff;
    flex: 1;
    padding: 6px 40px 0 5px;
  }

  .contents .sec_btm .contact_wrap.contact_line .txt_wrap .vpc600 {
    display: block;
  }

  .contents .sec_btm .contact_wrap.contact_line .contact_btn {
    display: none;
  }

  .contents .sec_btm .contact_wrap.contact_us {
    border: 1px solid var(--color-border);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    padding: 28px 20px 35px;
    width: 100%;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_tit {
    font-size: 3rem;
    margin-bottom: 35px;
    width: 100%;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_desc {
    flex: 1;
    padding-right: 15px;
    padding-top: 10px;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links {
    width: 330px;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_tel {
    align-items: center;
    display: flex;
    font-family: "arial", sans-serif;
    justify-content: flex-end;
    margin-bottom: 17px;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_tel span {
    flex: 1;
    font-size: 4.6rem;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder {
    border-radius: 8px;
    font-size: 1.6rem;
    height: 52px;
    padding-right: 7.27%;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder::before {
    margin-right: 7.27%;
  }
}

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

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

@media screen and (min-width: 961px), print {
  .contents .sec_hero .hero_title img {
    height: 615px;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_price {
    padding-left: 45px;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_small {
    margin: 0 0 0 10px;
  }

  .contents .sec_btm .contact_wrap.contact_us {
    padding: 28px 57px 35px;
  }
}

@media screen and (max-width: 1140px) {
  .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 .sec_hero .hero_benefit {
    bottom: 13.07vw;
    gap: 18px;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_tit {
    margin: 0 -5% 30px;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_small {
    display: block;
    margin-top: 15px;
  }

  .contents .sec_btm .contact_wrap.contact_line .contact_tit_01 {
    margin-bottom: 15px;
  }

  .contents .sec_btm .contact_wrap.contact_line .contact_tit_02 {
    line-height: 1.59;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  :root {
    --w-margin: 4vw;
    --color-tour-tab2: #efefef;
    --color-tour-tab2-txt: #197d7d;
    --color-tour-tab2-active: #197d7d;
    --color-tour-tab2-active-txt: #fff;
  }

  .breadcrumb_area {
    background: #f4f4f4;
  }

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

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

  .contents .vpc600 {
    display: none;
  }

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

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

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

  .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.tabpanel .link_btn {
    font-size: 4vw;
    height: 12.8vw;
    line-height: 1.2;
    width: 70.67vw;
  }

  .tourlist.tabpanel .link_btn::after {
    height: 1.33vw;
    right: 4vw;
    top: calc(50% - 0.67vw);
    width: 1.33vw;
  }

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

  .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 {
    width: 65px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 2.5vw;
    letter-spacing: -0.06em;
    padding: 8px 0 0 10px;
    text-align: left;
    width: 65px;
  }

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 3.25vw;
    font-weight: normal;
    letter-spacing: 0;
  }

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

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

  .contents .sec_hero .hero_benefit {
    gap: 2.4vw;
    width: 100%;
  }

  .contents .sec_hero .hero_benefit .benefit_box {
    width: 30.13%;
  }

  .contents .sec_hero .hero_benefit .benefit_box a {
    background: var(--color-secondary);
    border-radius: 2.67vw;
    overflow: hidden;
  }

  .contents .sec_hero .hero_benefit .benefit_tit {
    height: 5.6vw;
  }

  .contents .sec_hero .hero_benefit .benefit_tit::after {
    height: 0.8vw;
    width: 1.6vw;
  }

  .contents .sec_hero .hero_benefit .benefit_desc {
    background: #fff;
    height: 17.47vw;
    padding-bottom: 2.13vw;
  }

  .contents .sec_hero .hero_benefit .benefit_desc .text {
    height: 4.27vw;
    margin-top: 1.87vw;
  }

  .contents .sec_recom {
    padding-bottom: 7.33vw;
    padding-top: 8vw;
  }

  .contents .sec_recom .sec_title {
    margin: 0 auto 5.33vw;
    width: 73.6vw;
  }

  .contents .sec_benefit {
    padding-bottom: 10.4vw;
    padding-top: 8vw;
  }

  .contents .sec_benefit .sec_title {
    margin: 0 auto 2.67vw;
    max-width: 86.13vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_tit {
    font-size: 4vw;
    line-height: 8.53vw;
    margin: 0 -5% 5.07vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_tit img {
    margin: 0.67vw 2.13vw 0 2.13vw;
    width: 10.27vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box {
    border-radius: 2.67vw;
    border-width: 0.67vw;
    max-width: 86.67vw;
    padding: 5.33vw 2.67vw 4vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt {
    font-size: 4.8vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_price::after {
    aspect-ratio: 37/45;
    background: url(../img/arrs_btm_red.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin: 4.53vw auto 1.33vw;
    width: 4.93vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_discount {
    font-size: 150%;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_red {
    font-size: 185.19%;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .benefit_box .benefit_txt .txt_small {
    font-size: 83.33%;
    margin-top: 4vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_01 .txt_attention {
    font-size: 3.47vw;
    line-height: 1.62;
    margin-top: 4.67vw;
    text-align: left;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 {
    margin-bottom: 10.67vw;
    margin-top: 12vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .wrap_tit img {
    max-width: 36vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap {
    gap: 3.33vw;
    margin-top: 5.33vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_box {
    border-radius: 2.67vw;
    border-width: 2px;
    width: 44.8vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_box.box_1 .benefit_icon img {
    width: 33.94%;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_box.box_2 .benefit_icon img {
    width: 22.12%;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_tit {
    border-radius: 1.33vw 1.33vw 0 0;
    height: 8.27vw;
    margin-bottom: 4vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_tit::after {
    height: 1.07vw;
    width: 1.87vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_tit img {
    width: 60.61%;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_icon {
    height: 10.67vw;
    margin-bottom: 2.67vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_txt {
    padding-bottom: 3.33vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_txt img {
    max-height: 12.93vw;
  }

  .contents .sec_benefit .benefit_wrap.benefit_02 .box_wrap .benefit_txt small {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 2.67vw;
  }

  .contents .sec_benefit .benefit_tour {
    margin-top: 6.67vw;
  }

  .contents .sec_benefit .benefit_tour .tour_title {
    margin-bottom: 5.6vw;
  }

  .contents .sec_btm .contact_wrap.contact_line {
    padding: 9.33vw 8vw 8vw;
  }

  .contents .sec_btm .contact_wrap.contact_line .qr_wrap {
    display: none;
  }

  .contents .sec_btm .contact_wrap.contact_line .contact_tit_01 {
    margin-bottom: 6vw;
  }

  .contents .sec_btm .contact_wrap.contact_line .contact_tit_02 {
    font-size: 4.53vw;
    margin-bottom: 4vw;
  }

  .contents .sec_btm .contact_wrap.contact_line .contact_desc {
    font-size: 3.73vw;
    line-height: 1.5;
  }

  .contents .sec_btm .contact_wrap.contact_line .contact_btn {
    align-items: center;
    background: var(--color-sns-line);
    border-radius: 2.67vw;
    color: #fff;
    display: flex;
    font-size: 4.8vw;
    font-weight: 700;
    height: 14.93vw;
    justify-content: center;
    line-height: 1.49;
    margin: 5.33vw auto 0;
    position: relative;
  }

  .contents .sec_btm .contact_wrap.contact_line .contact_btn::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 1.33vw;
    position: absolute;
    right: 4vw;
    top: calc(50% - 0.67vw);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1.33vw;
  }

  .contents .sec_btm .contact_wrap.contact_us {
    padding: 12.4vw 8vw 10.67vw;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_tit {
    font-size: 6.4vw;
    margin-bottom: 4.67vw;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_desc p {
    font-size: 3.47vw;
    line-height: 1.85;
    text-align: center;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_desc p + p {
    margin-top: 3.47vw;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links {
    margin-top: 5.33vw;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_tel {
    align-items: center;
    background: #fff;
    border: 0.4vw solid var(--color-primary);
    border-radius: 2vw;
    display: flex;
    height: 15.47vw;
    justify-content: center;
    margin-bottom: 4vw;
    padding-left: 1.33vw;
    width: 100%;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_tel::before {
    height: 5.33vw;
    margin-right: 2.67vw;
    width: 5.33vw;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_tel span {
    font-size: 8vw;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder {
    border-radius: 2vw;
    font-size: 4.27vw;
    height: 14.93vw;
    padding-right: 5.33vw;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder::before {
    margin-right: 6.27vw;
    width: 4.8vw;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder::after {
    height: 1.6vw;
    right: 3.47vw;
    top: calc(50% - 0.8vw);
    width: 1.6vw;
  }

  .contents .sec_btm .bnr_wrap {
    background: var(--color-content-bg);
    padding: 7.33vw 8vw;
  }
}

@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_txt .min_price,
  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 125%;
  }

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

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

@media screen and (max-width: 1140px) 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;
  }

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

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

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

  .tourlist.tabpanel .link_btn:active {
    opacity: 0.65;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder: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;
  }

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

  .tourlist.tabpanel .link_btn:hover {
    opacity: 0.65;
  }

  .contents .sec_btm .contact_wrap.contact_us .contact_links .btn_freeorder:hover {
    opacity: 0.65;
  }
}

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