/* event-name */

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

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

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

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

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

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

/*紹介ポイント 画像のサイズ変更*/
#theme1 .textCard img {
    width: 500px;
}
.panel p {
    line-height: 2.0;
}

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

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

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