.eventtop img {
	width: 100%;
	vertical-align:top;
}

.eventtop {
	max-width: 855px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
}

.eventtop * {
	list-style: none;
	padding: 0;
	margin: 0;
}

.eventtop .pc-only {
	display: block;
}

.eventtop .eventtop__day {
	margin-bottom: calc(30 / 855 * 100%);
}

.eventtop .eventtop__day img:first-of-type {
	margin-bottom: calc(20 / 855 * 100%);
}

.eventtop .eventtop__hayatoku {
	margin-bottom: calc(25 / 855 * 100%);
}

.eventtop .eventtop__txt {
	font-size: 19px;
	font-weight: 500;
	color: #333;
	text-align: left;
	line-height: 1.5;
	margin-bottom: calc(30 / 855 * 100%);
}

.eventtop .content {
	margin-bottom: calc(50 / 855 * 100%);
}

.eventtop .content__ttl {
	width: 100%;
}

.eventtop .content__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: calc(15 / 855 * 100%);
}

.eventtop .content__list--yoshitake {
	padding: 0;
}

.eventtop .content__list--bg1 {
	background-color: #950006;
	padding-top: 0;
}

.eventtop .content__list--bg2 {
	background-color: #ed6d34;
}

.eventtop .content__list--bg3 {
	background-color: #ed9c34;
}

.eventtop .content__item:nth-of-type(n+2) {
	margin-top: calc(15 / 835 * 100%);
}

.eventtop .content__list--yoshitake .content__item {
	margin-top: 0;
}

.eventtop .content__item--style01 {
	width: 100%;
}

.eventtop .content__item--style01 .flex {
	display: flex;
}

.eventtop .content__item--style01 .flex a {
	display: block;
	width: 50%;
}

.eventtop .content__item--style02 {
	width: 50%;
}

.eventtop .content__item--style03 {
	width: calc(413 / 835 * 100%);
}

.eventtop .content__item--border {
	border: 2px solid #f5c13e;
}

.eventtop .content__item--style03:nth-of-type(2) {
	margin-top: 0;
}

.eventtop .category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: calc(30 / 855 * 100%);
}

.eventtop .category li {
	width: calc(422 / 855 * 100%);
}

.eventtop .category li:last-of-type {
	width: 100%;
}

.eventtop .category li:nth-of-type(n+3) {
	margin-top: calc(12 / 855 * 100%);
}

.eventtop .point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: calc(20 / 855 * 100%);
}

.eventtop .point a {
	display: block;
	width: calc(417 / 855 * 100%);
}

/*-- --*/
@media screen and (max-width: 855px) {
	.eventtop {
		padding: 10px;
		margin-bottom: 20px;
	}

	.eventtop img {
		width: 100%;
		height: auto;
	}

	.eventtop .pc-only {
		display: none;
	}

	.eventtop .eventtop__txt {
		font-size: 14px;
	}

	.eventtop .content {
		margin-bottom: calc(60 / 855 * 100%);
	}
}

