@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
#mainVisual {
  position: relative;
  overflow: hidden;
}
#mainVisual::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.mv_txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 140px 20px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.mv_txt h2 {
  line-height: 1.2;
  margin-bottom: 40px;
}
.mv_txt h2 span {
  font-size: min(10vw,11.6rem);
  display: block;
}
.mv_txt h2 small {
  font-size: 5.6rem;
  font-size: min(4.7vw,5.6rem);
  display: block;
}
.mv_txt p {
  font-size: min(2.58vw,3.2rem);
}
.mv_slider,
.mv_slider .swiper-wrapper,
.mv_slider .swiper-slide,
.mv_slider figure {
  width: 100%;
  height: 100vh; /* 初期値として */
  margin: 0;
}
.mv_slider figure img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  display: block;
}
  @media screen and (max-width: 899px) {
    .mv_txt {
      padding: 21.79vw 0 0 0;
    }
    .mv_txt h2 {
      margin-bottom: 5vw;
    }
    .mv_txt h2 span {
      font-size: 9.23vw;
    }
    .mv_txt h2 small {
      font-size: 5.12vw;
    }
    .mv_txt p {
      font-size: 3.84vw;
    }
    .mv_slider,
    .mv_slider .swiper-wrapper,
    .mv_slider .swiper-slide,
    .mv_slider figure {
      height: 100vw!important;
    }
  }

.tour_slider_outer {
  padding: clamp(100px, 10vw, 200px) 0 clamp(90px, 10vw, 180px);
}
.index_tour_lead {
  margin-bottom: 80px;
}
.index_tour_lead .sub_ttl01 {
  margin-bottom: 50px;
}
.tour_slider_wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.tour_slider {
  position: relative;
  padding-bottom: 20px;
}
.swiper-wrapper {
  justify-content: flex-start !important;
  padding-bottom: 60px;
}
.tour_slider_box {
  width: 360px;
  margin: 0 15px;
  flex-shrink: 0;
  text-decoration: none;
  color: #000!important;
  background: #F0EADF;
  border-radius: 10px;
}
.tour_slider_box figure {
  margin: 0;
  overflow: hidden;
}
.tour_slider_box img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
.tour_slider_txt {
  padding: 7.5%;
}
.tour_slider_txt h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.tour_slider_txt p {
  line-height: 1.3;
}
.tour_review_rating {
  margin-top: 20px;
}
.tour_review_rating span {
  display: inline-block;
  margin-right: 5px;
}
.tour_review_rating img {
  width: 20px;
}
.tour_slider_price {
  font-size: 2.4rem;
  margin-top: 15px;
  font-weight: 600;
}
  @media screen and (max-width: 899px) {
    .tour_slider_outer {
      padding: 15.38vw 1.28vw;
    }
    .index_tour_lead {
      margin-bottom: 7.69vw;
    }
    .index_tour_lead .sub_ttl01 {
      margin-bottom: 5vw;
    }
    .tour_slider {
      padding-bottom: 5.12vw;
    }
    .swiper-wrapper {
      padding-bottom: 12.82vw;
    }
    .tour_slider_box {
      width: 61.53vw;
      margin: 0 1.28vw;
      border-radius: 2.56vw;
      overflow: hidden;
    }
    .tour_slider_txt {
      padding: 3.84vw;
    }
    .tour_slider_txt h3 {
      font-size: 4.87vw;
      margin-bottom: 3.84vw;
    }
    .tour_slider_txt p {
      font-size: 3.33vw;
    }
    .tour_review_rating {
      margin-top: 2.56vw;
      font-size: 3.33vw;
    }
    .tour_review_rating span {
      margin-right: 1vw;
    }
    .tour_review_rating img {
      width: 3.84vw;
      height: auto;
    }
    .tour_review_txt {
      padding-left: 1vw;
    }
    .tour_slider_price {
      font-size: 3.84vw;
      margin-top: 2vw;
    }
  }

.index_tour_lead p {
  padding-left: 45px;
}
  @media screen and (max-width: 899px) {
    .index_tour_lead p {
      padding-left: 7.69vw;
    }
  }

.swiper-control {
  position: relative;
  width: 100%;
  padding-right: 140px;
}
.swiper-scrollbar {
  background: #eee;
  height: 6px;
  border-radius: 3px;
}
.swiper-scrollbar-drag {
  background: #222;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: calc(100% - 150px);
}
  @media screen and (max-width: 899px) {
    .swiper-control {
      position: relative;
      width: 100%;
      padding-right: 28vw;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
      width: calc(100% - 28vw);
    }
  }

.swiper-button-prev,
.swiper-button-next {
  color: #000;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  border: solid 1px #ddd;
  top: -10px;
  transition: all 0.2s ease-in-out 0s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.8rem;
}
.swiper-button-prev {
  left: auto;
  right: 60px;
}
.swiper-button-next {
  right: 0;
}
  @media screen and (max-width: 899px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 10.25vw;
      height: 10.25vw;
      top: -1.28vw;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 3.84vw;
    }
    .swiper-button-prev {
      right: 12.82vw;
    }
  }

