@charset "UTF-8";
.ttl {
  padding-bottom: 38px;
}
.ttl .ttlTxt {
  color: #565656;
}
@media screen and (max-width: 920px) {
  .ttl {
    padding-bottom: 40px;
  }
}

.block-title {
  align-items: center;
  font-size: 16px;
  font-family: "Shippori Mincho", sans-serif;
  color: #565656;
  font-weight: 400;
}
.block-title .line {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  height: 1px;
  background: rgba(112, 112, 112, 0.4);
}

.c-block * {
  color: #707070;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 190%;
}
.c-block img {
  padding-bottom: initial;
}
.c-block {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-block {
    padding-bottom: 50px;
  }
}
.c-block.c-block-highlights-image .c-block__container {
  display: grid;
  gap: 45px;
}
.c-block.c-block-highlights-image .c-block__item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: 0fr 1fr;
  row-gap: 27px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.c-block.c-block-highlights-image .c-block__item .inner {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
}
.c-block.c-block-highlights-image .c-block__item .c-block__image-area {
  grid-column: 2;
  grid-row: 1/3;
}
.c-block.c-block-highlights-image .c-block__item .c-block__image-area img {
  width: 100%;
  max-width: initial;
  height: auto;
}
.c-block.c-block-highlights-image .c-block__item .c-block__number,
.c-block.c-block-highlights-image .c-block__item .c-block__sub-title {
  font-family: "Shippori Mincho", sans-serif;
  color: #565656;
  line-height: 190%;
  font-size: clamp(18px, 1.39vw, 20px);
  font-weight: 400;
}
.c-block.c-block-highlights-image .c-block__item .c-block__number {
  padding-bottom: 0;
}
.c-block.c-block-highlights-image .c-block__item .c-block__text {
  font-size: 13px;
  color: #707070;
  padding-left: 38px;
  line-height: 190%;
}
@media screen and (max-width: 767px) {
  .c-block.c-block-highlights-image .c-block__item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0px;
  }
  .c-block.c-block-highlights-image .c-block__item .inner {
    padding-bottom: 18px;
  }
  .c-block.c-block-highlights-image .c-block__item .c-block__image-area {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 5px;
  }
  .c-block.c-block-highlights-image .c-block__item .c-block__sub-title, .c-block.c-block-highlights-image .c-block__item .c-block__number {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .c-block.c-block-highlights-image .c-block__item .c-block__text {
    padding: 0;
  }
}
.c-block.c-block-highlights-text.head_only {
  padding-bottom: 0;
}
.c-block.c-block-highlights-text.head_only .ttl {
  padding-bottom: 10px;
}
.c-block.c-block-highlights-text .c-block__item {
  margin-left: 0px;
  font-size: 13px;
}
.c-block.c-block-highlights-text .c-block__item .c-block__sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  font-family: "Shippori Mincho", sans-serif;
  padding-bottom: 12px;
  color: #565656;
}
.c-block.c-block-highlights-text .c-block__item .c-block__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 190%;
  padding-bottom: 40px;
}
.c-block.c-block-highlights-text .c-block__item:last-of-type .c-block__text {
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .c-block.c-block-highlights-text .c-block__item .c-block__text {
    padding-bottom: 32px;
  }
}
.c-block.c-block-list .c-block__container-list {
  text-indent: -1em;
  padding-left: 1em;
}
.c-block.c-block-list .c-block__list-item {
  margin-left: 0px;
  font-size: 13px;
}
.c-block.c-block-slider .sub-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 16px;
  padding-bottom: 14px;
  font-weight: 400;
  color: #565656;
}

