@charset "utf-8";
/* CSS Document */

/*---------------------------------------------共通部分---------------------------------------------*/
.recipe_backbtn .back_btn{
	margin: 0px auto 20px auto;
	background: #F1975D;
	padding: 10px 30px 10px 40px;
	border-radius: 50px;
	border: 1px solid #BE6F21;
	box-shadow: 0 3px 0 0 #BE6F21;
	-moz-box-shadow: 0 3px 0 0 #BE6F21;
	-webkit-box-shadow: 0 3px 0 0 #BE6F21;
}
/*---------------------------------------------一覧ページ---------------------------------------------*/
/*lp追加項目*/
.lp_banner{
	width: 100%;
	padding: 0 30px ;
	margin-top: 60px;
}
.title_area{
	background:url(../img/header_pc.jpg) no-repeat center top;
	background-size:cover;
	text-align:center;
}
.rakuhapi_title{
	margin:25px auto 0px;
	width:70%;
	max-width: 550px;
	display: block;
}
.title_text{
	text-align:center;
	padding:20px 25px;
	background: rgba(255,255,255,0.75);
	margin: 10px 20px 60px;
	display: inline-block;
	border-radius: 10px;
}
#recipe_archive_contents{
	margin-top: 60px;
}
.recipe_box{
	position:relative;
	border:1px solid #ccc;
	color:#222;
	box-sizing:border-box;
}
.recipe_box .no,.recipe_no{
	position:absolute;
	top:-25px;
	left:25px;
	width:136px;
	height:41px;
	line-height:41px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:url(../img/recipeno_bg.png) no-repeat center center;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
	transform:rotate(-8deg);
	z-index:1;
}
.recipe_box .data{
	position:absolute;
	bottom:25px;
	right:25px;
	padding-top:3px;
}
.recipe_box .time{
	position:absolute;
	left:25px;
	bottom:25px;
	background:url(../img/time.png) no-repeat left;
	padding:3px 0 0 20px;
}
.recipe_box .title a{
	font-size:16px;
	font-weight:bold;
	color:#222;
}
.large_text_area ,.small_text_area{
	position:relative;
	padding:25px 25px 60px 25px;
}
.large_text_area .seazon ,.small_text_area .seazon{
	position:absolute;
	top:-40px;
	left:25px;
	margin-top:20px;
}
.two_block_left{
	width:47.5%;
	float:left;
}
.two_block_right{
	width:47.5%;
	float:right;
}
.three_block,.three_block_s{
	width:32%;
	float:left;
	margin-top:60px;
}
.three_block:nth-child(3n+2),.three_block_s:nth-child(3n+2){
	margin:60px 2% 0;
}
.holder{
	text-align:center;
	margin:60px auto 30px;
	display:inline-block;
	width:100%;
}
.holder a{
	color:#555;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor:pointer;
	padding:2px 9px;
	margin:0 3px;
}
.jp-current{
	background-color:#555;
	color:#fff!important;
	border-radius:5px;
}
.new{
	position:absolute;
	top:-15px;
	left:75px;
}
.select_cat{
	width: 100%;
	background: url(../../img/orange_stripe.gif);
	padding: 10px 20px;
	border-radius: 0 0 5px 5px;
	border: 5px solid #ffd3ae;
	border-top: none;
	margin: 0 auto;
}
.cate_list{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 170px);
	padding-bottom: 0;
}
.cate_list li{
	float: left;
	font-size: 14px;
	margin: 5px 10px 5px 0;
	cursor: pointer;
	color: #5d4a3e;
	border-radius: 50px;
	line-height: 1;
	letter-spacing: 0.1em;
	background: #fff;
	border: 1px solid #83746c;
	box-shadow: 0 2px 0 0 #83746c;
	-moz-box-shadow: 0 2px 0 0 #83746c;
	-webkit-box-shadow: 0 2px 0 0 #83746c;
	padding: 14px;
	font-weight: bold;
}
.cate_list_chef li{
	padding: 0px 12px 0px 0px!important;
	font-size: 11px;
}
.cate_list li:hover{
	opacity: 0.6;
	transition : all 0.2s ease 0s;
}
.cate_list_seazon li,.cate_list_chef li{
	float: left;
	margin-right: 10px;
	cursor: pointer;
	color: #222;
}
.cate_list_seazon li{
	color: #fff;
}
.cate_list_chef img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.cate_list_chef_name b{
   font-size: 14px;
   margin-right: 5px;
}
.cate_title{
	font-size: 14px;
	padding-left: 8px;
	line-height: 20px;
	margin: 10px 0;
	width: 160px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0;
	color: #5d4a3e;
	border-left: 3px solid #5d4a3e;
}
.cate_list_chef,.cate_list_seazon{
	display: inline-block;
}
#info_area, .lp_banner{
	padding: 0;
}
#info_text{
	width: 100%;
	margin: 0 0 20px;
	padding-bottom: 5px;
	color: #888;
	font-size: 16px;
	border-bottom: 1px dashed #888;
}
#info_text p{
	display: inline-block;
}
.recipe_list_all{
	cursor: pointer;
	float: right;
	font-size: 12px;
	margin-top: 4px;
}
.recipe_container{
	padding: 0 30px;
}
.pickup{
	margin: 0 10px;
	position: relative;
	padding: 0;
}
.pickup .slick-slide img{
	width: 100%;
}
.pickup_l{
	width: 40%;
	vertical-align: middle;
}
.pickup_r{
	width: 60%;
	padding: 10px 10px 10px 15px;
	box-sizing: border-box;
	vertical-align: middle;
}
.pickup_title{
	position: absolute;
	top:-12px;
	left:50px;
	z-index: 1;
}
.pickup_title img{
}
.pickup .slideritem{
	padding: 0 15px;
	border-right:1px dotted #aaa;
}
.pr_back{
	background: #ddd;
}
.pickup .slide_vol{
	margin: 0 0 5px 0;
}
.pickup .slide_vol_title{
	border: none;
	padding: 0;
}
.pickup .slide_vol_title a{
	color: #222;
}
.pickup .slick-prev:before,.pickup .slick-next:before{
	color: #aaa;
}
.pickup .slick-next{
	right:-10px;
}
.pickup .slick-prev{
	left:-10px;
}
.contents_title1,.contents_title2{
	width: 100%;
	border-bottom: 1px solid #555;
	padding-bottom: 15px;
}
.contents_title1,.contents_title2{
	margin: 50px auto 30px;
}
.pickup .slick-list{
	margin-right: -1px;
}
.title_padding{
	padding: 0 30px;
}


