.eventBOX {
	border-bottom: 1px dotted #322913;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.eventBOX h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
}
.eventBOX figure {
	margin-bottom: 10px;
}
.eventBOX p {
	font-size: clamp(1.4rem, 1.5vw, 1.7rem);
}
.eventBOX p:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}



@media screen and (max-width: 834px) {

.eventBOX {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.eventBOX h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	padding: 5px 15px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
}
.eventBOX figure {
	margin-bottom: 10px;
}
.eventBOX p {
	font-size: clamp(1.4rem, 1.5vw, 1.7rem);
}
.eventBOX p:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

}