#content {
	background-color: #231302;
}
.hentry {
	margin-bottom: 0;
}
.entry-content {
	padding-bottom: 0;
}

#winterfair {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	background-color: #eab582;
	background-image: url(/wp-content/uploads/2025/10/bg_winterfair25.jpg);
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: repeat-y;
}

#winterfair .contentWidth {
	box-sizing: border-box;
	padding: 0 30px;
}

#winterfair .hd {
	background-image: url(/wp-content/uploads/2025/10/bg_winterfair25-hd.png);
	background-position: bottom center;
	background-size: auto 100%;
	background-repeat: repeat-x;
	padding: 20px 16px 0;
}
#winterfair .hd figure {
	margin: 0;
}
#winterfair .hd figure img {
	display: block;
	width: 100%;
}
#winterfair .hd figure.period {
	margin-top: 2.5%;
	padding-left: 1.7%;
	padding-right: 47%;
	padding-bottom: 22%;
}

#winterfair .customcar {
	position: relative;
	margin-top: -46%;
	margin-bottom: 40px;
	z-index: 1;
}
#winterfair .customcar h3 {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	width: 110%;
	font-weight: bold;
	z-index: 1;
}
#winterfair .customcar h3 .lft {
	margin-bottom: 7%;
	font-size: 3.2rem;
}
#winterfair .customcar h3 img {
	width: 54%;
}
#winterfair .customcar .cars {
	margin-top: -9%;
	background-color: #1a0b08;
	padding: 6px 6px 16px;
}
#winterfair .customcar .cars figure {
	margin: 0 0 14px;
}
#winterfair .customcar .cars .txts {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
#winterfair .customcar .cars .txts > div {
	box-sizing: border-box;
	width: 50%;
}
#winterfair .customcar .cars .txts > div:first-child {
	border-right: 3px solid #fff;
	padding-right: 20px;
}
#winterfair .customcar .cars .txts > div:last-child {
	padding-left: 20px;
}
#winterfair .customcar .cars .txts > div figure {
	margin-bottom: 6px;
}
#winterfair .customcar .cars .txts > div figure:first-child {
	margin-bottom: 10px;
}

#winterfair .lineup {
	margin-bottom: 0;
}
#winterfair .lineup h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold;
}
#winterfair .lineup h3:before, #winterfair .lineup h3:after {
	content: "";
	flex-grow: 1;
	display: block;
	height: 3px;
	width: 100%;
	background-color: #000;
	transform: translateY(-2px);
}
#winterfair .lineup h3 .txt {
	flex-shrink: 0;
	width: 17.5em;
	text-align: center;
	text-indent: -0.6em;
	white-space: nowrap;
}
#winterfair .lineup .imgs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#winterfair .lineup .imgs img:first-child {
	width: calc(89% - 24px);
}
#winterfair .lineup .imgs img:last-child {
	flex-shrink: 0;
	width: 11%;
}

#winterfair .shadowbox:not(:last-child) {
	margin-bottom: 14px;
}
#winterfair .shadowbox .box {
	margin-right: 20px;
	background-color: #fff;
	padding: 4px;
	box-shadow: 20px 14px;
}
#winterfair .shadowbox figure {
	margin: 0;
	margin-left: -3.5%;
	width: 106.8%;
}
#winterfair .shadowbox figure img {
	display: block;
	width: 100%;
}

#winterfair .shopinfo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
	background-color: #000;
	padding-top: 36px;
	padding-bottom: 36px;
}
#winterfair .shopinfo img:first-child {
	width: 40%;
}
#winterfair .shopinfo img:last-child {
	width: 48%;
}

@media screen and (max-width: 980px) {
	#winterfair .customcar h3 .lft {
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 840px) {
	#winterfair .lineup .imgs {
		flex-direction: column;
	}
	#winterfair .lineup .imgs img:first-child {
		margin-bottom: 22px;
		width: 100%;
	}
	#winterfair .lineup .imgs img:last-child {
		width: 140px;
	}
}
@media screen and (max-width: 800px) {
	#winterfair .customcar h3 .lft {
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 767px) {
	#winterfair .lineup h3 {
		font-size: 2.4rem;
	}
	#winterfair .shopinfo {
		flex-direction: column;
	}
	#winterfair .shopinfo img:first-child {
		margin-bottom: 32px;
		width: 100%;
		max-width: 410px;
	}
	#winterfair .shopinfo img:last-child {
		width: 100%;
		max-width: 320px;
	}
}
@media screen and (max-width: 680px) {
	#winterfair .customcar .cars figure {
		margin-bottom: 20px;
	}
	#winterfair .customcar .cars .txts {
		flex-direction: column;
		padding: 0 8px;
	}
	#winterfair .customcar .cars .txts > div {
		width: 100%;
	}
	#winterfair .customcar .cars .txts > div:first-child {
		margin-bottom: 20px;
		border-right: none;
		border-bottom: 2px solid #fff;
		padding-right: 0;
		padding-bottom: 20px;
	}
	#winterfair .customcar .cars .txts > div:last-child {
		padding-left: 0;
	}
}
@media screen and (max-width: 640px) {
	#winterfair .customcar h3 .lft {
		font-size: 1.7rem;
	}
	#winterfair .lineup {
		margin-bottom: 20px;
	}
	#winterfair .lineup h3 {
		font-size: 2.1rem;
	}
	#winterfair .lineup h3 .txt {
		width: 17.7em;
	}
}
@media screen and (max-width: 580px) {
	#winterfair .lineup h3 {
		font-size: 1.8rem;
	}
	#winterfair .lineup .imgs img:last-child {
		width: 110px;
	}
	#winterfair .shopinfo img:first-child {
		max-width: 350px;
	}
}
@media screen and (max-width: 540px) {
	#winterfair .customcar h3 .lft {
		font-size: 1.4rem;
	}
	#winterfair .shopinfo {
		margin-top: 60px;
	}
}
@media screen and (max-width: 480px) {
	#winterfair .contentWidth {
		padding: 0 15px;
	}
	#winterfair .hd {
		padding-top: 16px;
	}
	#winterfair .customcar {
		margin-bottom: 28px;
	}
	#winterfair .customcar .cars figure {
		margin-bottom: 14px;
	}
	#winterfair .customcar .cars .txts > div:first-child {
		margin-bottom: 14px;
		padding-bottom: 12px;
	}
	#winterfair .shadowbox:not(:last-child) {
		margin-bottom: 6px;
	}
	#winterfair .shopinfo {
		padding-top: 24px;
		padding-bottom: 28px;
	}
	#winterfair .shopinfo img:first-child {
		margin-bottom: 26px;
	}
	#winterfair .shopinfo img:last-child {
		max-width: 300px;
	}
}
@media screen and (max-width: 440px) {
	#winterfair .lineup h3 {
		font-size: 1.6rem;
	}
	#winterfair .lineup h3 .txt {
		width: 17.9em;
	}
}
@media screen and (max-width: 420px) {
	#winterfair .customcar h3 .lft {
		font-size: 1.2rem;
	}
}
