/* ▼▼ 全体のベーススタイル ▼▼ */
#plan2 {
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

/* ▼▼ 見出しスタイル ▼▼ */
#plan2 h3 {
  font-size: 1.4em;
  margin: 1.5em 0 0.8em;
  padding: 0.5em;
  border-left: 6px solid #e67e22;
  background: #fdf5ee;
}

#plan2 h4 {
  font-size: 1.2em;
  margin: 1.2em 0 0.6em;
  padding: 0.4em 0.6em;
  border-bottom: 2px solid #e67e22;
  color: #444;
}

/* ▼▼ 表スタイル共通 ▼▼ */
#plan2 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.95em;
  background: #fff;
}

#plan2 th, 
#plan2 td {
  border: 1px solid #ccc;
  padding: 0.6em 0.8em;
  vertical-align: top;
}

#plan2 th {
  background: #f7f7f7;
  text-align: left;
  font-weight: bold;
}

#plan2 tr:nth-child(even) td {
  background: #fafafa;
}

/* ▼▼ ポイントのテーブル ▼▼ */
#point {
  background: #fffdf8;
}

#point .point-txt {
  font-size: 0.95em;
  color: #444;
}

#point span {
  color: #e67e22;
  font-weight: bold;
}

/* ▼▼ 料金表の見やすさ ▼▼ */
#plan2 .txt-c, 
#plan2 .txt-cb {
  text-align: center;
}

/* ▼▼ 画像をきれいに揃える ▼▼ */
#plan2 .tour-img img {
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* ▼▼ 備考エリア ▼▼ */
#plan2 td[valign="top"] {
  font-size: 0.9em;
  color: #555;
  background: #fdfdfd;
}

/* ▼▼ 強調用クラス（必要に応じて） ▼▼ */
.note {
  color: #d35400;
  font-weight: bold;
  display: block;   /* 強制的に改行 */
}