#omotenashi {
  background: #ADA792;
  color: #fff;
}
.omotenashi_wrap {
  position: relative;
  max-width: 1700px;
  padding: 200px 0 clamp(100px, 10vw, 200px) 0;
  margin: 0 auto;
}
.omotenashi_list {
  gap: 28px;
}
.omotenashi_block {
  width: calc(25% - 21px);
}
.omotenashi_block figure {
  margin-bottom: 20px;
}
.omotenashi_block figure img {
  width: 100%;
  height: auto;
}
.omotenashi_txt h3 {
  font-size: min(2.6vw,2.8rem);
  margin-bottom: 20px;
}
.omotenashi_txt p {
  font-size: 90%;
}
.omotenashi_bg {
  position: absolute;
  right: 20px;
  top: 70px;
}
  @media screen and (max-width: 1199px) {
    .omotenashi_list {
      gap: 20px;
    }
    .omotenashi_block {
      width: calc(25% - 15px);
    }
  }
  @media screen and (max-width: 899px) {
    .omotenashi_wrap {
      max-width: 100%;
      padding: 25.64vw 0 8.97vw 0;
    }
    .omotenashi_list {
      gap: 0;
      justify-content: space-between;
    }
    .omotenashi_block {
      width: calc(50% - 2vw);
      margin-bottom: 6.41vw;
    }
    .omotenashi_block figure {
      margin-bottom: 3vw;
    }
    .omotenashi_txt h3 {
      font-size: 4.26vw;
      margin-bottom: 2.56vw;
    }
    .omotenashi_bg {
      right: 5.12vw;
      top: 9.74vw;
    }
    .omotenashi_bg img {
      width: 41vw;
      height: auto;
    }
  }

#testimonials {
  padding: clamp(100px, 10vw, 200px) 0;
}
  @media screen and (max-width: 899px) {
    #testimonials {
      padding: 15.38vw 0;
    }
  }

.faq_wrap {
  position: relative;
  max-width: 1700px;
  padding: 40px 0 clamp(100px, 10vw, 200px) 0;
  margin: 0 auto;
}
.faq_list dl {
  border-top: solid 1px #ddd;
}
.faq_list dl:last-child {
  border-bottom: solid 1px #ddd;
}
.faq_list dt {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 32px 50px 32px 0;
  cursor: pointer;
}
.faq_list dt::before {
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 5;
  content: "";
  width: 30px;
  height: 2px;
  background: #222;
  transition: all 0.2s ease-in-out 0s;
}
.faq_list dt::after {
  position: absolute;
  right: 14px;
  top: 34px;
  z-index: 5;
  content: "";
  width: 2px;
  height: 30px;
  background: #222;
  transition: all 0.2s ease-in-out 0s;
}
.faq_list dt.activ::before {
  transform: rotate(-45deg);
}
.faq_list dt.activ::after {
  transform: rotate(135deg);
}
.faq_list dd {
  display: none;
  padding-bottom: 32px;
}
.faq_list dd p {
  margin-bottom: 30px;
}
.faq_list dd p:last-child {
  margin-bottom: 0;
}
.faq_bg {
  position: absolute;
  right: 20px;
  top: -10px;
}
  @media screen and (max-width: 899px) {
    .faq_wrap {
      max-width: 100%;
      padding: 0 0 15.38vw 0;
    }
    .faq_list dt {
      font-size: 4.87vw;
      padding: 5.12vw 10.25vw 5.12vw 0;
    }
    .faq_list dt::before {
      top: 9vw;
      width: 5.12vw;
    }
    .faq_list dt::after {
      right: 2.35vw;
      top: 6.7vw;
      height: 5.12vw
    }
    .faq_list dd {
      padding-bottom: 5.12vw;
    }
    .faq_list dd p {
      margin-bottom: 5vw;
    }
    .faq_bg {
      right: 5.12vw;
      top: 0;
    }
    .faq_bg img {
      width: 41vw;
      height: auto;
    }
  }

