@charset "utf-8";

/* intro-table（自己紹介ページのプロフィール表） */
.intro-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff7fc;
  border: 2px solid #f7cfe8;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.intro-table th,
.intro-table td {
  padding: 12px 16px;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.6;
}

.intro-table th {
  background: #fce9f5;
  color: #d88fb8;
  font-weight: 600;
  width: 30%;
  border-bottom: 1px solid #f7cfe8;
}

.intro-table td {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #f7e3f2;
}

/* 最後の行だけボーダーを消す */
.intro-table tr:last-child th,
.intro-table tr:last-child td {
  border-bottom: none;
}

/* ================================
   ivy's vie 料金ページ CSS
================================ */

.price-section {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 20px 15px 60px;
  line-height: 1.8;
  color: #444;
  font-size: 16px;
}

/* タイトル */
.price-title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 35px;
  color: #d36c9b;
  letter-spacing: 1px;
}

/* ブロック */
.price-block {
  margin-bottom: 50px;
}

/* 見出し */
.price-heading {
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #f3a7c1;
  color: #c85f8f;
}

/* テーブル */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.price-table th,
.price-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #f2e6ea;
}

.price-table th {
  background: #fbe8f0;
  color: #b84f7f;
  font-weight: bold;
  text-align: left;
}

.price-table tr:last-child td {
  border-bottom: none;
}

.price-table tr:hover td {
  background: #fff7fb;
  transition: 0.2s;
}

/* 注釈 */
.price-note {
  margin-bottom: 20px;
  color: #666;
}

/* リスト */
.price-list {
  margin: 10px 0 25px 20px;
}

.price-list li {
  margin-bottom: 8px;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .price-section {
    padding: 10px 5px 40px;
    font-size: 15px;
  }

  .price-title {
    font-size: 22px;
  }

  .price-heading {
    font-size: 18px;
  }

  .price-table th,
  .price-table td {
    font-size: 14px;
  }
}

/* ================================
   Base
================================ */
body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #444;
  background: #fff;
  margin: 0;
  padding: 0;
}

section {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

h1, h2, h3 {
  font-weight: 600;
  color: #333;
}

/* ================================
   Headings
================================ */
h1 {
  font-size: 1.9rem;
  margin-bottom: 10px;
  text-align: center;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-left: 6px solid #f7b7c7;
  padding-left: 12px;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

/* ================================
   Table (料金表)
================================ */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

thead {
  background: #fce8ee;
}

th, td {
  padding: 14px 16px;
  text-align: left;
  font-size: 0.95rem;
}

tbody tr:nth-child(even) {
  background: #fafafa;
}

.note {
  font-size: 0.85rem;
  color: #777;
  margin-top: 10px;
}

/* ================================
   Plans (カードデザイン)
================================ */
.plan {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 28px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  border-left: 6px solid #f7b7c7;
}

.plan .price {
  font-size: 1.1rem;
  color: #d86a8a;
  font-weight: bold;
  margin-left: 8px;
}

.plan ul {
  margin-top: 12px;
  padding-left: 20px;
}

.plan ul li {
  margin-bottom: 6px;
}

/* ================================
   Options
================================ */
#options ul {
  padding-left: 20px;
}

#options ul li {
  margin-bottom: 6px;
}

/* ================================
   Flow (依頼の流れ)
================================ */
#flow ol {
  padding-left: 20px;
}

#flow ol li {
  margin-bottom: 10px;
}

/* ================================
   Message
================================ */
#message p {
  background: #fff7fa;
  padding: 20px;
  border-radius: 12px;
  border-left: 6px solid #f7b7c7;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  line-height: 1.9;
  text-align: center;
}

/* ================================
   Responsive
================================ */
@media (max-width: 600px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.2rem; }

  table th, table td {
    font-size: 0.85rem;
    padding: 10px;
  }

  .plan {
    padding: 18px;
  }
}

