/* Footer - 見本サイト注意書きのみ (classes suffix 2847) */

/* フォント統一: Noto Serif JP（アイコン系フォントは除外） */
:root {
  --title-font: "Noto Serif JP", serif;
  --text-font: "Noto Serif JP", serif;
  --text-font2: "Noto Serif JP", serif;
}

body,
.page-wrapper,
.page-wrapper *:not([class~="fa"]):not([class~="fas"]):not([class~="far"]):not([class~="fab"]):not([class~="fal"]):not([class~="fad"]):not(.icon):not([class*="lnr-icon"]):not(.slick):not([class*="flaticon"]):not([class*="swiper-icons"]) {
  font-family: "Noto Serif JP", serif;
}

/* バナー：「当店のこだわり」上のロゴを非表示 (2847) */
.banner-section .content-box .sub-title::before {
  display: none;
}

/* About：焙煎・スイーツアイコン画像 (2847) - 画像と文字の間に余白・改行崩れ防止 */
.about-section .info-block .inner.about-inner-icon-2847 {
  padding-left: 110px;
}

.about-section .info-block .inner.about-inner-icon-2847 .title {
  min-width: 8em;
  line-break: normal;
  overflow-wrap: normal;
}

.about-section .outer-box .info-block {
  min-width: 0;
  flex: 1 1 200px;
}

.about-icon-wrap-2847 {
  display: block;
  margin-bottom: 12px;
  margin-right: 24px;
}

.about-icon-img-2847 {
  display: block;
  width: 100%;
  max-width: 80px;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .about-section .info-block .inner.about-inner-icon-2847 {
    padding-left: 140px;
  }

  .about-icon-wrap-2847 {
    margin-right: 28px;
  }

  .about-icon-img-2847 {
    max-width: 100px;
  }
}

/* 動画セクション：「店内の雰囲気を／動画でご紹介。」の行間・サブタイトル白 (2847) */
.video-section .sec-title-two h2 {
  line-height: 1.2;
}

.video-section .sec-title-two .sub-title {
  color: #fff;
}

/* 予約セクション：フォームを大きな画像に・お問い合わせボタン (2847) */
.booking-form-column .inner-column.booking-image-wrap-2847 {
  padding: 0;
  margin-top: 0;
}

.booking-form-column .inner-column.booking-image-wrap-2847::before,
.booking-form-column .inner-column.booking-image-wrap-2847::after {
  display: none;
}

.booking-image-wrap-2847 {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.booking-image-2847 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  position: relative;
  z-index: 1;
}

.booking-section .booking-btn-wrap-2847 {
  margin-top: 24px;
}

.booking-section .booking-btn-wrap-2847 .theme-btn {
  border: 0;
}

.booking-section .booking-btn-wrap-2847 .theme-btn:before {
  background: #000;
}

.booking-section .booking-content-column .sec-title.white .sub-title,
.booking-section .booking-content-column p {
  color: #fff;
}

/* おすすめメニュー：画像なし・料金表示・メニュー名と価格の間に破線 (2847) */
.pricing-section.pricing-menu-2847 .pricing-block .inner-box .content-box {
  padding: 20px 0;
}

.pricing-section.pricing-menu-2847 .menu-title-row-2847 {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 8px;
}

.pricing-section.pricing-menu-2847 .menu-title-row-2847 span::before {
  display: none;
}

.pricing-section.pricing-menu-2847 .menu-name-2847 {
  flex-shrink: 0;
}

.pricing-section.pricing-menu-2847 .menu-dots-2847 {
  flex: 1;
  min-width: 12px;
  height: 0;
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.35);
  align-self: flex-end;
  opacity: 1;
}

.pricing-section.pricing-menu-2847 .menu-price-2847 {
  flex-shrink: 0;
  margin-left: 0;
  font-weight: 600;
  color: var(--theme-color1, #c9a962);
}

/* 当店の特徴：画像 600×400 表示 (2847) */
.service-icon-wrap-2847 {
  display: block;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 20px;
}

.service-icon-img-2847 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* お客様の声：星を文字★で表示 (2847) */
.rating-star-2847 {
  display: inline-block;
  color: var(--review-color, #ffc737);
  font-size: 16px;
  line-height: 1;
}

/* お知らせ：「続きを読む」の矢印を文字で表示 (2847) */
.read-more-arrow-2847 {
  margin-left: 0.25em;
}

/* モバイルメニュー：アイコン削除分を左寄せ (2847) */
.mobile-menu .contact-list-one li {
  padding-left: 0;
  min-height: 0;
}

.mobile-menu .contact-list-one li .contact-info-box .title {
  margin-bottom: 4px;
}

/* メインヘッダー白ロゴをブラウン（sticky）と同じ大きさに */
.main-header .main-box .logo-box .logo img {
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.footer-logza-info-inner-2847 .post-info {
  margin-bottom: 8px;
}

.footer-logza-info-inner-2847 .post-info:last-child {
  margin-bottom: 0;
}

.footer-logza-contact-link-2847 {
  color: #adadad;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-logza-contact-link-2847:hover {
  color: var(--theme-color-light, #fff);
}

.footer-logza-bottom-2847 {
  background-color: var(--theme-color-dark);
}

.footer-logza-bottom-2847 .inner-container {
  background-color: transparent;
}

/* Map embed - フッター上 (2847) */
.map-section-2847 {
  line-height: 0;
}

.map-embed-wrap-2847 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 28%;
  overflow: hidden;
}

.map-embed-wrap-2847 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .map-embed-wrap-2847 {
    padding-bottom: 38%;
  }
}

/* トップバナー動画 (2847) - PC 1920×1080 / SP 1080×1920 */
.banner-section .banner-video-wrap-2847 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner-section .banner-video-wrap-2847 .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  min-width: 700px;
}

.banner-video-pc-2847,
.banner-video-sp-2847 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.banner-video-pc-2847 {
  display: block;
}

.banner-video-sp-2847 {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner-section .banner-video-wrap-2847 .content-box {
    min-width: auto;
    padding: 0 20px;
  }

  .banner-video-pc-2847 {
    display: none;
  }

  .banner-video-sp-2847 {
    display: block;
    object-fit: cover;
  }
}
