@charset "utf-8";

/* ---------------------------------------------------------- */
/* イベント */
/* ---------------------------------------------------------- */
#event {
	max-width: 1040px;
	margin: auto;
	padding: 80px 0;
	overflow: hidden;
	}

#event h2 {
	margin: 0 0 30px 0;
	}

#event h2 img {
	width: 45%;
	height: auto;
	}

#event .visual {
	max-width: 500px;
	text-align: center;
	margin: 0 auto 30px auto;
	}

#event .visual img {
	width: 100%;
	}

#event .about {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	margin: 0 0 40px 0;
	}

#event .navi {
	text-align: center;
	margin: 0 0 40px 0;
	}

#event .navi ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#event .navi ul li {
	width: 33.333%;
	padding: 1px;
	}

#event .navi ul li a {
	height: 50px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.3;
	background: #dc3e4a;
	justify-content: center;
	align-items: center;
	display: flex;
	}

#event .navi ul li a:hover {
	color: #dc3e4a;
	background: #fff;
	}

#event .box {
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
	}

#event .box:last-child {
	margin: 0;
	}

#event .box h3 {
	text-align: center;
	margin: 0 0 20px 0;
	}

#event .box h3 img {
	height: 30px;
	}

#event #covid19 h3 img {
	height: 68px;
	}

#event .box p.info {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
	}

#event .box section {
	color: #2b2b2b;
	text-align: center;
	background: #fff;
	border: 5px solid #e6c37d;
	margin: 0 0 20px 0;
	padding: 30px 40px;
	position: relative;
	}

#event .box section:before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../img/common/bg_contents_01.png) top left no-repeat ,
		url(../img/common/bg_contents_02.png) top right no-repeat ,
		url(../img/common/bg_contents_03.png) bottom right no-repeat ,
		url(../img/common/bg_contents_04.png) bottom left no-repeat;
	background-size: 25px 25px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

#event .box section:last-child {
	margin: 0;
	}

#event .box section h4 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 15px 0;
	background: url(../img/common/bg_sns_left.png) left center no-repeat ,
				url(../img/common/bg_sns_right.png) right center no-repeat;
	background-size: 14px 30px;
	padding: 0 35px;
	display: inline-block;
	}

#event .box section p {
	line-height: 1.8;
	margin: 0 0 20px 0;
	position: relative;
	}

#event .box section p:last-child {
	margin: 0;
	}

#event .box section p a {
	text-decoration: underline;
	}

#event .box section p a:hover {
	text-decoration: none;
	}

#event section .line {
	border-bottom: 1px dashed #e6c37d;
	padding: 0 0 20px 0;
	}

#event section .border {
	border-bottom: 1px solid #2b2b2b;
	}

#event #goods ul {
	width: calc(100% + 10px);
	margin: 0 0 0 -5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	}

#event #goods ul li {
	width: calc(33.333% - 10px);
	border: 1px solid #e6c37d;
	margin: 0 5px 10px 5px;
	padding: 20px;
	}

#event #goods ul li a {
	display: block;
	}

#event #goods ul li .thumbs {
	width: 100%;
	height: 0;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
	margin: 0 0 15px 0;
	padding: 100% 0 0 0;
	}

#event #faq dl {
	text-align: left;
	border-top: 1px dashed #e6c37d;
	}

#event #faq dl dt {
	border-bottom: 1px dashed #e6c37d;
	padding: 15px 20px 15px 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#event #faq dl dt:after {
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	right: 15px;
	border-top: 1px solid #dc3e4a;
	border-right:1px solid #dc3e4a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: -8px 0 0 0;
	position: absolute;
	display: block;
	}

#event #faq dl dt.close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -3px 0 0 0;
	}

#event #faq dl dd {
	border-bottom: 1px dashed #e6c37d;
	padding: 15px 20px;
	display: none;
	}

.mfp-figure button.mfp-close {
	width: 40px !important;
	height: 40px;
	top: 20px !important;
	}

.mfp-image-holder .mfp-content {
	max-width: 800px;
	}

@media (max-width: 768px){
#event {
	font-size: 1.4rem;
	padding: 120px 30px 60px 30px;
	}

#event h2 img {
	width: 60%;
	}

#event .about {
	font-size: 1.6rem;
	}

#event .navi ul {
	width: calc(100% + 62px);
	margin: 0 0 0 -31px;
	}

#event .navi ul li {
	width: 50%;
	}

#event .navi ul li a {
	height: 50px;
	font-size: 1.4rem;
	}

#event .box section p {
	text-align: left;
	}

#event .box section p.center {
	text-align: center;
	}
}

@media (max-width: 640px){
#event {
	padding: 80px 20px;
	}

#event .navi ul {
	width: calc(100% + 42px);
	margin: 0 0 0 -21px;
	}

#event .navi ul li a {
	height: 100%;
	min-height: 50px;
	font-size: 1.2rem;
	padding: 10px;
	}

#event h2 {
	margin: 0 0 20px 0;
	}

#event h2 img {
	width: 85%;
	}

#event .visual {
	margin: 0 auto 20px auto;
	}

#event .about {
	font-size: 1.4rem;
	text-align: left;
	margin: 0 0 20px 0;
	}

#event .box {
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
	}

#event .box h3 {
	margin: 0 0 20px 0;
	}

#event .box h3 img {
	height: 25px;
	}

#event #covid19 h3 img {
	height: 48px;
	}

#event .box section {
	margin: 0 0 20px 0;
	padding: 20px;
	}

#event .box section:before {
	background-size: 15px 15px;
	}

#event .box section h4 {
	font-size: 1.6rem;
	}

#event .box section p {
	margin: 0 0 20px 0;
	}

#event #faq dl dt:after {
	right: 0;
	}

#event #goods ul {
	width: 100%;
	margin: 0;
	}

#event #goods ul li {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 15px;
	}

#event #goods ul li .thumbs {
	margin: 0 0 10px 0;
	}

#event #goods ul li:last-child .thumbs {
	padding: 75% 0 0 0;
	}

#event #goods ul li p {
	text-align: center;
	}
}

@media (max-width: 480px){
#event #covid19 h3 img {
	width: 90%;
	height: auto;
	}
}