@charset "UTF-8";
/* ==========================================================================
   Base & Layout (全体設定)
   ========================================================================== */
.container {
  max-width: 1250rem;
  margin: 0 auto;
  padding: 0 20rem;
}

.l-container {
  max-width: 960rem;
  margin: 0 auto;
  padding: 0 20rem;
  line-height: 2;
}

/* ==========================================================================
   共通コンポーネント (下層共通)
   ========================================================================== */
.u-sp-show {
  display: none;
}

@media screen and (max-width: 680px) {
  .u-sp-show {
    display: block;
  }
}
.u-sp-block {
  display: none;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .u-sp-block {
    display: block;
  }
}
.under_mv {
  position: relative;
  background-image: url("/assets/img/main_dayuse.webp");
}
@media screen and (max-width: 680px) {
  .under_mv {
    height: 240rem;
    background-image: url("/assets/img/main_dayuse_sp.webp");
  }
}
.under_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 26, 26, 0.34);
  z-index: 1;
}
.under_mv .tit_wrap {
  position: relative;
  z-index: 2;
}
.under_mv .under_tit .jp {
  font-size: 32rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 680px) {
  .under_mv .under_tit .jp {
    font-size: 24rem;
  }
}
.under_mv .under_tit .en {
  font-size: 14rem;
  margin-top: 10rem;
}

/* 共通ボタン */
.c-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-brown);
  padding: 12rem 40rem;
  font-size: 16rem;
  color: var(--color-brown);
  background: transparent;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (max-width: 680px) {
  .c-btn-outline .c-btn-outline {
    width: 100%;
    max-width: 300rem;
  }
}
.c-btn-outline::after {
  content: "";
  width: 14rem;
  height: 1rem;
  background-color: var(--color-brown);
  position: absolute;
  right: 0;
}
.c-btn-outline:hover {
  opacity: 0.6;
}

.c-btn-schedule {
  border: none;
}

.u-text-small {
  font-size: 12rem;
  display: inline-block;
  line-height: 1.6;
}

/* ==========================================================================
   個別ページ用：日帰りプランのご案内
   ========================================================================== */
