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

.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

/* 見出し */
h1 {
  font-size: 1.6em;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.3em;
  margin-top: 30px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

/* チラシ */
.flier img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* イベント情報 */
.event {
  margin-top: 20px;
  font-size: 1.05em;
}

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

.btn.secondary {
  background: #666;
}

/* 強調 */
.highlight {
font-size: 120%;
  font-weight: bold;
  color: #c0392b;
}

/* アクセス */
iframe {
  width: 100%;
  height: 300px;
  border: none;
  margin-top: 10px;
}

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