:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --color-primary: #6b03a5;
  --color-primary-light: #8715bc;
  --color-secondary: #00c190;
  --color-tertiary: #fc009c;
  --gradient-body: linear-gradient(
    180deg,
    rgb(0 21 64 / 1) 0%,
    rgb(62 14 90 / 1) 4%,
    rgb(75 17 106 / 1) 8.6%,
    rgb(85 36 104 / 1) 18.23%,
    rgb(79 39 105 / 1) 21.81%,
    rgb(63 48 107 / 1) 26.41%,
    rgb(47 58 110 / 1) 29.8%,
    rgb(47 63 112 / 1) 32.95%,
    rgb(46 78 118 / 1) 36.84%,
    rgb(44 99 126 / 1) 40.45%,
    rgb(0 168 174 / 1) 50.66%,
    rgb(15 187 162 / 1) 54.28%,
    rgb(26 200 155 / 1) 58.17%,
    rgb(29 204 152 / 1) 61.82%,
    rgb(0 191 144 / 1) 70.69%,
    rgb(14 184 125 / 1) 75.02%,
    rgb(34 175 98 / 1) 80.05%,
    rgb(143 231 122 / 1) 89.66%,
    rgb(19 105 115 / 1) 99.75%
  );
  --gradient-hero-nav: linear-gradient(
    180deg,
    rgb(0 5 94 / 1) 0%,
    rgb(10 9 97 / 1) 6.88%,
    rgb(73 33 117 / 1) 51.16%,
    rgb(97 42 125 / 1) 72.17%,
    rgb(92 52 123 / 1) 75.13%,
    rgb(78 80 119 / 1) 80.21%,
    rgb(55 124 112 / 1) 86.79%,
    rgb(24 185 102 / 1) 94.53%,
    rgb(0 233 94 / 1) 100%
  );
  --gradient-merit-btn: linear-gradient(0deg, rgb(187 255 141 / 1) 0%, rgb(121 255 189 / 1) 65.76%, rgb(0 193 144 / 1) 100%);
  --gradient-season-best: linear-gradient(
    0deg,
    rgb(192 255 146 / 1) 21.67%,
    rgb(32 229 111 / 1) 59.11%,
    rgb(0 199 94 / 1) 82.76%,
    rgb(18 194 106 / 1) 99.75%
  );
  --color-posts-card-bg: #fff;
  --color-posts-card-border: #fff;
}

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

.contents {
  color: #222;
}

.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: #222;
  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 {
  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_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;
}

