@charset "UTF-8";

.home-banner p.home-banner__text{
    margin:60px auto 20px;
    text-align: center;
    font-size: 100%;
    width: inherit;padding: inherit;
        font-size: 18px;
}
.home-banner p.home-banner__contact{
    margin:0 auto 20px;
    text-align: left;
    font-size:14px;
    padding: 0;
}
.home-banner p.home-banner__text.mt0{
    margin:0 auto 20px;
}
.home-banner p.home-banner__caption{
    margin:10px auto 20px;
    text-align: center;
    font-size: 100%;
    width: inherit;padding: inherit;
    color:#000;
}
.home-banner__lists{
	margin:20px auto 20px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.home-banner__lists.mb10{
	margin:20px auto 10px;
}
.home-banner__list{
	width:100%;
    margin-bottom:10px;
}
.home-banner__list:nth-child(2){

}
.home-banner__list img{
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.home-banner__list img:hover{
	opacity:0.8;
}
.home-banner__list:nth-child(2) img:hover{
	opacity:0.95;
}
.home-banner__list a{
    display:block;width:100%;height:100%;
}
.home-banner p{
	clear:both;padding: 20px 0 0;font-size:12px;
        max-width: 82.6666%;
    margin: 0 auto;
    line-height: 1.4;
    text-align: left;
}
.home-festival__notice{
	margin-bottom: 20px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height:1.4;
}
.home-festival__notice a{
	color:#983b13;
}

  @media screen and (max-width: 768px) {
 
}
  @media screen and (min-width: 768px) {
      .home-banner p.home-banner__text{
    font-size: 24px;
}
 
  .home-banner__list{
	width:45%;
	  }
  .home-banner p{
          width: 87.234vw;
    max-width: 820px;
	font-size:12px;
	  }
	.home-festival__notice{
	font-size:24px;
	  }
}