.service_info {
  padding-top: clamp(100px, 10vw, 200px);
}
.service_info p {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.service_info p:last-child {
  margin-bottom: 0;
}
  @media screen and (max-width: 899px) {
    .service_info {
      padding-top: 15.38vw;
    }
    .service_info p {
      font-size: 3.84vw;
      margin-bottom: 6.41vw;
    }
    .service_info .btn01 {
      text-align: center;
    }
  }

.corporate_info {
  color: #fff;
  background: #ADA792;
  padding-bottom: clamp(100px, 10vw, 200px);
}
.corporate_info > section {
  padding-top: clamp(100px, 10vw, 200px);
}
  @media screen and (max-width: 899px) {
    .corporate_info {
      padding-bottom: 15.38vw;
    }
    .corporate_info > section {
      padding-top: 15.38vw;
    }
  }

.about_us_lead {
  padding-bottom: 60px;
}
.about_us_lead h3 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.about_us_lead p {
  font-size: 2.4rem;
}
  @media screen and (max-width: 899px) {
    .about_us_lead {
      padding-bottom: 7.69vw;
    }
    .about_us_lead h3 {
      font-size: 5.38vw;
      margin-bottom: 3.84vw;
    }
    .about_us_lead p {
      font-size: 3.84vw;
    }
  }

.about_us_list dl {
  border-top: solid 1px #fff;
}
.about_us_list dl:last-child {
  border-bottom: solid 1px #fff;
}
.about_us_list dt {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 32px 50px 32px 0;
  cursor: pointer;
}
.about_us_list dt::before {
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 5;
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.about_us_list dt::after {
  position: absolute;
  right: 14px;
  top: 34px;
  z-index: 5;
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.about_us_list dt.activ::before {
  transform: rotate(-45deg);
}
.about_us_list dt.activ::after {
  transform: rotate(135deg);
}
.about_us_list dd {
  display: none;
  padding-bottom: 32px;
}
.about_us_list dd li {
  margin: 10px 0;
  padding-left: 38px;
  background: url("../img/common/ico/ico_check01.svg") 0 8px no-repeat;
  background-size: 22px auto;
}
  @media screen and (max-width: 899px) {
    .about_us_list dt {
      font-size: 4.87vw;
      padding: 5.12vw 10.25vw 5.12vw 0;
    }
    .about_us_list dt::before {
      top: 9vw;
      width: 5.12vw;
    }
    .about_us_list dt::after {
      right: 2.35vw;
      top: 6.7vw;
      height: 5.12vw
    }
    .about_us_list dd {
      padding-bottom: 5.12vw;
    }
    .about_us_list dd li {
      margin: 2.56vw 0;
      padding-left: 7.17vw;
      background: url("../img/common/ico/ico_check01.svg") 0 1.53vw no-repeat;
      background-size: 4.83vw auto;
    }
  }

.tbl01 th {
  text-align: left;
  width: 240px;
  padding: 35px 0;
  border-bottom: solid 1px #222;
  border-top: solid 1px #222;
  font-weight: 600;
}
.tbl01 td {
  padding: 35px 0;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}
.tbl01 td a {
  color: #fff;
  text-decoration: none;
}
  @media screen and (max-width: 899px) {
    .tbl01,
    .tbl01 tbody,
    .tbl01 tr,
    .tbl01 th,
    .tbl01 td {
      display: block;
      width: 100%;
    }
    .tbl01 {
      border-bottom: solid 1px #fff;
    }
    .tbl01 th {
      text-align: left;
      padding: 3.84vw 0;
      border-bottom: dashed 1px #fff;
      border-top: solid 1px #fff;
      font-weight: 600;
    }
    .tbl01 td {
      padding: 3.84vw 0;
      border-bottom: none;
      border-top: none;
    }
  }

#president_message {
  padding: clamp(100px, 10vw, 200px) 0;
}
#president_message p {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
#president_message p:last-child {
  margin-bottom: 0;
}
  @media screen and (max-width: 899px) {
    #president_message {
      padding: 15.38vw 0;
    }
    #president_message p {
      font-size: 3.84vw;
      margin-bottom: 6.41vw;
    }
  }

#payment_methods {
  padding-bottom: clamp(80px, 8vw, 180px);
}
.payment_methods_block {
  width: calc(50% - 22px);
}
.payment_methods_block h3 {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.payment_methods_block h3::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
}
.payment_methods_block h3 span {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 5;
  padding-right: 20px;
}
.payment_methods_block li {
  min-height: inherit;
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 20px;
}
.payment_methods_block li:last-child {
  margin-right: 0;
}
  @media screen and (max-width: 899px) {
    #payment_methods {
      padding-bottom: 15.38vw;
    }
    .payment_methods_block {
      width: 100%;
    }
    .payment_methods_block:first-child {
      padding-bottom: 7.69vw;
    }
    .payment_methods_block h3 {
      font-size: 5.38vw;
      margin-bottom: 7.69vw;
    }
    .payment_methods_block h3 span {
      padding-right: 4.61vw;
    }
    .payment_methods_block li {
      margin-right: 5.12vw;
      margin-bottom: 2.56vw;
    }
    .payment_methods_block li:last-child {
      margin-right: 0;
    }
    .available_credit01 img {
      width: 19.62vw;
      height: auto;
    }
    .available_credit02 img {
      width: 14.67vw;
      height: auto;
    }
    .available_credit03 img {
      width: 13.56vw;
      height: auto;
    }
    .available_credit04 img {
      width: 12.38vw;
      height: auto;
    }
    .available_credit05 img {
      width: 15.76vw;
      height: auto;
    }
    .available_credit06 img {
      width: 18vw;
      height: auto;
    }
    .available_qr01 img {
      width: 25.56vw;
      height: auto;
    }
  }

/*----------------------------------------------------
  ツアー詳細 tour
--------------------------------------------------- */
.tour_mv_slider figure img {
  aspect-ratio: 1920 / 860;
  width: 100%;
  object-fit: cover;
}
#tourVisual .swiper-wrapper {
  padding-bottom: 0;
}
#tourVisual .swiper-pagination {
  text-align: right;
  padding: 0 5%;
}
#tourVisual .swiper-pagination {
  bottom: 20px;
}
#tourVisual .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
#tourVisual .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6C33;
}
  @media screen and (max-width: 899px) {
    #tourVisual .swiper-wrapper figure img {
      aspect-ratio: auto;
      height: 74.35vw;
    }
    #tourVisual .swiper-pagination {
      padding: 0 2.66vw;
    }
    #tourVisual .swiper-pagination {
      bottom: 2.66vw;
    }
    #tourVisual .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
    }
  }

