@charset "utf-8";

.xo-event-calendar {
  overflow: visible;
}
.xo-event-calendar .calendars {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .xo-event-calendar .calendars {
    display: block;
  }
}
.xo-event-calendar .calendar {
  width: 48%;
  padding: 15px 15px 1px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1100px) {
  .xo-event-calendar .calendar {
    width: 100%;
    margin-top: 20px;
  }
}
.xo-event-calendar table.xo-month {
  border: 0;
}
.xo-event-calendar table.xo-month .month-header>span {
  font-size: 1.25rem;
}
.xo-event-calendar table.xo-month button {
  display: none;
}
.xo-event-calendar table.xo-month>thead th {
  border-width: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 2.5em;
}
.calendar_hirato .xo-event-calendar table.xo-month>thead th.sunday {
  color: #6DB27F;
}
.calendar_yagihashi .xo-event-calendar table.xo-month>thead th.sunday {
  color: #E9B800;
}
.xo-event-calendar table.xo-month>thead th.saturday {
  color: #000;
}
.xo-event-calendar table.xo-month td, .xo-event-calendar table.xo-month th {
  border: 0;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  padding-top: 10px;
  text-align: center;
}
.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 0;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #333;
  font-weight: normal;
}
.xo-event-calendar .holiday-titles {
  display: none;
}
.xo-event-calendar table.xo-month .month-dayname-space {
  height: 1.2em;
}
