/* ヘッダー店名のテキスト色 */
#header .header_info .shop {
    color: #000000;
}

/* ヘッダー営業時間のテキスト色 */
#header .header_info .time {
    color: #000000;
}

/* ヘッダー電話番号のテキスト色 */
#header .header_info .tel {
    color: #000000;
}


/* X(Twitter)アイコン色変更 */
.sns .sns02 {
    background-color: #daa520;
}