/* Noto Serif JP フォント統一 */
:root {
  --font-noto-serif: "Noto Serif JP", serif;
  --font-grotesk: "Noto Serif JP", serif;
  --font-garamond: "Noto Serif JP", serif;
}

body,
html {
  font-family: "Noto Serif JP", serif;
}

/* すべての要素にNoto Serif JPを適用 */
body * {
  font-family: inherit;
}

/* 入力フォーム */
input,
button,
textarea,
select {
  font-family: "Noto Serif JP", serif;
}

/* ヘッダー、フッター、ボタン等 */
.site-header,
.site-footer,
.button,
.menu-item,
h1, h2, h3, h4, h5, h6,
p, span, a, li {
  font-family: "Noto Serif JP", serif;
}

/* ========================================
   地図セクション - map-section-8472
   ======================================== */
.map-section-8472 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.map-section-8472 iframe {
  width: 100%;
  height: 400px;
  border: none;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.map-section-8472 iframe:hover {
  filter: grayscale(50%);
}

@media (max-width: 768px) {
  .map-section-8472 iframe {
    height: 300px;
  }
}

/* ========================================
   トップ画像セクション - hero-section-4728
   ======================================== */
.hero-section-4728 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  height: 85vh;
  min-height: 500px;
  max-height: 900px;
}

.hero-section-4728 picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-image-4728 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* トップ動画 - PC/SP 切り替え */
.hero-section-4728 .hero-video-4728 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-video-pc-4728 {
  display: block;
}
.hero-video-sp-4728 {
  display: none;
}
@media (max-width: 768px) {
  .hero-video-pc-4728 {
    display: none;
  }
  .hero-video-sp-4728 {
    display: block;
  }
}

@media (max-width: 768px) {
  .hero-section-4728 {
    height: 60vh;
    min-height: 350px;
    max-height: 600px;
  }
}

/* テキストオーバーレイ */
.hero-content-4728 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  width: 90%;
  max-width: 800px;
}

.hero-heading-4728 {
  margin-bottom: 1.5rem;
}

.hero-heading-pre-4728 {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-heading-main-4728 {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.hero-text-4728 {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-button-4728 {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.hero-button-4728:hover {
  background-color: #fff;
  color: #333;
}

@media (max-width: 768px) {
  .hero-heading-pre-4728 {
    font-size: 1rem;
  }

  .hero-heading-main-4728 {
    font-size: 2rem;
  }

  .hero-text-4728 {
    font-size: 0.875rem;
  }

  .hero-button-4728 {
    padding: 0.75rem 2rem;
    font-size: 0.75rem;
  }
}

/* ========================================
   ヘッダー背景修正 - 暗い背景を適用
   ======================================== */
.site-header.site-header--home {
  background: linear-gradient(to right, #070c18 0%, #171e2a 50%, #273246 100%);
}

/* ========================================
   スマホ時のロゴサイズ調整
   ======================================== */
@media (max-width: 768px) {
  .site-header__logo--mobile {
    width: 6rem;
    height: auto;
  }
}

/* ========================================
   フッター3カラムレイアウト - footer-3col-5839
   ======================================== */
.footer-3col-5839 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  align-items: start;
}

.footer-col-left-5839 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-col-center-5839 {
  justify-self: center;
}

.footer-col-right-5839 {
  text-align: right;
  justify-self: end;
}

.footer-company-name-5839 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.footer-address-5839 {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
}

.footer-address-5839 a {
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-address-5839 a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-3col-5839 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col-left-5839 {
    align-items: center;
  }

  .footer-col-center-5839 {
    justify-self: center;
  }

  .footer-col-right-5839 {
    text-align: center;
    justify-self: center;
  }
}

/* ========================================
   お客様の声 星評価 - star-rating-6291
   ======================================== */
.star-rating-6291 {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.star-rating-6291 .star {
  color: #FFD700;
  font-size: 1.25rem;
}


