/* ----------------------------------
  フォントと全体設定
---------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
}

/* ----------------------------------
  ボタン共通スタイル
---------------------------------- */
.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #f9a825;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: background-color 0.3s;
}

.btn:hover {
  filter: brightness(90%);
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

/* ----------------------------------
  Heroセクション
---------------------------------- */
.hero {
  position: relative;
  width: 100vm;
  height: 100vh;
  overflow: hidden;
  background: url('hero.jpg') center/cover no-repeat;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}
.overlay .special-offer {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0;
}

/* Re nov aion ロゴ（文字）のスタイル */
.overlay .co {
  font-family: 'Clicker Script', cursive;
  font-size: 8vw;
  max-width: 70vw;
  white-space: nowrap;
  color: #fff;
 margin: 0; /* 上下の余白を小さく */
}

.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1; /* テキストより下に配置 */
}

.hero {
  position: relative;
}

.hero .logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 180px; /* サイズは調整可能 */
  z-index: 10; /* オーバーレイや背景画像より前面に出す */
}

.hero .logo img {
  width: 100%;
  height: auto;
}


.hero-text h1 {
  font-size: 64px;
  font-family: 'Brush Script MT', cursive;
}

.hero-text .sub-caption {
  font-size: 24px;
  margin-bottom: 10px;
}

.hero-text .description {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

/* Hero内テキストオーバーレイ */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: white;
  text-align: center;
}

.overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.overlay p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.overlay .btn {
  width: fit-content;
}

.btn-offer {
  display: inline-block;
  background-color: #fbc25e;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  border-radius: 20px;
  font-family: sans-serif;
  width: fit-content;
  line-height: 1.3;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: background-color 0.3s;
}

.btn-offer:hover {
  background-color: #e0a944; /* 少し暗めのオレンジ */
  cursor: pointer;
}

.btn-offer .small-text {
  font-size: 14px;
}

.btn-offer .big-text {
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: bold;
}

/* ----------------------------------
  セクション共通
---------------------------------- */
section {
  padding: 80px 20px;
  margin: auto;
}

h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

p {
  text-align: center;
  margin-bottom: 20px;
}

/* ----------------------------------
  紹介セクション
---------------------------------- */
.intro-section {
  padding: 60px 20px;
  background-color: #fff;
}

.intro-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.intro-text {
  flex: 1 1 500px;
}

.intro-text h2 {
  font-size: 28px;
  color: #6b3700;
  font-weight: 700;
  margin-bottom: 20px;
}

.intro-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.intro-image {
  flex: 1 1 400px;
  text-align: center;
}

.intro-image img {
  max-width: 100%;
  height: auto;
}

.intro-cta {
  margin-top: 40px;
  text-align: center;
}

/* ----------------------------------
  割引ボックス
---------------------------------- */
.discount-box {
  background-color: rgba(255,255,255,0.9);
  color: #333;
  padding: 20px;
  border-radius: 12px;
  display: inline-block;
  margin-top: 20px;
}

.discount-box strong {
  font-size: 32px;
  display: block;
  margin: 10px 0;
}

/* ----------------------------------
  支店情報（オフィス）
---------------------------------- */
.offices {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.offices h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #603809;
}

.office {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  text-align: left;
  gap: 20px;
}

.office .map,
.office .info {
  flex: 1 1 45%;
  min-width: 300px;
}

.office h3 {
  font-size: 20px;
  margin-bottom: 16px;
  border-bottom: 2px solid #333;
  display: inline-block;
  padding-bottom: 4px;
}

.office p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}

/* ----------------------------------
  カード表示
---------------------------------- */
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  width: 300px;
  background-color: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
}

.card img {
  width: 100%;
  height: auto;
}

.card h3 {
  font-size: 18px;
  margin: 10px 0;
}

.card p {
  font-size: 16px;
  color: #666;
}

.tag {
  display: inline-block;
  background-color: #fbc02d;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  margin: 10px 0 20px;
  font-size: 14px;
}

/* ----------------------------------
  特徴のポイント
---------------------------------- */
.points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.point {
  width: 260px;
  background: #fff7e6;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.point img {
  width: 50px;
  margin-bottom: 10px;
}

.point h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
/* ----------------------------------
  キャンペーン紹介
---------------------------------- */
section.campaign {
  background-color: #fff3e0;
  text-align: center;
  padding: 40px 20px;
}

section.cta p {
  font-size: 16px;
  margin-bottom: 20px;
}


/* ----------------------------------
  最終CTA
---------------------------------- */
section.cta {
  background-color: #fff;
  text-align: center;
  padding: 40px 20px;
}

section.cta p {
  font-size: 16px;
  margin-bottom: 20px;
}



/* ----------------------------------
  レスポンシブ対応
---------------------------------- */
@media (max-width: 768px) {
  .cards,
  .points {
    flex-direction: column;
    align-items: center;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .overlay h1 {
    font-size: 2rem;
  }

  .overlay p {
    font-size: 1.2rem;
  }

  .overlay .co {
    font-size: 20vw;
  }

  .intro-text h2 {
    font-size: 20px;
  }

  h2 {
    font-size: 22px;
  }

  .hero .logo {
    width: 150px;
    top: 10px;
    right: 10px;
  }
}



/* 最初に表示状態を明示 */
.br-sp {
  display: inline;
}

/* PCでは非表示 */
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
