@charset "utf-8";

/* ============================================================
	imini cooking CSS
	Last UPDATA: 2022/12/21
============================================================ */
* {
	box-sizing: border-box;
}

.breadclumb {
	display: none;
	width: calc(650 / 750 * 100vw);
	margin: -8px auto 15px;
	color: #333333;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
@media screen and (min-width: 769px){
	.breadclumb {
		display: block;
		width: 980px;
		max-width: 100%;
		margin: 45px auto 0;
		padding: 0;
		font-size: 12px;
		letter-spacing: -0.06em;
	}
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.content-box {
	width: 100%;
	margin: 25px auto 50px;
	background: #fff;
}
@media screen and (min-width: 769px){
	.content-box {
		width: 980px;
		max-width: 100%;
		margin: 55px auto 80px;
	}
}

.main-image {
	width: calc(650 / 750 * 100vw);
	margin: 0 auto;
	padding: 0;
}
.main-image img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 769px){
	.main-image {
		width: 100%;
	}
}

/* section */
.section {
	width: calc(650 / 750 * 100vw);
	margin: 37px auto 0;
}
@media screen and (min-width: 769px){
	.section {
		width: 100%;
		max-width: 980px;
		margin: 47px auto 0;
	}
}

.section ~ .section {
	margin: 38px auto 0;
	padding: 37px 0 0;
	border-top: solid 1px #e5e5e5;
}
@media screen and (min-width: 769px){
	.section ~ .section {
		margin: 50px auto 0;
		padding: 50px 0 0;
	}
}

.section h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.28;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 769px){
	.section h2 {
		font-size: 22px;
		line-height: 1.3;
	}
}

.section h2 span {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.2;
}
@media screen and (min-width: 769px){
	.section h2 span {
		font-size: 16px;
		line-height: 1.5;
	}
}

.section h3 {
	width: 100vw;
	height: 32px;
	margin: 0 0 0 calc(-50 / 750 * 100vw);
	padding: 0 calc(50 / 750 * 100vw);
	background-color: #f9f9f9;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 32px;
}
@media screen and (min-width: 769px){
	.section h3 {
		width: 100%;
		height: 35px;
		margin: 0;
		padding: 0 15px;
		font-size: 16px;
		line-height: 35px;
	}
}

.section h2 + h3 {
	margin-top: 12px;
}
@media screen and (min-width: 769px){
	.section h2 + h3 {
		margin-top: 26px;
	}
}

.section > p {
	font-size: 12px;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin: 12px 0 0;
}
@media screen and (min-width: 769px){
	.section > p {
		font-size: 14px;
		line-height: 1.72;
		margin: 23px 0 0;
	}
}

.section a {
	text-decoration: underline;
}
.section a:hover {
	text-decoration: none;
}

.section strong {
	font-weight: bold;
}