.c-block-gallery {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
.c-block-gallery .main-swiper {
  margin-bottom: 18px;
}
.c-block-gallery .main-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.c-block-gallery .main-swiper .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-block-gallery .thumb-swiper {
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.c-block-gallery .thumb-swiper .swiper-slide {
  width: calc((100% - 148px - 0px) / 4);
  height: auto; /* 必要に応じて調整 */
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 190/120;
  overflow: hidden;
}
.c-block-gallery .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.c-block-gallery .thumb-swiper .swiper-slide img {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-block-gallery .thumb-swiper .swiper-button-next,
.c-block-gallery .thumb-swiper .swiper-button-prev {
  background: #f8f8f3;
  width: 45px;
  height: 100%;
  top: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-block-gallery .thumb-swiper .swiper-button-next.swiper-button-disabled,
.c-block-gallery .thumb-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.c-block-gallery .thumb-swiper .swiper-button-next.swiper-button-disabled::after,
.c-block-gallery .thumb-swiper .swiper-button-prev.swiper-button-disabled::after {
  opacity: 0.35;
}
.c-block-gallery .thumb-swiper .swiper-button-next::after,
.c-block-gallery .thumb-swiper .swiper-button-prev::after {
  content: "";
  width: 8px;
  height: 8px;
  transition: opacity 0.3s;
  border-top: 1px solid #565656;
  border-right: 1px solid #565656;
  font-size: 0;
  font-weight: normal;
}
.c-block-gallery .thumb-swiper .swiper-button-prev {
  left: 0;
}
.c-block-gallery .thumb-swiper .swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-right: -4px;
}
.c-block-gallery .thumb-swiper .swiper-button-next {
  right: 0;
}
.c-block-gallery .thumb-swiper .swiper-button-next::after {
  transform: rotate(45deg);
  margin-left: -4px;
}

@media screen and (max-width: 767px) {
  .main-swiper {
    margin-bottom: 5px;
  }
  .thumb-swiper .swiper-slide {
    width: calc((100% - 112px - 4px) / 4) !important;
  }
}
.c-block-img .contentGrid .contentGridWrap .content .pc_img, .c-block-img .contentGrid .contentGridWrap .content .sp_img {
  background: #ffffff;
  padding: 20px;
}
.c-block-img .contentGrid .contentGridWrap .content .pc_img img {
  width: 100%;
  height: auto;
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .c-block-img .contentGrid .contentGridWrap .content {
    text-align: center;
  }
  .c-block-img .contentGrid .contentGridWrap .content .pc_img img,
  .c-block-img .contentGrid .contentGridWrap .content .sp_img img {
    max-width: 100%;
    height: auto;
  }
}
.c-block-map .map-wrap {
  aspect-ratio: 980/430;
  width: 100%;
  height: 100%;
}
.c-block-map .map-wrap iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c-block-map .map-wrap {
    aspect-ratio: 1/1;
  }
}
.c-block-reservation .infoArea {
  margin-bottom: 32px;
}
.c-block-reservation .infoArea * {
  font-family: "Shippori Mincho", sans-serif;
}
.c-block-reservation .infoArea .select_tx {
  font-size: 16px;
  padding-bottom: 28px;
}
.c-block-reservation .infoArea .select_tx span {
  font-size: 16px;
  color: #A8243A;
}
.c-block-reservation .infoArea p {
  font-size: 12px;
  color: #8E8E8E;
}

.js-swiper-section {
  /* Swiper本体 */
}
.js-swiper-section .comSwiper {
  overflow: hidden;
  width: 100%;
}
.js-swiper-section .comSwiper .swiper-slide {
  height: auto;
}
.js-swiper-section .comSwiper .swiper-slide .imgArea {
  overflow: hidden;
  width: 100%;
}
.js-swiper-section .comSwiper .swiper-slide .imgArea .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: initial;
}
.js-swiper-section .comSwiper .swiper-slide {
  /* テキスト */
}
.js-swiper-section .comSwiper .swiper-slide .slide-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  font-family: "Shippori Mincho", sans-serif;
  color: #565656;
}
.js-swiper-section .comSwiper .swiper-slide .slide-content p {
  font-size: 12px;
  color: #8E8E8E;
  padding-bottom: initial;
}
.js-swiper-section {
  /* コントロール（スクロールバーとボタン） */
}
.js-swiper-section .controls-wrapper {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  /* スクロールバー */
}
.js-swiper-section .controls-wrapper .swiper-scrollbar {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: calc(100% - 70px) !important;
  /* ボタンの幅分引く */
  height: 2px !important;
  background: #e5e5e5 !important;
}
.js-swiper-section .controls-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #707070 !important;
}
.js-swiper-section .controls-wrapper {
  /* ナビボタン */
}
.js-swiper-section .controls-wrapper .nav-buttons {
  display: flex;
  gap: 10px;
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom {
  width: 24px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #CACACA;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #999;
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom:hover {
  background-color: #f0f0f0;
  color: #333;
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom svg {
  width: 6px;
  height: auto;
  fill: currentColor;
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom {
  /* Swiperの無効状態（Swiperがこのclassを付与する想定） */
}
.js-swiper-section .controls-wrapper .nav-buttons .swiper-button-custom.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}/*# sourceMappingURL=lazyblocks_style.css.map */