/* カスタマイズ用CSS */
.cloma-header-search {
    width: 320px;
    max-width: 100%;
}

.cloma-header-search form {
    margin: 0;
}

.cloma-header-search__inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d8d3cf;
    border-radius: 21px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.cloma-header-search__inner:focus-within {
    border-color: #8f8178;
    box-shadow: 0 0 0 1px rgba(42, 25, 16, .08);
}

.cloma-header-search__input {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 8px 0 16px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 13px;
}

.cloma-header-search__button {
    flex: 0 0 46px;
    width: 46px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.cloma-header-search__button img {
    width: 18px;
    height: 18px;
}