/* box */
.box {
	margin: 14px 0 0;
}
@media screen and (min-width: 769px){
	.box {
		margin: 25px 0 0;
	}
	.box.ingredient {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.box + .box {
	margin: 19px 0 0;
}
@media screen and (min-width: 769px){
	.box + .box {
		margin: 32px 0 0;
	}
}

.box-image {
	width: 76.925%;
	margin: 0 auto;
}
@media screen and (min-width: 769px){
	.box-image {
		width: 360px;
		margin: 0;
	}
}

.box-text {
	width: 100%;
	margin: 25px 0 0;
}
@media screen and (min-width: 769px){
	.box-text {
		width: calc(100% - 390px);
		margin: 0;
	}
}

.box-text .recipe {
	width: 100%;
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px){
	.box-text .recipe {
		margin: 25px 0 20px;
	}
}

.box-text .name + .recipe {
	margin: 0 0 20px;
}

.box-text .recipe dt {
	width: 52%;
	margin: 0;
	position: relative;
	display: inline-block;
	background: linear-gradient(transparent 49%, #e5e5e5 49%, #e5e5e5 52%, transparent 52%);
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 1.54;
}
@media screen and (min-width: 769px){
	.box-text .recipe dt {
		width: 42.4%;
		margin: 0;
		position: relative;
		display: inline-block;
		background: linear-gradient(transparent 49%, #e5e5e5 49%, #e5e5e5 52%, transparent 52%);
		font-size: 14px;
		line-height: 1.72;
	}
}

.box-text .recipe dt span {
	display: inline-block;
	background: #ffffff;
	padding-right: 0.8em;
}

.box-text .normal span {
	padding-left: 20px;
}
@media screen and (min-width: 769px){
	.box-text .normal span {
		padding-left: 29px;
	}
}

.box-text .star::before {
	content: "☆";
	color: #ff0066;
	background: #ffffff;
	display: inline-block;
	padding-right: 7px;
	font-size: 13px;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.box-text .star::before {
		padding-right: 15px;
		font-size: 14px;
	}
}

.box-text .star2::before {
	content: "★";
	color: #ff0066;
	background: #ffffff;
	display: inline-block;
	padding-right: 7px;
	font-size: 13px;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.box-text .star2::before {
		padding-right: 15px;
		font-size: 14px;
	}
}

.box-text .recipe dd {
	width: 48%;
	margin: 0;
	padding-left: 0.8em;
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 1.54;
}
@media screen and (min-width: 769px){
	.box-text .recipe dd {
		width: 57.6%;
		font-size: 14px;
		line-height: 1.72;
	}
}

.box-text p.star,
.box-text p.star2 {
	display: inline-block;
	background: linear-gradient(transparent 46%, #e5e5e5 46%, #e5e5e5 51%, transparent 51%);
	font-size: 13px;
	margin: 0;
}
@media screen and (min-width: 769px){
	.box-text p.star,
	.box-text p.star2 {
		font-size: 14px;
	}
}

.box-text p.star {
	margin-left: 1em;
}

.box-text p.star span,
.box-text p.star2 span {
	display: inline-block;
	margin-left: 1em;
	padding-left: 2px;
	background: #ffffff;
}
@media screen and (min-width: 769px){
	.box-text p.star span,
	.box-text p.star2 span {
		margin-left: 25px;
	}
}

.box-text p.star::before {
	padding-right: 2px;
}

.box-text p.star2::before {
	padding-right: 2px;
}

.box ol {
	margin: 11px 0 0;
	counter-reset: my-counter;
	list-style-type: none;
	padding: 0;
}
@media screen and (min-width: 769px){
	.box ol {
		margin: 23px 0 0;
	}
}

.box ol li {
	position: relative;
	padding-left: 18px;
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 1.54;
}
@media screen and (min-width: 769px){
	.box ol li {
		padding-left: 20px;
		font-size: 14px;
		line-height: 1.72;
	}
}

.box ol li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #ffffff;
	display: block;
	float: left;
	line-height: 13px;
	margin-left: -18px;
	text-align: center;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	border: solid 1px #555555;
	position: absolute;
	top: 2px;
	font-size: 11px;
}
@media screen and (min-width: 769px){
	.box ol li::before {
		line-height: 14px;
		margin-left: -20px;
		height: 14px;
		width: 14px;
		top: 4px;
		font-size: 12px;
	}
}

.box .point {
	margin: 20px 0 0;
	padding: calc(110 / 750 * 100vw) 20px 20px;
	background: #fffcf3;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 769px){
	.box .point {
		margin: 42px 0 0;
		padding: 74px 50px 35px;
	}
}

.box .point picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.box .point dl {
	position: relative;
	z-index: 1;
}

.box .point dl + dl {
	margin-top: 0.6em;
}

.box .point dl dt {
	font-size: 13px;
	color: #ff0137;
	font-weight: bold;
	line-height: 1.54;
}
@media screen and (min-width: 769px){
	.box .point dl dt {
		font-size: 14px;
		line-height: 1.72;
	}
}

.box .point dl dd {
	font-size: 13px;
	line-height: 1.54;
}
@media screen and (min-width: 769px){
	.box .point dl dd {
		font-size: 14px;
		line-height: 1.72;
	}
}

/* foodstuff */
.box.foodstuff {
	border: 1px solid #e5e5e5;
	margin: 10px 0 0;
	padding: 15px 15px 10px;
}
@media screen and (min-width: 769px){
	.box.foodstuff {
		margin: 18px 0 0;
		padding: 30px 30px 27px;
	}
}

.box.foodstuff > ul {
	display: flex;
	justify-content: space-between;
	margin: -9px 0 0;
}
@media screen and (min-width: 769px){
	.box.foodstuff > ul {
		margin: -23px 0 0;
	}
}

.box.foodstuff > ul > li {
	width: calc((100% - 30px) / 3);
}
@media screen and (min-width: 769px){
	.box.foodstuff > ul > li {
		width: calc((100% - 60px) / 3);
	}
}

.box.foodstuff > ul > li > dl dt {
	font-size: 12px;
	font-weight: bold;
	margin: 9px 0 6px;
	width: 100%;
	height: 32px;
	letter-spacing: 0.025em;
	line-height: 32px;
	padding: 0 9px;
	background-color: #f9f9f9;
}
@media screen and (min-width: 769px){
	.box.foodstuff > ul > li > dl dt {
		font-size: 16px;
		margin: 23px 0 12px;
		width: 100%;
		height: 35px;
		line-height: 35px;
		padding: 0 14px;
	}
}

.box.foodstuff > ul > li > dl dd {
	font-size: 12px;
	letter-spacing: 0.025em;
	line-height: 1.5;
}
@media screen and (min-width: 769px){
	.box.foodstuff > ul > li > dl dd {
		font-size: 14px;
		line-height: 1.72;
	}
}

.box.foodstuff > ul > li > dl dd ul li.star2:before {
	content: "★";
	color: #ff0066;
	background: #ffffff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.box.foodstuff > ul > li > dl dd ul li.star2:before {
		font-size: 14px;
	}
}