.p-dayuse-intro {
  padding: 60rem 0 0;
  position: relative;
  z-index: 1;
}
.p-dayuse-intro::before {
  content: "";
  position: absolute;
  bottom: -45rem;
  transform: translate(-50%, -50%);
  width: 110vw;
  height: 174rem;
  background-color: #ffffff;
  z-index: -1;
  left: 50%;
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro::before {
    bottom: -120rem;
    height: 244rem;
  }
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro {
    padding: 40rem 0 0;
  }
}
.p-dayuse-intro__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro__inner {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.p-dayuse-intro__inner .ph {
  width: 472rem;
  flex-shrink: 0;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro__inner .ph {
    width: 100%;
    margin-bottom: 30rem;
  }
}
.p-dayuse-intro__inner .ph img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}
.p-dayuse-intro__images {
  width: 472rem;
  position: relative;
  min-height: 380rem;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro__images {
    width: 100%;
    min-height: clamp(260px, 60vw, 380px);
    margin-bottom: 30rem;
  }
}
.p-dayuse-intro__img-main {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-dayuse-intro__img-sub {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-dayuse-intro__content {
  width: 640rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro__content {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro__body {
    padding-left: 0;
  }
}
.p-dayuse-intro__title {
  font-size: 36rem;
  font-weight: normal;
  margin: 0 0 30rem;
  display: flex;
  align-items: baseline;
  gap: 34rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro__title {
    font-size: 22rem;
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 15rem;
  }
}
.p-dayuse-intro__title-en {
  font-size: 18rem;
  color: var(--color-brown);
  letter-spacing: 0.15em;
  font-family: "EB Garamond", serif;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro__title-en {
    font-size: 12rem;
  }
}
.p-dayuse-intro__text {
  font-size: 16rem;
  line-height: 2.2;
  color: var(--color-text-light);
  margin-bottom: 25rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-intro__text {
    font-size: 14rem;
  }
}

/* 連絡先エリア */
.p-dayuse-contact {
  padding: 35rem 0;
  position: relative;
  z-index: 1;
}
.p-dayuse-contact.is-bottom {
  margin-top: 0;
  background: #fff;
}
.p-dayuse-contact.is-bottom::before {
  display: none;
}
.p-dayuse-contact.is-bottom .p-dayuse-contact__text {
  margin-bottom: 0;
  padding-right: 15rem;
}
.p-dayuse-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .p-dayuse-contact__inner {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-dayuse-contact__text {
  font-size: 18rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-contact__text {
    font-size: 16rem;
  }
}
@media screen and (max-width: 680px) {
  .p-dayuse-contact__time {
    display: block;
    margin-left: 0;
    margin-top: 5rem;
  }
}
.p-dayuse-contact__info {
  display: flex;
  align-items: center;
  gap: 50rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-contact__info {
    flex-direction: column;
    align-items: center;
    gap: 20rem;
    width: 100%;
  }
}
.p-dayuse-contact__tel {
  display: flex;
  align-items: center;
  font-size: 40rem;
  color: var(--color-text);
  font-family: "EB Garamond", serif;
}
.p-dayuse-contact__tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42rem;
  height: 42rem;
  background-color: var(--color-brown);
  border-radius: 50%;
  margin-right: 15rem;
}
.p-dayuse-contact__tel-icon img {
  width: 18rem;
  height: auto;
}

/* ==========================================================================
   日帰りプランの過ごし方（スケジュール）
   ========================================================================== */
.p-dayuse-schedule {
  padding: 80rem 0;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule {
    padding: 50rem 0;
  }
}
.p-dayuse-schedule__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15rem;
  margin-bottom: 140rem;
  font-size: 38rem;
  font-weight: normal;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__title {
    font-size: 16rem;
    margin-bottom: 40rem;
    gap: 4rem;
  }
}
.p-dayuse-schedule__title-icon {
  width: 24rem;
  height: auto;
}
.p-dayuse-schedule__list {
  max-width: 1080rem;
  margin: 0 auto;
}
.p-dayuse-schedule__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 110rem;
}
.p-dayuse-schedule__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__item {
    flex-direction: column;
    margin-bottom: 60rem;
  }
}
.p-dayuse-schedule__item:not(:last-child) .p-dayuse-schedule__slider::after {
  content: "";
  position: absolute;
  bottom: -93rem;
  right: -13rem;
  transform: translateX(-50%);
  width: 16rem;
  height: 110rem;
  z-index: 1;
  background-image: url(/assets/img/ico_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__item:not(:last-child) .p-dayuse-schedule__slider::before, .p-dayuse-schedule__item:not(:last-child) .p-dayuse-schedule__slider::after {
    display: none;
  }
}
.p-dayuse-schedule__slider {
  width: 600rem;
  position: relative;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__slider {
    width: 100%;
  }
}
.p-dayuse-schedule__slider {
  /* Swiperページネーションの上書き */
}
.p-dayuse-schedule__slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 15rem;
  text-align: center;
}
.p-dayuse-schedule__slider .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.p-dayuse-schedule__slider .swiper-pagination-bullet-active {
  background: #333;
}
.p-dayuse-schedule__content {
  position: relative;
  width: 400rem;
  padding-top: 70rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__content {
    width: 100%;
    margin: 0 auto;
    padding-top: 70rem;
  }
}
.p-dayuse-schedule__badge {
  position: absolute;
  width: 132rem;
  height: 132rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20rem;
  left: -29rem;
  top: -35rem;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__badge {
    width: 100rem;
    height: 100rem;
    margin-top: 20rem;
    left: 0;
    top: -30rem;
  }
}
.p-dayuse-schedule__badge-icon {
  position: absolute;
  top: -18rem;
  left: -7rem;
  width: 56rem;
  height: auto;
}
.p-dayuse-schedule__badge-time {
  font-size: 18rem;
  text-align: center;
  line-height: 1.4;
  color: var(--color-text);
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__badge-time {
    font-size: 14rem;
  }
}
.p-dayuse-schedule__heading {
  position: relative;
  font-size: 32rem;
  font-weight: normal;
  margin: 0 0 15rem;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__heading {
    font-size: 22rem;
  }
}
.p-dayuse-schedule__desc {
  font-size: 16rem;
  color: #555;
  margin: 0 0 30rem;
}
.p-dayuse-schedule__btn.c-btn-outline {
  background-color: #ffffff;
  padding: 14rem 56rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-schedule__btn.c-btn-outline {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/* ==========================================================================
   日帰りプラン料金のご案内
   ========================================================================== */
.p-dayuse-pricing {
  padding: 80rem 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing {
    padding: 50rem 0;
  }
}
.p-dayuse-pricing__inner {
  max-width: 860rem;
  margin: 0 auto;
}
.p-dayuse-pricing__lead {
  margin-bottom: 50rem;
}
.p-dayuse-pricing__lead-title {
  font-size: 28rem;
  font-weight: normal;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 0 15rem;
  color: var(--color-brown);
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__lead-title {
    font-size: 16rem;
  }
}
.p-dayuse-pricing__price {
  font-size: 34rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__price {
    font-size: 28rem;
  }
}
.p-dayuse-pricing__note {
  font-size: 12rem;
  color: var(--color-text);
}
.p-dayuse-pricing__note--block {
  display: block;
  margin-top: 15rem;
  line-height: 2;
}
.p-dayuse-pricing__text {
  font-size: 16rem;
  margin: 0;
  line-height: 2;
}
.p-dayuse-pricing__sessions {
  margin-bottom: 50rem;
}
.p-dayuse-pricing__session {
  margin-bottom: 40rem;
}
.p-dayuse-pricing__session-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__session-head {
    gap: 0;
  }
}
.p-dayuse-pricing__session-title {
  font-size: 24rem;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__session-title {
    font-size: 22rem;
  }
}
.p-dayuse-pricing__session-time {
  font-size: 16rem;
  margin: 0;
}
.p-dayuse-pricing__badge {
  font-size: 15rem;
  border: 1px solid var(--color-brown);
  padding: 0 15rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__badge {
    font-size: 13rem;
    margin-right: 10rem;
  }
}
.p-dayuse-pricing__example {
  display: flex;
  align-items: flex-start;
  gap: 60rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__example {
    flex-direction: column;
    align-items: center;
    gap: 20rem;
  }
}
.p-dayuse-pricing__example-label {
  width: 156rem;
  height: 156rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21rem;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__example-label {
    width: 100%;
    height: auto;
    padding: 20rem 0;
  }
}
.p-dayuse-pricing__example-content {
  flex-grow: 1;
}
.p-dayuse-pricing__list {
  margin: 0 0 25rem;
  padding: 0;
}
.p-dayuse-pricing__list-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20rem;
  font-size: 16rem;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__list-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20rem;
  }
}
.p-dayuse-pricing__list-row dt {
  color: var(--color-brown);
  padding-right: 10rem;
  line-height: 1.2;
}
.p-dayuse-pricing__list-row dt .u-text-small {
  font-size: 14rem;
}
.p-dayuse-pricing__list-row dd {
  margin: 0;
  text-align: right;
  color: #333;
  flex-shrink: 0;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__list-row dd {
    text-align: left;
    padding-left: 20rem;
  }
}
.p-dayuse-pricing__drinks-title {
  font-size: 28rem;
  font-weight: normal;
  margin: 0 0 20rem;
  display: flex;
  align-items: baseline;
  gap: 15rem;
  color: var(--color-brown);
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__drinks-title {
    flex-direction: column;
    gap: 5rem;
    font-size: 22rem;
  }
}
.p-dayuse-pricing__drinks-cards {
  display: flex;
  gap: 20rem;
  align-items: stretch;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__drinks-cards {
    flex-direction: column;
  }
}
.p-dayuse-pricing__card {
  background-color: #fff;
  padding: 30rem 15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 134rem;
}
.p-dayuse-pricing__card-head {
  display: flex;
  align-items: center;
  gap: 17rem;
  margin-bottom: 10rem;
}
.p-dayuse-pricing__card-badge {
  font-size: 18rem;
  border: 1px solid var(--color-brown);
  padding: 2rem 10rem 4rem;
  color: var(--color-brown);
  line-height: 1;
}
.p-dayuse-pricing__card-price {
  font-size: 34rem;
  color: var(--color-brown);
  line-height: 1;
}
@media screen and (max-width: 680px) {
  .p-dayuse-pricing__card-price {
    font-size: 28rem;
  }
}
.p-dayuse-pricing__card-text {
  font-size: 15rem;
  line-height: 1.6;
  margin: auto 0;
}

