html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: transparent;
    font-family: Microsoft YaHei, Microsoft JhengHei, Helvetica, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

div {
    display: block;
}

a {
    background-color: transparent;
}

a {
    color: #ef6e51;
    text-decoration: none;
}

img {
    border-style: none;
}

.content.jsx-2311262307 {
    margin-top: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 64px);
}

.content.jsx-2311262307 main.jsx-2311262307 {
    width: 100%;
}

.search-page.jsx-1044160773 {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 64px);
    position: relative;
    box-sizing: border-box;
}

.search-control-panel.jsx-694075194 {
    padding: 0px 24px;
    flex: 0 0 auto;
    text-align: center;
    margin: 0 auto;
    box-shadow: rgb(0 0 0 / 25%) 0px 1px 3px 0px;
}

.query-container.jsx-694075194 {
    margin-right: 12px;
    padding-right: 12px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.query-container.jsx-694075194 .query-title.jsx-694075194 {
    margin: 8px 0px 0px;
    font-size: 20px;
    line-height: 20px;
    color: rgb(74, 74, 74);
    padding-top: 0;
    font-weight: bold;
}

.query.jsx-694075194 {
    font-size: 13px;
    margin-bottom: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    color: rgb(11, 93, 144);
    font-weight: 500;
    margin-right: 24px;
    flex: 0 0 auto;
    max-height: 28px;
    overflow: hidden;
}

.query.jsx-694075194 .location-text.jsx-694075194 {
    color: rgb(11, 93, 144);
    cursor: pointer;
    padding: 3px 0px;
}

.jss41 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.query.jsx-694075194 .query-arrows {
    fill: rgb(136, 136, 136);
    height: 100%;
    margin: 3px 0px;
}

.query.jsx-694075194 .keyword-text.jsx-694075194,
.query.jsx-694075194 .location-text-map.jsx-694075194 {
    color: rgb(74, 74, 74);
    cursor: auto;
}

.mobile-menu.jsx-694075194 {
    display: none;
}

.control.jsx-694075194 {
    display: flex;
    font-size: 14px;
    min-height: 38px;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 auto;
}

.keywords.jsx-694075194 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 17px;
    margin: 0 auto;
}

.keywords.jsx-694075194 .keywords-title.jsx-694075194 {
    color: rgb(74, 74, 74);
    margin-right: 10px;
}

.keywords.jsx-694075194 .keyword.jsx-694075194 {
    color: rgb(239, 110, 81);
    height: 28px;
    display: flex;
    flex: 0 0 auto;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 12px;
    border-radius: 15px;
    margin-right: 12px;
    cursor: pointer;
}

.results.jsx-1044160773 {
    display: flex;
    flex: 1 1 0%;
    overflow: auto;
}

.search-result-list.jsx-3081451459 {
    max-width: 1920px;
    min-width: 620px;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
}

.restaurants.jsx-3081451459 {
    flex: 1 1 0%;
    position: relative;
}

.scroll-box.jsx-3081451459 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.scroll-box.jsx-3081451459 .item-list.jsx-3081451459 {
    flex: 1 1 0%;
}

.restaurant-item.jsx-558691085 {
    padding: 8px 16px 6px;
    border-bottom: 1px solid rgb(216, 216, 216);
    position: relative;
}

