@charset "UTF-8";
:root {
  --lending-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --lending-trim: 0;
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  box-sizing: border-box;
  background-color: #ffffff !important;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

figure {
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #49874e;
  color: #ffffff;
}

::selection {
  background-color: #49874e;
  color: #ffffff;
}

::-webkit-tap-highlight-color {
  background-color: transparent;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.p-swiper {
  position: relative;
  aspect-ratio: 1366/640;
  width: 100%;
  max-height: 840px;
}
.p-swiper__wrapper, .p-swiper__slide, .p-swiper picture {
  width: 100% !important;
  height: 100% !important;
}
.p-swiper__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .p-swiper {
    aspect-ratio: 1/1;
  }
  .p-swiper__img {
    -o-object-position: top;
    object-position: top;
  }
}

.p-intro {
  position: relative;
}
.p-intro *:not(.p-intro__img) {
  z-index: 1;
  position: relative;
}
.p-intro__img {
  position: absolute;
}
.p-intro__img.\--leaf1 {
  z-index: 10;
  top: 0;
  right: 0;
  width: min(23.5724743777dvw, 20.125rem);
  transform: translateY(-40%);
}
.p-intro__img.\--leaf2 {
  z-index: 0;
  bottom: 0;
  left: 0;
  width: min(14.8609077599dvw, 12.6875rem);
}
.p-intro__img.\--leaf3 {
  z-index: 0;
  right: 0;
  bottom: 0;
  width: min(32.2108345534dvw, 27.5rem);
}
.p-intro__img.\--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-intro__img.\--pc {
    display: none;
  }
  .p-intro__img.\--sp {
    display: block;
  }
  .p-intro__img.\--leaf1 {
    width: 35.9903381643dvw;
    transform: translateY(-43%);
  }
  .p-intro__img.\--leaf2 {
    width: 44.9275362319dvw;
  }
  .p-intro__img.\--leaf3 {
    width: 23.4299516908dvw;
  }
}

.p-news {
  padding-top: clamp(48px, 1.587rem + 5.4608vw, 80px);
  padding-bottom: clamp(55px, 1.4505rem + 7.6792vw, 100px);
  color: #ffffff;
}
.p-news__inner {
  padding-bottom: clamp(13px, 0.5034rem + 1.1945vw, 20px);
}
.p-news__title {
  margin-bottom: clamp(26px, 1.0068rem + 2.3891vw, 40px);
  color: #49874e;
  text-align: center;
}
.p-news__title-text {
  top: 39% !important;
}
.p-news__title-text::before {
  content: "お知らせ";
}
.p-news__title-sub {
  position: absolute;
  top: 59%;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
}
@media only screen and (max-width: 767px) {
  .p-news__title-sub {
    font-size: max(2.8915662651dvw, 0.6875rem);
  }
}/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
