div.kind_start{display:flex;align-items:center;justify-content:center;flex-direction:column}div.kind_start h1.find_your_time{font-weight:600;font-size:4.5em;padding:0;margin:0}div.kind_start div.reservation_system{color:var(--text-secondary);font-size:1.6em}div.kind_start div.search_bar{display:flex;align-items:center;justify-content:space-between;flex-direction:row;margin-top:3.2rem;background:var(--gradient-primary);width:60rem;padding:1.5rem;border-radius:2rem;box-shadow:0 0 .2rem rgba(255,255,255,.2)}div.kind_start div.search_bar input{padding:1rem 1.3rem;border-radius:1rem;box-shadow:0 0 2rem rgba(0,0,0,.6);width:13rem;background:rgba(57,57,75,.8);color:var(--color-font-main);border:1px solid rgba(200,200,200,.3);font-size:1.1em}div.kind_start div.search_bar div.search{padding:1rem 1.5rem;border-radius:1rem;box-shadow:0 0 2rem rgba(0,0,0,.6);width:13rem;background:var(--gradient-true);color:var(--color-font-main);text-align:center;cursor:pointer;font-size:1.1em;font-weight:700}@media only screen and (max-device-width:767px){div.kind_start div.search_bar{flex-direction:column;gap:1em;width:auto;padding:2em}div.kind_start div.search_bar input{width:24rem}div.kind_start div.search_bar div.search{width:24rem;padding:1.5rem}}