#tour_head {
  padding: clamp(80px, 8vw, 100px) 0;
}
.tour_ttl {
  font-weight: 700;
  color: #FF6C33;
  font-size: min(5.6vw,6.8rem);
}
.tour_head_price {
  text-align: right;
  font-weight: 700;
  font-size: min(3.6vw,4.8rem);
  margin-top: 20px;
}
  @media screen and (max-width: 899px) {
    #tour_head {
      padding: 11.53vw 0;
    }
    .tour_ttl {
      font-size: 7.69vw;
    }
    .tour_head_price {
      font-size: 6.4vw;
      margin-top: 2.56vw;
    }
  }

#tour_outline {
  background: #F1EFE7;
  padding: 50px 0;
}
.tour_outline_block {
  align-items: center;
}
.tour_outline_ttl {
  width: 22%;
  max-width: 256px;
}
.tour_outline_txt {
  width: 75%;
  max-width: 1040px;
}
.tour_outline_txt dl {
  display: flex;
  align-items: center;
  padding: 35px 0;
  border-bottom: dashed 1px #222;
  font-size: 2.8rem;
  line-height: 1.8;
}
.tour_outline_txt dl:last-child {
  border-bottom: none;
}
.tour_outline_txt dt {
  position: relative;
  width: 44%;
  padding-right: 20px;
  padding-left: 58px;
  font-weight: 700;
}
.tour_outline_txt dt::before {
  position: absolute;
  z-index: 5;
  content: "";
}
.tour_outline_txt dd {
  width: 56%;
  font-weight: 600;
  font-size: 1.8rem;
}
.tour_outline01 dt::before {
  top: 0;
  left: 5px;
  background: url("../img/common/ico/ico_time01.svg") center center no-repeat;
  background-size: 34px auto;
  width: 54px;
  height: 54px;
}
.tour_outline02 dt::before {
  top: -7px;
  left: 10px;
  background: url("../img/common/ico/ico_leaf01.svg") center center no-repeat;
  background-size: 26px auto;
  width: 46px;
  height: 73px;
}
.tour_outline03 dt::before {
  top: -5px;
  left: 10px;
  background: url("../img/common/ico/ico_pin01.svg") center center no-repeat;
  background-size: 26px auto;
  width: 46px;
  height: 67px;
}
  @media screen and (max-width: 1099px) {
    .tour_outline_block {
      display: block;
    }
    .tour_outline_ttl {
      width: 100%;
      max-width: 100%;
      text-align: center;
      padding: 40px 0;
    }
    .tour_outline_txt {
      width: 100%;
      max-width: 100%x;
    }
  }
  @media screen and (max-width: 899px) {
    #tour_outline {
      padding: 15.38vw 0 10.25vw;
    }
    .tour_outline_block {
      align-items: center;
    }
    .tour_outline_ttl {
      padding: 0 0 4vw;
    }
    .tour_outline_ttl img {
      width: 35.38vw;
      height: auto;
    }
    .tour_outline_txt dl {
      display: block;
      padding: 5.12vw 0;
      font-size: 5.6vw;
      line-height: 1.8;
    }
    .tour_outline_txt dl:last-child {
      border-bottom: none;
    }
    .tour_outline_txt dt {
      width: 100%;
      padding-right: 0;
      padding-left: 10.66vw;
      line-height: 1.3;
      margin-bottom: 3vw;
      font-weight: 700;
    }
    .tour_outline_txt dd {
      width: 100%;
      padding-left: 10.66vw;
      font-size: 4vw;
    }
    .tour_outline01 dt::before {
      top: 0.5vw;
      left: 1.3vw;
      background: url("../img/common/ico/ico_time01.svg") center center no-repeat;
      background-size: 6vw auto;
      width: 6vw;
      height: 6vw;
    }
    .tour_outline02 dt::before {
      top: 0;
      left: 2.13vw;
      background: url("../img/common/ico/ico_leaf01.svg") center center no-repeat;
      background-size: 5.2vw auto;
      width: 5.2vw;
      height: 8vw;
    }
    .tour_outline03 dt::before {
      top: 0;
      left: 2.13vw;
      background: url("../img/common/ico/ico_pin01.svg") center center no-repeat;
      background-size: 5.2vw auto;
      width: 5.2vw;
      height: 8vw;
    }
  }

