.guide .icon_off {
  padding-left: 40px;
}
.guide .icon_off:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f5bdbd;
  border: #CCC solid 1px;
  padding-right: 10px;
}
.guide .h3_year {
  width: 660px;
  line-height: 25px;
  padding-top: 4px;
  margin-bottom: 10px;
  background-color: #d8e9f8;
  font-size: 15px;
  text-align: center;
}
.guide .h3_year .number {
  font-size: 19px;
}

.guide .calendar-wrap {
  margin: 0 auto;
  max-width: 660px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  position: relative;
}
.guide .calendar {
  width: 100%;
  border-collapse: collapse;
}
.guide .calendar th,
.guide .calendar td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
}
.guide .calendar th {
  padding: 2px 3px;
}
.guide .calendar .month {
  font-size: 19px;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  line-height: 25px;
  padding-top: 20px;
}
.guide .calendar .number {
  font-size: 30px;
}

.guide .calendar .dayOfTheWeek {
  font-size: 17px;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none; 
}
.guide .calendar .sun {
  color: #dd0000;
}
.guide .calendar .mute {
  color: #aaa;
}
.guide .calendar .today {
  background-color: #7d7d7d;
}
.guide .calendar .off {
  color: #DD0000;
  background-color: #fadcdb;
}
.guide .calendar .off_base {
  background-color: #fadcdb;
}
.guide .calendar .off_txt {
  color: #DD0000;
}
.guide .calendar .off_shipping {
  color: #DD0000;
  background-color: #CCC;
}
.guide .calendar .off_shipping_ex {
  background-color: #CCC;
}
.guide .calendar-wrap .cover {
    display: flex;
    width: 214px;
    height: 132px;
    background: rgb(223 223 223 / 73%);
    color: #848484;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

