html,body { height:auto; min-height:100%; margin:0; overflow-x:hidden; overflow-y:auto; }
.rental-top.is-home { height:calc(100vh - 67px); min-height:620px; }
.side-reservation label>div { align-items:stretch; gap:0; }
.side-reservation input,.side-reservation select { display:block; box-sizing:border-box; height:46px; margin:0; }
.side-reservation label>div select { border-left:0; }

@media(max-width:760px) {
    .rental-top.is-home { height:auto; min-height:calc(100vh - 120px); }
    .rental-top header nav { display:flex!important; }
    .rental-top header nav a { padding:0 10px; font-size:11px; white-space:nowrap; }
    .rental-logo { min-width:0; font-size:14px; }
    .rental-logo span { overflow:hidden; max-width:110px; text-overflow:ellipsis; white-space:nowrap; }
}
