@charset "UTF-8";
/* =====================================================
   local.css
   ブチアゲSUMMER 2026 追加スタイル
   ※site.css を上書き／補完する用途で使用
   ===================================================== */

/* =====================================================
   is-ended
   イベント終了告知
   ===================================================== */
.is-ended {
  display: block;
  margin: .5em auto 1.5em;
  padding: .5em 1em;
  max-width: 30em;
  background-color: #fdeaea;
  color: #d20000;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 4px;
}

/* 図版キャプション直下などに置く小サイズ版 */
.is-ended.is-ended_sm {
  margin-top: .8em;
  margin-bottom: 0;
  padding: .4em .8em;
  font-size: .85em;
}

@media screen and (max-width: 767px) {
  .is-ended {
    font-size: .9em;
    padding: .5em .8em;
  }
}
