@charset "UTF-8";
/* 全体の基本設定 */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", MeiKei, sans-serif;
  line-height: 1.6;
  color: #333333;
  margin: 0;
  padding: 16px;
  background-color: #f9f9f9;
}

/* メインコンテンツ容器 */
.container {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* タイトル・見出し設定 */
h1 {
  font-size: 24px;
  color: #1a365d;
  border-bottom: 2px solid #3182ce;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

h2 {
  font-size: 18px;
  color: #2b6cb0;
  margin-top: 24px;
  margin-bottom: 8px;
  border-left: 4px solid #3182ce;
  padding-left: 8px;
}

/* 段落・テキスト */
p {
  margin: 0 0 16px 0;
  font-size: 15px;
}

/* リスト・事業内容などの箇条書き */
ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

li {
  margin-bottom: 6px;
}

/* 地図（iframe）のレスポンシブ対応 */
iframe {
  width: 100%;
  max-width: 100%;
  height: 250px;
  border: 0;
  border-radius: 6px;
  margin-top: 8px;
}

/* フッター・営業時間エリア */
footer {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  font-size: 14px;
  color: #4a5568;
}