@charset "utf-8";




/*-------------------------------

　2025ご予約販売会

---------------------------------*/

#yoyaku2025 {
	background: repeating-linear-gradient(90deg, #761214 0, #761214 15px, #5a0e0e 15px, #5a0e0e 30px);
}

#yoyaku2025 * {
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.7s;
}

#yoyaku2025 img {
	max-width: 100%;
	height: auto;
}

#yoyaku2025 a:hover img {
	opacity: 0.7;
}

/* about */
#yoyaku2025 #about {
	padding-block: 20px 50px;
}

/* suchen */
#yoyaku2025 #suchen {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 5px solid #9e8032;
	border-top: 5px solid #9e8032;
	background: repeating-radial-gradient(circle, #830000, #4f0000 70% 100%);
	height: 120px;
}

/* anchor_list */
#yoyaku2025 #anchor_list {
	padding: 50px 64px;
}

#yoyaku2025 #anchor_list ul {
	display: grid;
	gap: 10px 35px;
	grid-template-columns: repeat(3, 145px);
	justify-content: center;
}

/* contents_box */
#yoyaku2025 #contents_box {
	border-top: 5px solid #9e8032;
	background-color: #721213;
	padding: 45px 24px 50px;
	position: relative;
}

#yoyaku2025 #contents_box::before {
	content: "";
	display: block;
	background: url("../img/ribbon.png") no-repeat center;
	background-size: contain;
	aspect-ratio: 1 / 0.558;
	width: 92px;
	transform: translate(-50%, -24px);
	position: absolute;
	left: 50%;
	top: 0;
}

/* goods_box */
#yoyaku2025 .goods_box + .goods_box {
	margin-top: 64px;
}

#yoyaku2025 .goods_box .goods_list {
	display: grid;
	gap: 30px 20px;
	grid-template-columns: repeat(2, 1fr);
}

#yoyaku2025 .goods_box .goods_list > li.wide {
	grid-column: 1 / 3;
}

#yoyaku2025 .goods_box * + .more_btn {
	margin-top: 30px;
}

#yoyaku2025 .goods_box .more_btn {
	text-align: center;
}



