/* ===========================
   About（サロン紹介）セクション
=========================== */
.about {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.about-inner {
  max-width: 800px;
  margin: 0 auto;
}

.about h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #a45c6d;
}

.about p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}


/* ===========================
   About（サロン紹介）セクション：レスポンシブ対応
=========================== */
@media (max-width: 768px) {
  .about h2 {
    font-size: 1.5rem;
  }

  .about p {
    font-size: 0.95rem;
  }
}
