.elementor-54 .elementor-element.elementor-element-4c43d8b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-4c43d8b *//* --- トップページ専用スタイル（小顔専門・改訂版） --- */

/* 見出しの共通設定：中央寄せ */
.h2-title {
  text-align: center;
  margin-bottom: 30px;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-main);
}

/* 1. ヒーローセクション */
.home-hero {
  height: 90vh;
  min-height: 600px;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 10%;
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}

.hero-catch {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 600px;
  text-align: left;
}
.hero-sub-text {
  font-family: var(--font-en);
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  color: var(--c-gold);
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-main-text {
  font-family: var(--font-heading);
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: 40px;
  text-shadow: 0 5px 15px rgba(0,0,0,0.3);
  font-weight: 500;
}
.hero-main-text span {
  font-size: 0.6em;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

/* 2. 共感メッセージ */
.empathy-section {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
.empathy-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px;
  background-color: #fcfbf9;
  border: 1px solid #f0e6db;
  position: relative;
}
.empathy-lead {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  line-height: 2;
  color: var(--color-main);
  margin-bottom: 30px;
}
.empathy-text {
  font-size: 1.05rem;
  line-height: 2.2;
  color: #555;
  text-align: justify;
}

/* 3. 小顔メソッド（背景上側の余白を拡大） */
.method-section {
  padding: 160px 0 120px; /* 上側の余白を 120px -> 160px へ拡大 */
  background-color: #fdfcfb;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.method-card {
  text-align: center;
  padding: 50px 30px;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
.method-card:hover {
  border-color: var(--c-gold);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(191, 159, 98, 0.2);
}
.method-num {
  font-family: var(--font-en);
  font-size: 3rem;
  color: #e0d8cc;
  line-height: 1;
  margin-bottom: 10px;
}
.method-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--color-main);
  margin-bottom: 15px;
}

/* ボタン（視認性向上：文字に影と太さを追加） */
.btn-large-gold {
  display: inline-block;
  background-color: var(--c-gold);
  color: #fff;
  padding: 20px 80px;
  font-size: 1.3rem;
  border-radius: 50px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(191, 159, 98, 0.3);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* 文字をくっきりさせる */
}
.btn-large-gold:hover {
  background-color: var(--c-brown-light);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(191, 159, 98, 0.4);
}

/* インスタボタン専用（視認性向上） */
.btn-instagram-custom {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-radius: 50px;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* 4. 年代別事例 */
.age-nav-section {
  padding: 100px 0;
  background-color: #f7f3e8;
  color: var(--color-text);
}

.age-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 15px;
}
.age-panel {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.age-panel img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.age-panel:hover img {
  transform: scale(1.1);
}
.age-label {
  position: absolute;
  bottom: 0; left: 0; width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(142, 125, 92, 0.95), rgba(142, 125, 92, 0.7));
  text-align: center;
  z-index: 2;
}
.age-num {
  font-family: var(--font-en);
  font-size: 2.8rem;
  color: #fff;
  display: block;
  line-height: 1;
}
.age-text {
  font-size: 0.85rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/* 5. 店舗情報 */
.salon-info-section {
  padding: 80px 0;
  background-color: #fff;
}
.info-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.info-map {
  flex: 1;
  min-width: 300px;
  min-height: 450px;
}
.info-text {
  flex: 1;
  min-width: 300px;
  padding: 50px;
  background-color: #fdfbf7;
}
.hours-table {
  width: 100%;
  margin-top: 20px;
  font-size: 0.9rem;
  border-collapse: collapse;
}
.hours-table th,.hours-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.hours-table th {
  color: var(--color-main);
  font-weight: normal;
  width: 30%;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .home-hero { padding-left: 0; justify-content: center; height: 80vh; }
  .hero-catch { text-align: center; padding: 20px; }
  .hero-main-text { font-size: 2.2rem; }
  .empathy-box { padding: 40px 20px; border: none; background: #fcfbf9; }
  .method-section { padding: 80px 0 60px; } /* スマホ時も上側の余白を少し確保 */
  .method-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .btn-large-gold { padding: 15px 40px; font-size: 1.1rem; width: 90%; text-align: center; }
  .age-grid { grid-template-columns: repeat(2, 1fr); }
  .age-panel:last-child { grid-column: span 2; height: 200px; }
  .age-panel { height: 200px; }
  .info-text { padding: 30px; }
}/* End custom CSS */