/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2025 | 03:12:23 */
.hero-heading {
  font-size: 3em;          /* もう少し大きく */
  color: #d4af37;          /* ゴールドはそのまま */
  font-weight: 800;        /* より太く */
  letter-spacing: 1.5px;   /* 少し間隔を広げる */
  text-align: center;
  margin-bottom: 0.3em;
}

.subtitle {
  font-size: 1.3em;
  text-align: center;
  color: #e67e22; /* オレンジ */
  margin-bottom: 1.5em;
  font-weight: 600;
}

.lead-text {
  font-size: 1.1em;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 2em;
  color: #2e2e2e; /* 黒に近いグレー */
  text-align: center;
  background-color: #fefaf4; /* 優しいベージュ系背景 */
  padding: 1.5em 1.8em;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