.restaurant-item.jsx-558691085 .click-tracker.jsx-558691085 {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.restaurant-info.jsx-558691085 {
    display: flex;
    position: relative;
    width: 100%;
}

.cover.jsx-558691085 {
    background-color: rgb(245, 245, 245);
    width: 180px;
    height: 137px;
    border-radius: 3px;
    object-fit: cover;
    flex: 0 0 auto;
}

.cover.jsx-558691085,
.cover.jsx-558691085:hover {
    cursor: pointer;
}

.info-rows.jsx-558691085 {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    width: 0px;
    flex: 1 1 0%;
}

.title-row.jsx-558691085 {
    display: flex;
    height: 27px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 auto;
}

.title-row.jsx-558691085 .title.jsx-558691085 {
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: rgb(29, 81, 114);
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-row.jsx-558691085 .index.jsx-558691085 {
    margin-right: 8px;
    color: rgba(18, 52, 74, 0.47);
}

.title-row.jsx-558691085 .title-text.jsx-558691085 {
    position: relative;
    z-index: 1;
}

.title-row.jsx-558691085 .title.jsx-558691085 a.jsx-558691085 {
    color: rgb(11, 93, 144);
}

.review-row.jsx-558691085 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 auto;
    min-height: 28px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.review-row.jsx-558691085,
.review-row.jsx-558691085 .rating-star {
    margin-top: 2px;
}

.takeout-button.jsx-558691085 {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    padding: 0px 12px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    position: relative;
    color: rgb(74, 74, 74);
}

.extra-info-row.jsx-558691085 {
    display: flex;
    flex: 0 0 auto;
    align-items: flex-end;
}

.extra-info-row.jsx-558691085 .extra-info.jsx-558691085 {
    flex: 1 1 0%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-right: 4px;
}

.extra-info-row.jsx-558691085 .info.jsx-558691085 {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: rgb(74, 74, 74);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 auto;
}

.extra-info-row.jsx-558691085 .info.jsx-558691085:last-child {
    margin-right: 0px;
}

.extra-info-row.jsx-558691085 .extra-info.jsx-558691085 .info.jsx-558691085 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.extra-info-row.jsx-558691085 .extra-info.jsx-558691085 .not-open-now.jsx-558691085 {
    opacity: 0.3;
    background-color: rgb(136, 136, 136);
}

.extra-info-row.jsx-558691085 .extra-info.jsx-558691085 .open-now.jsx-558691085 {
    background-color: rgb(137, 211, 33);
}

.extra-info-row.jsx-558691085 .extra-info.jsx-558691085 .not-open-now.jsx-558691085,
.extra-info-row.jsx-558691085 .extra-info.jsx-558691085 .open-now.jsx-558691085 {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-top: 1px;
    margin-right: 6px;
    border-radius: 4px;
    flex: 0 0 auto;
}

.address-row.jsx-558691085 {
    font-size: 14px;
    color: rgb(74, 74, 74);
    margin-top: 4px;
    min-height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.category-row.jsx-558691085 {
    min-height: 19px;
    font-size: 14px;
    display: flex;
    flex: 1 1 0%;
    flex-wrap: wrap;
    margin-top: 8px;
    max-height: 25px;
    line-height: 21px;
    overflow: hidden;
}

.category-row.jsx-558691085 .category.jsx-558691085 {
    display: inline-block;
    color: rgb(20, 109, 156);
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.category-row.jsx-558691085 .category.jsx-558691085::after {
    content: "|";
    color: rgb(155, 155, 155);
    margin-left: 6px;
    margin-right: 6px;
    border-bottom: none !important;
}

.category-row.jsx-558691085 .category.jsx-558691085:last-child.jsx-558691085::after {
    content: "";
    margin-left: 0px;
    margin-right: 0px;
}

.search-panel.with-image {
    position: relative;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px;
    height: 137px;
}

.search-panel.with-image a .image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.search-condition.jsx-3081451459 {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 16px;
    line-height: 16px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d8d8d8;
}

#search_result_heightblock {
    height: 60px;
    position: relative;
}

@media (max-width: 780px) {
    .content.jsx-2311262307 {
        margin-top: 56px;
        min-height: calc(100vh - 56px);
    }

    .search-page.jsx-1044160773 {
        margin-top: 36px;
        height: calc((100vh - 44px) - 56px);
    }

    .search-control-panel.jsx-694075194 {
        border-bottom: none;
        flex-flow: column nowrap;
        padding: 0px;
        top: 0px;
        width: 100%;
        background: rgb(255, 255, 255);
        z-index: 5;
        box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px;
    }

    .query-container.jsx-694075194 {
        margin-right: 0px;
        border-right: 0px;
        padding-right: 6px;
    }

    .query-container.jsx-694075194 .query-title.jsx-694075194 {
        font-size: 17px;
        margin: 7px 0px 0px 10px;
        padding: 4px;
    }

    .query.jsx-694075194 {
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 5px 8px 1px;
        max-height: 40px;
        height: auto;
        font-size: 14px;
    }

    .query-container.jsx-694075194 .query.jsx-694075194 {
        display: none;
    }

    .mobile-menu.jsx-694075194 {
        display: flex;
        border-bottom: 1px solid rgb(216, 216, 216);
        padding: 8px 8px 6px;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .control.jsx-694075194 {
        padding-top: 4px;
        align-items: normal;
        display: none;
        position: absolute;
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .keywords.jsx-694075194 {
        padding: 0px 8px;
        margin-top: 16px;
    }

    .keywords.jsx-694075194 .keywords-title.jsx-694075194 {
        width: 100%;
        margin-bottom: 8px;
    }

    .keywords.jsx-694075194 .keyword.jsx-694075194 {
        margin-top: 2px;
        margin-bottom: 8px;
    }

    .results.jsx-1044160773 {
        position: relative;
    }

    .search-result-list.jsx-3081451459 {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: 0px;
        top: 0px;
        left: 0px;
        z-index: 4;
        background-color: rgb(255, 255, 255);
    }

    .scroll-box.jsx-3081451459 {
        overflow: initial;
    }

    .scroll-box.jsx-3081451459 .item-list.jsx-3081451459 {
        overflow: initial;
    }

    .restaurant-item.jsx-558691085 {
        padding: 6px 8px;
        cursor: pointer;
    }

    .cover.jsx-558691085 {
        width: 100px;
        height: 90px;
    }

    .search-panel.with-image {
        width: 100px;
        height: 90px;
    }

    .info-rows.jsx-558691085 {
        padding-left: 12px;
    }

    .title-row.jsx-558691085 {
        height: 24px;
    }

    .title-row.jsx-558691085 .title.jsx-558691085 {
        font-size: 16px;
    }

    .review-row.jsx-558691085 {
        margin-top: 2px;
        min-height: 0px;
    }

    .extra-info-row.jsx-558691085 {
        display: none;
    }

    .address-row.jsx-558691085 {
        min-height: 0px;
        display: flex;
        font-size: 14px;
        color: rgb(74, 74, 74);
        margin-top: 8px;
    }

    .category-row.jsx-558691085 {
        font-size: 13px;
        margin: 6px 0px 4px;
        min-height: 18px;
        max-height: 18px;
        overflow: hidden;
        line-height: 16px;
    }

    .restaurant-item.jsx-558691085 .search-nearby.jsx-558691085 {
        display: none;
    }

    .category-row.jsx-558691085 .category.jsx-558691085 {
        color: rgb(155, 155, 155);
    }

    .search-input-wrap.jsx-22289071 .restaurant-page-header-input {
        padding: 0px 8px;
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
    }

    .input-group.jsx-2140103203 {
        margin: 8px 0px;
        height: auto;
        border: none;
        background: none;
        flex-direction: column;
        padding: 0px;
        width: 100%;
        position: relative;
    }

    .restaurant-page-header-input .jsx-2140103203.input-group .autocomplete-input {
        height: 28px;
        font-size: 14px;
        width: 100%;
    }

    .input-group.jsx-2140103203 .autocomplete-input input {
        padding-left: 32px;
        padding-right: 16px;
        line-height: normal;
    }

    .restaurant-page-header-input .jsx-2140103203.input-group .input-icon {
        position: absolute;
        top: 4px;
        left: 8px;
        width: 20px;
        height: 20px;
        display: block;
    }

    .restaurant-page-header-input .jsx-2140103203.input-group .input-icon.restaurant-icon {
        display: none;
    }

    .restaurant-page-header-input .jsx-2140103203.input-group .divider,
    .restaurant-page-header-input .jsx-2140103203.input-group .search-button {
        display: none;
    }

    .restaurant-page-header-input .jsx-2140103203.input-group .autocomplete-place {
        height: 28px;
        font-size: 14px;
        padding: 0px;
        margin-top: 8px;
        display: none;
    }

    .restaurant-page-header-input .jsx-2140103203.input-group .input-icon.place-icon {
        display: none;
        top: 40px;
    }

    .search-input-wrap.jsx-22289071 {
        position: absolute;
        width: 100%;
        background-color: rgb(19, 79, 108);
        top: 50px;
        left: 0px;
        padding-bottom: 2px;
        background-image: linear-gradient(to right, #fa280f, #ffba3f);
    }

}

@media (max-width: 750px) {
    .search-input-wrap.jsx-22289071 .search-link-btn {
        display: none;
    }
}

@media (max-width: 590px) {
    .search-page.jsx-1044160773 {
        height: calc((100vh - 52px) - 48px);
    }
}

.query-container.jsx-694075194 .query-title.extra-small.jsx-694075194 {
    font-size: 16px;
}

@media (min-width: 780px) {
    .restaurant-item.jsx-558691085 .click-tracker.jsx-558691085 {
        display: none;
    }
}