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

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

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

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

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

.eventtop .eventtop__link_header {
	padding-top: calc(70 / 835 * 100%);
}

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

.eventtop .eventtop__point ,
.eventtop .eventtop__contents {
	margin-bottom: calc(80 / 855 * 100%);
}

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

.eventtop .eventtop__contents__bg {
	background-color: #e3ecd5;
	padding: calc(30 / 855 * 100%) 0;
}

.eventtop .eventtop__brand , 
.eventtop .eventtop__item ,
.eventtop .eventtop__item__style02 ,
.eventtop .eventtop__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.eventtop .eventtop__brand > li {
	width: calc(420 / 855 * 100%);
}

.eventtop .eventtop__item > li {
	width: calc(395 / 805 * 100%);
	border: 1px solid #cccccc;
}

.eventtop .eventtop__nav > li {
	width: calc(270 / 835 * 100%);
}

.eventtop .eventtop__nav > li:nth-of-type(n+4) {
	margin-top: calc(20 / 835 * 100%);
}

.eventtop .eventtop__item > li:nth-of-type(n+3) {
	margin-top: calc(15 / 805 * 100%);
}

.eventtop .eventtop__item__style02 li {
	width: calc(197 / 395 * 100%);
}

.eventtop .eventtop__item .w100 {
	width: 100%;
}  

.eventtop .eventtop__item .mar-top {
	margin-top: calc(15 / 805 * 100%);;
}

.eventtop .eventtop__brand img { 
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.eventtop .eventtop__wraper {
	padding: 0 calc(10 / 855 * 100%);
}

.eventtop .eventtop__pref {
	position: relative;
	background-color: #fff;
	border: 2px solid;
	padding: calc(105 / 835 * 100%) calc(15 / 835 * 100%) calc(15 / 835 * 100%);
}

.eventtop .eventtop__pref--aomori {
	border-color: #e9473f;
}

.eventtop .eventtop__pref--akita {
	border-color: #eaaf17;
}

.eventtop .eventtop__pref--iwate {
	border-color: #475fab;
}

.eventtop .eventtop__pref--miyagi {
	border-color: #9c4997;
}

.eventtop .eventtop__pref--yamagata {
	border-color: #4da635;
}

.eventtop .eventtop__pref--fukushima {
	border-color: #e88c66;
}

.eventtop .eventtop__pref__ttl {
	width: calc(379 / 835 * 100%);;
	position: absolute;
	left: 0;
}

.eventtop .eventtop__pref__ttl--aomori { top: calc(-30 / 835* 100%); }
.eventtop .eventtop__pref__ttl--akita { top: calc(-27 / 835* 100%); }
.eventtop .eventtop__pref__ttl--iwate { top: calc(-14 / 835* 100%); }
.eventtop .eventtop__pref__ttl--miyagi { top: calc(-18 / 835* 100%); }
.eventtop .eventtop__pref__ttl--yamagata { top: calc(-14 / 835* 100%); }
.eventtop .eventtop__pref__ttl--fukushima { top: calc(-28 / 835* 100%); }
.eventtop .eventtop__btn {
	margin: calc(50 / 835 * 100%) 0;
}

.eventtop .eventtop__package {
	margin-top: calc(50 / 835 * 100%);
}

.eventtop .eventtop__top-btn {
	width: calc(480 / 835 * 100%);
	margin: auto;
}

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

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

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

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

	.eventtop .eventtop__link_header {
		padding-top: 0;
	}

	.eventtop .eventtop__pref {
		margin-bottom: calc(70 / 835 * 100%);
	}

	.eventtop .eventtop__nav {
		padding: 0 calc(10 / 835 * 100%);
		margin-bottom: calc(50 / 835 * 100%);
	}

	.eventtop .eventtop__brand img { 
		border-radius: 15px;
	}
}

