.div-reservation {
    padding: 40px 28px;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: #ae7869;
}

header .top h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ae7869;
}

header .top .white-bottom {
    height: calc((309 / 1920) * 100vw);
    max-height: 174px;
    background-image: url("../images/notice/bg-notice-top.png");
}

.white-bottom {
    height: calc((174 / 1920) * 100vw);
    background-image: url("../images/notice/bg-notice-white.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.div-reservation-content {
    padding-top: 348px;
    color: #ae7869;
}

.mb-36px {
    margin-bottom: 36px;
}

@media (max-width: 768px) {
    header.fixed-top {
        top: 0;
    }

    .div-reservation-content {
        padding-top: 240px;
    }
}