/* ==================== shokuiku-recipe-recently.css ==================== */

.shokuiku-recipe-recently {
	margin: 1em auto;
	box-sizing: border-box;
	padding: 1.5em;
	background: url(../images/bg_dotted.png) repeat center center / 20px;
}

.shokuiku-recipe-recently:empty {
	display: none;
}


@media (max-width: 375px) {
	.shokuiku-recipe-recently {
		font-size: 4vw;
	}
}

@media (min-width: 376px) {
	.shokuiku-recipe-recently {
		font-size: 15px;
	}
}

@media (min-width: 641px) {
	.shokuiku-recipe-recently {
		width: 47.5em;
		font-size: 2vw;
	}
}

@media (min-width: 1001px) {
	.shokuiku-recipe-recently {
		font-size: 20px;
	}
}


.shokuiku-recipe-recently h2 {
	margin: 0 auto;
}


@media (min-width: 641px) {
	.shokuiku-recipe-recently h2 {
		width: 75%;
	}
}



/* ==================== shokuiku-recipe-search-form.css ==================== */

.shokuiku-recipe-search-form {
	position: relative;
	background: white;
}

.shokuiku-recipe-search-form * {
	/* for kyushoku */
	font-family: 'Hiragion Kaku Gothic Pro', 'Meiryo', sans-serif;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}

@media (max-width: 375px) {
	.shokuiku-recipe-search-form {
		font-size: 4vw;
	}
}


@media (min-width: 376px) {
	.shokuiku-recipe-search-form {
		font-size: 15px;
	}
}


@media (min-width: 641px) {
	.shokuiku-recipe-search-form {
		margin: 0 auto;
		/* width: 1000px; */
		/* font-size: 20px; */
		width: 50em;
		font-size: 2vw;
	}
	.top.shokuiku-recipe-search-form {
		border-radius: 0 0 0.5em 0.5em;
		transition: border-radius 200ms;
	}
	.top.worldculture.shokuiku-recipe-search-form {
		border-radius: 0.5em;
	}
	.top.shokuiku-recipe-search-form.open-content {
		border-radius: 0;
	}
}


@media (min-width: 1001px) {
	.shokuiku-recipe-search-form {
		font-size: 20px;
	}
}


.shokuiku-recipe-search-form button,
.shokuiku-recipe-search-form label {
	cursor: pointer;
}


.bottom.shokuiku-recipe-search-form {
	border-top: 1px solid #ccc;
	margin: 2em auto;
	padding-top: 1em;
}



/* ==================== shokuiku-recipe-info/<dl>.css ==================== */

.shokuiku-recipe-info dl {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: repeat(3, auto);
}

.shokuiku-recipe-info dl,
dd {
	margin: 0;
}

.shokuiku-recipe-info dl dt,
.shokuiku-recipe-info dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #e5e5e5;
	text-align: center;
	min-width: 6em;
}
.shokuiku-recipe-info dl dt {
	-ms-grid-row: 1;
	grid-row: 1;
	padding: 0.5em;
	background: #f2f2f2;
}

.shokuiku-recipe-info dl dd {
	-ms-grid-row: 2;
	grid-row: 2;
	margin: 0;
	padding: 0.25em;
}
.shokuiku-recipe-info dl dd:empty::before {
	content: '－';
	color: #808080;
}

.shokuiku-recipe-info dl > *:nth-of-type(2) {
	-ms-grid-column: 2;
}
.shokuiku-recipe-info dl > *:nth-of-type(3) {
	-ms-grid-column: 3;
}


/* border-width */
.shokuiku-recipe-info dl dt:nth-of-type(1),
.shokuiku-recipe-info dl dd:nth-of-type(1) {
	border-left-width: 2px;
}
.shokuiku-recipe-info dl dt:nth-last-of-type(1),
.shokuiku-recipe-info dl dd:nth-last-of-type(1) {
	border-right-width: 2px;
}
.shokuiku-recipe-info dl dt:nth-of-type(n+2),
.shokuiku-recipe-info dl dd:nth-of-type(n+2) {
	border-left: none;
}
.shokuiku-recipe-info dl dt {
	border-bottom: none;
	border-top-width: 2px;
}
.shokuiku-recipe-info dl dd {
	border-bottom-width: 2px;
}


/* border-radius */
.shokuiku-recipe-info dl dt:nth-of-type(1) {
	border-top-left-radius: 0.75em;
}
.shokuiku-recipe-info dl dt:nth-last-of-type(1) {
	border-top-right-radius: 0.75em;
}
.shokuiku-recipe-info dl dd:nth-of-type(1) {
	border-bottom-left-radius: 0.75em;
}
.shokuiku-recipe-info dl dd:nth-last-of-type(1) {
	border-bottom-right-radius: 0.75em;
}



