/* event-name */

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

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

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

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

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

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

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

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

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

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