@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.recipe_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.recipe_list a {
	display: block;
	color: inherit;
	position: relative;
}
@media screen and (max-width: 767px) {
	.recipe_list a {
		max-width: 300px;
		margin: auto;
	}
}
@media screen and (min-width: 768px), print {
	.recipe_list {
		margin: -17.5px;
	}
	.recipe_list > li {
		padding: 17.5px !important;
		width: 33.33%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	.recipe_list {
		margin: -10px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.recipe_list > li {
		padding: 10px !important;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
.recipe_list a:link,
.recipe_list a:visited {
	text-decoration: none;
}
.recipe_list a:hover .recipe_list_img,
.recipe_list a:active .recipe_list_img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.recipe_list > li {
	padding: 0 20px;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: recipe_list;
	        animation-name: recipe_list;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	page-break-inside: none;
}
.recipe_list > li:nth-of-type(1) {
	-webkit-animation-delay: 0.16s;
	        animation-delay: 0.16s;
}
.recipe_list > li:nth-of-type(2) {
	-webkit-animation-delay: 0.32s;
	        animation-delay: 0.32s;
}
.recipe_list > li:nth-of-type(3) {
	-webkit-animation-delay: 0.48s;
	        animation-delay: 0.48s;
}
.recipe_list > li:nth-of-type(4) {
	-webkit-animation-delay: 0.64s;
	        animation-delay: 0.64s;
}
@media print {
	.recipe_list > li {
		opacity: 1;
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes recipe_list {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes recipe_list {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@media screen and (max-width: 767px) {
	.recipe_list > li {
		padding: 0 10px;
	}
}

.recipe_list_img {
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.recipe_list_img img {
	display: block;
	width: 100%;
	border-radius: 20% 20%;
}

.recipe_list_title {
	background: url("../img/recipe_title_bg_l.png") 0 50% no-repeat, url("../img/recipe_title_bg_r.png") 100% 50% no-repeat;
	background-size: 10px 100%;
	padding: 0.5ex 20px;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	-webkit-transition: 0.2s background-color;
	-o-transition: 0.2s background-color;
	transition: 0.2s background-color;
	position: absolute;
	right: -20px;
	bottom: 15px;
	z-index: 1;
	min-width: 70%;
	max-width: 90%;
}
.recipe_list_title::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% - 20px);
	margin: auto;
	background-color: #2cb2d9;
	z-index: -1;
}

.recipe_calorie {
	margin: 1em 0 0;
	text-align: center;
}
.recipe_calorie > div {
	padding: 0.2ex 2em;
	border-radius: 2em 2em;
	background-color: #ffedd1;
	color: #d18000;
	font-weight: bold;
	display: inline-block;
}

.recipe_provide {
	margin: 1em 0 0;
	text-align: center;
}
.recipe_provide > div {
	padding: 0.2ex 2em;
	border-radius: 2em 2em;
	background-color: #ffecf4;
	color: #cb1264;
	font-weight: bold;
	display: inline-block;
}

.table_wrapper .bordered_table.additional_ingredients {
	margin-top: 1em;
}

.box_head {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.post_content table,
.post_content table tr,
.post_content table td,
.post_content table th {
		display: block;
		width: auto !important;
		height: auto !important;
	}
	.post_content img {
		display: block;
		margin: auto;
		width: auto !important;
		height: auto !important;
	}
	.post_content figure {
		display: block;
		padding: 0;
		margin: auto;
		width: auto !important;
		height: auto !important;
	}
}

.recipe_making ol {
	margin: 1ex;
	padding: 0;
	list-style-type: none;
}
.recipe_making ol li {
	padding-left: 2.5em !important;
	padding: 1ex 0 1ex 40px;
	margin: 0;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	border-bottom: 1px dashed #cccccc;
}
.recipe_making ol li::before {
	content: none !important;
}
.recipe_making ol li:nth-child(1) {
	background-image: url(../img/recipe_num01.png);
}
.recipe_making ol li:nth-child(2) {
	background-image: url(../img/recipe_num02.png);
}
.recipe_making ol li:nth-child(3) {
	background-image: url(../img/recipe_num03.png);
}
.recipe_making ol li:nth-child(4) {
	background-image: url(../img/recipe_num04.png);
}
.recipe_making ol li:nth-child(5) {
	background-image: url(../img/recipe_num05.png);
}
.recipe_making ol li:nth-child(6) {
	background-image: url(../img/recipe_num06.png);
}
.recipe_making ol li:nth-child(7) {
	background-image: url(../img/recipe_num07.png);
}
.recipe_making ol li:nth-child(8) {
	background-image: url(../img/recipe_num08.png);
}
.recipe_making ol li:nth-child(9) {
	background-image: url(../img/recipe_num09.png);
}
.recipe_making ol li:nth-child(10) {
	background-image: url(../img/recipe_num10.png);
}
.recipe_making ol li:last-child {
	border-bottom: none;
}

.ingredients_table th[colspan="2"] {
	background-color: #dae3a8;
}
@media screen and (min-width: 768px), print {
	.ingredients_table th {
		width: auto !important;
	}
}

.recipe_img_column img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.recipe_onepoint_box {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 2px #dea66f;
	border-radius: 10px;
	background-color: #fff6ec;
}
@media screen and (min-width: 768px), print {
	.recipe_onepoint_box {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_onepoint_box {
		padding: 15px;
	}
}

.recipe_onepoint_box__head {
	text-indent: 36px;
	position: relative;
}
.recipe_onepoint_box__head::before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("../img/hint.png");
	background-size: contain;
	left: 0;
}
@media screen and (max-width: 767px) {
	.recipe_onepoint_box__head::before {
		top: -5px;
	}
}
@media screen and (min-width: 768px), print {
	.recipe_onepoint_box__head::before {
		top: 0;
	}
}

.recipe_search {
	background-color: #fff;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.recipe_search {
		padding: 40px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_search {
		padding: 30px;
	}
}
.recipe_search::before, .recipe_search::after {
	content: "";
	display: block;
	background-size: contain;
	position: absolute;
}
@media screen and (min-width: 768px), print {
	.recipe_search::before, .recipe_search::after {
		width: 120px;
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_search::before, .recipe_search::after {
		width: 84px;
		height: 42px;
	}
}
.recipe_search::before {
	background-image: url("../img/search_tape1.png");
}
@media screen and (min-width: 768px), print {
	.recipe_search::before {
		bottom: -11px;
		left: -22px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_search::before {
		bottom: -5px;
		left: -5px;
	}
}
.recipe_search::after {
	background-image: url("../img/search_tape2.png");
}
@media screen and (min-width: 768px), print {
	.recipe_search::after {
		top: -13px;
		right: -17px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_search::after {
		top: -5px;
		right: -5px;
	}
}

@media screen and (min-width: 768px), print {
	.recipe_search__title {
		width: 270px;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_search__title {
		width: 200px;
		margin: 0 auto 20px;
	}
}

.recipe_search__input {
	max-width: 350px;
	margin: auto;
}
.recipe_search__input form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-radius: 50px;
	border: solid 1px #57c2e1;
	overflow: hidden;
}

.recipe_search__select {
	position: relative;
	width: 100%;
}
.recipe_search__select select {
	background-color: #f6fdff;
	outline: none;
	border: none;
	width: 100%;
	display: block;
	-webkit-appearance: none;
	/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;
	/* ベンダープレフィックス(Firefox用) */
	appearance: none;
	/* 標準のスタイルを無効にする */
}
@media screen and (min-width: 768px), print {
	.recipe_search__select select {
		padding: 10px 40px 10px 30px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_search__select select {
		padding: 8px 40px 8px 20px;
	}
}
.recipe_search__select ::-ms-expand {
	/* select要素のデザインを無効にする（IE用） */
	display: none;
}
.recipe_search__select::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #57c2e1;
	pointer-events: none;
	width: 40px;
}
.recipe_search__select::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url("../img/search_arrow.png");
	background-size: contain;
	width: 14px;
	height: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	right: 15px;
}

@media screen and (max-width: 767px) {
	.recipe_search__icons {
		margin-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
}

@media screen and (min-width: 768px), print {
	.recipe_search__yasai2 {
		position: absolute;
		width: 110px;
		height: 90px;
		right: 68px;
		bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_search__yasai2 {
		width: 77px;
		height: 63px;
	}
}

@media screen and (min-width: 768px), print {
	.recipe_search__yasai1 {
		position: absolute;
		width: 95px;
		height: 95px;
		left: 85px;
		bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_search__yasai1 {
		width: 66.5px;
		height: 66.5px;
	}
}

.recipe_osusume_title::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 30px;
	background-image: url("../img/recipe_title_icon.png");
	background-size: contain;
	bottom: 10px;
	margin-left: 30px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.recipe_result {
	margin-bottom: 40px;
	z-index: 1;
	position: relative;
}
@media screen and (min-width: 768px), print {
	.recipe_result {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 20px 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	.recipe_result {
		padding: 5px 10px 5px 55px;
	}
}
.recipe_result::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}
@media screen and (min-width: 768px), print {
	.recipe_result::before {
		width: calc(100% - 32px);
	}
}
@media screen and (max-width: 767px) {
	.recipe_result::before {
		width: calc(100% - 20px);
	}
}

.recipe_result__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (min-width: 768px), print {
	.recipe_result__1 {
		padding-left: 90px;
		width: 100%;
	}
}
.recipe_result__1::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background-image: url("../img/result_title_icon.png");
	background-size: contain;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (min-width: 768px), print {
	.recipe_result__1::before {
		width: 75px;
		height: 52px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_result__1::before {
		width: 45px;
		height: 31.2px;
	}
}

.recipe_result__label {
	font-weight: bold;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
	.recipe_result__label {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 767px) {
	.recipe_result__label {
		font-size: 14px;
	}
}

.recipe_result__word {
	font-weight: bold;
	color: #e28c1d;
	line-height: 1.3;
}
@media screen and (min-width: 768px), print {
	.recipe_result__word {
		font-size: 1.875rem;
	}
}
@media screen and (max-width: 767px) {
	.recipe_result__word {
		font-size: 20px;
	}
}

.recipe_result__2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
	.recipe_result__2 {
		border-left: dotted 1px #bfbfbf;
		padding: 0 45px;
	}
}

.recipe_result__num {
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.recipe_result__num span {
	color: #e28c1d;
	display: inline-block;
	margin: 0 5px;
}
@media screen and (min-width: 768px), print {
	.recipe_result__num span {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.recipe_result__num span {
		font-size: 16px;
	}
}

.recipe_card_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
	.recipe_card_list {
		margin: -40px -15px;
	}
	.recipe_card_list > li {
		width: 50%;
		padding: 40px 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	.recipe_card_list {
		margin: -25px -15px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.recipe_card_list > li {
		width: 300px;
		max-width: 100%;
		padding: 25px 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}

.recipe_card {
	display: block;
	position: relative;
	text-decoration: none;
	color: inherit;
}
.recipe_card:hover {
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0.8;
}

.recipe_card__head {
	position: relative;
}
.recipe_card__head::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	background-image: url("../img/recipe_card_tape.png");
	background-size: contain;
	width: 120px;
	height: 40px;
	margin: auto;
}

@media screen and (min-width: 768px), print {
	.recipe_card__body {
		padding: 0 17px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_card__body {
		padding: 0 10px;
	}
}

.recipe_card__content {
	background: -o-linear-gradient(135deg, transparent 14.1421356px, #fff 14.1421356px);
	background: linear-gradient(315deg, transparent 14.1421356px, #fff 14.1421356px);
	position: relative;
}
@media screen and (min-width: 768px), print {
	.recipe_card__content {
		margin-top: -30px;
		padding: 20px 25px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_card__content {
		margin-top: -20px;
		padding: 15px 20px;
	}
}
.recipe_card__content::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-image: url("../img/recipe_card_kake.png");
	background-size: contain;
}
.recipe_card__content::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: -25px;
	width: 26px;
	height: 38px;
	margin: auto;
	background-image: url("../img/recipe_card_pin.png");
	background-size: contain;
}

.recipe_card__content__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	border-bottom: dotted 3px #f0d268;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.recipe_card__title {
	font-weight: bold;
	padding-right: 0.2em;
}
@media screen and (min-width: 768px), print {
	.recipe_card__title {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.recipe_card__title {
		font-size: 16px;
	}
}

.recipe_card__num {
	color: #939393;
	font-weight: bold;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.recipe_card__num {
		font-size: 13px;
	}
}

.recipe_card__description {
	color: #939393;
	font-weight: bold;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.recipe_card__description {
		font-size: 13px;
	}
}