: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: #c18d6f;
  color: #ffffff;
}

::selection {
  background-color: #c18d6f;
  color: #ffffff;
}

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

@media (min-width: 782px) {
  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 .c-bg-wood {
  background-position: 0% 50%, 100% 50%;
}

.p-news {
  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 {
  --color: #ffffff;
  --bg_color: #7d094b;
  margin-bottom: clamp(42px, 1.3887rem + 4.7782vw, 70px);
  text-align: center;
}
.p-news__title-text, .p-news__title-sub {
  z-index: 1;
  position: relative;
  color: var(--color);
}
.p-news__title-text {
  display: block;
  margin-bottom: calc(10px + var(--lending-trim));
}
.p-news__title-sub {
  display: block;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1.2;
}
@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 */