#tour_schedule {
  padding: clamp(80px, 8vw, 100px) 0 0;
}
.tour_schedule_block {
  margin-bottom: 20px;
}
.tour_schedule_txt_wrap {
  position: relative;
  width: 62%;
  padding-bottom: 40px;
  max-width: 880px;
}
.tour_schedule_txt_wrap::before {
  position: absolute;
  left: 37px;
  top: 60px;
  z-index: 5;
  content: "";
  width: 3px;
  height: calc(100% - 45px);
  border-left: dashed 3px #FF6C33;
}
.tour_schedule_block:last-child .tour_schedule_txt_wrap::before {
  display: none;
}
.tour_schedule_ttl {
  position: relative;
  padding-left: 12%;
}
.tour_schedule_ico {
  position: absolute;
  left: 25px;
  top: 5px;
}
.tour_schedule_ico img {
  width: 28px;
  height: auto;
}
.tour_schedule_ttl h3 {
  margin-bottom: 30px;
}
.tour_schedule_ttl h3 span {
  display: inline-block;
  margin-right: 30px;
  font-size: 3.2rem;
  font-weight: 700;
}
.tour_schedule_ttl h3 span:last-child {
  margin-right: 0;
}
.tour_schedule_ttl h3 small {
  font-size: 2.4rem;
  font-weight: 600;
  background: #F0EADF;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
}
.tour_schedule_txt {
  padding-left: 12%;
}
.tour_schedule_time {
  position: relative;
  margin-bottom: 30px;
  padding-left: 38px;
  font-size: 2.4rem;
  font-weight: 600;
}
.tour_schedule_time::before {
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  z-index: 5;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/common/ico/ico_time01.svg") 0 0 no-repeat;
  background-size: 26px auto;;
}
.tour_schedule_txt p {
  max-width: 720px;
}
.tour_schedule_img {
  width: 36.5%;
  max-width: 520px;
  padding-bottom: 40px;
}
.tour_schedule_img img {
  border-radius: 10px;
}
  @media screen and (max-width: 899px) {
    #tour_schedule {
      padding: 15.38vw 0 0;
    }
    .tour_schedule_list {
      padding-top: 3.33vw;
    }
    .tour_schedule_block {
      margin-bottom: 5.12vw;
    }
    .tour_schedule_block::before {
      position: absolute;
      left: 4.3vw;
      top: 10vw;
      z-index: 5;
      content: "";
      width: 3px;
      height: calc(100% - 7vw);
      border-left: dashed 2px #FF6C33;
    }
    .tour_schedule_block:last-child::before {
      display: none;
    }
    .tour_schedule_txt_wrap {
      width: 100%;
      max-width: 100%;
      padding-bottom: 7.69vw;
    }
    .tour_schedule_txt_wrap::before {
      display: none;
    }
    .tour_schedule_block:last-child .tour_schedule_txt_wrap::before {
      display: none;
    }
    .tour_schedule_ttl {
      padding-left: 11.33vw;
    }
    .tour_schedule_ico {
      left: 2vw;
      top: 0;
    }
    .tour_schedule_ico img {
      width: 5.2vw;
    }
    .tour_schedule_ttl h3 {
      margin-bottom: 5vw;
    }
    .tour_schedule_ttl h3 span {
      display: block;
      margin-right: 0;
      font-size: 5.38vw;
    }
    .tour_schedule_ttl h3 span:last-child {
      margin-right: 0;
    }
    .tour_schedule_ttl h3 small {
      font-size: 4.87vw;
      border-radius: 2.56vw;
      padding: 2vw 5vw;
      margin-top: 3.33vw;
    }
    .tour_schedule_txt {
      padding-left: 11.33vw;
    }
    .tour_schedule_time {
      margin-bottom: 5vw;
      padding-left: 7.4vw;
      font-size: 4.87vw;
      font-weight: 600;
    }
    .tour_schedule_time::before {
      top: calc(50% - 2.7vw);
      width: 5.4vw;
      height: 5.4vw;
      background: url("../img/common/ico/ico_time01.svg") 0 0 no-repeat;
      background-size: 5.4vw auto;
    }
    .tour_schedule_txt p {
      max-width: 100%;
    }
    .tour_schedule_img {
      width: 100%;
      max-width: 100%;
      padding-bottom: 4vw;
      padding-left: 11.33vw;
    }
    .tour_schedule_img img {
      border-radius: 2.56vw;
    }
  }

#tour_highlight {
  padding-top: 20px;
  padding-bottom: 40px;
}
.tour_highlight_txt {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.tour_highlight_txt p {
  margin-bottom: 30px;
}
  @media screen and (max-width: 899px) {
    #tour_highlight {
      padding-top: 3.33vw;
      padding-bottom: 7.69vw;
    }
    .tour_highlight_txt {
      padding-bottom: 2.56vw;
    }
    .tour_highlight_txt p {
      margin-bottom: 5.12vw;
    }
  }

#tour_package {
  margin-bottom: 40px;
}
.tour_package_lead {
  padding-bottom: 10px;
}
.tour_package_lead p {
  margin-bottom: 30px;
}
.tour_package_list {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.tour_package_list dl {
  margin-bottom: 30px;
}
.tour_package_list dt {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 2.8rem;
  font-weight: 600;
}
.tour_package_list dt::before {
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 5;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #222;
}
  @media screen and (max-width: 899px) {
    #tour_package {
      margin-bottom: 7.69vw;
    }
    .tour_package_lead {
      padding-bottom: 2.56vw;
    }
    .tour_package_lead p {
      margin-bottom: 5.12vw;
    }
    .tour_package_list {
      padding-bottom: 2.56vw;
    }
    .tour_package_list dl {
      margin-bottom: 5.12vw;
    }
    .tour_package_list dt {
      margin-bottom: 2.56vw;
      padding-left: 5.38vw;
      font-size: 5.38vw;
    }
    .tour_package_list dt::before {
      top: 2.6vw;
      width: 3vw;
      height: 3vw;
    }
  }

