/* event-name */

/*メインビジュアル背景*/
.mainvisual{
  background: center;
  background-image: url(../img/mainwrap.png);
  background-size: cover;
  overflow: hidden;
  position: relative;
}

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

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

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

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

/*ナビゲーションhover・カレント色*/
.event-nav__item a:hover,.current{
    background-color: #d7e7ae;
    color: #000!important;
}

#SimpleFooter_res .pagetop a{
    background-color: #3d9900!important;
}
@media screen and(max-width: 768px) {
    #SimpleFooter_res .pagetop a{
        background-color: #3d9900 !important;
    }
}

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