@media screen and (max-width: 768px) {
	.two_block_right,.two_block_left,.three_block,.three_block_s{
		width:47.5%;
		width : -webkit-calc(50% - 30px) ;
   		width : calc(50% - 30px) ;
	}
	.two_block_right,.two_block_left{
		margin:0 30px 0 0;
	}
	.three_block,.three_block_s,.three_block:nth-child(3n+2),.three_block_s:nth-child(3n+2){
		margin:60px 30px 0 0;
	}
	.recipe_container{
		padding: 0 0 0 30px;
	}
	.title_area{
		background:url(../img/header_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	.rakuhapi_title{
		margin: 0px auto;
		width: 80%;
	}
	.pickup .slideritem{
		border: none;
	}
	.recipe_padding{
		padding: 0 20px;
	}
}
@media screen and (max-width: 640px){
	.cate_list{
		width: 100%;
	}
	.select_cat{
		padding: 20px;
	}
	.cate_title {
		width: 100%;
		margin: 25px 0 5px 0;
	}
	.cate_title:first-child{
		margin-top: 0;
	}
	.cate_list_chef img{
		width: 50px;
	}
	.cate_list_food li, .cate_list_seazon li{
		padding: 10px!important;
		font-size: 17px!important;
	}
}
@media screen and (max-width: 540px) {
	.two_block_right,.two_block_left{
		width:100%;
	}
	.contents_title1{
		margin-bottom: 15px;
	}
	.contents_title2{
		margin: 25px 0 15px;
	}
	.three_block,.three_block_s{
		width:100%;
		margin-top:45px;
	}
	.recipe_container{
		padding: 0 20px;
	}
	.pickup{
		padding: 0 25px 15px;
		margin: 0 20px;
	}
	.three_block:nth-child(3n+2),.three_block_s:nth-child(3n+2){
		margin:45px 0 0;
	}
	.three_block:nth-child(2n),.three_block_s:nth-child(2n){
		margin:45px 0 0 0;
	}
	.two_block_left{
		width:100%;
	}
	.two_block_right{
		width:100%;
		margin:45px 0 0 0;
	}
	.recipe_box .title a{
		font-size:14px;
	}
	.large_text_area ,.small_text_area{
		position:relative;
		padding:15px 10px 40px 15px;
	}
	.recipe_box .data{
		bottom:15px;
		right:13px;
	}
	.recipe_box .time{
		left:13px;
		bottom:15px;
	}
	.large_text_area .seazon ,.small_text_area .seazon{
		left:10px;
		top:-70px;
	}
	.new{
		top:-42px;
		left:56px;
	}
	.title_area{
		background:url(../img/header_sp_2.jpg) no-repeat center center;
		background-size:cover;
	}
	.title_text{
		margin: 10px 20px 30px;
		padding: 10px 15px;
		font-size: 11px;
	}
	.pickup .slideritem{
		padding: 0;
	}
	.pickup_title{
		text-align: center;
		width: 100%;
		left: 0;
	}
	/*lp追加項目*/
	.lp_banner{
		padding: 0 30px 20px 30px;
		margin-top: 45px;
	}
	.lp_banner .for_pc{
		display: none;
	}
	.lp_banner .for_sp{
		display: block;
	}
}

/*---------------------------------------------/一覧ページ---------------------------------------------*/


/*---------------------------------------------個別ページ---------------------------------------------*/

.sp_cover{
	position:absolute;
	top:0;
	width:100%;
	margin:0 auto;
	display:block;
}
.w980{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0 20px;
}
.w500_title{
	width:500px;
	margin:50px auto 50px 0;
	background:#fff;
	padding:30px 60px;
	text-align:center;
}
.bg_img {
	width:100%;
	position:relative;
}
.bg_img img {
	width:100%;
	max-width:1920px;
}
.recipe_pc{
	display:block;
}
.recipe_sp{
	display:none;
}
.white_contents {
	background-color:#fff;
	width:100%;
	padding:70px 60px;
	display:inline-block;
}
.top_margin {
	max-width:none;
	position:relative;
}
.menu_area{
	box-shadow:none!important;
}
.pan_link{
	background:#f8d9c4;
}
.menu_title{
	font-size:22px;
	margin:0 auto;
}
.menu_sub{
	font-size:14px;
}
.title_line{
	width:100%;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
.inline-block {
	text-align: center;
}
.inline-block li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#fb_url{
	display:table-cell;
}
.sns_area{
	margin-top:15px;
}
.recipe_concept{
	text-align:center;
	margin-bottom:50px;
}
.chef{
	margin-bottom:55px;
	display:none;
}
.chef_insta{
	background:url(../img/insta_icon.jpg) no-repeat left center;
	height:20px;
	padding-left:25px;
	display:inline-block;
}
.chef_pct{
	float:left;
	width:20%;
}
.chef_text{
	width:75%;
	float:right;
}
.chef_name{
	width:100%;
	border-bottom:#222 1px solid;
	padding-bottom:10px;
	font-size:14px;
	margin-bottom:10px;
}
.chef_name_bold{
	font-size:20px;
	font-weight:bold;
	margin:0 5px 0 10px;
}
.material_area{
	padding:30px 35px;
	background-color:#f6f4ee;
	display:inline-block;
	width:100%;
	margin-bottom:60px;
}
.material_text{
	width:70%;
	padding-right:10px;
	float:left;
}
.recipe_time{
	background:url(../../recipe/img/time.png) no-repeat left;
	padding:3px 0 0 20px;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}
.material_name{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
.material_name_light{
	font-size:12px;
	margin-left:5px;
	font-weight:normal;
}
.material_l{
	float:left;
	width:48.5%;
	display:inline-table;
	box-sizing:border-box;
}
.material_r{
	float:right;
	width:48.5%;
	margin-left:3%;
	display:inline-table;
	box-sizing:border-box;
}
.material_l tr,.material_r tr{
	border-bottom:1px dashed #cac0a3;
}
.material_image{
	padding-left:10px;
	float:right;
	width:30%;
	margin-top:22px;
}
.material_image_sp{
	display:none;
}
.table_a{
	padding:4px 0 3px;
}
.table_b{
	text-align:right;
	vertical-align:bottom;
	padding:4px 0 3px;
}
.kome{
	margin-top:10px;
	display:inline-block;
}
.recipe_step li{
	width:31%;
	float:left;
	margin-bottom:40px;
	display:inline-block;
}
.recipe_step li:nth-child(3n+2) {
	margin:0 3.5% 40px;
}
.step_number{
	font-size:24px;
	font-weight:bold;
	color:#df5e3d;
	line-height:24px;
	margin-top:15px;
}
.finish_table{
	margin-bottom:60px;
	table-layout: fixed;
	width: 100%;
}
.recipe_finish{
	width:100%;
	display:inline-block;
}
.finish_text{
	width:34.5%;
	padding-right:3.5%;
	vertical-align:bottom;
}
.finish_image{
	width:65.5%;
}
.finish_pct_sp{
	display:none;
}
.finish_comment{
	margin-top:20px;
}

/*---------------------------------------------/個別ページ---------------------------------------------*/

/*---------------------------------------------個別ページ下部リンク---------------------------------------------*/

.bold_title{
	font-weight:bold;
}
.slide_vol{
	background-color:#df5e3d!important;
}
.pattern2 .slick-prev:before, .pattern2 .slick-next:before{
	color:#df5e3d!important;
}


/*---------------------------------------------/個別ページ下部リンク---------------------------------------------*/
@media screen and (max-width: 1020px) {
	.material_text{
		width:100%;
		padding-right:0;
		float:none;
	}
	.material_image{
		display:none;
	}
	.material_image_sp{
		display:block;
		float:right;
		width:235px!important;
	}
	.material_name{
		float:left;
		width:100%;
	}
}
@media screen and (max-width: 768px) {

	.recipe_pc{
		display:none;
	}
	.recipe_sp{
		display:block;
	}
	.w500_title{
		width:80%;
		margin:0 10%;
		padding:40px 20px 0;
		margin-top:-170px;
		display:inline-block;
		text-align:center;
	}
	.w980 {
		padding:0;
	}
	.white_contents{
		padding:40px 30px;
	}
	.chef_pct{
		float:left;
		width:40%!important;
		max-width:170px!important;
		margin:5px 20px 0 0;
	}
	.chef_text{
		width:100%;
		float:none;
	}
}
@media screen and (max-width: 640px) {
	.material_l{
		float:none;
		width:100%;
	}
	.material_r{
		float:none;
		width:100%;
		margin-left:0;
	}
	.step_image{
		float:right;
		width:40%;
		margin-top:24px;
	}
	.step_number{
		margin-top:0;
	}
	.recipe_text{
		width:60%;
		padding-right:20px;
	}
	.recipe_step li{
		width:100%;
		float:none;
		margin-bottom:10px;
	}
	.recipe_step li:nth-child(3n+2) {
		margin:0 0 10px 0;
	}
	.finish_text{
		width:100%;
		padding-right:0%;
	}
	.finish_image{
		width:0%;
	}
	.finish_pct_sp{
		display:block;
		margin:15px 0;
	}
	.finish_pct_pc{
		display:none;
	}
	.w500_title {
		margin-top:-170px;
	}

}
@media screen and (max-width: 560px) {
	.material_image_sp{
		width:100%!important;
		margin-top:10px;
	}
}
@media screen and (max-width: 500px) {

	.w500_title {
		margin:-70px 5% 0;
		padding-top:30px;
		width:90%;
	}
	.br_sp {
		display:block;
	}
	.br_pc {
		display:none;
	}
	.white_contents {
		padding:40px 5%;

	}
	.material_area{
		padding:15px 15px 25px 15px;
	}
	.menu_sub{
		font-size:12px;
	}
	.menu_title{
		font-size:18px;
	}
	.chef_name{
		font-size:12px;
	}
	.chef_name_bold{
		font-size:14px;
	}

}
@media screen and (max-width: 360px) {
	.material_text{
		font-size:11px;
	}
	/*
	.step_image{
		float:none;
		width:100%;
		margin-top:0;
	}
	.recipe_text{
		width:100%;
		margin-top:15px;
		padding-right:0;
	}
	*/
	.recipe_step li{
		margin-bottom:20px;
	}
	.recipe_step li:nth-child(3n+2) {
		margin:0 0 20px 0;
	}

}

/*---------------------------------------------/SNS関連のズレを修正---------------------------------------------*/
.sns_area li {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  margin: 0;
}
.sns_area li iframe {
  margin: 0 !important;
}

.fb-like > span {
  width: 157px !important;
}
.fb-like iframe {
  width: 157px !important;
}

