@charset "UTF-8";
.hero-area {
  display: flex;
  align-items: center;
  position: relative;
  aspect-ratio: 1260/769;
}
@media only screen and (max-width: 767px) {
  .hero-area {
    aspect-ratio: 375/495;
  }
}
.hero-area .hero-img_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  aspect-ratio: 1260/769;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-img_container {
    aspect-ratio: 375/495;
  }
}
.hero-area .hero-img_container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-area .hero-content {
  position: relative;
  z-index: 1;
  color: #F8F5F5;
}
.hero-area .hero-content .hero-txt-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-content .hero-txt-en {
    font-size: 12px;
    margin-bottom: 18px;
  }
}
.hero-area .hero-content .hero-txt {
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-content .hero-txt {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
.hero-area .hero-content .button-round_white {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 46px;
  border-radius: 9px;
  background-color: #FFFFFF;
  color: #2D200D;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-content .button-round_white {
    padding: 7px 25px;
  }
}
.hero-area .hero-content .button-round_white:hover {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.hero-area .hero-content .button-round_white .text {
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-content .button-round_white .text {
    font-size: 17px;
  }
}
.hero-area .hero-content .button-round_white .small {
  font-size: 14px;
  text-align: center;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-content .button-round_white .small {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .onayami-check {
    padding-bottom: 130px;
  }
}
.onayami-check .onayami-check-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 95px;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .onayami-check .onayami-check-inner {
    padding: 35px 15px 30px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.onayami-check .onayami-check-inner .onayami-head {
  position: relative;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .onayami-check .onayami-check-inner .onayami-head {
    font-size: 26px;
  }
}
.onayami-check .onayami-check-inner .onayami-head::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -7.5px;
  width: 9px;
  height: 9px;
  background: url("/regarden/img/double-dots.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .onayami-check .onayami-check-inner .onayami-head::after {
    top: -8px;
    left: -12px;
  }
}
.onayami-check .onayami-check-inner .onayami-head::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -7.5px;
  width: 9px;
  height: 9px;
  background: url("/regarden/img/double-dots.png") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .onayami-check .onayami-check-inner .onayami-head::before {
    bottom: -8px;
    right: -12px;
  }
}
.onayami-check .onayami-check-inner .onayami-list {
  width: 358px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .onayami-check .onayami-check-inner .onayami-list {
    width: 100%;
    gap: 12px;
  }
}
.onayami-check .onayami-check-inner .onayami-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECE5E4;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .onayami-check .onayami-check-inner .onayami-list li {
    font-size: 14px;
    padding-bottom: 16px;
  }
}
.onayami-check .onayami-check-inner .onayami-list li::before {
  content: "";
  width: 27px;
  height: 22.5px;
  background: url("/regarden/img/check-img_01.png") no-repeat center center;
  background-size: 100% 100%;
}

#concept {
  background-color: #ECE5E4;
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
}
@media only screen and (max-width: 767px) {
  #concept {
    padding-bottom: 25px;
  }
}
#concept .concept-slider {
  width: 500px;
  max-width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: -70px;
}
@media (max-width: 767px) {
  #concept .concept-slider {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 250px;
    margin-top: -200px;
  }
}
#concept .concept-slider .concept-slider-inner,
#concept .concept-slider .concept-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#concept .concept-slider .concept-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#concept .concept-slider .concept-pagination {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: auto;
  top: auto;
  width: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 10;
  margin: 0;
}
#concept .concept-slider .concept-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.4;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
#concept .concept-slider .concept-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#concept .concept-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-top: -110px;
}
@media (max-width: 767px) {
  #concept .concept-inner {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #concept .concept-content {
    width: 100%;
    margin: 0 auto;
  }
}
#concept .concept-content .concept-head {
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #concept .concept-content .concept-head {
    font-size: 24px;
    margin-bottom: 45px;
    text-align: center;
  }
}
#concept .concept-content .concept-body {
  font-size: 18px;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  #concept .concept-content .concept-body {
    font-size: 13.5px;
    line-height: 2.5;
    text-align: center;
  }
}