/* ==================== shokuiku-recipe-info/@.css ==================== */

.shokuiku-recipe-info {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.shokuiku-recipe-info img {
	display: inline-block;
	max-width: none;
	width: auto;
	vertical-align: middle;
}

.shokuiku-recipe-info dt img {
	height: 1em;
}
.shokuiku-recipe-info dd img,
.shokuiku-recipe-info .tags img {
	height: 2em;
	margin: 0.25em;
}



@media (max-width: 640px) {
	.shokuiku-recipe-info {
		align-items: center;
	}
}

@media (min-width: 641px) {
	.shokuiku-recipe-info {
		align-items: flex-start;
	}
}



/* ==================== shokuiku-recipe-info/@responsive.css ==================== */

@media (max-width: 375px) {
	.shokuiku-recipe-info, .shokuiku-recipe-info img {
		font-size: 2.6666666666667vw;
	}
}


@media (max-width: 640px) {
	.shokuiku-recipe-info, .shokuiku-recipe-info img {
		font-size: 10px;
	}
}

@media (min-width: 641px) {
	.shokuiku-recipe-info, .shokuiku-recipe-info img {
		font-size: 11px;
	}
}



/* ==================== shokuiku-recipe-info/tags.css ==================== */

.shokuiku-recipe-info .tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5em;
}
.shokuiku-recipe-info .tags:empty {
	display: none;
}



/* ==================== shokuiku-recipe-recently/recipes.css ==================== */

.shokuiku-recipe-recently .recipes {
	margin: 1em auto 0;
}


.shokuiku-recipe-recently .recipes .recipe-item {
	padding: 0 0.5em;
	color: #333;
	transition: opacity 200ms;
}
.shokuiku-recipe-recently .recipes .recipe-item:hover {
	opacity: 0.85;
}

.shokuiku-recipe-recently .recipes .recipe-item a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	color: inherit;
}

.shokuiku-recipe-recently .recipes .recipe-item .pic {
	width: 100%;
	height: 7em;
	border-radius: 0.25em;
	margin-bottom: 0.5em;
	background: no-repeat center center / cover;
	overflow: hidden;
}

.shokuiku-recipe-recently .recipes .recipe-item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.IE .shokuiku-recipe-recently .recipes .recipe-item .pic img {
	visibility: hidden;
}

.shokuiku-recipe-recently .recipes .recipe-item span.name {
	font-size: 70%;
	font-weight: bold;
	line-height: 1.3;
}



/* ==================== shokuiku-recipe-recently/slide-cotainer.css ==================== */

.shokuiku-recipe-recently .slide-cotainer {
	position: relative;
}

.shokuiku-recipe-recently .slide-cotainer * {
	-webkit-user-select: none;
	user-select: none;
}

.shokuiku-recipe-recently .slide-cotainer .slide-content {
	overflow: hidden;
}

.shokuiku-recipe-recently .slide-cotainer .slide-body {
	display: flex;
	align-items: flex-start;
	overflow: visible;
	transition: transform 400ms;
}

@media (max-width: 640px) { .shokuiku-recipe-recently .slide-cotainer .slide-body { width: 50%; } }
@media (min-width: 641px) { .shokuiku-recipe-recently .slide-cotainer .slide-body { width: 25%; } }

.shokuiku-recipe-recently .slide-cotainer .slide-item {
	flex-shrink: 0;
	box-sizing: border-box;
	width: 100%;
}


.shokuiku-recipe-recently .slide-cotainer .slide-btn {
	position: absolute;
	top: 3.5em;
	width: 2em;
	height: 2em;
	border: none;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: #d8271c no-repeat center center / 40%;
	cursor: pointer;
	transition: opacity 400ms;
}
.shokuiku-recipe-recently .slide-cotainer .slide-btn.prev {
	left: 0;
	background-image: url(../images/icon_arrow_back.svg);
}
.shokuiku-recipe-recently .slide-cotainer .slide-btn.next {
	left: 100%;
	background-image: url(../images/icon_arrow_forward.svg);
}

.shokuiku-recipe-recently .slide-cotainer .slide-btn.hide {
	visibility: hidden;
	opacity: 0;
}



/* ==================== shokuiku-recipe-search-form/search_content.css ==================== */

.shokuiku-recipe-search-form .search_content {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #e6d588;
	background: white url(../images/bg_dotted.png) repeat center center / 20px;
	position: absolute;
	z-index: 999;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 1em;
}