.p-dayuse-divider {
  border: none;
  border-top: 1px solid var(--color-brown);
  margin: 60rem auto;
  max-width: 860rem;
}

/* ==========================================================================
   送迎バスのご案内
   ========================================================================== */
.p-dayuse-bus {
  padding: 80rem 0;
}
@media screen and (max-width: 680px) {
  .p-dayuse-bus {
    padding: 50rem 0;
  }
}
.p-dayuse-bus__inner {
  max-width: 800rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50rem;
}
@media screen and (max-width: 680px) {
  .p-dayuse-bus__inner {
    flex-direction: column;
    gap: 30rem;
  }
}
.p-dayuse-bus__img {
  width: 40%;
}
@media screen and (max-width: 680px) {
  .p-dayuse-bus__img {
    width: 230rem;
  }
}
.p-dayuse-bus__body {
  width: 60%;
}
@media screen and (max-width: 680px) {
  .p-dayuse-bus__body {
    width: 100%;
  }
}
.p-dayuse-bus__text {
  font-size: 16rem;
  line-height: 2;
  margin: 0 0 15rem;
}
.p-dayuse-bus__note {
  font-size: 12rem;
  line-height: 1.6;
  margin: 0;
}

/*----- 動き -----*/
.fadein01,
.fadein02,
.fadein03,
.fadein04 {
  opacity: 0;
  transition: all 0.8s;
}