/* ---------- リガーデン実例 (jiturei) ---------- */
.jiturei {
  padding: 10px 0 80px;
}
.jiturei .more-button {
  text-align: center;
}
.jiturei .more-button a,
.jiturei .more-button button,
.jiturei .more-button .arrow-button {
  position: relative;
  font-size: 16px;
  color: #2D200D;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .jiturei .more-button a,
  .jiturei .more-button button,
  .jiturei .more-button .arrow-button {
    margin-top: 20px;
  }
}
.jiturei .more-button a::before,
.jiturei .more-button button::before,
.jiturei .more-button .arrow-button::before {
  content: "";
  width: 35px;
  height: 16px;
  background: url("/regarden/img/arrow-more.png") no-repeat center center;
  background-size: 100% 100%;
}
.jiturei .jiturei-inner {
  margin: 0 75px;
}
@media only screen and (max-width: 767px) {
  .jiturei .jiturei-inner {
    margin: 0;
  }
}
.jiturei .section-head {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .jiturei .section-head {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.jiturei .section-head h2 {
  font-size: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .jiturei .section-head h2 {
    font-size: 24px;
  }
}
.jiturei .section-head .title-sub {
  font-size: 25px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .jiturei .section-head .title-sub {
    font-size: 21px;
  }
}
.jiturei .jiturei__sliders {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .jiturei .jiturei__sliders {
    margin-top: 20px;
  }
}
.jiturei .jiturei__section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #ECE5E4;
}
.jiturei .jiturei__section .c-jitureiSlider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
.jiturei .jiturei__section .c-jitureiSlider .c-jitureiSlider__slide {
  width: auto !important;
  cursor: pointer;
  overflow: hidden;
  background-color: #e6e5dd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.jiturei .jiturei__section .c-jitureiSlider .c-jitureiSlider__slide img {
  display: block;
  width: 100%;
  height: 348px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.jiturei .jiturei__section .c-jitureiSlider .c-jitureiSlider__slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.jiturei .jiturei__section .c-jitureiSlider .c-jitureiSlider__slide:hover img {
  transform: scale(1.04);
}
@media (max-width: 767px) {
  .jiturei .jiturei__section .c-jitureiSlider .c-jitureiSlider__slide {
    width: 100%;
  }
  .jiturei .jiturei__section .c-jitureiSlider .c-jitureiSlider__slide img {
    height: 35vh;
  }
}

/* 下部コントロールバー (c-jitureiBottom) */
.c-jitureiBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 24px;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-jitureiBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 18px;
    padding-bottom: 18px;
  }
}

