@charset "UTF-8";
:root {
  --vh: 100vh;
  --vw: 100vw;
  --vh1: 1vh;
  --win-vh: calc(var(--vh1, 1vh) * 100);
  --win-vw: 100vw;
  --main-color: #0165b1;
  --main-color-bg: #e8f6ff;
  --main-color-txt: #0080d1;
  --sub-color1: #e53b16;
  --sub-color2: #ea8400;
  --sub-color2-bg: #fffdd7;
  --color-tour-tab: #0080d1;
  --color-tour-tab-label: #e8f6ff;
  --color-tour-tab-active: #0080d1;
  --color-tour-tab-active-label: #0080d1;
  --color-tour-btn: #fc5555;
}
body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}
.contents {
  color: #444;
  padding-bottom: 70px;
}
.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.contents i,
.contents em {
  font-style: normal;
}
.contents a {
  color: #444;
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
}
.contents .lazyload.fade_in,
.contents .lazyloading.fade_in {
  opacity: 0;
}
.contents .lazyloaded {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
.contents .txt_bold {
  font-weight: 700;
}
.contents .txt_red {
  color: #fc5555;
}
.contents .sec_hero {
  overflow: hidden;
  padding-bottom: 72px;
  position: relative;
  text-align: center;
}
.contents .anchor_nav {
  background: var(--main-color-bg);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.contents .anchor_nav ul {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
}
.contents .anchor_nav li {
  position: relative;
  width: 100%;
}
.contents .anchor_nav li::before {
  background: url(../img/dot_line_v_blue.svg) center bottom repeat-y;
  content: "";
  height: calc(100% - 8px);
  left: 0;
  position: absolute;
  top: 4px;
  width: 2px;
}
.contents .anchor_nav li a {
  align-items: center;
  color: var(--main-color-txt);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 72px;
  justify-content: center;
  padding-bottom: 10px;
  position: relative;
}
.contents .anchor_nav li a::after {
  background: url(../img/arr_blue.svg) center center/auto 100% no-repeat;
  bottom: 13px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
}
.contents .anchor_nav.nav_fixed {
  bottom: auto;
  position: fixed;
  top: 0;
}
.contents .sec_intro .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_intro .head_wrap {
  margin-bottom: 45px;
}
.contents .sec_intro .head_wrap .title {
  margin-bottom: 40px;
}
.contents .sec_intro .head_wrap p {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contents .sec_intro .box_wrap {
  background: #fff;
  border: 3px solid var(--main-color);
  border-radius: 15px;
  box-shadow: 15.6px 15.6px 0 0 var(--main-color);
  position: relative;
}
.contents .sec_intro .box_wrap + .box_wrap {
  margin-top: 92px;
}
.contents .sec_intro .box_label {
  left: -55px;
  position: absolute;
  top: -60px;
  width: 17.55%;
}
.contents .sec_intro .box_label img {
  width: 100%;
}
.contents .sec_intro .box_tit {
  background: var(--main-color-bg);
  color: var(--main-color);
  font-weight: 700;
}
.contents .sec_intro .box_txt p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.contents .sec_intro .box_txt p a {
  text-decoration: underline;
}
.contents .sec_plan .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_plan .head_wrap {
  margin-bottom: 32px;
}
.contents .sec_plan .head_wrap .title {
  margin-bottom: 40px;
}
.contents .sec_plan .head_wrap p {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contents .sec_plan .plan_wrap {
  position: relative;
}
.contents .sec_plan .plan_wrap::before {
  background: url(../img/deco_line_blue.svg) center center/auto 100% no-repeat;
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contents .sec_plan .plan_wrap:nth-of-type(1) .plan_title::before {
  background-image: url(../img/plan_label_01.svg);
}
.contents .sec_plan .plan_wrap:nth-of-type(2) .plan_title::before {
  background-image: url(../img/plan_label_02.svg);
}
.contents .sec_plan .plan_wrap:nth-of-type(3) .plan_title::before {
  background-image: url(../img/plan_label_03.svg);
}
.contents .sec_plan .plan_title {
  align-items: center;
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.24;
  margin-bottom: 20px;
  min-height: 82px;
  padding-left: 70px;
  position: relative;
  width: 100%;
}
.contents .sec_plan .plan_title::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 82px;
  left: 0;
  position: absolute;
  top: 0;
  width: 53px;
}
.contents .sec_plan .plan_title small {
  color: var(--main-color-txt);
  display: block;
  font-size: 76.92%;
  font-weight: 700;
  margin: 0 0 12px;
}
.contents .sec_plan .plan_title b {
  color: #222;
}
.contents .sec_plan .plan_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.contents .sec_plan .plan_img .img {
  aspect-ratio: 528/340;
  overflow: hidden;
}
.contents .sec_plan .plan_img .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.contents .sec_plan .plan_img .img_01 {
  margin-bottom: 5px;
}
.contents .sec_plan .plan_img .img_02 {
  width: calc(50% - 2.5px);
}
.contents .sec_plan .plan_tokuten {
  background: var(--sub-color2-bg);
  border: 1px solid var(--sub-color2);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
}
.contents .sec_plan .plan_tokuten .tit {
  color: var(--sub-color2);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contents .sec_plan .plan_tokuten .tit small {
  font-size: 85%;
}
.contents .sec_plan .plan_tokuten ol {
  counter-reset: tokuten-counter;
}
.contents .sec_plan .plan_tokuten li {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}
.contents .sec_plan .plan_tokuten li::before {
  align-items: center;
  border: 1px solid #444;
  border-radius: 50%;
  content: counter(tokuten-counter);
  counter-increment: tokuten-counter;
  display: flex;
  font-size: 85%;
  height: 15px;
  justify-content: center;
  left: 0;
  line-height: 13px;
  position: absolute;
  top: 3px;
  width: 15px;
}
.contents .sec_plan .plan_desc {
  margin-bottom: 20px;
}
.contents .sec_plan .plan_desc p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.contents .sec_plan .plan_tour .tour_head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.contents .sec_plan .plan_tour .tour_img {
  aspect-ratio: 160/120;
  overflow: hidden;
  width: 160px;
}
.contents .sec_plan .plan_tour .tour_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.contents .sec_plan .plan_tour .tour_tit {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 10px;
}
.contents .sec_plan .plan_tour .price_tabpanel .tab {
  align-items: flex-end;
  border-bottom: 1px solid var(--main-color-txt);
  display: flex;
  width: 100%;
}
.contents .sec_plan .plan_tour .price_tabpanel .tab li {
  align-items: center;
  background: var(--main-color-bg);
  border-radius: 4px 4px 0 0;
  color: var(--main-color-txt);
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  line-height: 1;
  margin-left: 5px;
  width: 70px;
}
.contents .sec_plan .plan_tour .price_tabpanel .tab li:not(.is_active) {
  cursor: pointer;
  transition: all 0.3s ease;
}
.contents .sec_plan .plan_tour .price_tabpanel .tab li:first-child {
  margin-left: 0;
}
.contents .sec_plan .plan_tour .price_tabpanel .tab li.is_active {
  background: var(--main-color-txt);
  color: #fff;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel_wrap {
  border-bottom: 1px solid var(--main-color-txt);
}
.contents .sec_plan .plan_tour .price_tabpanel .panel {
  display: none;
  padding: 18px 0;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price {
  flex: 1;
  padding-right: 10px;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price .price_txt {
  color: var(--color-tour-btn);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price .min_price {
  font-size: 150%;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price .att_txt {
  color: #666;
  font-size: 1.2rem;
  margin-top: 5px;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price .att_txt .att_03 {
  display: none;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel .tour_btn {
  width: 43.26%;
}
.contents .sec_plan .plan_tour .price_tabpanel .panel .tour_btn a {
  align-items: center;
  background: var(--color-tour-btn);
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
}
.contents .sec_plan .plan_tour .price_tabpanel .soldout {
  align-items: center;
  background: #ddd;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  width: 100%;
}
.contents .sec_plan .plan_tour .tour_list_link {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0 0;
}
.contents .sec_plan .plan_tour .tour_list_link::after {
  border-bottom: 1px solid var(--main-color-txt);
  border-right: 1px solid var(--main-color-txt);
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
}
.contents .sec_plan .plan_tour .tour_list_link a {
  color: var(--main-color-txt);
  text-decoration: underline;
}
.contents .sec_plan .plan_tour .tour_list_link a:hover {
  opacity: 0.75;
}
.contents .sec_note .sec_inner {
  background: var(--main-color-bg);
  margin: 0 auto;
  max-width: 1100px;
  padding: 52px 98px;
  width: 100%;
}
.contents .sec_note .title {
  color: var(--main-color-txt);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.contents .sec_note p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.contents .sec_note p + .title {
  margin-top: 50px;
}
.contents .sec_note p + p {
  margin-top: 25px;
}
.contents .sec_search {
  padding: 35px 15px 80px;
  position: relative;
  z-index: 100;
}
.contents .sec_search .sec_title {
  text-align: center;
}
.contents .sec_search .sec_title span {
  color: var(--main-color-txt);
  font-size: 2.4rem;
  font-weight: 700;
}
.contents .sec_search .box_head {
  background: #0080d1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.contents .sec_search .search_box {
  max-width: 1100px;
}
.contents .sec_search .search_box .search_box_inner {
  background: #f5f5f5;
}
.contents .sec_search .search_box .btn_wrap .btn_submit {
  background: #fc5555;
}
.contents .sec_search .search_box.is_open .search_box_inner {
  max-width: 1100px;
}
.contents .sec_contactus {
  border: 1px solid #ccc;
  margin: 0 auto;
  max-width: 1100px;
  overflow: hidden;
  padding: 20px;
  width: 90%;
}
.contents .sec_contactus .contact_tit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
  text-align: center;
}
.contents .sec_contactus .contact_desc {
  color: #666;
  padding-bottom: 10px;
  text-align: center;
}
.contents .sec_contactus .contact_desc p {
  font-size: 1.5rem;
}
.contents .sec_contactus .tel_num {
  align-items: center;
  background: #fc5555;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 4.5rem;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.contents .sec_contactus .tel_num::before {
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 64%;
  padding: 0 0 0 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.contents .sec_contactus .freeorder_btn {
  align-items: center;
  background: #0080d1;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.contents .sec_contactus .freeorder_btn::before {
  content: "\f0e0";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  padding-right: 10px;
}
@media screen and (min-width: 601px), print {
  .breadcrumb_area {
    background: #f2f2f2;
    width: 100%;
  }
  .breadcrumb_area > nav {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  .contents .sec_hero .hero_title {
    background: #fff url(../img/hero_visual.jpg) center center/auto 100% no-repeat;
  }
  .contents .anchor_nav ul::after {
    background: url(../img/dot_line_v_blue.svg) center bottom repeat-y;
    content: "";
    height: calc(100% - 8px);
    position: absolute;
    right: 0;
    top: 4px;
    width: 2px;
  }
  .contents .sec_intro {
    padding-bottom: 80px;
    padding-top: 66px;
  }
  .contents .sec_intro .head_wrap {
    text-align: center;
  }
  .contents .sec_intro .box_wrap {
    display: flex;
  }
  .contents .sec_intro .box_tit {
    align-items: center;
    border-radius: 15px 0 0 15px;
    display: flex;
    font-size: 2.2rem;
    line-height: 1.36;
    padding: 45px 50px;
    width: 50%;
  }
  .contents .sec_intro .box_txt {
    align-items: center;
    display: flex;
    padding: 35px 40px 30px;
    width: 50%;
  }
  .contents .sec_plan {
    padding-bottom: 45px;
    padding-top: 66px;
  }
  .contents .sec_plan .head_wrap {
    text-align: center;
  }
  .contents .sec_plan .plan_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-top: 70px;
  }
  .contents .sec_plan .plan_wrap .wrap_01 {
    width: 48%;
  }
  .contents .sec_plan .plan_wrap .wrap_02 {
    width: 48.36%;
  }
  .contents .sec_note {
    margin: 0 0 35px;
  }
  .contents .sec_search .sec_title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .contents .sec_search .sec_title span::before {
    content: "＼";
  }
  .contents .sec_search .sec_title span::after {
    content: "／";
  }
  .contents .sec_search .search_box:not(.is_open) .box_head {
    display: block;
    margin: -26px -26px 26px;
    padding: 15px 0 12px;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head .search_close {
    display: none;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head .head_tit {
    font-size: 2rem;
    font-weight: 700;
  }
  .contents .sec_contactus .tel_num::before {
    padding-top: 5px;
  }
}
@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_contactus {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .contents .sec_contactus .contact_tit {
    flex: 0 0 100%;
    font-size: 2.76rem;
    padding-bottom: 0;
  }
  .contents .sec_contactus .contact_desc {
    flex: 0 1 47%;
    padding-top: 20px;
    text-align: left;
  }
  .contents .sec_contactus .numlink {
    flex: 0 0 40%;
    text-align: left;
  }
  .contents .sec_contactus .tel_num {
    background: none;
    color: #fc5555;
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
    pointer-events: none;
  }
  .contents .sec_contactus .freeorder_btn {
    font-size: 2rem;
  }
  .contents .sec_contactus .freeorder_btn::before {
    font-size: 2.76rem;
  }
}
@media screen and (max-width: 1100px) {
  .contents .sec_intro .sec_inner {
    padding: 0 15px;
  }
  .contents .sec_plan .sec_inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f5f5f5;
  }
  .breadcrumb_area > nav {
    align-items: center;
    display: flex;
    height: 25px;
    padding: 0;
  }
  .tw_pagetop {
    opacity: 1;
  }
  .tw_pagetop.hide,
  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }
  .contents {
    padding-bottom: 10vw;
  }
  .contents .vpc600 {
    display: none;
  }
  .contents .sec_hero {
    padding-bottom: 9.3333vw;
  }
  .contents .anchor_nav li::before {
    background-size: auto 100%;
    height: calc(100% - 1.3333vw);
    top: 0.6667vw;
    width: 1px;
  }
  .contents .anchor_nav li:first-child::before {
    display: none;
  }
  .contents .anchor_nav li a {
    font-size: 2.9333vw;
    height: 9.3333vw;
    padding-bottom: 1.3333vw;
  }
  .contents .anchor_nav li a::after {
    bottom: 1.3333vw;
    height: 4px;
    width: 8px;
  }
  .contents .anchor_nav.nav_fixed {
    border-bottom: 1px solid #fff;
    top: 50px;
  }
  .contents .sec_intro {
    padding-bottom: 8vw;
    padding-top: 3.0667vw;
  }
  .contents .sec_intro .sec_inner {
    padding: 0 4vw;
  }
  .contents .sec_intro .head_wrap .title {
    margin: 0 -1.3333vw 5.3333vw;
  }
  .contents .sec_intro .head_wrap p {
    font-size: 3.7333vw;
    line-height: 1.65;
  }
  .contents .sec_intro .head_wrap {
    margin-bottom: 10.6667vw;
  }
  .contents .sec_intro .box_wrap {
    border-radius: 2vw;
    border-width: 2px;
    box-shadow: 2.08vw 2.08vw 0 0 var(--main-color);
  }
  .contents .sec_intro .box_wrap + .box_wrap {
    margin-top: 13.7333vw;
  }
  .contents .sec_intro .box_label {
    left: -4vw;
    top: -8.8vw;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    width: 26.1333vw;
  }
  .contents .sec_intro .box_tit {
    border-radius: 1.6vw 1.6vw 0 0;
    font-size: 4vw;
    line-height: 1.55;
    padding: 6vw 5.3333vw 4vw 6vw;
  }
  .contents .sec_intro .box_txt {
    padding: 4vw 6.6667vw;
  }
  .contents .sec_intro .box_txt p {
    font-size: 3.7333vw;
    line-height: 1.65;
  }
  .contents .sec_plan {
    padding-bottom: 9.3333vw;
    padding-top: 2.1333vw;
  }
  .contents .sec_plan .sec_inner {
    padding: 0 4vw;
  }
  .contents .sec_plan .head_wrap .title {
    margin: 0 -1.3333vw 5.3333vw;
  }
  .contents .sec_plan .head_wrap p {
    font-size: 3.7333vw;
    line-height: 1.65;
  }
  .contents .sec_plan .head_wrap {
    margin-bottom: 2.4vw;
  }
  .contents .sec_plan .plan_wrap {
    margin-bottom: 6.9333vw;
    padding-top: 12vw;
  }
  .contents .sec_plan .plan_wrap::before {
    height: 5.6vw;
    left: -4vw;
    width: calc(100% + (4vw * 2));
  }
  .contents .sec_plan .plan_title {
    font-size: 4.5333vw;
    margin-bottom: 2.6667vw;
    min-height: 14.6667vw;
    padding-left: 11.7333vw;
  }
  .contents .sec_plan .plan_title::before {
    height: 14.5333vw;
    width: 9.3333vw;
  }
  .contents .sec_plan .plan_title small {
    font-size: 94.12%;
    margin-bottom: 1.3333vw;
  }
  .contents .sec_plan .plan_img {
    margin-bottom: 3.3333vw;
  }
  .contents .sec_plan .plan_img .img_01 {
    margin-bottom: 0.9333vw;
  }
  .contents .sec_plan .plan_img .img_02 {
    width: calc(50% - 0.4667vw);
  }
  .contents .sec_plan .plan_tokuten {
    border-radius: 1.3333vw;
    margin-bottom: 4vw;
    padding: 3.2vw;
  }
  .contents .sec_plan .plan_tokuten .tit {
    font-size: 3.7333vw;
    margin-bottom: 2.6667vw;
  }
  .contents .sec_plan .plan_tokuten li {
    font-size: 3.4667vw;
    padding-left: 4vw;
  }
  .contents .sec_plan .plan_tokuten li::before {
    height: 3.4667vw;
    line-height: 3.2vw;
    top: 0.5333vw;
    width: 3.4667vw;
  }
  .contents .sec_plan .plan_desc {
    margin-bottom: 4vw;
  }
  .contents .sec_plan .plan_desc p {
    font-size: 3.7333vw;
    line-height: 1.65;
  }
  .contents .sec_plan .plan_tour .tour_img {
    width: 30%;
  }
  .contents .sec_plan .plan_tour .tour_tit {
    font-size: 3.7333vw;
    padding-left: 2.6667vw;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .tab li {
    font-size: 3.2vw;
    height: 8vw;
    margin-left: 1.3333vw;
    width: 13.8667vw;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .panel {
    padding: 2.9333vw 0 3.0667vw;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price {
    padding-right: 0.6667vw;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price .price_txt {
    font-size: 3.6vw;
    letter-spacing: -0.02em;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price .min_price {
    font-size: 140%;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .panel .tour_price .att_txt {
    font-size: 2.6667vw;
    letter-spacing: -0.04em;
    margin-top: 0.6667vw;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .panel .tour_btn {
    width: 40%;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .panel .tour_btn a {
    border-radius: 1.3333vw;
    font-size: 3.2vw;
    height: 10.6667vw;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .soldout {
    border-radius: 1.3333vw;
    font-size: 3.7333vw;
    height: 10.6667vw;
  }
  .contents .sec_plan .plan_tour .tour_list_link a {
    font-size: 3.7333vw;
  }
  .contents .sec_note .sec_inner {
    padding: 6.6667vw;
  }
  .contents .sec_note .title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .contents .sec_note p {
    font-size: 3.7333vw;
    line-height: 1.65;
  }
  .contents .sec_note p + .title {
    margin-top: 6.6667vw;
  }
  .contents .sec_note p + p {
    margin-top: 6.6667vw;
  }
  .contents .sec_search {
    padding: 6.6667vw 0 9.3333vw;
  }
  .contents .sec_search .sec_title {
    margin-bottom: 4vw;
  }
  .contents .sec_search .sec_title span {
    font-size: 4.8vw;
    line-height: 1.67;
  }
  .contents .sec_search .box_head {
    height: 10.6667vw;
  }
  .contents .sec_contactus .tel_num {
    font-size: 6.6667vw;
  }
}
@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents a:active {
    opacity: 0.65;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .tab li:not(.is_active) {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_plan .plan_tour .price_tabpanel .tab li:not(.is_active):active {
    background: var(--main-color-txt);
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }
  .contents .sec_plan .plan_tour .price_tabpanel .tab li:not(.is_active):hover {
    background: var(--main-color-txt);
    color: #fff;
  }
}
