@charset"utf-8";
:root {
    --blue: #19306e;
    --yellow: #f8b100;
    --brown: #431f02;
    --beige: #f2ede9;
    --brown2: #431f02;
    --rightbeige: #fdfdfc;
    --orange: #ff7f50;
}
.content {
    position: relative;
    z-index:999
}
.hibiscus {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 0;
}
.hibiscus > img {
    width: 400px;
}
.pageTitle {
    text-align: center;
    margin: 100px; 0 50px 0;
}
.pageTitle > h1 {
    color: var(--brown);
    font-size: 50px;
}
.explain {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    margin-top: -80px;
    margin-bottom: 100px;
}
.explain > p {
    font-size: 17px;
    color: var(--brown);
}
#calendar {
    margin-top: 100px;
    width: 900px;
    margin: 0 auto;
}
.reserveButtonA {
    color: #ff7f50;
    background-color: #FFFFFF;
    border: 0.5px solid;
    border-radius: 3px;
}
.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;
}