
/* TOP背景色 */
/* section.event__layout.widget__wrap {
    background: linear-gradient(279deg, #8fd5ff 0%, #e2f5ff 100%);
} */

/* TOP タイトル下ライン */
.widget-title__border.base-background-color {
    background-color: #3189f0 !important;
}
.widget-header__border {
    border-color: #3189f0 !important;
}

/* もっと見る 色変更 */
#see-more-timetable > button.widget__header.v-btn.v-btn--flat.v-btn--text.v-btn--tile.theme--light.v-size--default.widget__header__event > span {
    color: #3189f0 !important;
}
button.widget__bottom.v-btn.v-btn--contained.theme--dark.v-size--default.widget__bottom__event {
    background-color: #3189f0 !important;
}

/* "受付中"テキスト色変更 */
p.timetable-item__ticket-status.timetable-item__status-selling {
    color: #3189f0 !important;
}

/* タイムテーブル 選択するボタン */
button.timetable-item__select-button.v-btn.v-btn--contained.theme--light.v-size--default {
    background-color: #3189f0 !important;
}


/*  */
/* タイムテーブルページ */
/*  */

/* タイトル横ライン */
.timetable-list-title__text {
    border-color: #3189f0 !important;
}

/* 検索ボックス */
.layout.timetable-search-bar__button.align-center {
    background-color: #3189f0 !important;
}
.theme--light.v-expansion-panels .v-expansion-panel {
    background-color: transparent !important;
}

/* カテゴリ選択 */
.timetable-search-bar__chip.timetable-search-bar__chip--selected {
    background-color: #3189f0 !important;
    border-color: #3189f0 !important;
}

/* 絞り込むボタン */
button.timetable-search-bar__action-button.v-btn.v-btn--depressed.v-btn--flat.v-btn--outlined.theme--light.v-size--default {
    color: #3189f0 !important;
}

/* チケット選択後に下に表示されるボックス */
.timetable-cart-layout__cart-bar {
    background-color: #3189f0 !important;
}