/* ========================= */
/* 本文中の画像（最大幅500px・中央揃え） */
/* ========================= */
.entry-content img {
  display: block;
  margin: 20px auto;
  max-width: 500px;
  height: auto;
}


/* ========================= */
/* 症状別カード */
/* ========================= */
.symptom-section {
  max-width: 900px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.symptom-card {
  border: 2px solid #1a2a52;
  padding: 15px;
  text-align: center;
  background: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  .symptom-section {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ========================= */
/* 施術紹介（H3の下に画像を置く前提） */
/* ========================= */
.treatment-section {
  max-width: 900px;
  margin: 0 auto 50px;
}

.treatment-block {
  margin-bottom: 50px;
}

.treatment-text h3 {
  margin-bottom: 15px;
}


/* ========================= */
/* 問い合わせボタン */
/* ========================= */
.contact-box {
  text-align: center;
  margin: 50px 0;
}

.contact-btn {
  display: inline-block;
  padding: 15px 25px;
  border: 2px solid #1a2a52;
  color: #1a2a52;
  text-decoration: none;
  font-size: 18px;
}

.contact-btn:hover {
  background: #1a2a52;
  color: #fff;
}

.contact-note {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}


/* ========================= */
/* Googleマップ */
/* ========================= */
.map-wrap iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

@media (max-width: 768px) {
  .map-wrap iframe {
    height: 250px;
  }
}
/* ========================= */
/* 本文中の画像（最大幅500px・中央揃え） */
/* ========================= */
.entry-content img {
  display: block;
  margin: 20px auto;
  max-width: 500px;
  height: auto;
}


/* ========================= */
/* 症状別カード */
/* ========================= */
.symptom-section {
  max-width: 900px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.symptom-card {
  border: 2px solid #1a2a52;
  padding: 15px;
  text-align: center;
  background: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  .symptom-section {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ========================= */
/* 施術紹介（H3の下に画像を置く前提） */
/* ========================= */
.treatment-section {
  max-width: 900px;
  margin: 0 auto 50px;
}

.treatment-block {
  margin-bottom: 50px;
}

.treatment-text h3 {
  margin-bottom: 15px;
}


/* ========================= */
/* 問い合わせボタン */
/* ========================= */
.contact-box {
  text-align: center;
  margin: 50px 0;
}

.contact-btn {
  display: inline-block;
  padding: 15px 25px;
  border: 2px solid #1a2a52;
  color: #1a2a52;
  text-decoration: none;
  font-size: 18px;
}

.contact-btn:hover {
  background: #1a2a52;
  color: #fff;
}

.contact-note {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
/* ========================= */
/* 料金 */
/* ========================= */

.price-section {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.price-box {
  border: 2px solid #1a2a52;
  padding: 25px;
  margin-bottom: 30px;
  background: #fff;
}

.price-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #1a2a52;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

.price-list li:last-child {
  border-bottom: none;
}

.price-sub {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}

.price-note {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}


/* ========================= */
/* Googleマップ */
/* ========================= */
.map-wrap iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

@media (max-width: 768px) {
  .map-wrap iframe {
    height: 250px;
  }
}
