@charset "utf-8";
/* Instagram CSS（ヘッダー余白調整済み） */

/* ヘッダーとの余白 */
.instagram-container {
  max-width: 1100px;       /* 元テーブル幅に合わせる */
  margin: 30px auto 0 auto; /* 上に30pxの余白、左右中央寄せ */
  padding: 0 10px;         /* 横の余白 */
}

/* Instagramセクション */
.instagram-section {
  text-align: center;      /* 中央寄せ */
  margin-bottom: 20px;     /* 次のセクションとの間隔 */
}

/* バナー・フッター画像 */
.insta-banner,
.insta-footer {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* LightWidget ウィジェット */
.lightwidget-container {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}

.lightwidget-widget {
  width: 100%;
  border: 0;
  overflow: hidden;
}

/* info画像 */
.info-image {
  text-align: center;
  margin-top: 20px; /* 上にスペース */
}

.info-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