.tour_package_btn {
  text-align: center;
  padding: 40px 0 clamp(100px, 10vw, 200px);
}
.tour_package_btn a {
  display: inline-block;
  background: #FF6C33;
  color: #fff;
  text-decoration: none;
  border-radius: 38px;
  padding: 0 40px;
  font-size: 2.4rem;
  font-weight: 600;
}
.tour_package_btn a span {
  display: inline-block;
  line-height: 76px;
  padding-right: 45px;
  background: url("../img/common/ico/ico_link02.svg") right center no-repeat;
  background-size: 28px auto;
}
.tour_package_btn a:hover {
  filter: brightness(1.2);
}
  @media screen and (max-width: 899px) {
    .tour_package_btn {
      padding: 0 7.69vw 15.38vw 7.69vw;
    }
    .tour_package_btn a {
      width: 100%;
      display: block;
      border-radius: 12vw;
      padding: 0 3.33vw;
      font-size: 4.87vw;
    }
    .tour_package_btn a span {
      line-height: 17.94vw;
      padding-right: 9.74vw;
      background: url("../img/common/ico/ico_link02.svg") right center no-repeat;
      background-size: 6.4vw auto;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#tour_contact {
  background: #F1EFE7;
  padding: clamp(100px, 10vw, 200px) 0;
}
.tour_contact_lead {
  margin-bottom: 80px;
}
.tour_contact_lead p {
  font-size: 2.4rem;
}
.contact_txt {
  margin-bottom: 45px;
}
.contact_txt p {
  font-size: 2.4rem;
}
.contact_block {
  padding-bottom: clamp(40px, 4vw, 60px);
}
  @media screen and (max-width: 1029px) {
    .contact_field.flex,
    .contact_field_outer.flex {
      display: block;
    }
  }
  @media screen and (max-width: 899px) {
    #tour_contact {
      padding: 15.38vw 0;
    }
    .tour_contact_lead {
      margin-bottom: 7.69vw;
    }
    .tour_contact_lead p {
      font-size: 3.84vw;
    }
    .contact_txt {
      margin-bottom: 6.4vw;
    }
    .contact_txt p {
      font-size: 3.84vw;
    }
    .contact_block {
      padding-bottom: 5.12vw;
    }
  }

.taxi-options {
  display: none;
}
.taxi-card {
  max-width: 700px;
  width: 48.5%;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
}
.taxi-box {
  width: 100%;
  height: 100%;
  padding: 5% 5% 90px 5%;
  border: none;
  outline: none;
  border-radius: 10px;
  background: url("../img/tour/form_check_off.svg") #fff center bottom 35px no-repeat;
  background-size: 40px auto;
  transition: all 0.3s;
}
.taxi-card.selected .taxi-box {
  background: url("../img/tour/form_check_on.svg") #FFE1D6 center bottom 35px no-repeat;
  background-size: 40px auto;
}
  @media screen and (max-width: 899px) {
    .taxi-options {
      display: none;
    }
    .taxi-card {
      max-width: 100%;
      width: 100%;
      margin-bottom: 2.56vw;
    }
    .taxi-box {
      width: 100%;
      height: auto;
      padding: 5vw 5vw 12vw 5vw;
      border-radius: 2.56vw;
      background: url("../img/tour/form_check_off.svg") #fff center bottom 4.4vw no-repeat;
      background-size: 5.12vw auto;
    }
    .taxi-card.selected .taxi-box {
      background: url("../img/tour/form_check_on.svg") #FFE1D6 center bottom 4.4vw no-repeat;
      background-size: 5.12vw auto;
    }
  }

.taxi-box dt {
  margin-bottom: 35px;
}
.taxi-box dt strong {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.taxi-box dt strong span {
  display: inline-block;
}
.taxi-box dt small {
  display: block;
  font-size: 2rem;
}
.taxi-card_list {
  min-height: 130px;
  align-items: center;
}
.taxi-card_list li {
  padding-left: 60px;
  font-size: 2.4rem;
  margin: 16px 0;
  font-weight: 600;
}
  @media screen and (max-width: 1199px) {
    .taxi-card_list {
      display: block;
    }
    .taxi-card_list figure {
      text-align: center;
    }
  }
  @media screen and (max-width: 1149px) {
    .taxi-box dt strong span {
      display: block;
    }
  }
  @media screen and (max-width: 899px) {
    .taxi-box dt {
      margin-bottom: 4.4vw;
      text-align: center;
    }
    .taxi-box dt strong {
      display: inline-block;
      font-size: 4.4vw;
      margin-bottom: 2.66vw;
      line-height: 1.4;
    }
    .taxi-box dt strong span {
      display: inline-block;
    }
    .taxi-box dt small {
      font-size: 3.46vw;
    }
    .taxi-card_list {
      min-height: auto;
      align-items: center;
    }
    .taxi-card_list figure {
      margin-bottom: 3.33vw;
    }
    .taxi-box.standard figure img {
      width: 42.66vw;
      height: auto;
    }
    .taxi-box.jumbo figure img {
      width: 48.3vw;
      height: auto;
    }
    .taxi-card_list ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 2.56vw;
    }
    .taxi-card_list li {
      min-width: 30vw;
      padding-left: 8.97vw;
      font-size: 3.84vw;
      margin: 0.66vw auto;
    }
  }

