@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-\[90vh\]{
  height: 90vh;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-around{
  justify-content: space-around;
}
.gap-\[2vh\]{
  gap: 2vh;
}
.border{
  border-width: 1px;
}
.bg-\[\#F3F1EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 239 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.pt-40{
  padding-top: 10rem;
}
.text-center{
  text-align: center;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
body,
.l-pageContainer {
  width: 100%;
  overflow-x: hidden;
}
.reservationTooltip {
 display: none !important;
}
.l-globalNavi, .l-subLinks, .l-newsballoon, .l-bottomNav, .l-modalTrigger, .l-header--button {
  visibility: hidden !important;
}
.l-main {
  position: relative;
  z-index: 1000;
}
.l-newsballoon {
  z-index: 1001;
}
.lp_tour {
  font-family: "Noto Serif JP", serif;
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 239 / var(--tw-bg-opacity, 1));
  color: #896F6B;
}
.lp_tour__ttl {
  font-size:max( 70px, calc(70px * var(--lp-scale))) ;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #62413C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(60px * var(--lp-scale));
}
.lp_tour__ttl:after {
  content: "";
  display: block;
  width: calc(161px * var(--lp-scale));
  height: calc(12px * var(--lp-scale));
  background: #AA2B29;
  border-radius: 100px;
}
@media (max-width: 1024px) {
  .lp_tour__ttl:after {
    width: calc(63px * var(--lp-scale));
    height: calc(4px * var(--lp-scale));
  }
  .lp_tour__ttl {
    font-size: max(30px, calc(30px * var(--lp-scale)));
    gap: calc(24px * var(--lp-scale));
  }
}
.lp_tour__btn {
  background: #AA2B29;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size:  calc(46px * var(--lp-scale));
  line-height: 1;
  gap: calc(32px * var(--lp-scale));
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1.5em;
  border-radius: 100px;
}
.lp_tour__btn:hover {
    background: #861f1d;
}
.lp_tour__btn svg {
  width: calc(45px * var(--lp-scale));
  height: calc(45px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour__btn svg {
    width: calc(25px * var(--lp-scale));
    height: calc(25px * var(--lp-scale));
  }
  .lp_tour__btn {
    font-size:  calc(25px * var(--lp-scale));
    gap: calc(12px * var(--lp-scale));
    padding: 0.5em 1em;
  }
}
.lp_tour__contact {
  width: calc(1346px * var(--lp-scale));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(20px * var(--lp-scale));
  padding: calc(60px * var(--lp-scale)) 0 calc(80px * var(--lp-scale));
  background: url("/wp-content/themes/king_basic_2024/img/lp/tour/contact_bg.webp") no-repeat center center;
  background-size: contain;
}
.lp_tour__contact h2 {
  color: #62413C;
  font-size: max(45px, calc(45px * var(--lp-scale)));
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .lp_tour__contact h2 {
    font-size: max(19px, calc(19px * var(--lp-scale)));
  }
  .lp_tour__contact {
    width: calc(352px * var(--lp-scale));
    background: url("/wp-content/themes/king_basic_2024/img/lp/tour/contact_bg--sp.webp") no-repeat center center;
    background-size: contain;
    gap: calc(14px * var(--lp-scale));
    padding: calc(26px * var(--lp-scale)) 0 calc(26px * var(--lp-scale));
  }
  .lp_tour__contact .lp_tour__btn {
    font-size: calc(20px * var(--lp-scale));
  }
}
/* =================================
    visual
=================================*/
.lp_tour_visual {
  background: url("/wp-content/themes/king_basic_2024/img/lp/tour/visual_bg.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  /* =================================
      deco
  =================================*/
}
.lp_tour_visual .lp_tour_visual__inner {
  height: calc(886px * var(--lp-scale));
  width: calc(1650px * var(--lp-scale));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .lp_tour_visual .lp_tour_visual__inner {
    height: auto;
    width: 100%;
    padding: calc(33px * var(--lp-scale)) 0 calc(76px * var(--lp-scale));
  }
}
.lp_tour_visual h1 {
  width: calc(753px * var(--lp-scale));
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .lp_tour_visual h1 {
    width: calc(325px * var(--lp-scale));
    margin: 0 auto;
  }
}
.lp_tour_visual .lp_tour__btn {
  margin-top: calc(83px * var(--lp-scale));
  width: calc(494px * var(--lp-scale));
  display: inline-flex;
  padding: 0.8em 0;
  justify-content: center;
  font-size: calc(36px * var(--lp-scale));
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .lp_tour_visual .lp_tour__btn {
    font-size: calc(20px * var(--lp-scale));
    width: calc(280px * var(--lp-scale));
    margin: calc(30px * var(--lp-scale)) auto 0;
  }
}
.lp_tour_visual .lp_tour_visual__illust--pc {
  width: calc(971px * var(--lp-scale));
  position: absolute;
  left: 53%;
  z-index: 3;
}
@media (max-width: 1024px) {
  .lp_tour_visual .lp_tour_visual__illust--pc {
    display: none;
  }
}
.lp_tour_visual .lp_tour_visual__illust--sp {
  position: relative;
  z-index: 3;
  transform: translateX(3%);
  width: calc(451px * var(--lp-scale));
  max-width: none;
}
@media (min-width: 1025px) {
  .lp_tour_visual .lp_tour_visual__illust--sp {
    display: none;
  }
}
.lp_tour_visual .deco07 {
  position: absolute;
  top: 7%;
  left: 29%;
  width: calc(878px * var(--lp-scale));
}
.lp_tour_visual .deco09 {
  position: absolute;
  bottom: 12%;
  left: -10%;
  width: calc(989px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_visual .deco09 {
    top: 56%;
    left: -30%;
    width: calc(354px * var(--lp-scale));
  }
}
.lp_tour_visual .deco11 {
  position: absolute;
  top: 10%;
  left: -4%;
  width: calc(430px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_visual .deco11 {
    left: auto;
    top: 70%;
    right: 0;
    width: calc(154px * var(--lp-scale));
  }
}
/* =================================
    point
=================================*/
.lp_tour_point {
  background: #FFF;
  padding: calc(160px * var(--lp-scale)) 0 calc(160px * var(--lp-scale));
  position: relative;
  /* =================================
      deco
  =================================*/
}
@media (max-width: 1024px) {
  .lp_tour_point {
    padding: calc(115px * var(--lp-scale)) 0 calc(78px * var(--lp-scale));
  }
}
.lp_tour_point h2 {
  width: calc(780px * var(--lp-scale));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .lp_tour_point h2 {
    width: calc(362px * var(--lp-scale));
  }
}
.lp_tour_point .lp_tour_point__list{
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(16px * var(--lp-scale));
  width: calc(1400px * var(--lp-scale));
  margin: calc(90px * var(--lp-scale)) auto 0;
}
@media (max-width: 1024px) {
  .lp_tour_point .lp_tour_point__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(367px * var(--lp-scale));
    margin: calc(50px * var(--lp-scale)) auto 0;
  }
}
.lp_tour_point .deco04 {
  position: absolute;
  top: 18%;
  right: 1%;
  width: calc(392px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_point .deco04 {
    top: 5%;
    right: -3%;
    width: calc(148px * var(--lp-scale));
  }
}
.lp_tour_point .deco05 {
  position: absolute;
  top: 10%;
  left: 8%;
  width: calc(286px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_point .deco05 {
    left: -2%;
    top: 2%;
    width: calc(113px * var(--lp-scale));
  }
}
.lp_tour_point .deco06 {
  position: absolute;
  top: 35%;
  left: 2%;
  width: calc(98px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_point .deco06 {
    top: 24%;
    width: calc(38px * var(--lp-scale));
  }
}
/* =================================
    agent
=================================*/
.lp_tour_agent {
  position: relative;
  /* =================================
      deco
  =================================*/
}
.lp_tour_agent .lp_tour_agent__inner {
  width: calc(1650px * var(--lp-scale));
  margin: 0 auto;
  padding: calc(160px * var(--lp-scale)) 0 calc(160px * var(--lp-scale));
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .lp_tour_agent .lp_tour_agent__inner {
    width: calc(367px * var(--lp-scale));
    padding: calc(116px * var(--lp-scale)) 0 calc(100px * var(--lp-scale));
  }
}
.lp_tour_agent h2 {
  width: calc(528px * var(--lp-scale));
  margin-bottom: calc(80px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_agent h2 {
    width: calc(282px * var(--lp-scale));
    margin-bottom: calc(34px * var(--lp-scale));
  }
}
.lp_tour_agent p {
  font-size: max(30px, calc(30px * var(--lp-scale)));
  line-height: 2;
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .lp_tour_agent p {
    font-size: max(14px, calc(14px * var(--lp-scale))) ;
  }
}
.lp_tour_agent .lp_tour_agent__list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: calc(80px * var(--lp-scale));
  gap: calc(36px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_agent .lp_tour_agent__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(367px * var(--lp-scale));
    margin-top: calc(40px * var(--lp-scale));
    gap: calc(16px * var(--lp-scale));
  }
}
.lp_tour_agent .lp_tour_agent__list li img{
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp_tour_agent .lp_tour_agent__list li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(20px, calc(20px * var(--lp-scale)));
  line-height: 1.6;
  font-weight: 500;
  margin-top: calc(16px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_agent .lp_tour_agent__list li p {
    font-size: max(14px, calc(14px * var(--lp-scale)));
  }
}
.lp_tour_agent .deco01 {
  position: absolute;
  top: 6.5%;
  right: 3.5%;
  width: calc(685px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_agent .deco01 {
    top: 15%;
    right: -3%;
    width: calc(230px * var(--lp-scale));
  }
}
.lp_tour_agent .deco02 {
  position: absolute;
  top: -2%;
  left: -2%;
  width: calc(728px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_agent .deco02 {
    top: 2%;
    left: -3%;
    width: calc(248px * var(--lp-scale));
  }
}
.lp_tour_agent .deco03 {
  position: absolute;
  top: 6%;
  left: 39%;
  width: calc(230px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_agent .deco03 {
    top: 5%;
    left: auto;
    right: 5%;
    width: calc(92px * var(--lp-scale));
  }
}
.pc-Only {
  display: block;
}
@media (max-width: 1024px) {
  .pc-Only {
    display: none;
  }
}
/* =================================
    search
=================================*/
.lp_tour_search {
  background: #E1D0AB;
  color: #62413C;
}
.lp_tour_search .lp_tour_search__inner {
  width: calc(1420px * var(--lp-scale));
  margin: 0 auto;
  padding: calc(100px * var(--lp-scale)) 0 calc(240px * var(--lp-scale));
}
.lp_tour_search .lp_tour__ttl__desc {
  font-size: max(30px, calc(30px * var(--lp-scale)));
  line-height: 2;
  font-weight: 700;
  margin-top: calc(72px * var(--lp-scale));
  text-align: center;
}
/* =================================
    course
=================================*/
.lp_tour_course {
  position: relative;
  /* =================================
      deco
  =================================*/
}
.lp_tour_course .lp_tour_course__inner {
  width: calc(1650px * var(--lp-scale));
  margin: 0 auto;
  padding: calc(190px * var(--lp-scale)) 0 calc(240px * var(--lp-scale));
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__inner {
    width: calc(367px * var(--lp-scale));
    padding: calc(93px * var(--lp-scale)) 0 calc(100px * var(--lp-scale));
  }
}
.lp_tour_course .lp_tour_course__list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-family: "Noto Sans JP", sans-serif;
  gap: calc(55px * var(--lp-scale));
  margin-top: calc(150px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__list{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: calc(367px * var(--lp-scale));
    margin-top: calc(76px * var(--lp-scale));
  }
}
.lp_tour_course .lp_tour_course__list li {
  position: relative;
}
.lp_tour_course .lp_tour_course__list li img{
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp_tour_course .lp_tour_course__list li h3 {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: max(47px, calc(47px * var(--lp-scale)));
  line-height: 1.5;
  text-align: center;
  background: url("/wp-content/themes/king_basic_2024/img/lp/tour/lp_tour_course__titlebg.svg") no-repeat center center;
  background-size: contain;
  color: #fff;
  padding: 0.25em 0;
  margin-top: calc(24px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__list li h3 {
    font-size: max(26px, calc(26px * var(--lp-scale)));
    margin-top: calc(8px * var(--lp-scale));
  }
}
.lp_tour_course .lp_tour_course__list li p {
  font-weight: 500;
  font-size: max(30px, calc(30px * var(--lp-scale)));
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__list li p {
    font-size: calc(20px * var(--lp-scale));
  }
}
.lp_tour_course .lp_tour_course__list li p:last-of-type {
  margin-top: 2em;
  text-align: right;
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__list li p:last-of-type {
    margin-top: 1em;
    text-align: left;
  }
}
.lp_tour_course .lp_tour_course__list li p:last-of-type span {
  font-size: max(60px, calc(60px * var(--lp-scale)));
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__list li p:last-of-type span {
    font-size: max(40px, calc(40px * var(--lp-scale)));
  }
}
.lp_tour_course .lp_tour_course__list li .lp_tour_course__list__icons{
  display: flex;
  gap: calc(16px * var(--lp-scale));
  margin: calc(12px * var(--lp-scale)) 0;
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__list li .lp_tour_course__list__icons {
    justify-content: center;
    gap: calc(8px * var(--lp-scale));
  }
}
.lp_tour_course .lp_tour_course__list li .lp_tour_course__list__icons li img {
  width: calc(98px * var(--lp-scale));
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__list li .lp_tour_course__list__icons li img {
    width: calc(65px * var(--lp-scale));
  }
}
.lp_tour_course .lp_tour_course__list li .lp_tour_course__list__osusume {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(182px * var(--lp-scale));
  transform: translateY(-30%) translateX(-30%);
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__list li .lp_tour_course__list__osusume {
    width: calc(100px * var(--lp-scale));
    transform: translateY(-30%) translateX(-10%);
  }
}
.lp_tour_course .lp_tour_course__btn__wrapper {
  text-align: center;
  margin: calc(124px * var(--lp-scale)) 0 calc(210px * var(--lp-scale));
}
.lp_tour_course .lp_tour_course__btn__wrapper p {
  font-size: calc(35px * var(--lp-scale));
  line-height: 1.5;
  font-weight: 700;
  color: #AA2B29;
  margin-bottom: calc(20px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_course .lp_tour_course__btn__wrapper p {
    font-size: calc(20px * var(--lp-scale));
    margin-bottom: calc(12px * var(--lp-scale));
  }
  .lp_tour_course .lp_tour_course__btn__wrapper {
    margin: calc(74px * var(--lp-scale)) 0 calc(74px * var(--lp-scale));
  }
}
.lp_tour_course .deco09 {
  position: absolute;
  top: 35.5%;
  right: -6%;
  width: calc(685px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_course .deco09 {
    top: 39%;
    right: -30%;
    width: calc(450px * var(--lp-scale));
  }
}
.lp_tour_course .deco07 {
  position: absolute;
  top: 9%;
  left: -10%;
  width: calc(728px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_course .deco07 {
    top: 2%;
    left: -30%;
    width: calc(399px * var(--lp-scale));
  }
}
.lp_tour_course .deco12 {
  position: absolute;
  top: 5%;
  right: 5%;
  width: calc(286px * var(--lp-scale));
}
@media (max-width: 1024px) {
  .lp_tour_course .deco12 {
    top: 7.5%;
    right: -2%;
    width: calc(130px * var(--lp-scale));
  }
}