@charset "UTF=8";
body {
    background-color: #e7e1de;
}
main {
    padding: 10rem 3rem 5rem 3rem;
}
#reserve .date {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#reserve .section-title {
    margin: 0 auto 3rem auto;
}
#reserve h3 {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
}
#reserve .h-text {
    font-size: 1.6rem;
    padding-top: 1.5rem;
    margin-bottom: 3rem;
    border-top: 1px solid #222;
}
.btn-center {
    display: flex;
    justify-content: center;
}
.button {
    color: #ffffff;
    border: 1px solid #c37b44;
}
.btn__container {
    background-color: #c37b44;
    border: 1px solid #c37b44;
}
.button:active {
    background-color: #ffffff00;
}
.button:active .btn__container {
    background-color: #ffffff00;
    border: 1px solid #c37b44;
    color: #c37b44;
}
@media screen and (min-width:768px) {
    #reserve {
        width: 78.125%;
        margin: 0 auto;
    }
    #reserve .section-title {
        margin: 0 auto 10rem auto;
    }
}
@media screen and (min-width:1024px) {
    #reserve h3 {
        font-size: 3.2rem;
    }
    #reserve .h-text {
        font-size: 2.4rem;
    }
    .button:hover {
        background-color: #ffffff00;
    }
    .button:hover .btn__container {
        background-color: #ffffff00;
        border: 1px solid #c37b44;
        color: #c37b44;
    }
}
