@charset "UTF-8";
:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #1da2aa;
  --accent-red: #fc5555;
  --main-yellow: #edbc2c;
  --main-green: #70c6b2;
  --main-red: #df646d;
  --bg-yellow: #fbf3b5;
  --bg-green: #dff5ed;
  --bg-red: #f8e6e7;
  --bg-blue: #e1f3f9;
  --site-color: #23afb7;
  --btn-color: #0f1b87;
  --tour-main-color: #f7d380;
  --tour-btn-color: #4796f6;
  --search-color: #000;
  --faq-main-color: #409bed;
  --faq-title-color: #effafe;
}
body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}
body.is_fixed .header20 {
  z-index: 100;
}
body.is_fixed .modal {
  display: flex;
  z-index: 200;
}
.breadcrumb_area {
  background: #fff;
}
.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.contents i,
.contents em {
  font-style: normal;
}
.contents a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0.2);
}
.contents img.fade_in {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.contents img.fade_in.lazyloaded {
  opacity: 1;
}
.contents a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contents p {
  font-size: 1.3rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.69;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.contents p a {
  color: var(--link-color);
  text-decoration: underline;
}
.contents .txt_red {
  color: var(--accent-red);
}
.contents .section_02 {
  padding: 60px 15px 80px;
}
.contents .section_02 .sec_inner {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}
.contents .section_02 .sec_title {
  margin-bottom: 30px;
  text-align: center;
}
.contents .section_02 .sec_title img {
  width: 368px;
}
.contents img.fade_in {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.contents img.fade_in.lazyloaded {
  opacity: 1;
}
.contents .sec_hero .sec_inner {
  align-items: center;
  background: url(../img/hero_visual_pc.jpg) center center/auto 100% no-repeat;
  display: flex;
  justify-content: center;
}
.page_nav {
  background-color: var(--bg-yellow);
  padding: 20px 15px;
}
.page_nav .nav_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.page_nav .nav_list li a {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  height: 70px;
  justify-content: flex-start;
  padding: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.page_nav .nav_list li a::after {
  background: url(../img/arr_gray.svg) center center/auto 100% no-repeat;
  content: "";
  height: 8px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 8px;
}
.page_nav .nav_list li .icon {
  border-radius: 100%;
  margin-right: 10px;
  width: 31.72%;
}
.page_nav .nav_list li .title {
  font-size: 1.5rem;
  line-height: 1.07;
}
.page_nav .nav_list li.nav_05 {
  width: 20.45%;
}
.contents .sec_theme {
  padding: 120px 0 0;
}
.contents .sec_theme .lead_wrap {
  margin: 0 auto;
  max-width: 1130px;
  padding: 0 15px 80px;
  width: 100%;
}
.contents .sec_theme .tour_wrap {
  padding: 40px 15px 80px;
}
.contents .sec_theme .tour_list {
  display: flex;
}
.contents .sec_theme .tour_cnt_box {
  background: #fff;
  border: 5px solid #000;
}
.contents .sec_theme .tour_cnt_box.soldout a {
  pointer-events: none;
}
.contents .sec_theme .tour_cnt_btn {
  margin: 22px auto 0;
  width: 81.18%;
}
.contents .sec_theme .tour_cnt_btn a {
  align-items: center;
  background: #dadada;
  border-radius: 6px;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  position: relative;
  text-align: center;
}
.contents .sec_theme .tour_cnt_btn a::after {
  background: url(../img/arr_black.svg) center center/auto 100% no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 10px;
}
.contents .sec_theme .tour_name {
  font-size: 1.8rem;
  font-weight: bold;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.4;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.contents .sec_theme .tour_desc {
  margin-bottom: 8px;
}
.contents .sec_theme .tour_img {
  aspect-ratio: 315/206;
  margin-bottom: 10px;
  overflow: hidden;
}
.contents .sec_theme .tour_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.contents .sec_theme .tour_link {
  margin-top: 40px;
}
.contents .sec_theme .tour_link a {
  align-items: center;
  background: var(--btn-color);
  border-radius: 70px;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  margin: 0 auto;
  max-width: 61.82%;
  position: relative;
  text-align: center;
  width: 100%;
}
.contents .sec_theme .tour_link a::after {
  background: url(../img/arr_white.svg) center center/auto 100% no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
}
.contents .sec_theme .tour_tabpanel {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_theme .tour_tabpanel > .tab_wrap > .tab {
  border: 1px solid var(--main-yellow);
  border-left: 0;
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}
.contents .sec_theme .tour_tabpanel > .tab_wrap > .tab li {
  align-items: center;
  background: #fff;
  border-left: 1px solid var(--main-yellow);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}
.contents .sec_theme .tour_tabpanel > .tab_wrap > .tab li.is_active::after {
  border-color: var(--main-yellow) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 14px 0;
  content: "";
  height: 0;
  left: calc(50% - 14px);
  position: absolute;
  top: 100%;
  width: 0;
}
.contents .sec_theme .tour_tabpanel > .tab_wrap > .tab li:not(.is_active) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contents .sec_theme .tour_tabpanel > .panel_wrap .panel:not(:first-of-type) {
  display: none;
}
.contents .sec_theme .tour_tabpanel > .panel_wrap .panel_desc {
  margin: 0 auto 25px;
  width: 88.18%;
}
.contents .sec_theme .price_tabpanel > .tab_wrap .tab {
  display: flex;
  margin: 0 -2px;
  width: calc(100% + 4px);
}
.contents .sec_theme .price_tabpanel > .tab_wrap .tab li {
  align-items: center;
  background-color: #d2d2d2;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  height: 50px;
  justify-content: center;
  line-height: 1.2;
  margin: 0 2px;
  text-align: center;
  width: calc(100% - 4px);
}
.contents .sec_theme .price_tabpanel > .tab_wrap .tab li.is_active {
  background-color: var(--tour-main-color);
}
.contents .sec_theme .price_tabpanel > .tab_wrap .tab li b {
  display: block;
  font-size: 140%;
}
.contents .sec_theme .price_tabpanel > .tab_wrap .tab li:not(.is_active) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contents .sec_theme .price_tabpanel > .panel_wrap {
  background: #fff;
  border: 2px solid var(--tour-main-color);
  border-top-width: 6px;
  padding: 10px;
}
.contents .sec_theme .price_tabpanel > .panel_wrap .panel:not(:first-of-type) {
  display: none;
}
.contents .sec_theme .price_tabpanel .price_txt {
  color: #fa3734;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.contents .sec_theme .price_tabpanel .price_txt .min_price {
  font-size: 121.43%;
}
.contents .sec_theme .price_tabpanel .price_txt .max_price {
  font-size: 85.71%;
  margin-left: 5px;
}
.contents .sec_theme .price_tabpanel .att_txt {
  font-size: 1.1rem;
  line-height: 1.4;
}
.contents .sec_theme .price_tabpanel .att_txt .att_01 {
  color: #fa3734;
  margin-right: 5px;
}
.contents .sec_theme .price_tabpanel .att_txt .att_03 {
  background: url(../img/icon_tour_attention_01.png) left center no-repeat;
  color: #0064d2;
  padding-left: 17px;
  text-decoration: underline;
}
.contents .sec_theme .price_tabpanel .tour_btn {
  margin-top: 10px;
}
.contents .sec_theme .price_tabpanel .tour_btn a {
  align-items: center;
  background: var(--tour-btn-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  position: relative;
  text-align: center;
}
.contents .sec_theme .price_tabpanel .tour_btn a::after {
  background: url(../img/arr_white.svg) center center/auto 100% no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  width: 12px;
}
.contents .sec_theme .price_tabpanel .soldout {
  align-items: center;
  background: #d2d2d2;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  position: relative;
  text-align: center;
}
.contents .sec_theme.theme_yellow .tour_wrap,
.contents .sec_theme.theme_01 .tour_wrap,
.contents .sec_theme.theme_04 .tour_wrap {
  background-color: var(--bg-yellow);
}
.contents .sec_theme.theme_yellow .tour_wrap .tour_tabpanel > .tab_wrap > .tab,
.contents .sec_theme.theme_01 .tour_wrap .tour_tabpanel > .tab_wrap > .tab,
.contents .sec_theme.theme_04 .tour_wrap .tour_tabpanel > .tab_wrap > .tab {
  border-color: var(--main-yellow);
}
.contents .sec_theme.theme_yellow .tour_wrap .tour_tabpanel > .tab_wrap > .tab li,
.contents .sec_theme.theme_01 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li,
.contents .sec_theme.theme_04 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li {
  border-color: var(--main-yellow);
}
.contents .sec_theme.theme_yellow .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active,
.contents .sec_theme.theme_01 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active,
.contents .sec_theme.theme_04 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active {
  background-color: var(--main-yellow);
}
.contents .sec_theme.theme_yellow .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after,
.contents .sec_theme.theme_01 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after,
.contents .sec_theme.theme_04 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after {
  border-top-color: var(--main-yellow);
}
.contents .sec_theme.theme_green .tour_wrap,
.contents .sec_theme.theme_02 .tour_wrap,
.contents .sec_theme.theme_05 .tour_wrap {
  background-color: var(--bg-green);
}
.contents .sec_theme.theme_green .tour_wrap .tour_tabpanel > .tab_wrap > .tab,
.contents .sec_theme.theme_02 .tour_wrap .tour_tabpanel > .tab_wrap > .tab,
.contents .sec_theme.theme_05 .tour_wrap .tour_tabpanel > .tab_wrap > .tab {
  border-color: var(--main-green);
}
.contents .sec_theme.theme_green .tour_wrap .tour_tabpanel > .tab_wrap > .tab li,
.contents .sec_theme.theme_02 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li,
.contents .sec_theme.theme_05 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li {
  border-color: var(--main-green);
}
.contents .sec_theme.theme_green .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active,
.contents .sec_theme.theme_02 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active,
.contents .sec_theme.theme_05 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active {
  background-color: var(--main-green);
}
.contents .sec_theme.theme_green .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after,
.contents .sec_theme.theme_02 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after,
.contents .sec_theme.theme_05 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after {
  border-top-color: var(--main-green);
}
.contents .sec_theme.theme_red .tour_wrap,
.contents .sec_theme.theme_03 .tour_wrap,
.contents .sec_theme.theme_06 .tour_wrap {
  background-color: var(--bg-red);
}
.contents .sec_theme.theme_red .tour_wrap .tour_tabpanel > .tab_wrap > .tab,
.contents .sec_theme.theme_03 .tour_wrap .tour_tabpanel > .tab_wrap > .tab,
.contents .sec_theme.theme_06 .tour_wrap .tour_tabpanel > .tab_wrap > .tab {
  border-color: var(--main-red);
}
.contents .sec_theme.theme_red .tour_wrap .tour_tabpanel > .tab_wrap > .tab li,
.contents .sec_theme.theme_03 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li,
.contents .sec_theme.theme_06 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li {
  border-color: var(--main-red);
}
.contents .sec_theme.theme_red .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active,
.contents .sec_theme.theme_03 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active,
.contents .sec_theme.theme_06 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active {
  background-color: var(--main-red);
}
.contents .sec_theme.theme_red .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after,
.contents .sec_theme.theme_03 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after,
.contents .sec_theme.theme_06 .tour_wrap .tour_tabpanel > .tab_wrap > .tab li.is_active::after {
  border-top-color: var(--main-red);
}
.contents .sec_times {
  background-color: #fff;
  padding: 120px 15px 80px;
}
.contents .sec_times .sec_inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.contents .sec_times .table_wrap {
  margin-top: 20px;
}
.contents .sec_times .table_wrap table {
  border: 1px solid #d0d0d0;
  border-bottom: 0;
  width: 100%;
}
.contents .sec_times .table_wrap table th,
.contents .sec_times .table_wrap table td {
  border-bottom: 1px solid #d0d0d0;
  font-size: 1.5rem;
  font-weight: 700;
  height: 48px;
  text-align: center;
  vertical-align: middle;
}
.contents .sec_times .table_wrap table td {
  border-left: 1px solid #d0d0d0;
  width: 26.18%;
}
.contents .sec_times .table_wrap table thead th,
.contents .sec_times .table_wrap table thead td {
  background: var(--bg-red);
}
.contents .sec_times .table_wrap table tbody th {
  background: var(--bg-red);
}
.contents .sec_times .table_wrap table tbody td b {
  font-size: 153.33%;
}
.contents .sec_faq {
  background: var(--bg-blue);
}
.contents .sec_faq .faq_cnt {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.contents .sec_faq .faq_cnt.active .faq_question .arr::before {
  opacity: 0;
}
.contents .sec_faq .faq_question {
  align-items: center;
  background: var(--faq-title-color);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.21;
  min-height: 50px;
  padding: 6px 50px 6px 60px;
  position: relative;
  transition: opacity 0.3s ease;
}
.contents .sec_faq .faq_question .arr {
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
}
.contents .sec_faq .faq_question .arr::before,
.contents .sec_faq .faq_question .arr::after {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.contents .sec_faq .faq_question .arr::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contents .sec_faq .faq_answer {
  background: #fff;
  color: #555;
  display: none;
  padding: 15px 15px 15px 60px;
  position: relative;
}
.contents .sec_faq .faq_answer p {
  line-height: 1.64;
}
.contents .sec_faq .faq_answer p a {
  text-decoration: underline;
}
.contents .sec_faq .faq_question::before,
.contents .sec_faq .faq_question::before,
.contents .sec_faq .faq_answer::before,
.contents .sec_faq .faq_answer::before {
  color: var(--faq-main-color);
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  left: 20px;
  line-height: 1;
  position: absolute;
  top: 15px;
}
.contents .sec_faq .faq_question::before {
  content: "Q.";
}
.contents .sec_faq .faq_answer::before {
  content: "A.";
}
.contents .sec_bring {
  background: var(--bg-yellow);
}
.contents .bring_wrap {
  border: 1px solid #d0d0d0;
  border-bottom: 0;
}
.contents .bring_title {
  align-items: center;
  background: var(--main-yellow);
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  min-height: 30px;
  text-align: center;
}
.contents .bring_list {
  background: #fff;
}
.contents .bring_list dt {
  font-weight: 700;
}
.contents .bring_list dd {
  border-bottom: 1px solid #d0d0d0;
}
.contents .sec_search .search_box_inner {
  background: #f5f5f5;
}
.contents .sec_search .search_contact {
  display: none;
}
.search_fix_btn {
  position: fixed;
  z-index: 10;
}
.search_fix_btn a {
  background: var(--tour-btn-color);
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1;
  text-align: center;
  transition: opacity 0.3s ease;
}
.search_fix_btn a::before {
  aspect-ratio: 1/1;
  background: url(../img/icon_search_white.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  margin: 0 auto;
  padding: 8px 0 3px;
  width: 17px;
}
.sec_contactus {
  margin: 0 auto;
  margin: 50px auto;
  max-width: 1100px;
  width: 100%;
}
.sec_contactus .cotnactus_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 30px;
  text-align: center;
}
.sec_contactus .cotnactus_txt {
  color: #787878;
  font-size: 1.5rem;
  line-height: 1.6;
}
.sec_contactus .cotnactus_txt b {
  color: #000;
  display: block;
  font-size: 200%;
  padding-bottom: 0.3em;
}
.sec_contactus .cotnactus_links {
  margin: 10px auto;
  width: 100%;
}
.sec_contactus .cotnactus_links .tel {
  align-items: center;
  color: #23af00;
  display: flex;
  font-family: "arial", sans-serif;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
}
.sec_contactus .cotnactus_links .tel::before {
  aspect-ratio: 1/1;
  background: url(../img/icon_tel_green.svg) center center/auto 100% no-repeat;
  content: "";
}
.sec_contactus .cotnactus_links .btn {
  align-items: center;
  background: #ff6e00;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  padding: 0 10px 0 0;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
}
.sec_contactus .cotnactus_links .btn::after {
  background: url(../img/arr_white.svg) center center/auto 100% no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  width: 12px;
}
.btm_bnr {
  margin: 0 auto;
  margin: 50px auto;
  max-width: 760px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
.btm_bnr a {
  display: inline-block;
}
.btm_btn a {
  background: #fff;
  border: 2px solid #787878;
  border-radius: 30px;
  color: #787878;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 60px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 300px;
}
.btm_btn a::after {
  background: url(../img/arr_gray.svg) center center/auto 100% no-repeat;
  content: "";
  height: 10px;
  left: 15px;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 10px;
}
@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}
@media screen and (min-width: 601px), print {
  .contents .sec_hero .sec_inner {
    height: 390px;
  }
  .contents .sec_hero .hero_title img {
    margin: 0 30px 60px 0;
  }
  .contents .sec_theme .lead_wrap {
    aspect-ratio: 1130/410;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .contents .sec_theme .lead_wrap .lead_title {
    margin-bottom: 15px;
    order: 1;
    width: 55.64%;
  }
  .contents .sec_theme .lead_wrap .lead_desc {
    margin-bottom: 25px;
    order: 2;
    width: 51.82%;
  }
  .contents .sec_theme .lead_wrap .lead_img {
    order: 3;
    width: 51.82%;
  }
  .contents .sec_theme .lead_wrap .lead_img .img_01 {
    position: absolute;
    right: 15px;
    top: 0;
    width: 44.18%;
  }
  .contents .sec_theme .lead_wrap .lead_img .img_02 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .contents .sec_theme .lead_wrap .lead_img .img_02 img {
    width: 47.37%;
  }
  .contents .sec_theme .tour_cnt_box {
    border-radius: 10px;
    padding: 15px;
  }
  .contents .sec_theme .price_tabpanel > .tab_wrap .tab li {
    font-weight: 700;
  }
  .contents .sec_theme .price_tabpanel .att_txt .att_02 {
    margin-right: 5px;
  }
  .contents .sec_theme.theme_01 {
    padding-top: 100px;
  }
  .contents .sec_times .lead_wrap {
    min-height: 200px;
    position: relative;
  }
  .contents .sec_times .lead_wrap .img {
    position: absolute;
    right: 8.45%;
    top: 10px;
    width: 31.64%;
  }
  .contents .sec_times .lead_wrap .desc {
    width: 55.64%;
  }
  .contents .sec_times .sec_title {
    margin-bottom: 15px;
    width: 55.64%;
  }
  .contents .bring_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .contents .bring_list dt,
  .contents .bring_list dd {
    font-size: 1.3rem;
    line-height: 1.69;
    min-height: 58px;
  }
  .contents .bring_list dt {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    padding: 5px 5px 5px 10px;
    width: 165px;
  }
  .contents .bring_list dt span {
    align-items: center;
    display: flex;
    height: 100%;
  }
  .contents .bring_list dd {
    padding: 5px 10px;
    width: calc(100% - 165px);
  }
  .contents .bring_list dd p {
    align-items: center;
    display: flex;
    height: 100%;
  }
  .contents .sec_search {
    position: relative;
    z-index: 20;
  }
  .contents .sec_search .search_box_inner {
    border: 1px solid #ccc;
    padding: 0;
  }
  .contents .sec_search .search_box {
    max-width: 760px;
  }
  .contents .sec_search .search_box .box_head .head_tit {
    background: var(--search-color);
  }
  .contents .sec_search .search_box .box_body {
    padding: 26px 26px 0;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head {
    display: block;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head .head_tit {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
  }
  .contents .sec_search .search_box:not(.is_open) .box_head .search_close {
    display: none;
  }
  .search_fix_btn {
    bottom: 50px;
    margin-right: -653px;
    right: 50%;
  }
  .search_fix_btn a {
    border-radius: 66px;
    font-size: 14px;
    height: 66px;
    width: 66px;
  }
  .sec_contactus {
    border: 1px solid #ccc;
    padding: 30px 40px;
  }
  .sec_contactus .cotnactus_title {
    width: 100%;
  }
  .sec_contactus .cotnactus_title br {
    display: none;
  }
  .sec_contactus .cotnactus_links {
    max-width: 400px;
  }
  .sec_contactus .cotnactus_links .tel {
    font-size: 56px;
    margin: 0 auto 5px;
    pointer-events: none;
  }
  .sec_contactus .cotnactus_links .tel::before {
    margin-right: 10px;
    width: 38px;
  }
}
@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}
@media screen and (min-width: 961px), print {
  .page_nav .nav_list li {
    width: 15%;
  }
  .page_nav .nav_list li.nav_05 .icon {
    width: 22.44%;
  }
  .contents .sec_theme .lead_wrap .lead_img .img_01 {
    right: 0;
  }
  .contents .sec_theme .tour_list {
    flex-wrap: wrap;
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
  .contents .sec_theme .tour_cnt {
    margin: 0 8px;
    width: calc(33.333% - 16px);
  }
  .contents .sec_search {
    margin: 80px auto 50px;
  }
  .sec_contactus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_contactus .cotnactus_txt {
    width: 48%;
  }
  .sec_contactus .cotnactus_links {
    margin: 0;
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .sec_contactus {
    margin: 50px 15px;
  }
}
@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
  .contents .sec_hero .sec_inner {
    background-image: url(../img/hero_visual_sp.jpg);
    background-size: cover;
  }
  .page_nav .nav_list {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .page_nav .nav_list li {
    margin-bottom: 10px;
  }
  .page_nav .nav_list li .icon {
    width: 46px;
  }
  .page_nav .nav_list li .title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .page_nav .nav_list li.nav_01,
  .page_nav .nav_list li.nav_02,
  .page_nav .nav_list li.nav_03 {
    width: 32.26%;
  }
  .page_nav .nav_list li.nav_04,
  .page_nav .nav_list li.nav_06 {
    width: 28.59%;
  }
  .page_nav .nav_list li.nav_05 {
    width: 39.59%;
  }
  .contents .sec_theme {
    padding-top: 60px;
  }
  .contents .sec_theme .lead_wrap {
    padding-bottom: 40px;
  }
  .contents .sec_theme .tour_list {
    flex-wrap: nowrap;
    padding-left: 15px;
  }
  .contents .sec_theme .tour_list::after {
    content: "　";
    display: block;
    height: 100%;
    width: 1px;
  }
  .contents .sec_theme .tour_cnt {
    flex: 0 0 302px;
    margin-right: 10px;
  }
  .contents .sec_theme .tour_cnt:last-of-type {
    margin-right: 0;
  }
  .contents .sec_theme .tour_name {
    white-space: normal;
  }
  .contents .sec_theme .tour_desc {
    white-space: normal;
  }
  .contents .sec_theme .tour_link a {
    font-size: 1.8rem;
    height: 55px;
    max-width: 100%;
  }
  .contents .sec_theme .tour_tabpanel .panel_scroll {
    margin: 0 -15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: calc(100% + (15px * 2));
  }
  .contents .sec_times {
    padding: 70px 4vw 60px;
  }
  .contents .sec_search {
    margin: 40px 15px 25px;
  }
  .sec_contactus .cotnactus_txt {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb_area {
    background: #f5f5f5;
  }
  .breadcrumb_area > nav {
    padding: 3px 0;
  }
  .tw_pagetop {
    opacity: 1;
  }
  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }
  .contents .vpc600 {
    display: none;
  }
  .contents p {
    font-size: 3.4667vw;
    line-height: 1.69;
  }
  .contents .section_02 {
    padding: 10.6667vw 4vw 13.3333vw;
  }
  .contents .section_02 .sec_title {
    margin-bottom: 5.3333vw;
  }
  .contents .section_02 .sec_title img {
    width: 49.0667vw;
  }
  .contents .sec_hero .sec_inner {
    background-image: none;
    height: 49.3333vw;
  }
  .page_nav {
    padding: 2.6667vw 4vw;
  }
  .page_nav .nav_list {
    margin-bottom: -1.3333vw;
  }
  .page_nav .nav_list li {
    margin-bottom: 1.3333vw;
  }
  .page_nav .nav_list li a {
    border-radius: 1.3333vw;
    height: 11.4667vw;
    padding: 1.3333vw;
  }
  .page_nav .nav_list li a::after {
    height: 1.6vw;
    right: 1.6vw;
    top: calc(50% - 0.8vw);
    width: 1.6vw;
  }
  .page_nav .nav_list li .icon {
    margin-right: 1.2vw;
    width: 8vw;
  }
  .page_nav .nav_list li .title {
    font-size: 2.6667vw;
  }
  .contents .sec_theme {
    padding-top: 18.6667vw;
  }
  .contents .sec_theme .lead_wrap {
    padding-bottom: 8.6667vw;
  }
  .contents .sec_theme .lead_wrap .lead_title {
    margin-bottom: 6.4vw;
  }
  .contents .sec_theme .lead_wrap .lead_img {
    margin-bottom: 5.3333vw;
    position: relative;
  }
  .contents .sec_theme .lead_wrap .lead_img .img_01 {
    margin-left: auto;
    position: relative;
    width: 61.3333vw;
    z-index: 2;
  }
  .contents .sec_theme .lead_wrap .lead_img .img_02 {
    bottom: 1.3333vw;
    left: 0;
    position: absolute;
    width: 33.3333vw;
    z-index: 1;
  }
  .contents .sec_theme .lead_wrap .lead_img .img_02 img {
    margin-top: 2vw;
    width: 100%;
  }
  .contents .sec_theme .tour_wrap {
    padding: 4.6667vw 4vw 13.3333vw;
  }
  .contents .sec_theme .tour_list {
    padding-left: 4vw;
  }
  .contents .sec_theme .tour_cnt {
    flex: 0 0 80.5333vw;
    margin-right: 2.6667vw;
  }
  .contents .sec_theme .tour_cnt_box {
    border-radius: 2.6667vw;
    padding: 4vw;
  }
  .contents .sec_theme .tour_cnt_btn {
    width: 87.08%;
  }
  .contents .sec_theme .tour_cnt_btn a {
    border-radius: 1.6vw;
    font-size: 3.7333vw;
    height: 11.7333vw;
    line-height: 1.2;
  }
  .contents .sec_theme .tour_cnt_btn a::after {
    height: 2.4vw;
    right: 2.1333vw;
    top: calc(50% - 1.2vw);
    width: 2.4vw;
  }
  .contents .sec_theme .tour_name {
    font-size: 4.2667vw;
    margin-bottom: 4vw;
  }
  .contents .sec_theme .tour_desc {
    margin-bottom: 2.1333vw;
  }
  .contents .sec_theme .tour_img {
    margin-bottom: 2.6667vw;
  }
  .contents .sec_theme .tour_link {
    margin-top: 9.3333vw;
  }
  .contents .sec_theme .tour_link a {
    font-size: 4vw;
    height: 14.6667vw;
  }
  .contents .sec_theme .tour_link a::after {
    height: 2.6667vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }
  .contents .sec_theme .tour_tabpanel > .tab_wrap > .tab {
    margin-bottom: 4vw;
  }
  .contents .sec_theme .tour_tabpanel > .tab_wrap > .tab li {
    font-size: 3.0667vw;
    height: 10.6667vw;
  }
  .contents .sec_theme .tour_tabpanel > .tab_wrap > .tab li.is_active::after {
    border-width: 1.6vw 1.8667vw 0;
    left: calc(50% - 1.8667vw);
  }
  .contents .sec_theme .tour_tabpanel > .panel_wrap .panel_desc {
    margin-bottom: 4vw;
    width: 100%;
  }
  .contents .sec_theme .tour_tabpanel .panel_scroll {
    margin: 0 -4vw;
    width: calc(100% + (4vw * 2));
  }
  .contents .sec_theme .price_tabpanel > .tab_wrap .tab li {
    font-size: 1rem;
    height: 10.6667vw;
    padding-top: 1.0667vw;
  }
  .contents .sec_theme .price_tabpanel > .tab_wrap .tab li b {
    font-size: 160%;
    font-weight: 700;
  }
  .contents .sec_theme .price_tabpanel > .panel_wrap {
    padding: 2.6667vw;
  }
  .contents .sec_theme .price_tabpanel .att_txt .att_03 {
    display: none;
  }
  .contents .sec_theme .price_tabpanel .tour_btn a::after {
    height: 1.6vw;
    right: 2vw;
    top: calc(50% - 0.8vw);
    width: 1.6vw;
  }
  .contents .sec_theme.theme_01 {
    padding-top: 13.3333vw;
  }
  .contents .sec_times {
    padding: 18.6667vw 4vw 15.3333vw;
  }
  .contents .sec_times .lead_wrap .img {
    margin: 0 auto 4vw;
    width: 46.4vw;
  }
  .contents .sec_times .sec_title {
    margin-bottom: 7.2vw;
  }
  .contents .sec_times .table_wrap {
    margin: 6.6667vw -4vw 0;
    overflow-x: auto;
    padding-left: 4vw;
    width: calc(100% + (4vw * 2));
  }
  .contents .sec_times .table_wrap table {
    margin-right: 4vw;
    width: 134.6667vw;
  }
  .contents .sec_times .table_wrap table th,
  .contents .sec_times .table_wrap table td {
    font-size: 3vw;
    height: 10vw;
  }
  .contents .sec_times .table_wrap table td {
    width: 26.24%;
  }
  .contents .sec_times .table_wrap table tbody td b {
    font-size: 151.11%;
  }
  .contents .sec_faq .faq_cnt {
    margin-top: 1.3333vw;
  }
  .contents .sec_faq .faq_question {
    font-size: 3.7333vw;
    min-height: 13.3333vw;
    padding: 1.3333vw 8vw 1.3333vw 12.2667vw;
  }
  .contents .sec_faq .faq_question .arr {
    height: 12px;
    right: 15px;
    top: calc(50% - 6px);
    width: 12px;
  }
  .contents .sec_faq .faq_answer {
    padding: 4vw 8vw 4vw 12.2667vw;
  }
  .contents .sec_faq .faq_answer p {
    font-size: 3.7333vw;
  }
  .contents .sec_faq .faq_question::before,
  .contents .sec_faq .faq_question::before,
  .contents .sec_faq .faq_answer::before,
  .contents .sec_faq .faq_answer::before {
    font-size: 4vw;
    font-size: 5.3333vw;
    left: 12px;
    top: 4.2vw;
  }
  .contents .bring_title {
    font-size: 4vw;
    min-height: 8vw;
  }
  .contents .bring_list dt,
  .contents .bring_list dd {
    font-size: 3.4667vw;
    line-height: 1.69;
  }
  .contents .bring_list dt {
    padding: 2vw 3.3333vw 0;
  }
  .contents .bring_list dd {
    padding: 0 3.3333vw 2vw;
  }
  .contents .sec_search {
    background: #f5f5f5;
    margin: 0;
  }
  .contents .sec_search .search_box .box_head {
    background: var(--search-color);
    height: 12vw;
  }
  .search_fix_btn {
    border-radius: 17.6vw;
    bottom: 50px;
    right: 0.6667vw;
  }
  .search_fix_btn a {
    border-radius: 17.6vw;
    font-size: 3.4667vw;
    height: 17.6vw;
    width: 17.6vw;
  }
  .search_fix_btn a::before {
    padding-top: 1.6vw;
    width: 5vw;
  }
  .sec_contactus {
    margin: 10.6667vw auto;
    padding: 0 4vw;
  }
  .sec_contactus .cotnactus_title {
    font-size: 5.3333vw;
    padding-bottom: 4vw;
  }
  .sec_contactus .cotnactus_txt {
    font-size: 4vw;
  }
  .sec_contactus .cotnactus_txt b {
    font-size: 133.33%;
    font-weight: normal;
    padding-bottom: 0.3em;
  }
  .sec_contactus .cotnactus_links {
    display: flex;
    justify-content: center;
    margin: 10px -1.19%;
    width: 102.39%;
  }
  .sec_contactus .cotnactus_links .tel {
    border: 2px solid #23af00;
    border-radius: 1.3333vw;
    font-size: 4.2667vw;
    height: 12vw;
    justify-content: center;
    margin: 0 1.19%;
    padding: 0 0 0 2.6667vw;
    position: relative;
    width: 48.96%;
  }
  .sec_contactus .cotnactus_links .tel::before {
    left: 2.6667vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8vw;
  }
  .sec_contactus .cotnactus_links .btn {
    border-radius: 1.3333vw;
    font-size: 4.2667vw;
    height: 12vw;
    margin: 0 1.19%;
    padding: 0 4vw 0 0;
    width: 48.96%;
  }
  .sec_contactus .cotnactus_links .btn::after {
    height: 2.6667vw;
    right: 2.6667vw;
    top: calc(50% - 1.3333vw);
    width: 2.6667vw;
  }
  .btm_bnr {
    margin: 8vw auto;
    padding: 0 4vw;
  }
  .btm_btn a {
    font-size: 4.2667vw;
    margin-bottom: 10.6667vw;
    padding: 2.6667vw;
    width: 80%;
  }
}
@media print {
  body {
    min-width: 1100px !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%;
  }
}
@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents a:active {
    opacity: 0.65;
  }
  .page_nav .nav_list li a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .page_nav .nav_list li a:active {
    opacity: 1;
  }
  .page_nav .nav_list li a:active::after {
    background-image: url(../img/arr_white.svg);
  }
  .page_nav .nav_list li a:active .title {
    color: #fff;
  }
  .page_nav .nav_list li a:active .icon {
    opacity: 0.65;
  }
  .page_nav .nav_list li.nav_01 a,
  .page_nav .nav_list li.nav_04 a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .page_nav .nav_list li.nav_01 a:active,
  .page_nav .nav_list li.nav_04 a:active {
    background-color: var(--main-yellow);
  }
  .page_nav .nav_list li.nav_02 a,
  .page_nav .nav_list li.nav_05 a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .page_nav .nav_list li.nav_02 a:active,
  .page_nav .nav_list li.nav_05 a:active {
    background-color: var(--main-green);
  }
  .page_nav .nav_list li.nav_03 a,
  .page_nav .nav_list li.nav_06 a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .page_nav .nav_list li.nav_03 a:active,
  .page_nav .nav_list li.nav_06 a:active {
    background-color: var(--main-red);
  }
  .contents .sec_theme .tour_tabpanel > .tab_wrap > .tab li:not(.is_active) {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_theme .tour_tabpanel > .tab_wrap > .tab li:not(.is_active):active {
    opacity: 0.65;
  }
  .contents .sec_theme .price_tabpanel > .tab_wrap .tab li:not(.is_active) {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_theme .price_tabpanel > .tab_wrap .tab li:not(.is_active):active {
    opacity: 0.65;
  }
  .contents .sec_faq .faq_question {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .contents .sec_faq .faq_question:active {
    opacity: 0.65;
  }
  .search_fix_btn a {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .search_fix_btn a:active {
    opacity: 0.65;
  }
  .sec_contactus .cotnactus_links .btn {
    -webkit-tap-highlight-color: rgb(0 0 0 / 0);
  }
  .sec_contactus .cotnactus_links .btn:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }
  .page_nav .nav_list li a:hover {
    opacity: 1;
  }
  .page_nav .nav_list li a:hover::after {
    background-image: url(../img/arr_white.svg);
  }
  .page_nav .nav_list li a:hover .title {
    color: #fff;
  }
  .page_nav .nav_list li a:hover .icon {
    opacity: 0.65;
  }
  .page_nav .nav_list li.nav_01 a:hover,
  .page_nav .nav_list li.nav_04 a:hover {
    background-color: var(--main-yellow);
  }
  .page_nav .nav_list li.nav_02 a:hover,
  .page_nav .nav_list li.nav_05 a:hover {
    background-color: var(--main-green);
  }
  .page_nav .nav_list li.nav_03 a:hover,
  .page_nav .nav_list li.nav_06 a:hover {
    background-color: var(--main-red);
  }
  .contents .sec_theme .tour_tabpanel > .tab_wrap > .tab li:not(.is_active):hover {
    opacity: 0.65;
  }
  .contents .sec_theme .price_tabpanel > .tab_wrap .tab li:not(.is_active):hover {
    opacity: 0.65;
  }
  .contents .sec_faq .faq_question:hover {
    opacity: 0.65;
  }
  .search_fix_btn a:hover {
    opacity: 0.65;
  }
  .sec_contactus .cotnactus_links .btn:hover {
    opacity: 0.65;
  }
}