.fadeleft01,
.fadeleft02,
.fadeleft03,
.fadeleft04 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s;
}

.faderight01,
.faderight02,
.faderight03,
.faderight04 {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s;
}

.fadeup01,
.fadeup02,
.fadeup03,
.fadeup04 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s;
}

.fadedown01,
.fadedown02,
.fadedown03,
.fadedown04 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.8s;
}

.fadein02,
.fadeleft02,
.faderight02,
.fadeup02,
.fadedown02 {
  transition-delay: 0.2s;
}

.fadein03,
.fadeleft03,
.faderight03,
.fadeup03,
.fadedown03 {
  transition-delay: 0.4s;
}

.fadein04,
.fadeleft04,
.faderight04,
.fadeup04,
.fadedown04 {
  transition-delay: 0.6s;
}

.fadein01.effect-scroll,
.fadein02.effect-scroll,
.fadein03.effect-scroll,
.fadein04.effect-scroll,
.fadeleft01.effect-scroll,
.fadeleft02.effect-scroll,
.fadeleft03.effect-scroll,
.fadeleft04.effect-scroll,
.faderight01.effect-scroll,
.faderight02.effect-scroll,
.faderight03.effect-scroll,
.faderight04.effect-scroll,
.fadeup01.effect-scroll,
.fadeup02.effect-scroll,
.fadeup03.effect-scroll,
.fadeup04.effect-scroll,
.fadedown01.effect-scroll,
.fadedown02.effect-scroll,
.fadedown03.effect-scroll,
.fadedown04.effect-scroll {
  opacity: 1;
  transform: translate(0);
}

/*ディレイ*/
.delay01,
.delay02,
.delay03 {
  opacity: 0;
}

.delay01 {
  animation: delay 1.5s ease 0s 1 forwards;
}

.delay02 {
  animation: delay 1s ease 0.5s 1 forwards;
}

.delay03 {
  animation: delay 1s ease 0.8s 1 forwards;
  transform: translateY(50px);
}

.delay04,
.delay05,
.delay06,
.delay07,
.delay08 {
  opacity: 0;
  transform: translateY(50px);
}

.delay04 {
  animation: delay 0.6s ease 1.2s 1 forwards;
}

.delay05 {
  animation: delay 0.6s ease 1.3s 1 forwards;
}

.delay06 {
  animation: delay 0.6s ease 1.4s 1 forwards;
}

.delay07 {
  animation: delay 0.6s ease 1.5s 1 forwards;
}

.delay08 {
  animation: delay 0.6s ease 1.6s 1 forwards;
}

@keyframes delay {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}/*# sourceMappingURL=dayuse.css.map */