.taxi-card_people {
  line-height: 40px;
  background: url("../img/tour/form_people.svg") 0 center no-repeat;
  background-size: 30px auto;;
}
.taxi-card_pieces {
  line-height: 50px;
  background: url("../img/tour/form_pieces.svg") 2px center no-repeat;
  background-size: 26px auto;
}
.taxi-card_price {
  font-size: 2.4rem;
}
.taxi-card_price strong {
  font-weight: 600;
  font-size: 3.2rem;
}
  @media screen and (max-width: 899px) {
    .taxi-card_people {
      line-height: 7.94vw;
      background: url("../img/tour/form_people.svg") 0 center no-repeat;
      background-size: 5.29vw auto;;
    }
    .taxi-card_pieces {
      line-height: 9.23vw;
      background: url("../img/tour/form_pieces.svg") 0.64vw center no-repeat;
      background-size: 4vw auto;
    }
    .taxi-card_price {
      font-size: 3.84vw;
      text-align: center;
    }
    .taxi-card_price strong {
      font-size: 5.38vw;
    }
  }

.contact_field_ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.contact_field_ttl small {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
}
.contact_field_wrap {
  margin-bottom: 35px;
}
.contact_field_outer .contact_field_wrap {
  width: 49%;
  max-width: 700px;
}
  @media screen and (max-width: 1199px) {
    .contact_field_ttl {
      font-size: 2.2rem;
    }
    .contact_field_ttl small {
      font-size: 1.8rem;
    }
  }
  @media screen and (max-width: 1029px) {
    .contact_field_outer .contact_field_wrap {
      width: 100%;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 899px) {
    .contact_field_ttl {
      font-size: 3.84vw;
      margin-bottom: 2.56vw;
    }
    .contact_field_ttl small {
      display: block;
      font-size: 3.33vw;
      margin-top: 1.28vw;
    }
    .contact_field_wrap {
      margin-bottom: 5.12vw;
    }
  }

.luggage_select_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.luggage_select_list {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 40px;
  padding-bottom: 20px;
  width: max-content;
}
.luggage_select_list > div {
  width: 20%;
  min-width: 216px;
  padding: 0 2% 2% 2%;
}
  @media screen and (max-width: 1299px) {
    .luggage_select_list {
      column-gap: 20px;
    }
  }
  @media screen and (max-width: 1219px) {
    #tour_contact02 {
      margin-right: -20px;
    }
    .luggage_select_list {
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 899px) {
    .luggage_select_list {
      column-gap: 2.56vw;
      padding-bottom: 2.56vw;
      width: max-content;
    }
    .luggage_select_list > div {
      width: 34vw;
      min-width: 34vw;
      padding: 0 4vw 4vw 4vw;
    }
    #tour_contact02 {
      margin-right: -7.69vw;
      padding-bottom: 10.25vw;
    }
    .luggage_select_list {
      padding-right: 7.69vw;
    }
  }

.luggage_select_img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 485px;
  margin-bottom: 50px;
}
.luggage_select_box {
  background: #fff;
  border-radius: 10px;
}
.luggage_select_box dl {
  position: relative;
}
.luggage_select_box dt {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
}
.luggage_select_size {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.luggage_select_size li {
  margin-bottom: 22px;
}
.luggage_select_box select {
  padding: 5px 15px;
  border-radius: 6px;
  border: solid 1px #ddd;
  width: 100%;
  outline: none;
  font-size: 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/common/ico/ico_arrow03.svg") #fff center right 12px no-repeat;
  background-size: 10px auto;
  padding-right: 35px;
}
  @media screen and (max-width: 899px) {
    .luggage_select_img {
      min-height: 54vw;
      margin-bottom: 6.4vw;
    }
    .luggage_select_box {
      border-radius: 2.56vw;
    }
    .luggage_select_box dt {
      top: 4.26vw;
      font-size: 4.87vw;
    }
    .luggage_select_size {
      font-size: 3.84vw;
      padding-bottom: 1.8vw;
    }
    .luggage_select_size li {
      margin-bottom: 3vw;
    }
    .luggage_select_box select {
      padding: 1.28vw 3.84vw;
      border-radius: 1.53vw;
      font-size: 1.6rem;
    }
    .luggage_human_box .luggage_select_img img {
      width: 17vw;
      height: auto;
    }
    .luggage_select01 .luggage_select_img img {
      width: 11.82vw;
      height: auto;
    }
    .luggage_select02 .luggage_select_img img {
      width: 16.43vw;
      height: auto;
    }
    .luggage_select03 .luggage_select_img img {
      width: 19vw;
      height: auto;
    }
    .luggage_select04 .luggage_select_img img {
      width: 20.53vw;
      height: auto;
    }
  }

#tour_contact03 .contact_field dl {
  align-items: center;
  width: 49%;
  max-width: 700px;
  margin: 10px 0;
}
#tour_contact03 .contact_field dt {
  width: 120px;
  padding-right: 20px;
}
#tour_contact03 .contact_field dd {
  width: calc(100% - 120px);
}

