@charset "utf-8";

/* 催事 */

#mv{
	background:url(../../event/img/cover.jpg) no-repeat 50% 50%;
	background-size:cover;
}

.section{
	padding: 0 1rem 1rem;
}

.section:first-child{
	margin-top: 3rem;
}


#event a img {
	width: 90%;
}

.wide_wrap{
	text-align: center;
}

.section p{
	text-align: center;
}



@media print, screen and (min-width: 641px){
	
#event a img {
	width: 200px;
}

.wide_wrap{
		text-align: left;
	}
	
.section p{
	text-align: left;
}

}



