@charset "UTF-8";
/*================================================
　comming soon
================================================*/

/*comming soon*/
.comming_soon {
	margin: 0 auto 60px;
}
.comming_soon img {
	width: 100%;
}

/*================================================
　recipe common
================================================*/
/* mainimg area */
.top_ttl_area {
	background: url(/img/recipe/cmn/top_bg.jpg)center no-repeat;
	background-size: cover;
}

/*================================================
　product top page
================================================*/
/* map area */
.map_area {
	margin-top: 80px;
	position: relative;
}
.map_area .mapimg {
	min-height: 400px;
	width: 100%;
}
/* products allList area*/
.recipe-inner {
	margin: 0 auto;
	min-width: 900px;
	width: 90%;
}
.co_gl {
	background-color: #f2f2f2;
}
.co_red {
	background-color: #f2d5d5;
}
.title.m--others {
	display: none;
	opacity: 0;
}
.recipe-inner__area {
	text-align: left;
	margin: 0 0 40px;
}
.filter-btn {
	background-color: #FFF;
	margin: 0 20px 20px 0;
	padding: 10px 20px;
	border: 1px solid #3b3b3b;
	letter-spacing: 1px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	cursor: pointer;
	transition: opacity .23s ease-in;
}
.mixitup-control-active {
	background-color: #e60012;
	color: #FFF;
	border: none;
}
.recipe-result-box {
	min-height: 100px;
	margin: 0 -0.5%;
	overflow: hidden;
}

.recipe-result-box.m--others {
	display: none;
	opacity: 0;
}
.mix-target,
.mix-target-other {
	box-sizing: border-box;
	float: left;
	padding: 40px 0.5% 10px;
	width: 25%;
}
.mix-target a,
.mix-target-other a {
	min-height: 210px;
}
.mix-target a img,
.mix-target-other a img {
	display: block;
	width: 100%;
}
.mix-target a p,
.mix-target-other a p {
	border: 1px solid #e1dfdb;
	border-top: none;
	font-size: 18px;
	text-align: left;
	padding: 15px 5%;
}

