.sunday {
  color: #ff7070;
  background-color: #fffaf0;
  width: 14%;
}

.saturday {
  color: #5577ff;
  background-color: #f0faff;
  width: 14%;
}

.holiday {
  color: #ff0000;
  background-color: #ffeedd;
  width: 14%;
}

.workday {
  color: #666666;
  background-color: #fcfcfc;
  width: 14%;
}

.calendar_date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.calendar {
  border-collapse: collapse;
  line-height: 1.2em;
  margin-top: 10px;
}

.calendar tr, .calendar td, .calendar th {
  text-align: center;
  vertical-align: top;
  line-height: 1.1em;
  border: 1px solid #999999;
}
.calendar td, .calendar th {
  width: 14.28%;
}

.reserve_ok {
  cursor: pointer;
  font-weight: normal;
  color: #666666;
  background-color: #ffffff;
  height: 25px;
  padding-top: 4px;
}
.fa-circle-o {
  color: #12c262;
  margin-left: 4px;
  margin-right: 4px;
}
.fa-remove, .glyphicon-remove {
  margin-left: 4px;
  margin-right: 4px;
}

.reserve_ng {
  font-weight: normal;
  color: #666666;
  height: 25px;
  padding-top: 4px;
}

.selected_reserve {
  color: #ffffff !important;
  background-color: #009140;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
}

#first_month {
  font-size: 1.2em;
  font-weight: bold;
}

#second_month {
  font-size: 1.2em;
  font-weight: bold;
}

.cautions {
  font-size: 0.8em;
}

.sp-layout {
  display: none;
}

.calendar-btn {
  margin-left: 10px;
}

@media (min-width: 768px) {
  div.flexbox .row {
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
  }
  .sp-min {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .sp-layout {
    display: block;
  }

  .pc-layout {
    display: none;
  }
  .sp-no {
    display: none;
  }
  .reserve_ok {
    height: 45px;
    border: 1px solid #cccccc;
    border-radius: 2px;
  }
  .reserve_ng {
    height: 45px;
  }
  .sp-min {
    display: block;
    font-size: 9px;
  }
}
