/*  Theme Name: Arkhe Child
Version: 3.4.3
Template: arkhe*/

/* ボタン（fill） */
.is-btn-fill .ark-block-button__link {
    /* 旧: background-color: #816389; */
    background-image: linear-gradient(90deg, rgb(18 20 69 / 66%), rgba(74, 126, 185, 1));
}

/* 送信ボタン背景 */
element.style {
    /* 旧: background-color: #f2e3f2; */
    background-color: #e5e3f2;
}

/* wpformsの送信ボタン */
button#wpforms-submit-1804 {
    /* 旧: background-color: #c2adc4; */
    background-color: #5a73ab;
}

/* 固定下部メニュー */
.fixed-bottom-menu-container {
    /* 旧: background-color: #c2adc4; */
    background-image: linear-gradient(90deg, rgb(18 20 69 / 66%), rgba(74, 126, 185, 1));
}
