/* メラニンケア ページ固有のスタイル
共通の料金表は pages/treatment-pricing.css にあります */

.menu-column {
  background: #f8f9fa;
  font-weight: 600;
  color: #2c3e50;
  width: 60%;
  text-align: left;
  padding-left: 25px;
}

.price-column {
  font-size: 1.2rem;
  font-weight: 700;
  color: #dc3545;
  width: 40%;
}

.special-price {
  text-decoration: line-through;
  color: #6c757d;
  font-size: 0.9rem;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .menu-column {
    padding-left: 15px;
    width: 55%;
  }

  .price-column {
    width: 45%;
  }
}
