.bottom-menu {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    align-items: end;
	pointer-events:none;
}

.bottom-menu__status-bar {
    margin-bottom: 24px;
    pointer-events: auto;
}

.bottom-menu__status-bar img {
    margin-left: 24px;
    width: 100%;
    align-items: end;
}

.bottom-menu__status-bar-content {
    display: flex;
    flex-direction: row;
    gap: 12px;
    border-radius: 12px;
    border: 1.5px solid #000;
    padding: 16px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

.bottom-menu__status-bar-content-title {
    font-size: 1.5em;
    font-weight: 300;
    background-color: #2f4e3d;
    color: #fff;
    border-radius: 8px;
    padding: 6px 8px;
}

.bottom-menu__status-bar-content-text {
    font-size: 1.875em;
}

.bottom-menu__reservation-button-link:hover {
    opacity: 1 !important;
}

.bottom-menu__reservation-button {
    pointer-events: auto;
    margin-bottom: 0px;
    width: 200px;
    aspect-ratio: 6/7;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("../../img/header_reserve_norrmal.svg");
}

.bottom-menu__reservation-button:hover {
    background-image: url("../../img/header_reserve_hover.svg");
}

.footer-section {
    margin-top: -48px;
}

.footer-section__color-block {
    background-color: #000;
    color: #fff;
    padding-top: 32px;
    padding-bottom: 16px;
    margin-top: -32px;
}

.footer-section__decoration {
    display: block;
    width: 160px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: 10%
}

.footer-section__inner {
    max-width: 1000px;
    margin-top: 64px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 12px 32px;
}

.footer-section__info {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.footer-section__info p {
    line-height: 1.5;
}

.footer-section__logo {
    text-align: center;
}

.footer-section__logo-text {
    background-color: #2f4e3d;
    width: 75%;
    margin: 0 auto;
    border-radius: 10px;
}

.footer-section__logo img {
    width: 80%;
}

.footer-section__logo-dots {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    justify-content: center;
}

.footer-section__logo-dot {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 30%;
}

.footer-section__calendar img {
    width: 100%;
}

.footer-section__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.2em;
    margin-top: 24px;
    grid-auto-rows: min-content;
    grid-auto-columns: min-content;
}

.footer-section__link {
    margin: 4px 0;
}

.footer-section__link a {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
}

.footer-section__arrow-circle {
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.footer-section__arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    margin-left: -2px;
}
