.section {
  padding: 30px 30px;
  background-color: #fdf9f5; /* ごく薄いくすみ橙背景 */
  color: #1a1a1a;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.section-title {
  font-size: 32px;
  margin-bottom: 10px;
  border-bottom: 6px solid #d9a66c; /* くすみ橙のアクセントライン */
  padding-left: 12px;
  color: #1a1a1a;
}

.section-lead {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.section-flow {
  background-color: #fdf8f3; /* くすみ橙ベース */
  padding: 80px 20px;
}

.flow-container {
  max-width: 900px;
  margin: 0 auto;
}

.flow-step {
  margin-bottom: 60px;
  border-left: 4px solid #f28c28; /* 橙色のアクセント */
  padding-left: 20px;
}

.flow-step h3 {
  font-size: 1.4rem;
  color: #333;
}

.flow-visual img {
  display: block;
  max-width: 70%;
  margin: 40px auto 0;
}

.tel-link {
  color: #f28c28;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px dashed #f28c28;
  transition: all 0.2s ease;
}

.tel-link:hover {
  color: #000;
  background-color: #f28c28;
  border-bottom: none;
  padding: 2px 6px;
  border-radius: 6px;
}

/* === テーブルスタイル === */
.price-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border: 1px solid #ddd;
}

.price-table th,
.price-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
}

.price-table thead th {
  background-color: #d9a66c;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  border-right: 1px solid #e6c69a;
}

.price-table tbody tr:nth-child(even) {
  background-color: #faf7f2;
}

.price-table td:last-child {
  color: #555;
  font-style: italic;
}

.area-image {
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
}

.area-image img {
  width: 100%;
  max-width: 750px; /* 最大サイズを制限 */
  height: auto;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#service-plans {
  background-color: #fffaf5;
  padding: 60px 20px;
}

.section-title {
  text-align: center;
  font-size: 2em;
  color: #333;
  margin-bottom: 10px;
}

.section-lead {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.plan-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.plan-card {
  background-color: #fff;
  border: 2px solid #e8c8a1;
  border-left: 6px solid #e8a25c;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 30px 20px;
  width: 100%;
  max-width: 460px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
}

.plan-card h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #222;
}

.plan-card ul {
  list-style: disc inside;
  padding-left: 0;
  color: #444;
  line-height: 1.6;
}

.price-section {
  background-color: #fff9f5;
  padding: 60px 20px;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.section-title {
  font-size: 30px;
  color: #cc6600;
  border-left: 6px solid #cc6600;
  padding-left: 14px;
  margin-bottom: 12px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}


.section-lead {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
}

.price-block {
  margin-bottom: 50px;
}

.price-subtitle {
  font-size: 20px;
  margin-bottom: 12px;
  color: #000;
  border-bottom: 2px solid #cc6600;
  display: inline-block;
  padding-bottom: 4px;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.styled-table thead {
  background-color: #cc6600;
  color: #fff;
}

.styled-table th,
.styled-table td {
  padding: 12px 16px;
  text-align: center;
  border: 1px solid #ddd;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #fdf4ec;
}

.styled-table tbody tr:hover {
  background-color: #fbe7d4;
}

.price-visual {
  margin-top: 100px;
  text-align: center;
}

.price-visual img {
  max-width: 500px;
  width: 90%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.price-visual .caption {
  margin-top: 12px;
  font-size: 14px;
  color: #333;
  font-style: italic;
}

.return-home-banner {
  background-color: #e5a24f; /* くすみ橙 */
  text-align: center;
  padding: 1em;
  margin-top: 3em;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.return-home-banner a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  transition: transform 0.2s ease, background-color 0.2s ease;
  padding: 0.5em 1.5em;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #fffaf5;
}

.return-home-banner a:hover {
  background-color: #ffddb2;
  transform: scale(1.05);
}
