body {
  font-family: sans-serif;
  margin: 0;
  line-height: 1.7;
  color: #333;
}

/* レイアウト */
.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

/* ヘッダー */
.hero {
  text-align: center;
  padding: 30px 20px;
}

.hero img {
  max-width: 100%;
  height: auto;
}

.catch {
  font-size: 1.1em;
  margin: 15px 0;
}

/* ボタン */
.btn {
  display: inline-block;
  padding: 10px 16px;
  margin: 5px;
  background: #2c6ebd;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.btn.secondary {
  background: #666;
}

/* セクション */
.section {
  margin-top: 40px;
}

h2 {
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
}

/* お知らせ */
.news li {
  margin-bottom: 15px;
}

.news time {
  font-weight: bold;
  display: block;
}

/* 地図 */
iframe {
  width: 50%;
  height: auto;
  border: none;
  margin-top: 10px;
}

/* フッター */
footer {
  margin-top: 50px;
  font-size: 0.9em;
  text-align: center;
  color: #666;
}
