@charset "utf-8";

.fReserve::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #361602;
    opacity: .8;
}

.fNailReserve.fReserve::before {
    background: var(--quaternary);
}

.fNailRevGr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.pagetop {
    transition: all .3s;
    transform-origin: bottom center;
}

.pagetop:hover {
    transform: scale(1.1);
}

.fNavCol {
    gap: 18px;
}

.fNavTxt{
    color: #805A41;
}

.fNav:hover .fNavTxt {
    color: #805A41;
    text-decoration: underline;
}
