@charset "UTF-8";
/* ------------------------------
	ベース
------------------------------ */
/* padding */
/* top */
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}

/* font-size */
.txt10 { font-size: 10px; line-height: 1.5;}
.txt12 { font-size: 12px; line-height: 1.7;}
.txt40 { font-size: 40px;}
/* font-weight */
.fw-normal { font-weight: normal;}

/* color */
.clr-orn {color: #e68102;}
.clr-pnk {color: #e60012;}

/* border */
.txt-bdr-y {
	background: linear-gradient(rgba(0, 0, 0, 0) 60%, #6fb6a8 40%);
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

/* visible */
.pc-visible {display: inline-block;}
.sp-visible {display: none;}

/* ------------------------------
	イベント案内
------------------------------ */
.eventcontents {
	background: rgba(111, 182, 168, 0.3) ;
	color: #000;
	font-size: 16px;
	padding-bottom: 100px;
}

.ttl-event {
	position: relative;
	text-align: center;
	padding-top: 50px;
	z-index: 2;
}
.ttl-event img {
	width: 100%;
}
.caution {
	text-align: center;
	margin: 20px auto 50px;
	padding-top: 50px;
	position: relative;
	z-index: 10;
}
.event-sub-ttl {
	color: #e60012;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	z-index: 10;
}
.detail-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 25px;
}
.detail-list dt {
	background-color: #e60012;
	border-radius: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 200px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 50px;
	text-align: center;
}
.event-photo {
	position: relative;
	text-align: center;
	/* padding-top: 50px; */
	z-index: 2;
}
.detail-list dd {
	font-size: 20px;
	font-weight: bold;
	margin-left: 1rem;
	padding-top: 0.25rem;
}
.event-sub-ttl + .detail-list {
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.eventcontents-inner {
	max-width: 600px;
	margin: 25px auto 50px;
}

.eventdetailarea {
	display: flex;
	max-width: 860px;
	margin: 80px auto 50px;
	position: relative;
	z-index: 10;
}
.eventdetailarea .event-photo {
	max-width: 380px;
	order: 2;
	margin-bottom: 25px;
}
.eventdetailarea .event-detail {
	width: 100%;
	order: 1;
}
.rulearea {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	border: solid 2px #6fb6a8;
	border-radius: 10px;
	max-width: 800px;
	margin: 0 auto 150px;
	padding: 25px 30px;
	z-index: 2;
}
.ttl-rule {
	font-size: 14px;
	margin-bottom: 12px;
}
.rulearea ul {
	list-style: none;
	font-size: 12px;
	line-height: 1.5;
}
.rulearea ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 16px;
}
.rulearea ul li::before {
	content: "※";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
}
.bntarea {
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	display: none;
	width: 100%;
	height: 80px;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.btn-entry {
	text-align: center;
	padding-top: 18px;
}
.btn-entry a {
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}


#formarea {
	background-color: #fff;
}
.acms-page-header {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	/* ------------------------------
		ベース
	------------------------------ */
	/* font-size */
	.txt12 { font-size: 10px; line-height: 1.4;}
	.txt28 { font-size: 28px;}

	/* visible */
	.pc-visible {display: none;}
	.sp-visible {display: inline-block;}

	/* ------------------------------
		イベント案内
	------------------------------ */
	.eventcontents {
		background-size: auto 520px;
		font-size: 14px;
		margin-right: -10px;
		margin-left: -10px;
		padding-bottom: 50px;
	}
	.eventcontents::before {
		/* background-color:rgba(255, 255, 255, 0.4); */
		width: 90px;
	}
	.eventcontents::after {
		/* background-color:rgba(255, 255, 255, 0.4); */
		width: 90px;
	}
	.ttl-specialevent {
		padding-top: 60px;
	}
	.ttl-specialevent::after {
		font-size: 14px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		top: 35px;
		right: 3%;
	}
	.ttl-specialevent img {
		max-width: 69.333334vw;
	}
	.ttl-specialevent + p {
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.event-sub-ttl {
		font-size: 24px;
		margin-bottom: 30px;
		padding-top: 40px;
	}
	.detail-list {
		margin-bottom: 25px;
	}
	.detail-list .txt20:not(.clr-orn) {
		font-size: 20px;
	}
	.detail-list dd {
		text-align: center;
		line-height: 1.4;
	}

	.eventdetailarea {
		flex-direction: column;
		margin-top: 30px;
		justify-content: center;
	}
	.eventdetailarea .event-photo {
		order: 1;
		max-width: 100%;
	}
	.eventdetailarea .event-detail {
		max-width: 400px;
		margin: 0 auto;
		order: 2;
	}


	.rulearea {
		margin-bottom: 100px;
		padding: 15px;
	}
	.ttl-rule {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.rulearea ul {
		font-size: 10px;
	}
	.rulearea ul li {
		padding-left: 14px;
	}
	.rulearea ul li::before {
		width: 10px;
		height: 10px;
	}


	.entry-title {
		margin-top: 0;
	}
}
@media screen and (max-width: 350px) {
	.ttl-specialevent::after {
		font-size: 13px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		top: 30px;
	}
}