@charset "utf-8";
div.recipe_hdr {
	margin-right: 470px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	position: relative;
}
div.recipe_hdr a {
	color: #000;
	text-decoration: underline;	
}
div.recipe_hdr a:hover {
	color: #000;
	text-decoration: none;	
}

div.recipe_hdr div.print {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 15px;
	cursor: pointer;
}
div.recipe_hdr div.print i {
	font-size: 20px;
}

p.chef_name {
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 430px;
}
h3.recipe_name {
	font-size: 28px;
	line-height: 1.3;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;	
}
div.recipe_photo {
	float: right;
	width: 400px;	
}

div.recipe_photo img {
	width: 100%;
	height: auto;	
}

div.recipe_photo div {
	clear: both;	
}
div.sns {
	float: right;
	width: 120px;
	margin-bottom: 15px;
}
div.sns:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

div.sns li {
	float: left;
	list-style: none;
	margin-right: 13px;
}
div.sns li:last-child {
	margin-right: 0;	
}

div.sns li img {
	width: 30px;
	height: auto;	
}
div.sns li.twitter img {
	width: 33px;
	height: auto;	
}
div.sns li a:hover img {
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}


ul.standard {
	margin-bottom: 20px;	
}
ul.standard li {
	list-style: none;
	display: inline;
	margin-right: 15px;
	padding: 2px 0;
	line-height: 24px;
}
/*
ul.standard li.time {
	background: url(../img/icon_time.png) no-repeat left center;
	background-size: 20px;
}
ul.standard li.temp {
	background: url(../img/icon_temp.png) no-repeat left center;
	background-size: 20px;
}
*/
.standard__image {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
}
p.recipe_excerpt {
	margin-right: 470px;
	margin-bottom: 50px;	
}
p.recipe_excerpt a {
	text-decoration: underline;
	color: #000;	
}
p.recipe_excerpt a:hover {
	text-decoration: none;
	color: #000;	
}

.recipe_material h4 {
	float: left;
}
.recipe_material h4,
.recipe_flow h4,
.kai_tool  h4 {
	margin-bottom: 5px;
	font-weight: normal;
}
.recipe_material h4 span,
.recipe_flow h4 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000;
	color: #FFF;
	margin-right: 10px;
	padding: 3px 15px 5px;
}

.recipe_material table {
	margin-bottom: 25px;
	clear: left;
}
.recipe_material caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	text-indent: -0.75em;
}

.recipe_material th,
.recipe_material td {
	text-align: left;
	padding: 5px;
}
.recipe_material th {
	padding-left: 0;
	padding-right: 10px;
	font-weight: normal;	
}
.recipe_material th span {
	font-size: 0.8em;
	display: block;
	white-space: normal;
}

.recipe_material,
.recipe_flow {
	margin-bottom: 60px;	
}
.recipe_material a,
.recipe_flow a {
	color: #000;
	text-decoration: underline;
}

.recipe_flow ol {
	padding-left: 20px;	
	clear: left;
}
.recipe_flow li {
	margin: 0 0 10px;	
}
.recipe_flow dl {
	margin-bottom: 30px;	
}

.recipe_flow dt {
	font-weight: bold;
	float: left;
}
.recipe_flow dd {
	margin: 0 0 50px 60px;	
}
.recipe_flow dd h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;	
}

.recipe_flow dd p {
	margin-bottom: 1em;
}
.recipe_flow dd .extra_indent {
	text-indent: -0.75em;
	display: block;
}
dd .thumbnail img {
	margin-right: 10px;
}
div.point {
	clear: both;
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
	margin: 0 0 50px;
}

div.point:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
div.point.last {
	margin-top: 80px;
	margin-bottom: 110px;	
}

div.point h5 {
	margin-bottom: 15px;
	position: relative;
}
div.point h5:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: calc(50% - 1px);
}

div.point h5 img {
	width: 110px;
	height: auto;
	position: relative;
	z-index: 10;	
}
div.point div.point_caption {
	float: left;
	width: calc(100% - 230px);
	box-sizing: border-box;
}
div.point div.point_caption.wide {
	float: left;
	width: calc(100% - 300px);
	box-sizing: border-box;
}
div.point div.point_photo {
	float: right;
	width: 170px;
	padding-right: 18px;
}
div.point div.point_photo.wide {
	float: right;
	width: 250px;
}
div.point div.point_photo img {
	width: 100%;
	height: auto;	
}
div.point h6 {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
	font-size: 1.2em;
	margin-left: 18px;
}
div.point p {
	margin-left: 18px;
}

div.kai_tool {
	clear: both;
	background: #FFF;
	border: 1px solid #000;
	position: relative;
	margin-bottom: 15px;
}
.kai_tool  h4 span {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000;
	color: #FFF;
	padding: 3px 15px 5px;
	display: block;
	width: 5em;
	text-align: center
}
.kai_tool  h5 {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
.kai_tool  h5 a {
	color: #000;
	background: url(../img/arow.png) no-repeat 0 center;
	padding-left: 15px;
	text-decoration: none;	
}
.kai_tool  h5 a:hover {
	color: #000;
	text-decoration: underline;	
}

.kai_tool div.caption {
	padding: 0 0px 20px 20px;
	margin-right: 230px;
}
.kai_tool div.caption p {
	font-size: 0.9em;
	padding: 0 0 0 15px;
	min-height: 42px;
}
div.kai_tool div.photo {
	position: absolute;
	width: 140px;
	top: 20px;
	right: 20px;
}
.kai_tool div.photo img {
	width: 100%;
	height: auto;	
}
.kai_tool .more {
	display: none;	
}
.more_btn {
	text-align: center;
	height: 30px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1.0) 45%);
	padding-top: 20px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 10;
	position: relative;
}
.more_btn:after {
	content: "\f103";
	font-family: FontAwesome;
	font-size: 18px;
	position: relative;
	top: 15px;
}

.more_btn.open {
	margin-top: 0px;
	background: none;
	padding-top: 0;
	margin-top: 10px;
}
.more_btn.open:after {
	content: "\f102";
	font-family: FontAwesome;
	font-size: 18px;
	top: 0px;
}

p.tolink {
	margin-top: 20px;	
	display: none;
}
p.tolink.open {
	display: block;
}
p.tolink a {
	color: #000;
	text-decoration: underline;
	background: url(../img/arow.png) no-repeat 0 center;
	padding-left: 15px;
}
p.tolink a:hover {
	color: #000;
	text-decoration: none;	
}
.howtoTable th {
	float: left;
}
.howtoTable th,
.howtoTable td {
	vertical-align: top;
	display: block;
}
.howtoTable td {
	margin-left: 25px;
}
.howtoTable td:nth-child(3) {
	display: block;
	margin-top: 1em;
}
.howtoTable td:last-child {
	margin-bottom: 50px;
}
.howtoTable {
	width: 100%;
}
@media print {
	.search_area,
	.submenu,
	.sns,
	div.recipe_hdr div.print,
	.footer_wrap,
	footer ul {
		display: none;
	}
}
.howtoTable .howtoImg {
	margin-top: 5px;
	max-width: 350px;
	width: auto;
}
.howtoTable .howtoImg img {
	object-fit: contain;
	width: 100%;
	height: auto;
}

.row-heading-block h4 {
	float: none;
}

.materialsList {
	margin-top: 20px;
	list-style: none;
}

.materialsList >li:not(:last-of-type) {
	margin-bottom: 5px;
}

.materialsList.indent-label > li {
	display: flex;
	gap: 0;
	align-items: flex-start;
}

.materialsList.indent-label > li span {
	white-space: nowrap;
}