.c-jitureiData {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-jitureiData .c-jitureiData__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-jitureiData .c-jitureiData__tags .c-jitureiData__tagsItem {
  font-size: 14px;
  font-weight: 300;
}
.c-jitureiData .c-jitureiData__before {
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #2D200D;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #2D200D !important;
}

.c-jitureiNavigation {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .c-jitureiNavigation {
    width: 100%;
    justify-content: space-between;
  }
}
.c-jitureiNavigation .c-jitureiCounter {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #3d3d3b;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.c-jitureiNavigation .c-jitureiCounter .c-jitureiCounter__border {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #4e3c33;
  overflow: hidden;
  margin: 0 6px;
  vertical-align: middle;
}
.c-jitureiNavigation .c-jitureiCounter .c-jitureiCounter__border .c-jitureiCounter__borderInner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #2D200D;
  transition: width 0.3s ease;
}
.c-jitureiNavigation .c-jitureiArrows {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-jitureiNavigation .c-jitureiArrows .c-jitureiArrow {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.c-jitureiNavigation .c-jitureiArrows .c-jitureiArrow svg {
  display: block;
  width: 32px;
  height: 26px;
}
.c-jitureiNavigation .c-jitureiArrows .c-jitureiArrow:hover {
  opacity: 0.75;
  transform: scale(1.05);
}

/* タイトル・説明テキスト (c-jitureiContent) */
.c-jitureiContent {
  margin-top: 20px;
}
.c-jitureiContent .c-jitureiContent__title {
  font-size: 16px;
  font-weight: 600;
  color: #3d3d3b;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-jitureiContent .c-jitureiContent__text {
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
  font-weight: 300;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ---------- モーダル ---------- */
.modal-head {
  font-size: 20px;
  color: #F8F5F5;
  margin-bottom: 15px;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-jitureiModal {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 15, 0.88);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.c-jitureiModal.is-active {
  display: flex;
}

.c-jitureiModal__close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.c-jitureiModal__close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: rotate(90deg);
}

.c-jitureiModal__close:focus-visible {
  outline: 2px solid #fff;
}

.c-jitureiModal__body {
  position: relative;
  width: 100%;
  max-width: 1120px;
  padding: 0 70px;
}
@media (max-width: 767px) {
  .c-jitureiModal__body {
    padding: 0 44px;
  }
}

.c-jitureiModal__navPrev,
.c-jitureiModal__navNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 37px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.c-jitureiModal__navPrev img,
.c-jitureiModal__navNext img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-jitureiModal__navPrev {
  left: 0px;
}
.c-jitureiModal__navPrev:hover {
  opacity: 0.75;
}

.c-jitureiModal__navNext {
  right: 0px;
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 767px) {
  .c-jitureiModal__body {
    padding: 0 16px;
  }

  .c-jitureiModal__counter {
    margin-top: 16px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-jitureiModal__navPrev,
  .c-jitureiModal__navNext {
    top: auto;
    bottom: -50px;
    width: 37px;
    height: 27px;
  }

  .c-jitureiModal__navPrev {
    left: 12px;
    transform: scale(1);
  }

  .c-jitureiModal__navNext {
    right: 12px;
    transform: scaleX(-1);
  }
}
/* ---------- モーダルの部屋切り替えスライダー ---------- */
.c-jitureiSlider__modalSlider {
  width: 100%;
}

.c-jitureiSlider__modalSlide {
  width: 100%;
}

/* Before/After 内側スライダー */
.c-jitureiSlider__baSplide,
.c-jitureiSlider__baSplide .splide__track,
.c-jitureiSlider__baSplide .splide__list,
.c-jitureiSlider__baSlide {
  width: 100%;
  overflow: hidden;
  visibility: visible !important;
}

.c-jitureiSlider__baSlide {
  display: flex;
  flex-direction: column;
}

.c-jitureiSlider__baLabel {
  display: inline-block;
  color: #F8F5F5;
  font-size: 16px;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.c-jitureiSlider__baSlide img {
  width: 100%;
  aspect-ratio: 492 / 359;
  object-fit: cover;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .c-jitureiSlider__baSplide .splide__track {
    overflow: hidden;
  }

  .c-jitureiSlider__baSplide .splide__list {
    display: flex !important;
    width: 200% !important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .c-jitureiSlider__baSplide .c-jitureiSlider__baSlide,
  .c-jitureiSlider__baSlide {
    width: 50% !important;
    flex: 0 0 50% !important;
    box-sizing: border-box;
  }

  .c-jitureiSlider__baSplide.is-after .splide__list {
    transform: translateX(-50%) !important;
  }

  .c-jitureiSlider__baSplide:not(.is-after) .splide__list {
    transform: translateX(0%) !important;
  }

  .c-jitureiSlider__baSplide.no-transition .splide__list {
    transition: none !important;
  }
}
/* PC: Before/Afterを横並び（2枚組）で表示 */
@media (min-width: 768px) {
  .c-jitureiSlider__baSplide .splide__track {
    overflow: visible;
  }

  .c-jitureiSlider__baSplide .splide__list {
    display: flex !important;
    gap: 24px;
    transform: none !important;
  }

  .c-jitureiSlider__baSlide {
    width: calc(50% - 12px) !important;
    flex: 0 0 calc(50% - 12px);
  }
}
/* テキスト */
.c-jitureiSlider__modalCaption {
  color: #f2f1e9;
  text-align: left;
  margin: 20px 0 0;
  font-size: 14px;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

.c-jitureiModal__counter {
  display: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.08em;
}

/* PC: Before/Afterを横並びにして内側スワイプは無効化 */
@media (min-width: 768px) {
  .c-renovationSlider__baSwiper .swiper-wrapper {
    display: flex;
    gap: 24px;
  }

  .c-renovationSlider__baSlide img {
    max-height: 55vh;
  }
}
#staff {
  background-color: #ECE5E4;
}
@media only screen and (max-width: 767px) {
  #staff {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #staff .staff-inner {
    margin: 0 15px;
  }
}
#staff .staff-head {
  text-align: center;
  margin-bottom: 40px;
}
#staff .staff-head h2 {
  font-size: 32px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
#staff .staff-head .sub-title {
  font-size: 20px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  #staff .staff-body {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-left: 80px;
  }
}
#staff .staff-body .staff-card {
  width: 100%;
  max-width: 240px;
}
@media only screen and (max-width: 767px) {
  #staff .staff-body .staff-card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 5px;
    max-width: 367px;
    margin-left: auto;
    margin-right: auto;
  }
}
#staff .staff-body .staff-card .staff-card-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #staff .staff-body .staff-card .staff-card-img {
    width: 158px;
    height: 228px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  #staff .staff-body .staff-card .staff-card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
