@charset "UTF-8";

:root{
    --header-bottom-height: 36px;
}

@media screen and (min-width: 480px) {
    :root{
        --header-bottom-height: 40px;
    }
}

@media screen and (min-width: 1280px) {
    :root{
        --header-bottom-height: 44px;
    }
}

#hero_form {
    width: 100%;
}

#hero_form select, #hero_form input, #id_keyword::placeholder {
    font-size: 1.6rem;
}

#hero_form select, #hero_form input {
    padding: 8px;
    height: 28px;
    background-color: #fff;
    outline-color: var(--theme-color);
    border: none;
    border-radius: 5px;
}

#id_hero_pk {
    width: 100%;
}

#id_keyword {
    width: 100%;
}

.header-image img {
    width: 14vw;
    height: auto;
}

@media screen and (min-width: 480px) {
    .header-image img {
        width: 7vw;
        height: auto;
    }
}

@media screen and (min-width: 1280px) {
    .header-image img {
        width: 5vw;
        height: auto;
    }
}