.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 {
  background-color: rgb(0, 21, 64);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.contents .sec_hero .hero_nav {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.contents .sec_hero .hero_nav ul {
  align-items: center;
  display: flex;
  width: 100%;
}

.contents .sec_hero .hero_nav li {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contents .sec_hero .hero_nav li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

.contents .sec_hero .hero_nav li a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  transform: rotate(45deg);
  width: 8px;
}

.contents .sec_merit {
  padding-bottom: 57px;
  padding-top: 40px;
}

.contents .sec_merit .sec_title {
  margin-bottom: -37px;
}

.contents .sec_merit .merit_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 75px 0 48px;
  position: relative;
}

.contents .sec_merit .merit_wrap::after {
  background: url(../img/merit_frame_pc.svg) center top/100% 100% no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.contents .sec_merit .merit_box {
  align-items: center;
  aspect-ratio: 258/223;
  background: var(--gradient-merit-btn);
  border: 1px solid #fff;
  border-radius: 10px;
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 17px 2%;
  position: relative;
  width: 23.64%;
  z-index: 2;
}

.contents .sec_merit .merit_box .icon {
  text-align: center;
}

.contents .sec_merit .merit_box .desc {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
  text-align: center;
}

.contents .sec_merit .merit_box.merit_01 img {
  width: 35%;
}

.contents .sec_merit .merit_box.merit_02 img {
  width: 24.62%;
}

.contents .sec_merit .merit_box.merit_02 .desc {
  margin-bottom: 10px;
}

.contents .sec_merit .merit_box.merit_03 img {
  width: 24.62%;
}

.contents .sec_merit .merit_box.merit_04 img {
  width: 25.38%;
}

.contents .sec_merit .merit_box.merit_05 img {
  width: 30.77%;
}

.contents .sec_access {
  padding-bottom: 60px;
  padding-top: 40px;
}

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

.contents .sec_access .sec_title {
  margin-bottom: 60px;
}

.contents .sec_access .txt_wrap {
  margin-bottom: 30px;
}

.contents .sec_access .txt_wrap p {
  color: #fff;
}

.contents .sec_access .map_wrap {
  margin-bottom: 36px;
}

.contents .sec_access .map_wrap img {
  width: 100%;
}

.contents .sec_access .table_wrap .wrap_desc {
  color: #fff;
  font-size: 3.2vw;
  margin-bottom: 2.6667vw;
}

.contents .sec_access .flight_table {
  background: #fff;
  border: 1px solid var(--color-primary);
  width: 100%;
}

.contents .sec_access .flight_table thead {
  color: #fff;
  font-weight: 700;
}

.contents .sec_access .flight_table thead th,
.contents .sec_access .flight_table thead td {
  background: var(--color-primary);
}

.contents .sec_access .flight_table thead th {
  width: 10.42%;
}

.contents .sec_access .flight_table thead td {
  border-left: 1px solid #fff;
}

.contents .sec_access .flight_table thead td.airline {
  width: 22.92%;
}

.contents .sec_access .flight_table thead td.route {
  padding: 0;
  width: 66.67%;
}

.contents .sec_access .flight_table thead td.route ul {
  display: flex;
  width: 100%;
}

.contents .sec_access .flight_table thead td.route ul li {
  align-items: center;
  display: flex;
  min-height: 46px;
  padding: 0 5px 0 15px;
  width: 50%;
}

.contents .sec_access .flight_table thead td.route ul li:first-child {
  border-right: 1px solid #fff;
}

.contents .sec_access .flight_table tbody {
  font-size: 1.5rem;
}

.contents .sec_access .flight_table tbody th,
.contents .sec_access .flight_table tbody td.airline {
  background: #efefef;
  color: var(--color-primary);
  font-weight: 700;
}

.contents .sec_access .flight_table tbody td {
  background: #fff;
  border-left: 1px solid var(--color-primary);
}

.contents .sec_access .flight_table tbody td.route {
  padding: 0;
}

.contents .sec_access .flight_table th {
  text-align: left;
}

.contents .sec_access .flight_table th,
.contents .sec_access .flight_table td {
  border-bottom: 1px solid var(--color-primary);
  height: 46px;
  padding: 5px 10px 5px 15px;
}

.contents .sec_access .flight_table .route_list li {
  display: flex;
}

.contents .sec_access .flight_table .route_list li + li {
  border-top: 1px solid var(--color-primary);
}

.contents .sec_access .flight_table .route_list div {
  align-items: center;
  display: flex;
  min-height: 46px;
  padding: 0 5px 0 15px;
}

.contents .sec_access .flight_table .route_list div:nth-child(odd) {
  border-right: 1px solid var(--color-primary);
}

.contents .sec_watch {
  padding-bottom: 95px;
  padding-top: 40px;
}

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

.contents .sec_watch .sec_title {
  margin-bottom: 60px;
}

.contents .sec_watch .wrap .img_wrap .img {
  aspect-ratio: 460/306;
  border: 1px solid #fff;
  display: block;
  overflow: hidden;
}

.contents .sec_watch .wrap .img_wrap .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_watch .wrap .txt_wrap p {
  color: #fff;
  margin-bottom: 40px;
}

.contents .sec_watch .wrap .txt_wrap .link_btn {
  align-items: center;
  background: var(--color-secondary);
  border: 1px solid #fff;
  border-radius: 62px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  line-height: 1.71;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents .sec_watch .wrap .txt_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_watch .wrap .txt_wrap .link_btn span {
  text-align: center;
}

.contents .sec_info {
  padding-bottom: 110px;
  padding-top: 40px;
}

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

.contents .sec_info .sec_title {
  margin-bottom: 60px;
}

.contents .sec_info .wrap .wrap_title {
  margin-bottom: 50px;
  text-align: center;
}

.contents .sec_info .wrap .txt_wrap p {
  color: #fff;
}

.contents .sec_info .wrap.head {
  margin-bottom: 90px;
}

.contents .sec_info .wrap.season {
  margin: 0 0 120px;
  width: 100%;
}

.contents .sec_info .wrap.season .table_wrap {
  margin-top: 70px;
}

.contents .sec_info .wrap.season .table_wrap .wrap_desc {
  color: #fff;
  font-size: 3.2vw;
  margin-bottom: 2.6667vw;
}

.contents .sec_info .wrap.season .season_table {
  border: 1px solid var(--color-primary);
  display: flex;
  overflow: hidden;
}

.contents .sec_info .wrap.season .season_table li {
  flex: 1;
}

.contents .sec_info .wrap.season .season_table li:first-child {
  margin-left: -1px;
}

.contents .sec_info .wrap.season .season_table li.best .price {
  background: var(--gradient-season-best);
}

.contents .sec_info .wrap.season .season_table li.lowprice .price::after {
  background: var(--color-tertiary);
  content: "";
  display: block;
  height: 10px;
  left: -1px;
  position: absolute;
  top: calc(50% - 5px);
  width: calc(100% + 2px);
}

.contents .sec_info .wrap.season .season_table .month {
  align-items: center;
  background: var(--color-primary);
  border-left: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  text-align: center;
}

.contents .sec_info .wrap.season .season_table .price {
  background: #ddd;
  border-left: 1px solid var(--color-primary);
  height: 84px;
  position: relative;
}

.contents .sec_info .wrap.season .season_table .temp {
  align-items: center;
  background: #f4f4f4;
  border-left: 1px solid var(--color-primary);
  border-top: 1px solid var(--color-primary);
  display: flex;
  font-size: 1.5rem;
  height: 36px;
  justify-content: center;
}

.contents .sec_info .wrap.season .season_table .temp.max {
  background: #ffdfc7;
  color: #e5336a;
}

.contents .sec_info .wrap.season .season_table .temp.min {
  background: #b3dfff;
  color: #005eb2;
}

.contents .sec_info .wrap.season .table_desc {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.contents .sec_info .wrap.season .table_desc li {
  align-items: center;
  display: flex;
}

.contents .sec_info .wrap.season .table_desc li p {
  font-size: 1.5rem;
}

.contents .sec_info .wrap.season .table_desc li.best div {
  background: var(--gradient-season-best);
  border: 1px solid #fff;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.contents .sec_info .wrap.season .table_desc li.best p {
  color: #fff;
}

.contents .sec_info .wrap.season .table_desc li.lowprice div {
  background: var(--color-tertiary);
  height: 10px;
  margin-right: 10px;
  width: 50px;
}

.contents .sec_info .wrap.season .table_desc li.lowprice p {
  color: #fff;
}

.contents .sec_info .wrap.season .table_desc li.temp {
  align-items: center;
  background: #f4f4f4;
  border: 1px solid var(--color-primary);
  display: flex;
  height: 30px;
  justify-content: center;
  width: 80px;
}

.contents .sec_info .wrap.season .table_desc li.temp.max {
  background: #ffdfc7;
  color: #e5336a;
}

.contents .sec_info .wrap.season .table_desc li.temp.min {
  background: #b3dfff;
  color: #005eb2;
}

.contents .sec_info .wrap.clothing .clothing_wrap .cnt_title {
  align-items: center;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  margin-bottom: 40px;
}

.contents .sec_info .wrap.clothing .clothing_wrap .cnt_img {
  margin: 0 auto 30px;
  text-align: center;
  width: 44.57%;
}

.contents .sec_info .wrap.clothing .clothing_wrap .cnt_desc {
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.73;
  margin-bottom: 30px;
  padding: 20px;
}

.contents .sec_info .wrap.clothing .clothing_wrap .cnt_items {
  border: 1px solid var(--color-primary);
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}

.contents .sec_info .wrap.clothing .clothing_wrap .cnt_items tr:last-of-type th,
.contents .sec_info .wrap.clothing .clothing_wrap .cnt_items tr:last-of-type td {
  border-bottom: 0;
}

.contents .sec_info .wrap.clothing .clothing_wrap .cnt_items th {
  background: var(--color-primary);
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px 5px 10px 15px;
  text-align: left;
  width: 90px;
}

.contents .sec_info .wrap.clothing .clothing_wrap .cnt_items td {
  background: #fff;
  border-bottom: 1px solid var(--color-primary);
  padding: 10px 10px 10px 15px;
}

.contents .sec_voice {
  padding-bottom: 40px;
  padding-top: 40px;
}

.contents .sec_voice .sec_title {
  margin-bottom: 60px;
}

.contents .sec_voice .wrap {
  margin: 0 calc((4vw + 4vw) * -1);
  width: calc(100% + 4vw * 2 + 8vw);
}

.contents .sec_voice .wrap .scroll_box_inner::before,
.contents .sec_voice .wrap .scroll_box_inner::after {
  content: "";
  flex: 0 0 4vw;
}

.contents .sec_voice .wrap .post_cnt .inner {
  background: var(--color-posts-card-bg);
  border: 1px solid var(--color-posts-card-border);
  border-radius: 10px;
  cursor: pointer;
  display: block;
  height: 100%;
  transition: opacity 0.3s ease;
}

.contents .sec_voice .wrap .post_img {
  aspect-ratio: 295/196;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .sec_voice .wrap .post_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .sec_voice .wrap .post_title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-line-clamp: 3;
  line-height: 1.33;
  margin-bottom: 10px;
  max-height: calc(15px * 1.33 * 3);
  overflow: hidden;
}

.contents .sec_voice .wrap .post_desc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.3rem;
  -webkit-line-clamp: 4;
  line-height: 1.85;
  max-height: 103.6px;
  overflow: hidden;
}

.contents .sec_voice .link_btn {
  align-items: center;
  background: var(--color-primary);
  border: 1px solid #fff;
  border-radius: 62px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  line-height: 1.71;
  margin: 38px auto 0;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 360px;
}

.contents .sec_voice .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_tour.pickup {
  --color-tour-tab1: #efefef;
  --color-tour-tab1-txt: #222;
  --color-tour-tab1-active: #00c190;
  --color-tour-tab1-active-txt: #fff;
  --color-tour-tab2: #00c190;
  --color-tour-tab2-txt: #fff;
  --color-tour-tab2-active: #fff;
  --color-tour-tab2-active-txt: #00c190;
  --color-tour-btn: #6b03a5;
  --color-tour-btn-txt: #fff;
  --color-tour-price-txt: #6b03a5;
  --color-tour-head: #efefef;
  --color-tour-main: #00c190;
  --color-tour-main-bg: #efefef;
  padding-bottom: 25px;
}

.contents .sec_tour.pickup .sec_title {
  margin-bottom: 40px;
}

.contents .sec_tour.pickup .link_btn {
  align-items: center;
  background: var(--color-secondary);
  border: 1px solid #fff;
  border-radius: 62px;
  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;
  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_tour.recom {
  padding-bottom: 45px;
  padding-top: 40px;
  --color-tour-tab1: #efefef;
  --color-tour-tab1-txt: #222;
  --color-tour-tab1-active: #6b03a5;
  --color-tour-tab1-active-txt: #fff;
  --color-tour-tab2: #00c190;
  --color-tour-tab2-txt: #fff;
  --color-tour-tab2-active: #fff;
  --color-tour-tab2-active-txt: #00c190;
  --color-tour-btn: #6b03a5;
  --color-tour-btn-txt: #fff;
  --color-tour-price-txt: #f23554;
  --color-tour-head: #efefef;
  --color-tour-main: #00c190;
  --color-tour-main-bg: #efefef;
}

.contents .sec_tour.recom .sec_title {
  margin-bottom: 60px;
}

.contents .sec_tour.recom .sec_head {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.contents .sec_tour.recom .sec_head .head_desc {
  color: #fff;
  margin-bottom: 30px;
}

.contents .sec_tour.recom .sec_head .head_btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -7px 18px -8px;
  width: calc(100% + 15px);
}

.contents .sec_tour.recom .sec_head .head_btns .btn {
  align-items: center;
  background: white;
  border: 1px solid var(--color-primary);
  border-radius: 6px;
  color: var(--color-primary);
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  margin: 0 7px 15px 8px;
  padding: 0 35px 0 25px;
  position: relative;
}

.contents .sec_tour.recom .sec_head .head_btns .btn::after {
  border-bottom: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  color: var(--color-primary);
  content: "";
  height: 5px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  width: 5px;
}

.contents .sec_tour.recom .sec_body {
  margin-bottom: 45px;
  padding-top: 45px;
}

.contents .sec_tour.recom .sec_body .body_title {
  margin-bottom: 50px;
  text-align: center;
}

.contents .sec_tour.recom .sec_body .body_title img {
  height: 32px;
  width: auto;
}

.contents .sec_tour.recom .link_btn {
  align-items: center;
  background: var(--color-primary);
  border: 1px solid #fff;
  border-radius: 62px;
  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;
  position: relative;
  transition: opacity 0.3s ease;
  width: 360px;
}

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

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

.tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 1.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;
}

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

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

.contents .floating_btns {
  bottom: 2vw;
  overflow: hidden;
  position: fixed;
  right: 2vw;
  z-index: 100;
}

.contents .floating_btns .btn {
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contents .floating_btns .btn span {
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.contents .floating_btns .btn.btn_sns_line {
  background: #06c755;
}

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

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

  .contents_body {
    padding-top: 40px;
  }

  .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 .btn_wrap .btn_submit {
    background: var(--color-primary);
  }

  .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_hero {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .contents .sec_hero .hero_title {
    padding: 40px 0 45px;
    position: relative;
    z-index: 2;
  }

  .contents .sec_hero .hero_nav .nav_title {
    display: none;
  }

  .contents .sec_hero .hero_nav li a {
    display: inline-block;
    padding-right: 30px;
  }

  .contents .sec_access .table_wrap .wrap_desc {
    display: none;
  }

  .contents .sec_access .flight_table thead {
    font-size: 1.7rem;
  }

  .contents .sec_access .flight_table thead td.route ul li br {
    display: none;
  }

  .contents .sec_access .flight_table .route_list div {
    width: 50%;
  }

  .contents .sec_info .wrap.season .table_wrap .wrap_desc {
    display: none;
  }

  .contents .sec_info .wrap.season .table_desc {
    margin-top: 20px;
  }

  .contents .sec_info .wrap.season .table_desc li.best {
    margin-right: 2.73%;
  }

  .contents .sec_info .wrap.season .table_desc li.lowprice {
    margin-right: 4.55%;
  }

  .contents .sec_info .wrap.season .table_desc li.temp {
    margin: 0 0 0 1.82%;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap {
    display: flex;
    justify-content: center;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap .clothing_cnt {
    width: 100%;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap .cnt_items {
    font-size: 1.5rem;
  }

  .contents .sec_voice .wrap .scroll_box_inner {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px -40px;
    width: calc(100% + 20px);
  }

  .contents .sec_voice .wrap .post_cnt {
    margin: 0 10px 40px;
    width: calc(25% - 20px);
  }

  .contents .sec_voice .wrap .post_cnt .inner {
    padding: 15px;
  }

  .contents .sec_voice .wrap .post_cnt .img_wrap {
    margin-bottom: 10px;
  }

  .contents .sec_tour.recom .sec_head .head_btns .btn br {
    display: 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;
  }

  .webp .contents .sec_hero {
    background-image: url(../img/webp/hero_visual.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .no-webp .contents .sec_hero {
    background-image: url(../img/hero_visual.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@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 .tour_search {
    margin: 70px auto 75px;
  }

  .contents .sec_hero {
    height: 942px;
  }

  .contents .sec_hero .hero_title {
    padding: 60px 0 65px;
  }

  .contents .sec_hero .hero_nav ul {
    background: var(--gradient-hero-nav);
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 7px 5px rgba(24, 9, 66, 0.75);
    height: 72px;
    padding: 0 4.38%;
  }

  .contents .sec_hero .hero_nav li {
    flex: 1;
  }

  .contents .sec_watch .wrap {
    display: flex;
    justify-content: space-between;
  }

  .contents .sec_watch .wrap .img_wrap {
    width: 47.92%;
  }

  .contents .sec_watch .wrap .txt_wrap {
    width: 47.92%;
  }

  .contents .sec_voice .wrap .scroll_box_inner {
    margin: 0 -20px -40px;
    width: calc(100% + 40px);
  }

  .contents .sec_voice .wrap .post_cnt {
    margin: 0 20px 40px;
    width: calc(25% - 40px);
  }

  .contents .floating_btns {
    right: 10px;
    width: 12%;
  }

  .contents .floating_btns .btn {
    border-radius: 5px;
    flex-direction: row;
    padding: 10px 5px 10px 0px;
  }

  .contents .floating_btns .btn img {
    width: 30%;
  }

  .contents .floating_btns .btn span {
    font-size: 14px;
    line-height: 1.3;
  }

  .contents .floating_btns .btn b {
    display: block;
  }
}

@media screen and (min-width: 1101px), print {
  .contents .sec_info .wrap.season .table_desc li.best {
    margin-right: 30px;
  }

  .contents .sec_info .wrap.season .table_desc li.lowprice {
    margin-right: 50px;
  }

  .contents .sec_info .wrap.season .table_desc li.temp {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 1536px), print {
  .contents .floating_btns {
    right: 20px;
    width: 10%;
  }
}

@media screen and (max-width: 1280px) {
  .contents .sec_hero .hero_nav {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  .contents .sec_hero .hero_nav li a {
    font-size: 1.6rem;
  }

  .contents .sec_merit .sec_inner {
    padding: 0 20px;
  }

  .contents .sec_access .sec_inner {
    padding: 0 20px;
  }

  .contents .sec_watch .sec_inner {
    padding: 0 20px;
  }

  .contents .sec_info .sec_inner {
    padding: 0 20px;
  }

  .contents .sec_voice .sec_inner {
    padding: 0 20px;
  }

  .contents .sec_tour.pickup .sec_inner {
    padding: 0 20px;
  }

  .contents .sec_tour.recom .sec_inner {
    padding: 0 20px;
  }

  .contents .sec_tour.recom .sec_body {
    position: relative;
  }

  .contents .sec_tour.recom .sec_body::before {
    background: url(../img/line_01.svg) center center/auto 100% no-repeat;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .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: 0 20px;
  }

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

  .contents .sec_hero .hero_nav ul {
    flex-wrap: wrap;
    margin: 10px 8px 0;
    width: calc(100% - 16px);
  }

  .contents .sec_hero .hero_nav li {
    flex: 0 0 calc(25% - 16px);
    margin: 0 8px;
  }

  .contents .sec_hero .hero_nav li a {
    align-items: center;
    background: var(--gradient-hero-nav);
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    height: 64px;
    padding-left: 15px;
    width: 100%;
  }

  .contents .sec_hero .hero_nav li a::after {
    height: 8px;
    right: 20px;
    top: calc(50% - 8px);
    width: 8px;
  }

  .contents .sec_merit .merit_box {
    margin: 17px 1.36%;
    width: 26.36%;
  }

  .contents .sec_merit .merit_box .desc {
    font-size: 1.8rem;
  }

  .contents .sec_watch .wrap {
    margin: 0 auto;
    max-width: 580px;
  }

  .contents .sec_watch .wrap .img_wrap {
    margin-bottom: 40px;
  }

  .contents .floating_btns .btn {
    aspect-ratio: 1/1;
    border-radius: 100%;
    flex-direction: column;
    width: 18.6667vw;
  }

  .contents .floating_btns .btn img {
    margin-bottom: -0.6667vw;
    margin-top: -2.6667vw;
    width: 8.8vw;
  }

  .contents .floating_btns .btn b {
    display: none;
  }
}

@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 {
    margin-bottom: 14vw;
    padding: 0 4vw;
  }

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

  .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 {
    background: rgb(0, 21, 64);
  }

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

  .contents .sec_hero .hero_nav {
    padding: 0 4vw;
  }

  .contents .sec_hero .hero_nav .nav_title {
    font-size: 0;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
  }

  .contents .sec_hero .hero_nav .nav_title img {
    height: 2.2667vw;
    width: auto;
  }

  .contents .sec_hero .hero_nav ul {
    margin: 1.3333vw -1.6vw 0;
    width: calc(100% + 3.2vw);
  }

  .contents .sec_hero .hero_nav li {
    flex: 0 0 calc(50% - 3.2vw);
    margin: 2.6667vw 1.3333vw 0;
  }

  .contents .sec_hero .hero_nav li a {
    border-radius: 1.3333vw;
    display: flex;
    font-size: 3.2vw;
    height: 8.5333vw;
    letter-spacing: -0.06em;
    padding-left: 2vw;
    width: 100%;
  }

  .contents .sec_hero .hero_nav li a::after {
    height: 1.0667vw;
    right: 2.6667vw;
    top: calc(50% - 1.0667vw);
    width: 1.0667vw;
  }

  .contents .sec_merit {
    padding-bottom: 4.2667vw;
    padding-top: 5.3333vw;
  }

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

  .contents .sec_merit .sec_title {
    margin-bottom: -3.3333vw;
  }

  .contents .sec_merit .merit_wrap {
    padding: 7.3333vw 3.0667vw 5.7333vw;
  }

  .contents .sec_merit .merit_wrap::after {
    background-image: url(../img/merit_frame_sp.svg);
  }

  .contents .sec_merit .merit_box {
    aspect-ratio: 287/248;
    border-radius: 1.3333vw;
    margin: 2.2667vw 2vw;
    width: calc(50% - 4vw);
  }

  .contents .sec_merit .merit_box .desc {
    font-size: 3.2667vw;
    line-height: 1.5;
    margin-bottom: 3.3333vw;
  }

  .contents .sec_merit .merit_box.merit_01 img {
    width: 12.8vw;
  }

  .contents .sec_merit .merit_box.merit_02 img {
    width: 9.4667vw;
  }

  .contents .sec_merit .merit_box.merit_02 .desc {
    margin-bottom: 1.3333vw;
  }

  .contents .sec_merit .merit_box.merit_03 img {
    width: 9.4667vw;
  }

  .contents .sec_merit .merit_box.merit_04 img {
    width: 9.7333vw;
  }

  .contents .sec_merit .merit_box.merit_05 img {
    width: 12vw;
  }

  .contents .sec_access {
    padding-bottom: 4.2667vw;
    padding-top: 5.3333vw;
  }

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

  .contents .sec_access .sec_title {
    margin-bottom: 5.3333vw;
  }

  .contents .sec_access .txt_wrap {
    margin-bottom: 4vw;
  }

  .contents .sec_access .map_wrap {
    margin-bottom: 4vw;
  }

  .contents .sec_access .table_scroll {
    margin: 0 -4vw;
    overflow: scroll hidden;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 4vw * 2);
  }

  .contents .sec_access .flight_table {
    margin: 0 4vw;
    width: 156.6667vw;
  }

  .contents .sec_access .flight_table thead {
    font-size: 3.4667vw;
  }

  .contents .sec_access .flight_table thead th {
    width: 14.47%;
  }

  .contents .sec_access .flight_table thead td.airline {
    width: 24.34%;
  }

  .contents .sec_access .flight_table thead td.route {
    width: 61.19%;
  }

  .contents .sec_access .flight_table thead td.route ul li {
    min-height: 12.2667vw;
    padding: 0 1.3333vw 0 2.6667vw;
  }

  .contents .sec_access .flight_table thead td.route ul li:first-child {
    width: 64.5%;
  }

  .contents .sec_access .flight_table thead td.route ul li:last-child {
    width: 35.5%;
  }

  .contents .sec_access .flight_table tbody {
    font-size: 3.4667vw;
  }

  .contents .sec_access .flight_table tbody th {
    width: 14.47%;
  }

  .contents .sec_access .flight_table tbody td.airline {
    width: 24.34%;
  }

  .contents .sec_access .flight_table tbody td.route {
    width: 61.19%;
  }

  .contents .sec_access .flight_table th,
  .contents .sec_access .flight_table td {
    height: 8vw;
    padding: 1.3333vw 2.6667vw;
  }

  .contents .sec_access .flight_table .route_list div {
    min-height: 8vw;
    padding: 0 1.3333vw 0 2.6667vw;
  }

  .contents .sec_access .flight_table .route_list div:nth-child(odd) {
    width: 64.5%;
  }

  .contents .sec_access .flight_table .route_list div:nth-child(even) {
    width: 35.5%;
  }

  .contents .sec_watch {
    padding-bottom: 4vw;
    padding-top: 5.3333vw;
  }

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

  .contents .sec_watch .sec_title {
    margin-bottom: 4vw;
  }

  .contents .sec_watch .wrap .img_wrap {
    margin-bottom: 4vw;
  }

  .contents .sec_watch .wrap .txt_wrap p {
    margin-bottom: 8vw;
  }

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

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

  .contents .sec_watch .wrap .txt_wrap .link_btn {
    height: 15.7333vw;
    line-height: 1.2;
    max-width: 77.3333vw;
  }

  .contents .sec_info {
    padding-bottom: 6.6667vw;
    padding-top: 5.3333vw;
  }

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

  .contents .sec_info .sec_title {
    margin-bottom: 4vw;
  }

  .contents .sec_info .wrap .wrap_title {
    margin-bottom: 6.6667vw;
  }

  .contents .sec_info .wrap .wrap_title img {
    height: 5.7333vw;
    width: auto;
  }

  .contents .sec_info .wrap.head {
    margin-bottom: 9.3333vw;
  }

  .contents .sec_info .wrap:not(.head) {
    padding-top: 8.6667vw;
    position: relative;
  }

  .contents .sec_info .wrap:not(.head)::before {
    background: url(../img/line_01.svg) center center/cover no-repeat;
    content: "";
    height: 2.2667vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .contents .sec_info .wrap.season {
    margin-bottom: 10.6667vw;
  }

  .contents .sec_info .wrap.season .table_wrap {
    margin: 7vw 0 0;
  }

  .contents .sec_info .wrap.season .table_scroll {
    margin: 0 -4vw;
    overflow: scroll hidden;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 4vw * 2);
  }

  .contents .sec_info .wrap.season .season_table {
    margin: 0 4vw;
    width: 156.6667vw;
  }

  .contents .sec_info .wrap.season .season_table .month {
    font-size: 3.4667vw;
    height: 7.6vw;
  }

  .contents .sec_info .wrap.season .season_table .price {
    height: 14vw;
  }

  .contents .sec_info .wrap.season .season_table .temp {
    font-size: 3.4667vw;
    height: 6.6667vw;
  }

  .contents .sec_info .wrap.season .table_desc {
    margin-bottom: -3.7333vw;
    margin-top: 5.8667vw;
  }

  .contents .sec_info .wrap.season .table_desc li {
    margin-bottom: 3.7333vw;
  }

  .contents .sec_info .wrap.season .table_desc li p {
    font-size: 3.4667vw;
  }

  .contents .sec_info .wrap.season .table_desc li.best {
    margin-right: 3.3333vw;
  }

  .contents .sec_info .wrap.season .table_desc li.best div {
    height: 4vw;
    margin-right: 2.6667vw;
    width: 8vw;
  }

  .contents .sec_info .wrap.season .table_desc li.lowprice div {
    height: 2.1333vw;
    margin-right: 2.6667vw;
    width: 10.4vw;
  }

  .contents .sec_info .wrap.season .table_desc li.temp {
    height: 8vw;
    margin-right: 2.6667vw;
    width: 17.3333vw;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap .clothing_cnt + .clothing_cnt {
    margin-top: 9.3333vw;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap .cnt_title {
    font-size: 4vw;
    height: 9.3333vw;
    margin-bottom: 4vw;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap .cnt_img {
    margin-bottom: 4vw;
    width: 36vw;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap .cnt_desc {
    font-size: 3.7333vw;
    margin-bottom: 5.3333vw;
    padding: 4vw;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap .cnt_items th {
    font-size: 4vw;
    padding: 2.6667vw 1.3333vw 2.6667vw 4vw;
    width: 24vw;
  }

  .contents .sec_info .wrap.clothing .clothing_wrap .cnt_items td {
    font-size: 3.7333vw;
    padding: 2.6667vw 1.3333vw 2.6667vw 4vw;
  }

  .contents .sec_voice {
    padding-bottom: 12vw;
    padding-top: 5.3333vw;
  }

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

  .contents .sec_voice .sec_title {
    margin-bottom: 4vw;
  }

  .contents .sec_voice .wrap .scroll_box {
    overflow: auto hidden;
    position: relative;
  }

  .contents .sec_voice .wrap .scroll_box_inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 4vw;
    position: relative;
  }

  .contents .sec_voice .wrap .post_cnt {
    flex: 0 0 78.6667vw;
  }

  .contents .sec_voice .wrap .post_cnt .inner {
    border-radius: 2vw;
    padding: 4vw;
  }

  .contents .sec_voice .wrap .post_cnt .img_wrap {
    margin-bottom: 2.6667vw;
  }

  .contents .sec_voice .wrap .post_img {
    aspect-ratio: 526/350;
    margin-bottom: 2.6667vw;
  }

  .contents .sec_voice .wrap .post_title {
    font-size: 3.7333vw;
    line-height: 1.43;
    margin-bottom: 2.6667vw;
    max-height: calc(3.7333vw * 1.43 * 3);
  }

  .contents .sec_voice .wrap .post_desc {
    font-size: 3.2vw;
    line-height: 1.79;
    max-height: calc(3.2vw * 1.79 * 4);
  }

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

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

  .contents .sec_voice .link_btn {
    height: 16vw;
    margin-top: 6.4vw;
    width: 78.6667vw;
  }

  .contents .sec_tour.pickup {
    --color-tour-tab2: #efefef;
    --color-tour-tab2-txt: #00c190;
    --color-tour-tab2-active: #00c190;
    --color-tour-tab2-active-txt: #fff;
    padding-bottom: 5.3333vw;
    padding-top: 7.6vw;
  }

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

  .contents .sec_tour.pickup .sec_title {
    margin-bottom: 5.0667vw;
  }

  .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.recom {
    padding-bottom: 6vw;
    padding-top: 5.3333vw;
    --color-tour-tab2: #efefef;
    --color-tour-tab2-txt: #00c190;
    --color-tour-tab2-active: #00c190;
    --color-tour-tab2-active-txt: #fff;
  }

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

  .contents .sec_tour.recom .sec_title {
    margin-bottom: 4vw;
  }

  .contents .sec_tour.recom .sec_head .head_desc {
    margin-bottom: 4vw;
  }

  .contents .sec_tour.recom .sec_head .head_btns {
    flex-wrap: wrap;
    margin: 0 -1.0667vw 5.4667vw;
    width: calc(100% + 2.1333vw);
  }

  .contents .sec_tour.recom .sec_head .head_btns .btn {
    border-radius: 1.6vw;
    font-size: 2.9333vw;
    height: 10.6667vw;
    letter-spacing: -0.04em;
    line-height: 1.09;
    margin: 0 1.0667vw 1.8667vw;
    padding: 0 4vw 0 1.3333vw;
    text-align: center;
    width: calc(50% - 2.1333vw);
  }

  .contents .sec_tour.recom .sec_head .head_btns .btn::after {
    height: 1.3333vw;
    right: 2.6667vw;
    top: calc(50% - 0.6667vw);
    width: 1.3333vw;
  }

  .contents .sec_tour.recom .sec_body {
    margin-bottom: 12vw;
    padding-top: 8.6667vw;
  }

  .contents .sec_tour.recom .sec_body::before {
    height: 2.2667vw;
  }

  .contents .sec_tour.recom .sec_body:last-of-type {
    margin-bottom: 0;
  }

  .contents .sec_tour.recom .sec_body .body_title {
    margin-bottom: 6.6667vw;
  }

  .contents .sec_tour.recom .sec_body .body_title img {
    height: 4.9333vw;
  }

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

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

  .contents .sec_tour.recom .link_btn {
    font-size: 4vw;
    margin-top: 5.3333vw;
    width: 72vw;
  }

  .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: 600px) and (orientation: landscape) {
  .contents .sec_merit .merit_wrap::after {
    background-image: url(../img/merit_frame_pc.svg);
  }
}

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

  .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.4rem;
    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;
  }

  .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: 960px) and (min-width: 601px) {
  .contents .sec_hero {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 601px) {
  .contents .sec_info .wrap.season .table_desc li.temp.max {
    margin-left: auto;
  }

  .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_watch .wrap .txt_wrap .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_watch .wrap .txt_wrap .link_btn:active {
    opacity: 0.65;
  }

  .contents .sec_voice .wrap .post_cnt .inner {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_voice .wrap .post_cnt .inner:active {
    opacity: 0.65;
  }

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

  .contents .sec_voice .link_btn: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_tour.recom .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .sec_tour.recom .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_watch .wrap .txt_wrap .link_btn:hover {
    opacity: 0.65;
  }

  .contents .sec_voice .wrap .post_cnt .inner:hover {
    opacity: 0.65;
  }

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

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

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