@charset 'UTF-8';

/*--------------------------------------------------------------------
// ume2026
--------------------------------------------------------------------*/
body#ume .bg-wrap::after {
  background: url("../img/stamp_ume_2026.png") no-repeat;
  background-size: contain; }


#calendar ul::before {
  background: url("../img/ume-calendar_mobile.svg") no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  #calendar ul::before {
  background: url("../img/ume-calendar_pc.svg") no-repeat;
  background-size: 100%;
  }
}


#calendar .day201 a::before {
  background: url("../img/day_260201-s.jpg") no-repeat;
  background-size: cover;
}