/* event-name */

/*メインビジュアル背景*/
.mainvisual{
    background-color: #eeedfa;
}

/*背景Discription部分*/
.eventBlock__background{
    background-color: #f3f2fc;
}

/*背景プログラム部分*/
.eventBlock__background--light{
    background-color: #f6f5fc;
}

/*ナビゲーション背景*/
.event-nav{
    background-color: #004389;
}

/*ナビゲーション文字色*/
.event-nav__item a,.event-nav__title{
    color: #FFF;
}

/*ナビゲーションhover・カレント色*/
.event-nav__item a:hover,.current{
    background-color: #FFF;
    color: #004389!important;
}
/*紹介ポイント 画像のサイズ変更*/
#theme1 .textCard img {
    width: 500px;
}
.panel p {
    line-height: 2.0;
}

#SimpleFooter_res .pagetop a{
    background-color: #004389!important;
}

#SimpleFooter_res .pagetop a::before{
    color: #FFF;
}

@media screen and (max-width: 768px) {
    /*紹介ポイント 画像のサイズ変更*/
    #theme1 .textCard__img {
        width: 100%;
    }
    #theme1 .textCard img {
        width: 100%;
    }
}