/*sp*/
@media screen and (max-width: 768px) {

	/*comming soon*/
	.comming_soon {
		margin: 40px auto;
	  width: 90%;
	}
	.contents_inner {
		width: 100%;
	}
	.contents_area {
		margin: 0 auto;
		padding: 0 0 40px;
		min-width: 0;
		width: 90%;
	}
	.top_ttl_area {
		background: url(/img/recipe/cmn/top_bg.jpg)center no-repeat;
		background-size: cover;
		position: relative;
		height: 75px;
		width: 100%;
	}
	.top_ttl_area span {
		display: block;
	}
	.top_ttl {
		color: #fff;
		font-size: 20px;
		line-height: 75px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	/* products allList area*/
	.recipe-inner {
		margin: 0 auto;
		min-width: 0;
		width: 100%;
	}
	.co_gl {
		background-color: #f2f2f2;
	}
	.co_red {
		background-color: #f2d5d5;
	}
	.title.m--others {
		display: none;
		opacity: 0;
	}
	.recipe-inner__area {
		text-align: left;
		margin: 20px 0 10px;
	}
	.filter-btn {
		background-color: #FFF;
		margin: 0 5% 15px 0;
		padding: 0;
		border: none;
		border-bottom: 1px solid #3b3b3b;
		letter-spacing: 1px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		font-family: inherit;
		-webkit-appearance: none;
		-moz-appearance: none;
		     appearance: none;
		cursor: pointer;
		transition: opacity .23s ease-in;
	}
	.mixitup-control-active {
		color: #e60012;
		border-color: #e60012;
	}
	.product-result__box {
		padding: 20px;
		box-sizing: border-box;
	}
	.product-result-list {
		overflow: hidden;
	}
	.recipe-result-box {
		min-height: 100px;
		margin: 0;
		overflow: hidden;
	}
	.recipe-result-box.m--others {
		display: none;
		opacity: 0;
	}
	.mix-target,
	.mix-target-other {
		box-sizing: border-box;
		float: left;
		padding: 20px 0 0;
		width: 50%;
	}
	.mix-target a,
	.mix-target-other a {
		min-height: 200px;
	}
	.mix-target a img,
	.mix-target-other a img {
		width: 100%;
	}
	.mix-target a p,
	.mix-target-other a p {
		display: block;
		font-size: 14px;
	}
	.recipe-result-box:nth-child(even) .mix-target a p,
	.recipe-result-box:nth-child(even) .mix-target-other a p {
		border-right: none;
	}

}


/*================================================
　product contents page
================================================*/
.contents_area.contents  {
	text-align: left;
}
.recipe_ttl_area {
	border-bottom: 2px solid #e1dfdb;
	padding-bottom: 5px;
	overflow: hidden;
}
.recipe_ttl_area .recipe_ttl {
	font-size: 26px;
	float: left;
}
/*.recipe_ttl_area .recipe_ttl span {
	background: url(/img/recipe/cmn/icon_time.png)left top no-repeat;
	background-size: 22px;
	display: block;
	font-size: 18px;
	padding-left: 30px;
}*/
.sns_area {
	float: right;
	padding-top: 15px;
}

.recipe_img_area {
	display: table;
	margin-top: 30px;
	width: 100%;
}
.recipe_img_area .recipe_img {
	display: table-cell;
	width: 70%;
	vertical-align: bottom;
}
.recipe_img_area .recipe_img img {
	width: 100%;
}
.recipe_img_area .used_img {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	padding-left: 5%;
	width: 35%;
	vertical-align: bottom;
}
.used_img .used_data {
	background: url(/img/recipe/cmn/icon_arrow.png)right bottom no-repeat;
	border: 1px solid #e1dfdb;
	font-size: 18px;
	padding-bottom: 15px;
}
.used_img .used_data .data_ttl {
	background-color: #fafafa;
	font-weight: bold;
	padding: 15px 0;
}
.used_img .used_data .data_item {
	text-align: center;
	padding: 15px 0;
}
.used_img .used_data .data_item img {
	display: block;
}
/*common*/
.area_ttl {
	font-size: 18px;
	font-weight: bold;
	margin-top: 80px;
	padding-bottom: 5px;
}
.food_data,
.cook_data {
	border: 1px solid #e1dfdb;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	font-size: 18px;
	vertical-align: middle;
	width: 100%;
}

.data_ttl {
	background-color: #fafafa;
}
.data_ttl tr th + th,
.data_item tr td + td {
	border-left: 1px solid #e1dfdb;
}
.data_item tr {
	border-bottom: 1px solid #e1dfdb;
}
.food_data .data_ttl tr th,
.food_data .data_item tr td {
	box-sizing: border-box;
	text-align: left;
	padding: 18px 20px 15px ;
}
.cook_data .data_ttl tr th,
.cook_data .data_item tr td {
	padding: 18px 10px 15px;
}
.data_item + .data_item {
	border-left: 1px solid #e1dfdb;
}
.material,
.dose,
.ready {
	width: 20%;
}
.set {
	width: 45%;
}
.time,
.cooking {
	width: 15%;
}
.number {
	width: 6%;
}
.method {
	width: 59%;
}

/*point*/
.point_area {
	border: 1px solid #e1dfdb;
	margin-top: 75px;
	padding: 30px;
}
.point_area h3 {
	font-size: 24px;
}
.point_area p {
	font-size: 18px;
	margin-top: 5px;
}

/*make*/
.make_area {
	border: 1px solid #e1dfdb;
	margin-top: 45px;
	padding: 30px;
}
.make_area p {
	font-size: 18px;
	margin-top: 5px;
}
.make_area p + p {
	margin-top: 10px;
}


/*sp*/
@media screen and (max-width: 768px) {
	.contents_area.contents  {
		text-align: left;
	}
	.recipe_ttl_area {
		border-bottom: 2px solid #e1dfdb;
		margin-top: 30px;
		padding-bottom: 5px;
		overflow: hidden;
	}
	.recipe_ttl_area .recipe_ttl {
		font-size: 16px;
		clear: both;
	}
	.recipe_ttl_area .recipe_ttl span {
		background: url(/img/recipe/cmn/icon_time.png)left top no-repeat;
		background-size: 18px;
		display: block;
		font-size: 14px;
		padding-left: 30px;
	}
	.sns_area {
		clear: both;
		text-align: right;
		padding-top: 5px;
	}
	.sns_list .sns_item {
		width: 25px;
	}
	.recipe_img_area {
		display: block;
		margin-top: 30px;
	}
	.recipe_img_area .recipe_img {
		display: block;
		width: 100%;
	}
	.recipe_img_area .recipe_img img {
		width: 100%;
	}
	.recipe_img_area .used_img {
		box-sizing: border-box;
		display: block;
		text-align: center;
		margin: 0 auto;
		padding-left: 0;
		width: 100%;
		vertical-align: bottom;
	}
	.used_img .used_data {
		background: url(/img/recipe/cmn/icon_arrow.png)right bottom no-repeat;
		border: 1px solid #e1dfdb;
		font-size: 14px;
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.used_img .used_data .data_ttl {
		background-color: #fafafa;
		font-weight: bold;
		padding: 10px 0;
	}
	.used_img .used_data .data_item {
		text-align: center;
		padding: 10px 0;
	}
	.used_img .used_data .data_item_img {
		display: inline-block;
		width: 150px;
	}
	.used_img .used_data .data_item img {
		display: block;
	}
	/*common*/
	.area_ttl {
		font-size: 14px;
		font-weight: bold;
		margin-top: 40px;
		padding-bottom: 5px;
	}
	.food_data,
	.cook_data {
		border: 1px solid #e1dfdb;
		border-collapse: collapse;
		border-spacing: 0;
		box-sizing: border-box;
		font-size: 14px;
		vertical-align: middle;
		width: 100%;
	}

	.data_ttl {
		background-color: #fafafa;
	}
	.data_ttl tr th + th,
	.data_item tr td + td {
		border-left: 1px solid #e1dfdb;
	}
	.data_item tr {
		border-bottom: 1px solid #e1dfdb;
	}
	.food_data .data_ttl tr th,
	.food_data .data_item tr td {
		box-sizing: border-box;
		text-align: left;
		padding: 10px 5px;
	}
	.cook_data .data_ttl tr th,
	.cook_data .data_item tr td {
		padding: 10px 5px;
	}
	.data_item + .data_item {
		border-left: 1px solid #e1dfdb;
	}
	.material,
	.dose,
	.ready {
		width: 20%;
	}
	.set {
		width: 45%;
	}
	.time,
	.cooking {
		width: 15%;
	}
	.number {
		width: 10%;
	}
	.method {
		width: 55%;
	}

	/*point*/
	.point_area {
		border: 1px solid #e1dfdb;
		margin-top: 40px;
		padding: 15px;
	}
	.point_area h3 {
		font-size: 18px;
	}
	.point_area p {
		font-size: 14px;
		margin-top: 5px;
	}

	/*make*/
	.make_area {
		border: 1px solid #e1dfdb;
		margin-top: 40px;
		padding: 15px;
	}
	.make_area p {
		font-size: 14px;
		margin-top: 5px;
	}
	.make_area p + p {
		margin-left: 5px;
	}
}