.shokuiku-recipe-search-form .search_content dl {
	display: grid;
	grid-template-columns: max-content auto;
}

.shokuiku-recipe-search-form .search_content dt,
.shokuiku-recipe-search-form .search_content dd {
	background: linear-gradient(to right, #ccb54b 40%, transparent 40%) repeat-x left bottom / 4px 1px;
	padding: 1.5em 0;
}

.shokuiku-recipe-search-form .search_content dt {
	display: flex;
	align-items: center;
	color: #ab9420;
	line-height: 1.3;
	padding-right: 1em;
	font-weight: bold;
}
.shokuiku-recipe-search-form .search_content dt img {
	width: 3.5em;
}

.shokuiku-recipe-search-form .search_content dd {
	display: flex;
}
.shokuiku-recipe-search-form .search_content dd::after {
	content: none;
}

.shokuiku-recipe-search-form .search_content dd input {
	position: fixed;
	visibility: hidden;
}

.shokuiku-recipe-search-form .search_content dd label {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 4.5em;
	border: 1px solid #e6d588;
	border-radius: 0.5em;
	margin: 0.5%;
	padding: 0.5em;
	background: white;
	line-height: 1.3;
	color: black;
}


.shokuiku-recipe-search-form .search_content dd input:checked + label {
	border-color: #d8271c;
	color: #d8271c;
	font-weight: bold;
}


/* productcategories */
.shokuiku-recipe-search-form .search_content dd.productcategories label {
	height: auto;
}
.shokuiku-recipe-search-form .search_content dd.productcategories label figure {
	position: relative;
	margin: 0 0.5em 0 0;
}
.shokuiku-recipe-search-form .search_content dd.productcategories label figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

/* tags */
.shokuiku-recipe-search-form .search_content dd.tags {
	justify-content: center;
}
.shokuiku-recipe-search-form .search_content dd.tags label {
	width: 10em;
	height: 2.25em;
	border-radius: 1.25em;
	margin: 0.5em;
	padding: 0 1em;
	font-size: 110%;
	font-weight: bold;
	background: none;
}
.shokuiku-recipe-search-form .search_content dd.tags label::before {
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	background: no-repeat center center / contain;
}

.shokuiku-recipe-search-form .search_content dd.tags label span {
	margin: 0 auto;
}

.shokuiku-recipe-search-form .search_content dd.tags input:checked + label span {
	color: white;
}

.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(1) {
	border-color: #109bd6;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(1) span {
	color: #109bd6;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(1)::before {
	background-image: url(../images/icon_tags_1_color.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(1) {
	background: #109bd6;
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(1)::before {
	background-image: url(../images/icon_tags_1.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(2) {
	border-color: #faa7a9;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(2) span {
	color: #faa7a9;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(2)::before {
	background-image: url(../images/icon_tags_2_color.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(2) {
	background: #faa7a9;
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(2)::before {
	background-image: url(../images/icon_tags_2.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(3) {
	border-color: #a37c52;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(3) span {
	color: #a37c52;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(3)::before {
	background-image: url(../images/icon_tags_3_color.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(3) {
	background: #a37c52;
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(3)::before {
	background-image: url(../images/icon_tags_3.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(4) {
	border-color: #2fa812;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(4) span {
	color: #2fa812;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(4)::before {
	background-image: url(../images/icon_tags_4_color.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(4) {
	background: #2fa812;
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(4)::before {
	background-image: url(../images/icon_tags_4.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(5) {
	border-color: #CC1117;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(5) span {
	color: #CC1117;
}
.shokuiku-recipe-search-form .search_content dd.tags label:nth-of-type(5)::before {
	background-image: url(../images/icon_tags_5_color.svg);
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(5) {
	background: #CC1117;
}
.shokuiku-recipe-search-form .search_content dd.tags input:checked + label:nth-of-type(5)::before {
	background-image: url(../images/icon_tags_5.svg);
}



/* ==================== shokuiku-recipe-search-form/search_content@IE.css ==================== */

.IE .shokuiku-recipe-search-form .search_content dl {
	display: -ms-grid;
	-ms-grid-columns: 14% 86%;
}
.IE .shokuiku-recipe-search-form .search_content dt {
	-ms-grid-column: 1;
}
.IE .shokuiku-recipe-search-form .search_content dd {
	-ms-grid-column: 2;
}
.IE .shokuiku-recipe-search-form .search_content dl > *:nth-of-type(1) {
	-ms-grid-row: 1;
}
.IE .shokuiku-recipe-search-form .search_content dl > *:nth-of-type(2) {
	-ms-grid-row: 2;
}
.IE .shokuiku-recipe-search-form .search_content dl > *:nth-of-type(3) {
	-ms-grid-row: 3;
}
.IE .shokuiku-recipe-search-form .search_content dl > *:nth-of-type(4) {
	-ms-grid-row: 4;
}
.IE .shokuiku-recipe-search-form .search_content dl > *:nth-of-type(5) {
	-ms-grid-row: 5;
}



/* ==================== shokuiku-recipe-search-form/search_content@pc.css ==================== */

@media (min-width: 641px) {
	.shokuiku-recipe-search-form .search_content {
		top: 100%;
	}

	.shokuiku-recipe-search-form .search_content dl {
		font-size: 65%;
	}

	.shokuiku-recipe-search-form .search_content dt img {
		margin-right: 0.5em;
	}

	.shokuiku-recipe-search-form .search_content dd.productcategories {
		flex-wrap: wrap;
	}

	.shokuiku-recipe-search-form .search_content dd.genres label { width: 24%; }
	.shokuiku-recipe-search-form .search_content dd.categories label { width: 11.5%; }
	.shokuiku-recipe-search-form .search_content dd.ages label { width: 24%; }
	.shokuiku-recipe-search-form .search_content dd.productcategories label { width: 24%; }

	.shokuiku-recipe-search-form .search_content dd label:hover {
		border-color: #d8271c;
	}

	.shokuiku-recipe-search-form .search_content dd label::before {
		content: '';
		display: block;
		width: 1.5em;
		height: 1.5em;
		margin-right: 0.25em;
		background: url(../images/searchform_checkbox.svg) no-repeat center center / contain;
	}
	.shokuiku-recipe-search-form .search_content dd input:checked + label::before {
		background-image: url(../images/searchform_checkbox_checked.svg);
	}

	.shokuiku-recipe-search-form .search_content dd.productcategories label::before {
		content: none;
	}

	.shokuiku-recipe-search-form .search_content dd.productcategories label figure {
		width: 5em;
		height: 5em;
	}

}



/* ==================== shokuiku-recipe-search-form/search_content@sp.css ==================== */

@media (max-width: 640px) {
	.shokuiku-recipe-search-form .search_content {
		top: calc(100% - 3em);
	}
	.shokuiku-recipe-search-form .search_content dl {
		font-size: 75%;
		align-items: stretch;
	}
	.shokuiku-recipe-search-form .search_content dt {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.shokuiku-recipe-search-form .search_content dt img {
		margin-bottom: 0.5em;
	}

	.shokuiku-recipe-search-form .search_content dd {
		flex-wrap: wrap;
	}

	.shokuiku-recipe-search-form .search_content dd label {
		justify-content: center;
		text-align: center;
	}

	.shokuiku-recipe-search-form .search_content dd.genres label { width: 24%; }
	.shokuiku-recipe-search-form .search_content dd.categories label { width: 24%; }
	.shokuiku-recipe-search-form .search_content dd.ages label { width: 24%; }
	.shokuiku-recipe-search-form .search_content dd.productcategories label { width: 49%; }

	.shokuiku-recipe-search-form .search_content dd.productcategories label {
		justify-content: flex-start;
		text-align: left;
	}

	.shokuiku-recipe-search-form .search_content dd.productcategories label figure {
		width: 3.5em;
		height: 3.5em;
	}

}



/* ==================== shokuiku-recipe-search-form/search_content__submit.css ==================== */

.shokuiku-recipe-search-form .search_content .submit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 18em;
	height: 3.5em;
	border: none;
	border-radius: 1.75em;
	margin: 2em auto;
	padding: 0 0 0 1em;
	background: #d8271c;
	color: white;
	box-shadow: 2px 4px 0 #ccb54b;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1em;
}

.shokuiku-recipe-search-form .search_content .submit img {
	position: absolute;
	left: 1.75em;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75em;
}



/* ==================== shokuiku-recipe-search-form/search_header.css ==================== */

.shokuiku-recipe-search-form .search_header {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0.75em;
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header {
    grid-template-areas: "logo logo" "search search" "contents insta";
    grid-row-gap: 1em;
    border-bottom: 1px solid #e6d588;
    justify-items: center;
  }
  .shokuiku-recipe-search-form .search_header .logo {
    grid-area: logo;
  }
  .shokuiku-recipe-search-form .search_header .search {
    grid-area: search;
  }
  .shokuiku-recipe-search-form .search_header .contents-link {
    grid-area: contents;
  }
  .shokuiku-recipe-search-form .search_header .insta-link {
    grid-area: insta;
  }
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header {
    grid-auto-flow: column;
    justify-content: space-between;
  }
  .shokuiku-recipe-search-form .search_header::after {
    content: none;
  }
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header .logo {
    width: 13em;
  }
  .shokuiku-recipe-search-form:not(.shokuikurecipe_top) .search_header .logo {
    display: none;
  }
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .logo {
    width: 10.5em;
  }
}
.shokuiku-recipe-search-form .search_header .logo img {
  width: 100%;
}
.shokuiku-recipe-search-form .search_header .search {
  display: grid;
  grid-template-columns: auto auto;
  align-items: stretch;
}
.shokuiku-recipe-search-form .search_header .search label {
  display: flex;
  overflow: hidden;
  align-items: stretch;
  box-sizing: border-box;
  height: 2em;
  border: 1px solid #7a6223;
  border-radius: 1em;
  background: #7a6223;
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .search label {
    width: 13em;
  }
}
.shokuiku-recipe-search-form .search_header .search label input {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  width: calc(100% - 2em);
  margin: 0;
  padding: 0 1em;
  background: white;
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header .search label input {
    font-size: 80%;
  }
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .search label input {
    font-size: 65%;
  }
}
.shokuiku-recipe-search-form .search_header .search label button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  border: none;
  margin: 0;
  padding: 0 0.1em 0 0;
  background: none;
  font-size: inherit;
}
.shokuiku-recipe-search-form .search_header .search label button img {
  height: 50%;
}
.shokuiku-recipe-search-form .search_header .search .search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d8271c;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 0.5em;
  margin: 0 0 0 1em;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header .search .search_btn {
    font-size: 80%;
    padding: 0 0.75em 0 1em;
  }
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .search .search_btn {
    font-size: 65%;
    padding: 0 1em 0 1.25em;
  }
}
.shokuiku-recipe-search-form .search_header .search .search_btn::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  margin-left: 0.25em;
  background: url(../images/icon_arrow_down.svg) no-repeat center center/contain;
  transition: transform 400ms 100ms;
}
.shokuiku-recipe-search-form .search_header .search .search_btn.active::after {
  transform: rotate(-180deg);
}
.shokuiku-recipe-search-form .search_header .search .recommends {
  grid-column: 1/3;
  display: flex;
  gap: 0.5em;
  align-items: center;
  width: 100%;
  margin-top: 1em;
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header .search .recommends {
    position: relative;
    flex-wrap: wrap;
    font-size: 70%;
    box-sizing: border-box;
    width: calc(100% - 7.5em);
    padding-left: 5em;
  }
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .search .recommends {
    font-size: 65%;
  }
}
.shokuiku-recipe-search-form .search_header .search .recommends span {
  display: flex;
  align-items: center;
  height: 2em;
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header .search .recommends span {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.shokuiku-recipe-search-form .search_header .search .recommends button {
  display: flex;
  align-items: center;
  height: 2em;
  border: none;
  border-radius: 0.5em;
  padding: 0 1em;
  background: #7a6223;
  color: white;
  font-size: inherit;
}
.shokuiku-recipe-search-form .search_header .contents-link {
  display: grid;
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header .contents-link {
    grid-auto-flow: column;
    grid-column-gap: 1em;
    font-size: 90%;
  }
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .contents-link {
    grid-template-columns: max-content 1fr;
    font-size: 70%;
  }
}
.shokuiku-recipe-search-form .search_header .contents-link a {
  display: grid;
  grid-column-gap: 0.25em;
  align-items: center;
  color: #d8271c;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header .contents-link a {
    grid-auto-flow: column;
  }
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .contents-link a {
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
}
.shokuiku-recipe-search-form .search_header .contents-link a img {
  width: 2em;
}
.shokuikurecipe_top.shokuiku-recipe-search-form .search_header .contents-link a.totop {
  display: none;
}

@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .contents-link a.totop {
    display: none;
  }
}
.shokuiku-recipe-search-form .search_header .contents-link a.totop img {
  width: 3em;
}
.shokuiku-recipe-search-form .search_header .insta-link {
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .shokuiku-recipe-search-form .search_header .insta-link {
    width: 5em;
    margin-top: -2.5em;
    margin-left: auto;
  }
}
@media (min-width: 641px) {
  .shokuiku-recipe-search-form .search_header .insta-link {
    width: 4.1em;
  }
}
.shokuiku-recipe-search-form .search_header .insta-link img {
  width: 100%;
}