#staff .staff-body .staff-card .staff-card-content .staff-card-content-head {
  font-size: 16px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 1.7;
}
#staff .staff-body .staff-card .staff-card-content .staff-card-content-name {
  font-size: 20px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-left: -60px;
}
@media only screen and (max-width: 767px) {
  #staff .staff-body .staff-card .staff-card-content .staff-card-content-name {
    font-size: 18px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #staff .staff-txt {
    width: fit-content;
    margin: 40px auto 0;
  }
}
#staff .staff-txt .staff-txt-head {
  font-size: 20px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 2;
}
#staff .staff-txt .staff-txt-body {
  font-size: 14px;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #staff .staff-txt .staff-txt-body {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}

#point .point-inner {
  margin: 0 75px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #point .point-inner {
    margin: 0 15px;
  }
}
#point .section-head {
  margin-bottom: 60px;
}
#point .section-head h2 {
  font-size: 32px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #point .section-head h2 {
    font-size: 24px;
  }
}
#point .point-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#point .point-body .point-card {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #point .point-body .point-card {
    display: flex;
    flex-direction: column;
  }
}
#point .point-body .point-card .point-card-num {
  position: relative;
  font-size: 62px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #point .point-body .point-card .point-card-num {
    font-size: 30px;
    width: fit-content;
  }
}
#point .point-body .point-card .point-card-num::after {
  content: "";
  width: 53px;
  height: 1px;
  background-color: #2D200D;
  position: absolute;
  bottom: 12px;
  right: -21px;
  transform: rotate(-46deg);
}
@media only screen and (max-width: 767px) {
  #point .point-body .point-card .point-card-num::after {
    bottom: 0px;
    right: -27px;
    width: 50px;
  }
}
#point .point-body .point-card-container {
  margin-left: 72px;
  display: flex;
  gap: 90px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #point .point-body .point-card-container {
    gap: 20px;
    margin-left: 50px;
    flex-direction: column;
  }
}
#point .point-body .point-card-content {
  width: 467px;
}
@media only screen and (max-width: 767px) {
  #point .point-body .point-card-content {
    width: 100%;
  }
}
#point .point-body .point-card-content .point-sub-title {
  font-size: 18px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  #point .point-body .point-card-content .point-sub-title {
    font-size: 16px;
  }
}
#point .point-body .point-card-content .point-title {
  font-size: 24px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #point .point-body .point-card-content .point-title {
    font-size: 22px;
  }
}
#point .point-body .point-card-content .point-txt {
  font-size: 16px;
  font-family: Noto Sans JP, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  #point .point-body .point-card-content .point-txt {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
#point .point-card-img {
  max-width: 315px;
  aspect-ratio: 315/220;
}
#point .point-card-img img {
  width: 100%;
  height: auto;
}

#movie {
  overflow-x: clip;
  padding-bottom: 80px;
  background-color: #ECE5E4;
}
@media only screen and (max-width: 767px) {
  #movie {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#movie .movie-inner {
  margin: 0 75px;
}
@media only screen and (max-width: 767px) {
  #movie .movie-inner {
    margin: 0 15px;
  }
}
#movie .section-head {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #movie .section-head {
    margin-bottom: 40px;
  }
}
#movie .section-head h2 {
  font-size: 32px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #movie .section-head h2 {
    font-size: 20px;
  }
}
#movie .movie-body {
  position: relative;
}
#movie .youtube-wrap {
  padding-right: 40px;
  padding-bottom: 30px;
  user-select: none;
  /* SimpleBar カスタムスクロールバー設定 */
}
@media only screen and (max-width: 767px) {
  #movie .youtube-wrap {
    padding-right: 20px;
  }
}
#movie .youtube-wrap .simplebar-content {
  display: flex;
}
#movie .youtube-wrap::-webkit-scrollbar {
  display: none;
}
#movie .youtube-wrap .simplebar-track.simplebar-horizontal {
  height: 4px;
  background-color: #B6B0AA;
  border-radius: 9999px;
  bottom: 0;
  left: 0;
  right: var(--right-offset, 0px);
}
#movie .youtube-wrap .simplebar-scrollbar {
  height: 4px;
  top: 0;
}
#movie .youtube-wrap .simplebar-scrollbar::before {
  background-color: #2D200D;
  border-radius: 9999px;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#movie .youtube-wrap .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#movie .youtube-wrap.is-draggable {
  cursor: grab;
}
#movie .youtube-wrap.is-draggable:active, #movie .youtube-wrap.is-draggable.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
#movie .youtube-wrap .youtube-item {
  flex: 0 0 370px;
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  #movie .youtube-wrap .youtube-item {
    flex: 0 0 82vw;
    max-width: 260px;
    margin-right: 10px;
  }
}
#movie .youtube-wrap .youtube-item:last-child {
  margin-right: 90px;
}
@media only screen and (max-width: 767px) {
  #movie .youtube-wrap .youtube-item:last-child {
    margin-right: 0;
  }
}
#movie .youtube-wrap .youtube-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#movie .youtube-wrap .youtube-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#movie .youtube-wrap .youtube-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}
#movie .youtube-wrap .youtube-item .play-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 4px;
}
#movie .youtube-wrap .youtube-item a:hover .play-btn {
  background: rgba(217, 30, 24, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}
