/* ============================================================
   page-eyelash.css — アイラッシュ
   ============================================================ */

.el-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}

/* ============================================================
   コンセプト
   ============================================================ */
.el-concept {
  margin-bottom: 48px;
}

.el-concept-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 40px;
}

.el-concept-img {
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
}

.el-concept-img img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  border-radius: 8px;
}

.el-concept-body {
  flex: 1;
}

.el-concept-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.28em;
  color: #800000;
  margin-bottom: 10px;
}

.el-concept-title {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.el-concept-desc {
  font-size: 13px;
  line-height: 1.9;
  color: #555;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

/* タグ */
.el-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.el-tag {
  font-size: 11px;
  background: #f0ede9;
  padding: 3px 12px;
  border-radius: 20px;
  border: 1px solid #ddd;
  color: #555;
  letter-spacing: 0.04em;
}

.el-concept-sign {
  font-family: var(--font-display);
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.18em;
  color: #aaa;
}

/* 特徴4つ */
.el-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.el-feature-item {
  background: #fff;
  border: 1px solid #e8e4e0;
  border-radius: 8px;
  padding: 20px;
}

.el-feature-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #800000;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.el-feature-item p {
  font-size: 13px;
  line-height: 1.8;
  color: #444;
}

/* ============================================================
   注意事項
   ============================================================ */
.el-important {
  margin-bottom: 48px;
}

.el-notice-box {
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 20px;
}

.el-notice-box--red {
  border: 2px solid #800000;
  background: #fff;
}

.el-notice-box--dark {
  border: 2px solid #333;
  background: #fff;
}

.el-notice-title {
  font-size: 15px;
  font-weight: 700;
  color: #800000;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0ede9;
  letter-spacing: 0.04em;
}

.el-notice-title--dark {
  color: #1a1a1a;
}

.el-notice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}

.el-notice-list li {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  padding-left: 16px;
  position: relative;
}

.el-notice-list li::before {
  content: '■';
  position: absolute;
  left: 0;
  color: #800000;
  font-size: 10px;
  top: 4px;
}

.el-notice-note {
  font-size: 12px;
  color: #c00;
  font-weight: 700;
  margin-top: 12px;
}

.el-notice-text {
  font-size: 14px;
  line-height: 2;
  color: #333;
}

/* ============================================================
   メニュー
   ============================================================ */
.el-menu {
  margin-bottom: 48px;
}

.el-menu-head {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #1a1a1a;
  padding: 10px 16px;
  border-radius: 2px;
  margin-bottom: 0;
}

.el-menu-head small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  opacity: 0.7;
}

.el-menu-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}

.el-menu-table tr {
  border-bottom: 1px solid #eee;
}

.el-menu-table th {
  width: 32%;
  padding: 20px 16px;
  background: #faf9f7;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.el-menu-table th small {
  font-size: 11px;
  font-weight: 400;
  color: #888;
  display: block;
  margin-top: 2px;
}

.el-menu-table td {
  padding: 20px 16px;
  text-align: right;
  vertical-align: top;
}

.el-price-sub {
  display: block;
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}

.el-price-main {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: #800000;
  letter-spacing: 0.04em;
}

.el-price-desc {
  display: block;
  font-size: 12px;
  color: #666;
  text-align: left;
  line-height: 1.7;
  margin-top: 10px;
}

/* ============================================================
   アフターケア商品
   ============================================================ */
.el-aftercare {
  margin-bottom: 48px;
}

.el-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.el-product-card {
  border: 1px solid #e8e4e0;
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
  background: #faf9f7;
}

.el-product-name {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.7;
  margin-bottom: 10px;
  min-height: 3.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-product-price {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: var(--font-display);
}

/* ============================================================
   スタッフ
   ============================================================ */
.el-staff {
  margin-bottom: 48px;
}

.el-staff-grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.el-staff-card {
  width: 200px;
  text-align: center;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.el-staff-img {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f0ede9;
}

.el-staff-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.el-staff-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  padding: 10px 8px 4px;
}

.el-staff-position {
  font-size: 11px;
  color: #800000;
  letter-spacing: 0.04em;
  padding: 0 8px 4px;
}

.el-staff-shop {
  font-size: 11px;
  color: #888;
  letter-spacing: 0.04em;
  padding: 0 8px 12px;
}

/* ============================================================
   サロンリスト
   ============================================================ */
.el-salons {
  margin-bottom: 48px;
}

.el-salon-card {
  margin-bottom: 32px;
}

.el-salon-head {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #1a1a1a;
  padding: 10px 16px;
  border-radius: 2px;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}

.el-salon-head small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  opacity: 0.7;
}

.el-salon-body {
  display: flex;
  gap: 24px;
  background: #fff;
  border: 1px solid #e8e4e0;
  border-radius: 8px;
  padding: 20px;
}

.el-salon-img {
  width: 200px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}

.el-salon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.el-salon-info {
  flex: 1;
}

.el-salon-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.el-salon-table th {
  width: 80px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  padding: 7px 8px;
  vertical-align: top;
  white-space: nowrap;
}

.el-salon-table td {
  font-size: 13px;
  color: #1a1a1a;
  padding: 7px 8px;
  line-height: 1.7;
}

.el-salon-table td a {
  color: #1a1a1a;
  text-decoration: none;
}

.el-salon-table td a:hover {
  color: #800000;
}

.el-salon-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.el-salon-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 8px 20px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.el-salon-btn:hover { opacity: 0.8; }

.el-salon-btn--detail {
  background: #1a1a1a;
  color: #fff;
}

.el-salon-btn--rsv {
  background: #800000;
  color: #fff;
}

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 768px) {
  .el-concept-inner {
    flex-direction: column;
    gap: 28px;
  }

  .el-features {
    grid-template-columns: 1fr;
  }

  .el-notice-list {
    grid-template-columns: 1fr;
  }

  .el-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-salon-body {
    flex-direction: column;
  }

  .el-salon-img {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .el-menu-table th,
  .el-menu-table td {
    display: block;
    width: 100%;
  }

  .el-menu-table td {
    text-align: left;
    padding-top: 0;
  }

  .el-products {
    grid-template-columns: 1fr 1fr;
  }

  .el-staff-card {
    width: 160px;
  }
}
