/* ----------------------------------------

イベント

---------------------------------------- */

.event-post {
margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed#a78210;
}

.event-post h3 {
	background: #3e2e5d;
	padding: 10px 20px;
	font-size: 2.4rem;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.event-post p {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.eventimg {
	margin: 40px 0;
	text-align: center;
}
.eventimg img {
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1200px) {
.event-post {
margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed#a78210;
}

.event-post h3 {
	background: #3e2e5d;
	padding: 10px 20px;
	font-size: 1.6rem;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.event-post p {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.eventimg {
	margin: 20px 0;
	text-align: center;
}
.eventimg img {
	max-width: 100%;
	height: auto;
}
}