@charset "utf-8";

/*================
全体
=================*/

.fcWrapper {
	font-size: 13px;
	line-height: 130%;
	width: 714px;
	margin: 0 auto;
}

/*============
コンテンツ
==============*/

.fcWrapper .anc {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
	gap: 30px;
}

.fcWrapper .anc02 {
	margin-top: 80px;
}

.fcWrapper .img {
	line-height: 0;
	position: relative;
}

.fcWrapper .img img {
	width: 100%;
}

.fcWrapper .items .img {
	margin-top: 80px;
}

.fcWrapper .items .img:first-child {
	margin-top: 0px;
}

.fcWrapper .img form {
	position: absolute;
	bottom: 0px;
	right: 50%;
	transform: translateX(50%);
}

.fcWrapper .recipe {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 45px 40px;
	padding: 0 30px;
}

.fcWrapper .recipe-items {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.fcWrapper .recipe-item img {
	width: 100%;
}

.fcWrapper .anc03 .items {
	margin-top: 120px;
}

.fcWrapper table {
	border-collapse: collapse;
	margin-bottom: 70px;
	margin-top: 60px;
}

.fcWrapper table caption {
	padding: 20px;
	background-color: #f3e8d6;
	border-radius: 5px;
	margin-bottom: 25px;
}

.fcWrapper table caption span {
	color: #4d1a0d;
	font-size: 25px;
	text-align: left;
	line-height: 25px;
	border-left: 8px solid;
	padding: 0 15px;
	font-weight: 600;
}

.fcWrapper table th {
	width: 140px;
	text-align: left;
	font-size: 20px;
	line-height: 25px;
	border: solid 1px #c9c9c9;
	padding: 10px 14px;
	color: #5d310d;
}

.fcWrapper table td {
	font-size: 20px;
	line-height: 25px;
	padding: 25px;
	border: solid 1px #c9c9c9;
	color: #5d310d;
}

.btn img:hover {
	opacity: 0.7;
	cursor: pointer;
}

.fcWrapper .button02 {
	display: block;
	margin-top: 60px;
	margin-bottom: 80px;
	margin-inline: auto;
}

.fcWrapper .mb40 {
	margin-bottom: 40px;
}
