@charset "UTF-8";

/*--------------曜日カラー変更------------*/
a#mon+section .heading.block_header_2 h2.h {
    color: #CCF3AD;
    text-shadow: 2px 2px 2px #b0bbc6;
}

a#tues+section .heading.block_header_2 h2.h {
    color: #EEA840;
    text-shadow: 2px 2px 2px #b0bbc6;
}

a#wedn+section .heading.block_header_2 h2.h {
    color: #36B5FE;
    text-shadow: 2px 2px 2px #b0bbc6;
}

a#thurs+section .heading.block_header_2 h2.h {
    color: #07AA9E;
    text-shadow: 2px 2px 2px #b0bbc6;
}

a#fri+section .heading.block_header_2 h2.h {
    color: #E9AE94;
    text-shadow: 2px 2px 2px #b0bbc6;
}

a#satu+section .heading.block_header_2 h2.h {
    color: #FEED02;
    text-shadow: 2px 2px 2px #b0bbc6;
}

a#sun+section .heading.block_header_2 h2.h {
    color: #FF6852;
    text-shadow: 2px 2px 2px #b0bbc6;
}