#tour_contact05 .contact_field.flex {
  justify-content: space-between;
  column-gap: 20px;
}
#tour_contact05 .contact_field.flex dl {
  align-items: center;
}
#tour_contact05 .contact_field.flex dt {
  margin-right: 20px;
}
#tour_contact05 .contact_field.flex dd input {
  max-width: 140px;
  text-align: center;
}
  @media screen and (max-width: 1029px) {
    #tour_contact05 .contact_field.flex {
      display: flex;
      justify-content: flex-start;
    }
    #tour_contact03 .contact_field dl {
      width: 100%;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 899px) {
    #tour_contact03 .contact_field dl {
      margin: 2.56vw 0;
    }
    #tour_contact03 .contact_field dt {
      width: 20.5vw;
      padding-right: 2vw;
      font-size: 3.33vw;
    }
    #tour_contact03 .contact_field dd {
      width: calc(100% - 20.5vw);
    }
    #tour_contact05 .contact_field.flex {
      justify-content: space-between;
      column-gap: 2vw;
    }
    #tour_contact05 .contact_field.flex dt {
      margin-right: 2.56vw;
      font-size: 3.33vw;
    }
    #tour_contact05 .contact_field.flex dd input {
      max-width: 100%;
    }
  }

.contact_block .wpcf7-text,
.contact_field_wrap select,
.contact_block textarea {
  padding: 22px 25px;
  border-radius: 10px;
  background: #fff;
  border: none;
  width: 100%;
  outline: none;
  font-size: 2rem;
}
.contact_field_wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/common/ico/ico_arrow03.svg") #fff center right 20px no-repeat;
  background-size: 18px auto;
  padding-right: 45px;
}
.contact_block textarea {
  height: 400px;
}
.contact_block .wpcf7-list-item {
  display: block;
  margin: 10px 0;
  font-size: 2.4rem;
}
.contact_block .wpcf7-list-item-label {
  margin: 0 0 0 5px;
}
  @media screen and (max-width: 1199px) {
    .contact_block .wpcf7-text,
    .contact_field_wrap select,
    .contact_block textarea {
      padding: 20px;
      font-size: 1.8rem;
    }
    .contact_block textarea {
      height: 350px;
    }
    .contact_block .wpcf7-list-item {
      font-size: 2.2rem;
    }
  }
  @media screen and (max-width: 899px) {
    .contact_block .wpcf7-text,
    .contact_field_wrap select,
    .contact_block textarea {
      padding: 14px 20px;
      border-radius: 1.28vw;
      font-size: 1.6rem;
    }
    .contact_field_wrap select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url("../img/common/ico/ico_arrow03.svg") #fff center right 15px no-repeat;
      background-size: 12px auto;
      padding-right: 30px;
    }
    .contact_block textarea {
      height: 65vw;
    }
    .contact_block .wpcf7-list-item {
      display: block;
      margin: 2vw 0;
      font-size: 1.6rem;
    }
  }

/*プレースホルダー*/
::-webkit-input-placeholder { color:#999; opacity: 1; }
:-moz-placeholder { color:#999; opacity: 1; }
::-moz-placeholder { color:#999; opacity: 1; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }

  @media screen and (max-width: 999px) {
    ::-webkit-input-placeholder { color:#aaa; font-size: 3.46vw; }
    :-moz-placeholder { color:#666; font-size: 3.46vw; }
    ::-moz-placeholder { color:#666; font-size: 3.46vw; }
  }

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
}

.consent_box {
  text-align: center;
  font-size: 2.4rem;
  padding: 0 0 50px;
}
.consent_box .wpcf7-list-item-label {
  margin: 0 0 0 10px;
}
  @media screen and (max-width: 899px) {
    .consent_box {
      font-size: 13px;
      padding: 0 0 10.25vw;
    }
    .consent_box .wpcf7-list-item-label {
      margin: 0 0 0 5px;
    }
  }

/*ボタン*/
.submit-btn {
  position: relative;
  display: block;
  text-align: center;
}
.submit-btn input {
  display: inline-block;
  min-width: 300px;
  line-height: 60px;
  padding: 0 12px;
  border-radius: 30px;
  background: url("../img/common/ico/ico_arrow01.svg") #fff center right 25px no-repeat;
  background-size: 8px auto;
  background-color: #FF6C33;
  border: solid 1px #FF6C33;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.05em;
  transition: all 0.2s ease-in-out 0s;
}
.submit-btn input:hover {
  filter: brightness(1.2);
}
.submit-btn [disabled] {
  opacity: 1!important;
  border: solid 1px #ccc!important;
  background-color: #ccc!important;
}
.submit-btn [disabled]:hover {
  filter: none;
}
  @media screen and (max-width: 899px) {
    .submit-btn input {
      min-width: 62vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      background: url("../img/common/ico/ico_arrow01.svg") #fff center right 5.12vw no-repeat;
      background-color: #FF6C33;
      background-size: 2vw auto;
    }
  }

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {
  padding-bottom: 60px;
}
#notfound p {
  padding-bottom: 20px;
}
#notfound .btn01 {
  margin-top: 40px;
}
  @media screen and (max-width: 899px) {
    #notfound {
      padding-bottom: 10.66vw;
    }
    #notfound p {
      padding-bottom: 4vw;
    }
    #notfound .btn01 {
      margin-top: 6.66vw;
    }
  }


