@charset "UTF-8";
.recipe {}
.recipe_title {}
.recipe_title > .icon {}
.recipe_title > small {}
.recipe_title > b {}
.recipe_headline {}
.recipe_cols {
	display: flex;
	justify-content: space-between;
	margin-top: 42px;
	margin-bottom: 60px;
}
.recipe_cols:last-child {
	margin-bottom: 0;
}
.recipe_col {}
.recipe_col-no1 {
	width: 300px;
}
.recipe_image {}
.recipe_image > img {
	display: block;
	max-width: 100%;
	height: auto;}
.recipe_col-no2 {
	width: calc(100% - 357px);
}
.recipe_infoWrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 22px;
}
.recipe_dList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.2;
	align-items: center;
	margin-right: 30px;
}
.recipe_dList:last-child {
	margin-right: 0;
}
.recipe_dList > dt {
	background-color: #f2f2ee;
	height: 26px;
	padding: 0 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-right: 10px;
}
.recipe_dList > dd {}
.recipe_text {}
.material {
	margin-bottom: 60px;
}
.material:last-child {
	margin-bottom: 0;
}
.material_title {}
.material_title > small {
	font-size: inherit;
	margin-left: 1em;
}
.material_cols {
	display: flex;
	background-color: #f2f2ee;
}
.material_col {
	width: 50%;
	padding: 35px;
	box-sizing: border-box;
}
.material_col-no1 {
	border-right: 1px solid #cccccc;
}
.material_table {
	width: 100%;
}
.material_table > tbody {}
.material_table > tbody > tr {}
.material_table > tbody > tr:first-child {}
.material_table > tbody > tr:last-child {}
.material_table > tbody > tr > th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-right: 1em;
}
.material_table > tbody > tr > td {
	text-align: right;
	vertical-align: top;
}
.material_col-no2 {}
.cook {
	margin-bottom: 60px;
}
.cook:last-child {
	margin-bottom: 0;
}
.cook_title {}
.cook_oList {
	list-style: none;
}
.cook_oList > li {
	position: relative;
	z-index: 1;
	padding-left: 41px;
	margin-top: 20px;
}
.cook_oList > li > b {
	content: counter(number);
	counter-increment: number;
	background-color: #d1c0a5;
	width: 30px;
	height: 30px;
	display: flex;
	line-height: 1;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cook_oList > li:first-child {
	margin-top: 0;
}
.cook_oList > li:last-child {}
.cook_oList > li:nth-child(2n+1) {}
.cook_oList > li:nth-child(n+3) {}
.master {
	border: 5px solid #f2f2ee;
	padding: 20px 20px;
}
.master_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.master_col {}
.master_col-no1 {
	width: 100px;
}
.master_image {}
.master_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.master_col-no2 {
	width: calc(100% - 140px);
}
.master_title {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 7px;
}
.master_headline {
	font-size: 18px;
	line-height: 1.4;
}
.master_table {}
.master_table > tbody {}
.master_table > tbody > tr {}
.master_table > tbody > tr:first-child {}
.master_table > tbody > tr:last-child {}
.master_table > tbody > tr > th {
	white-space: nowrap;
}
.master_table > tbody > tr > td {}
.master_text {
	margin: 5px 0;
}
.master_text:last-child {
	margin-bottom: 0;
}
.master_text:first-child {
	margin-top: 0;
}
.master_name {
	margin: 5px 0;
}
.master_name:last-child {
	margin-bottom: 0;
}
.master_name:first-child {
	margin-top: 0;
}
.master_addr {
	margin: 5px 0;
}
.master_addr:last-child {
	margin-bottom: 0;
}
.master_addr:first-child {
	margin-top: 0;
}
.master_info {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.2;
}
.master_dList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 1.5em;
	margin-bottom: 2px;
	margin-top: 2px;
}
.master_dList:last-child {
	margin-right: 0;
}
.master_dList > dt {
	background-color: #f2f2ee;
	height: 26px;
	padding: 0 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-right: 10px;
}
.master_dList > dd {}
.master_dList > dd > a {
	display: block;
}
.master_dList > dd > a::before {
	content: "";
}
.master_dList > dd > a::after {
	content: "";
}
@media screen and (min-width:1000px) {
	.master_dList > dd > a:hover {}
}
@media screen and (max-width:999px) {
	.recipe {}
	.recipe_title {}
	.recipe_title > .icon {}
	.recipe_title > small {}
	.recipe_title > b {}
	.recipe_headline {}
	.recipe_cols {}
	.recipe_cols:last-child {}
	.recipe_col {}
	.recipe_col-no1 {
		width: 250px;
	}
	.recipe_image {}
	.recipe_image > img {}
	.recipe_col-no2 {
		width: calc(100% - 280px);
	}
	.recipe_infoWrap {}
	.recipe_dList {}
	.recipe_dList:last-child {}
	.recipe_dList > dt {}
	.recipe_dList > dd {}
	.recipe_text {}
	.material {}
	.material:last-child {}
	.material_title {}
	.material_title > small {}
	.material_cols {}
	.material_col {
		padding: 20px;
	}
	.material_col-no1 {}
	.material_table {}
	.material_table > tbody {}
	.material_table > tbody > tr {}
	.material_table > tbody > tr:first-child {}
	.material_table > tbody > tr:last-child {}
	.material_table > tbody > tr > th {}
	.material_table > tbody > tr > td {}
	.material_col-no2 {}
	.cook {}
	.cook:last-child {}
	.cook_title {}
	.cook_oList {}
	.cook_oList > li {
		margin-top: 10px;
	}
	.cook_oList > li > b {}
	.cook_oList > li:first-child {}
	.cook_oList > li:last-child {}
	.cook_oList > li:nth-child(2n+1) {}
	.cook_oList > li:nth-child(n+3) {}
	.master {}
	.master_cols {}
	.master_col {}
	.master_col-no1 {}
	.master_image {}
	.master_image > img {}
	.master_col-no2 {}
	.master_title {}
	.master_headline {}
	.master_table {}
	.master_table > tbody {}
	.master_table > tbody > tr {}
	.master_table > tbody > tr:first-child {}
	.master_table > tbody > tr:last-child {}
	.master_table > tbody > tr > th {}
	.master_table > tbody > tr > td {}
	.master_text {}
	.master_text:last-child {}
	.master_text:first-child {}
	.master_name {}
	.master_name:last-child {}
	.master_name:first-child {}
	.master_addr {}
	.master_addr:last-child {}
	.master_addr:first-child {}
	.master_info {}
	.master_dList {}
	.master_dList:last-child {}
	.master_dList > dt {}
	.master_dList > dd {}
	.master_dList > dd > a {}
	.master_dList > dd > a::before {}
	.master_dList > dd > a::after {}
}
@media screen and (max-width:767px) {
	.recipe {}
	.recipe_title {}
	.recipe_title > .icon {}
	.recipe_title > small {}
	.recipe_title > b {}
	.recipe_headline {}
	.recipe_cols {
		display: block;
		margin-top: 0;
		margin-bottom: 35px;
	}
	.recipe_cols:last-child {}
	.recipe_col {}
	.recipe_col-no1 {
		width: auto;
		margin-bottom: 20px;
	}
	.recipe_image {}
	.recipe_image > img {
		width: 100%;
	}
	.recipe_col-no2 {
		width: auto;
	}
	.recipe_infoWrap {
		margin-bottom: 1em;
	}
	.recipe_dList {}
	.recipe_dList:last-child {}
	.recipe_dList > dt {}
	.recipe_dList > dd {}
	.recipe_text {}
	.material {
		margin-bottom: 35px;
	}
	.material:last-child {}
	.material_title {}
	.material_title > small {}
	.material_cols {
		display: block;
		padding: 15px 15px;
	}
	.material_col {
		border: none;
		padding: 0;
		width: auto;
	}
	.material_col-no1 {}
	.material_table {
		font-size: 12px;
	}
	.material_table > tbody {}
	.material_table > tbody > tr {}
	.material_table > tbody > tr:first-child {}
	.material_table > tbody > tr:last-child {}
	.material_table > tbody > tr > th {}
	.material_table > tbody > tr > td {}
	.material_col-no2 {}
	.cook {
		margin-bottom: 35px;
	}
	.cook:last-child {}
	.cook_title {}
	.cook_oList {}
	.cook_oList > li {
		padding-left: 31px;
	}
	.cook_oList > li > b {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}
	.cook_oList > li:first-child {}
	.cook_oList > li:last-child {}
	.cook_oList > li:nth-child(2n+1) {}
	.cook_oList > li:nth-child(n+3) {}
	.master {
		border-width: 3px;
		padding: 15px 15px;
	}
	.master_cols {
		display: block;
	}
	.master_col {}
	.master_col-no1 {
		margin: 0 auto 15px;
	}
	.master_image {}
	.master_image > img {}
	.master_col-no2 {
		width: auto;
	}
	.master_title {
		font-size: 18px;
	}
	.master_headline {
		font-size: 14px;
	}
	.master_table {}
	.master_table > tbody {}
	.master_table > tbody > tr {}
	.master_table > tbody > tr:first-child {}
	.master_table > tbody > tr:last-child {}
	.master_table > tbody > tr > th {}
	.master_table > tbody > tr > td {}
	.master_text {}
	.master_text:last-child {}
	.master_text:first-child {}
	.master_name {}
	.master_name:last-child {}
	.master_name:first-child {}
	.master_addr {}
	.master_addr:last-child {}
	.master_addr:first-child {}
	.master_info {}
	.master_dList {}
	.master_dList:last-child {}
	.master_dList > dt {
		height: 20px;
		font-size: 12px;
	}
	.master_dList > dd {}
	.master_dList > dd > a {}
	.master_dList > dd > a::before {}
	.master_dList > dd > a::after {}
}