#movie .youtube-wrap .youtube-item iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#movie .youtube-wrap .youtube-item .youtube-drag-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
  z-index: 2;
}
#movie .youtube-wrap .youtube-item .youtube-drag-cover.is-hidden {
  display: none;
}
#movie .youtube-wrap.is-dragging .youtube-drag-cover {
  cursor: grabbing;
}

#aboutus {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #aboutus {
    margin-top: 20px;
  }
}
#aboutus .section-head {
  font-size: 32px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #aboutus .section-head {
    font-size: 20px;
  }
}
#aboutus .aboutus-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #aboutus .aboutus-img {
    width: 100%;
  }
}
#aboutus .aboutus-img img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #aboutus .aboutus-img img {
    width: 100%;
    min-height: 220px;
  }
}
#aboutus .aboutus-txt {
  margin-top: 40px;
  margin-bottom: 60px;
}
#aboutus .aboutus-txt__main {
  font-size: 24px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #aboutus .aboutus-txt__main {
    font-size: 16px;
  }
}
#aboutus .aboutus-txt__sub {
  font-size: 16px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #aboutus .aboutus-txt__sub {
    font-size: 16px;
  }
}
#aboutus .aboutus-btn {
  text-align: center;
}
#aboutus .aboutus-btn .aboutus-btn__text {
  font-size: 21px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #aboutus .aboutus-btn .aboutus-btn__text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#aboutus .aboutus-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 491px;
  max-width: 100%;
  aspect-ratio: 491/97;
  margin: 0 auto;
  background-color: #2D200D;
  color: #fff;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  outline: 1px solid #fff;
  outline-offset: -6px;
  transition: opacity 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  #aboutus .aboutus-btn a {
    width: 100%;
    max-width: 340px;
    font-size: 18px;
    outline-offset: -4px;
  }
}
#aboutus .aboutus-btn a:hover {
  opacity: 0.85;
}
#aboutus .aboutus-btn a .text {
  position: relative;
  z-index: 1;
}

.contact-area {
  background-color: #ece5e4;
  padding-bottom: 30px;
}
.contact-area .title-heading {
  font-size: 32px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-area .title-heading {
    font-size: 24px;
  }
}
.contact-area .tel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 37px;
  font-weight: bold;
}
.contact-area .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.contact-area .btn-wrap .btn-item {
  background-color: #2D200D;
  color: #F8F5F5;
  font-size: 20px;
  width: 243px;
  padding: 14px;
  box-sizing: border-box;
  font-weight: bold;
}
.contact-area .btn-wrap .btn-item img {
  display: block;
  margin: auto;
}

.wave-bg {
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .wave-bg {
    z-index: 1;
  }
}
.wave-bg.has-leaf::before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 40px;
  background: url("/regarden/img/leaf_img.png") no-repeat center/contain;
  z-index: 2;
  pointer-events: none;
}
.wave-bg.wave-dark.has-leaf::before {
  top: 0;
  right: max(15px, calc(50% - 500px));
}
@media only screen and (max-width: 767px) {
  .wave-bg.wave-dark.has-leaf::before {
    right: 20px;
    top: -5px;
  }
}
.wave-bg.wave-light.has-leaf::before {
  top: 0;
  left: max(15px, calc(50% - 500px));
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .wave-bg.wave-light.has-leaf::before {
    left: 20px;
    top: -5px;
  }
}

/*# sourceMappingURL=regarden.css.map */
