@charset"utf-8";
:root {
    --blue: #19306e;
    --yellow: #f8b100;
    --brown: #431f02;
    --beige: #f2ede9;
    --brown2: #431f02;
    --rightbeige: #fdfdfc;
}
.content {
    position: relative;
    z-index:999
}
.hibiscus {
    position: fixed;
    height: fit-content;
    right: 10px;
    bottom: 10px;
}
.hibiscus > img {
    height: 120px;
    width: fit-content;
}
.pageTitle {
    margin-top: 100px;
    text-align: center;
}
.pageTitle > h1 {
    color: var(--brown);
     font-size: 30px;
}
.explain {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    margin: 50px 0 50px 0;
}
.explain > p {
    font-size: 12px;
    color: var(--brown);
}
#calendar {
    margin-top: 100px;
    width: 100%;
    margin: 0 auto;
}
.fc, .fc *, .fc ::after, .fc ::before {
    font-size: 12px;
}
.fc .fc-toolbar-title {
    font-size: 20px;
}
.fc .fc-button-primary:disabled {
    font-size: 15px;
}
.fc .fc-button .fc-icon {
    font-size: 15px;
}
.reserveButtonA {
    color: #ff7f50;
    font-size: 10px;
    margin-left: -5px;
    background-color: #FFFFFF;
    border: 0.5px solid;
    border-radius: 3px;
    padding: 1px;
}
.reserveButtonA:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #ff7f50;
}
.reserveButtonB {
    color: #00AD8F;
    background-color: #FFFFFF;
    border: 0.5px solid;
    border-radius: 3px;
}
.reserveButtonB:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #00AD8F;
}
.title-class {
    font-size: 17px;
    font-weight: bold;
}
.swal2-popup .width-height {
    width: 140px;
}
.number {
    width: 177px;
}
.submit {
    margin-top: 20px;
}
.submit {
    width: 100px;
    height: 35px;
    font-size: 15px;
    background-color: var(--orange);
    color: #FFFFFF;
    border: var(--orange) 2px solid;
    border-radius: 7px;
}
.submit:hover {
    background-color: #FFFFFF;
    color: var(--orange);
    border: var(--orange) 2px solid;
    cursor: pointer;
}
.atention {
    margin-top: 10px;
    font-size: 15px;
}
.atention > p {
    margin: 0;
    color: var(--brown);
}
.planLabel {
    font-size: 13px;
}
.fc-daygrid-day-frame .allmark {
  text-align: left !important;
}
.fc-daygrid-day-frame {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  padding: 4px;
}
.mark {
    margin-top: 4px;
}
.checkin {
    font-size: 21px;
}
