/* reset default style */
.rwd-header {
  position: relative !important;
}

.contents {
  overflow: visible !important;
}

#main_rn {
  padding-bottom: 0;
}

html,
body {
  overflow: smooth;
}

.main {
  padding-top: 0 !important;
}

.main_content {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  z-index: 1;
}

@media screen and (min-width: 541px) {
  .main_content {
    font-size: 7.2px;
  }
}

@media screen and (max-width: 540px) {
  .main_content {
    font-size: 1.4vw;
  }
}

.main_content .inner {
  margin: auto;
  max-width: 1080px;
}

.main_content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main_content a {
  display: block;
  text-decoration: none;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.zenold {
  font-family: 'Zen Old Mincho', serif;
}

.position {
  position: relative;
}

.spot,
.beauty,
.pamphlet,
.anniversary,
.special,
.plan {
  padding-top: 11em;
}

.btn {
  transition: .2s;
}

.btn:hover {
  opacity: .6;
}


/* =============== animation =============== */
.animation {
  transition: .8s;
}

.fadeIn {
  opacity: 0;
  filter: blur(3px);
  transition-delay: 0.3s;
}

.fadeIn.active {
  opacity: 1;
  filter: blur(0);
}

.fadeUp {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(20px);
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease;
  transition-delay: 0.95s;
}

.fadeUp.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* =============== pc_content =============== */
.pc_content {
  position: sticky;
  top: 0;
  /* background-image: url(../img/pc_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
  background-color: #e6e6e6;
  height: 100vh;
  width: calc(100vw - 1.4%);
  object-fit: cover;
  object-position: top;
  z-index: 1;
  overflow: hidden;
}

.pc_content_fixed {
  position: relative;
  height: 100%;
  width: 100%;
}

.pc_ttl {
  position: absolute;
  top: 40%;
  left: 25em;
  width: 14.5vw;
}

@media screen and (max-width: 1760px) {
  .pc_ttl {
    left: 7%;
  }
}

@media screen and (max-width: 1450px) {
  .pc_content {
    font-size: .45vw;
  }
}

@media screen and (max-width: 1200px) {
  .pc_content_fixed {
    display: none;
  }
}


/* =============== sp_content =============== */
.sp_content {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 540px;
  margin-top: -100vh;
  margin-left: auto;
  z-index: 2;
  background-color: #fff;
}

@media screen and (min-width: 801px) {
  .sp_content {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.45);
  }
}

@media screen and (max-width: 800px) {
  .sp_content {
    width: 100%;
    max-width: 540px;
    padding-top: 100vh;
  }
}


/* =============== fv =============== */
.fv {
  padding-bottom: 10.5em;
}

.fv_top {
  width: 100%;
}

.fv_btn {
  width: 60em;
  margin: auto;
}

/* =========== tabiwa_wrap =========== */
.tabiwa_wrap {
  position: relative;
  padding: 6em 0;
}

.img_tabiwa {
  width: 63.8em;
  margin: auto;
}

.tabiwa_wrap .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 53.8em;
  bottom: 8%;
}


/* =============== intro_plan =============== */
.intro_plan {
  background-image: url("../img/plan_bg.png");
  background-repeat: repeat-y;
  padding-bottom: 9em;
}

.plan_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  margin: 6em auto 0;
}

.plan_list li {
  position: relative;
  width: 30em;
  box-sizing: border-box;
  text-align: center;
}

.coming a {
  pointer-events: none;
  cursor: default;
}

.plan_list li a {
  overflow: hidden;
  border-radius: 1.5em;
}

.plan_list li img {
  width: 100%;
  transition: transform .3s ease;
}

.plan_list li:hover img {
  transform: scale(1.1);
}

.plan_list li.coming:hover img {
  transform: initial;
}

.coming_img {
  position: absolute;
  top: 0;
}

.coming_link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}


/* =============== bunner_wrap =============== */
.bunner_wrap {
  padding: 7.5em 0 2em;
}

.main_bunner {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: 63em;
  margin: auto;
}

.sub_bunner {
  display: flex;
  gap: 1.5em;
  width: 63em;
  margin: 3em auto;
}

.bunner_wrap a {
  transition: .3s;
}

.bunner_wrap a:hover {
  transform: scale(1.03);
}