/*
Theme Name:  pecco
Theme URI: http://pecco.app/
Template: bb7_core
Description: peccoレシピサイト
Version: 0.1
Author: Takashi Hayama
Author URI: http://www.jadexdesign.jp/
*/
.pc{display: block;}
.sp{display: none;}
@media screen and (max-width: 767px) {
.sp{display: block;}
.pc{display: none;}
}
.block_wrap a img:hover{
transform: none;
}
#head{
position: relative;

}
#android_banner{
width: 100%;
}
#android_banner a img{
width: 100%;
height: auto;
display: block;
}
#wrap, #headCont, #footCont, #description p, #description ul, #head ul#drop, #bread ul, #kv, #slick_kv, #footCont .sns_navi{
max-width: 1180px;
}
body{
background: #fff;
}
#main{
	width:100%;
	float:left;
	margin-right:-380px;
}
#mainCol{
	margin-right:380px;
}
#sideCol{
	width: 340px;
	float: right;
}
#content{
min-height: 1700px;
}

#headCont{
justify-content: flex-start;
min-height: 100px;
}
#headCont #logo{
width: 230px;
}
#headCont #logo img{
width: 100%;
height: auto;
}
#headCont #headIll{
width: 145px;
}
#headCont #headIll img{
width: 100%;
height: auto;

}
#headCont #headBlock{
width: 40%;
/*margin-left: calc(70% - 375px);*/
margin-left:30px;

}
#headCont #headBlock #headSearch_wrap{
text-align: right;
width: 100%;
}
#headCont #headBlock #headSearch{
width: 100%;
}
#headCont #headBlock #headSearch #searchform input[type="text"]{
background: #fed8be;
border: 1px solid #ccc;
border-right: none;
color: #888;
border-radius: 8px 0 0 8px;
padding-left: 10px;
}
#headCont #headBlock #headSearch #searchform input[type="submit"]{
background: #fed8be;
border: 1px solid #ccc;
border-left: none;
color: #ff858f;
border-radius: 0 8px 8px 0;
font-size: 1.8em;
}
#headCont #headBlock #headKey{
clear: both;
}
#headCont #headBlock #headKey li{
display: inline-block;
font-size: 1em;
margin-right: 1em;
}
#headCont #headBlock #headKey li a{
color: #a32e37;
}
#headCont #headBlock #headKey li::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline;
content: "\f02b";
font-size: 13px;
margin-right: 5px;
color: #a32e37;
}
#slick_kv{
margin-bottom: 40px;
}
.slick-dots li button{
background: #888 !important;
border-radius: 40px !important;
}
.slick-dots li.slick-active button{
background: #333 !important;
}
#head #gNavi{
border-top: 2px solid #ddd;
border-bottom: 1px solid #ddd;
padding-top: 1px;
}
#head ul#drop{
border-left: 1px solid #ddd;
}
#head ul#drop li{
border-right:1px solid #ddd;
border-left: 1px solid #fff;
font-size: 1.3em;
}
#head #gNavi,
#head ul#drop li a{
background: -moz-linear-gradient(top,  #fff 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#ggg), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fff 0%,#e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fff 0%,#e6e6e6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fff 0%,#e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}
#head ul#drop li a{
margin-bottom: 3px;
text-align: left;
padding-left: 80px;
padding-bottom: 15px;
padding-top: 15px;
position: relative;
color: #666;
}
#head ul#drop li:nth-child(1) a{border-bottom: 3px solid #ff858f;}
#head ul#drop li:nth-child(2) a{border-bottom: 3px solid #47a435;}
#head ul#drop li:nth-child(3) a{border-bottom: 3px solid #dd5263;}
#head ul#drop li:nth-child(4) a{border-bottom: 3px solid #F29600;}
	#head ul#drop li a::before{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	}
	#head ul#drop li:nth-child(1) a::before{
	background: url("common/img/gnavi_home.png") 0 0 no-repeat;
	}
	#head ul#drop li:nth-child(2) a::before,
	#head ul#drop li:nth-child(3) a::before,
	#head ul#drop li:nth-child(4) a::before{
				font-family: "Font Awesome 5 Free";
				display: block;
				font-size: 40px;
				line-height: 1;
	}
	#head ul#drop li:nth-child(2) a::before{
				font-weight: 400;
				content: "\f587";
				color: #47a435;
	}
	#head ul#drop li:nth-child(3) a::before{
				font-weight: 900;
				content: "\f07c";
				color: #dd5263;
	}
	#head ul#drop li:nth-child(4) a::before{
				font-weight: 900;
				content: "\f521";
				color: #F29600;
	}
#head ul#drop li.current-menu-item a,
#head ul#drop li:hover a{
color: #333;
background: -moz-linear-gradient(bottom,  #fff 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, left top,color-stop(0%,#ggg), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(bottom,  #fff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom,  #fff 0%,#e6e6e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(bottom,  #fff 0%,#e6e6e6 100%); /* IE10+ */
background: linear-gradient(to top,  #fff 0%,#e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */


	}
@media screen and (max-width: 767px) {
#content{
min-height: auto;
}
#main{
margin: 0;
float: none;
}
#mainCol{
width: 100%;
margin: 0;
float: none;
}
#sideCol{
width: 100%;
margin: 0;
float: none;
}

#headCont{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
#toggleBtn p{
color: #ff858f;
}
#headCont #logo{
width: 50%;
margin-right: 5%;
order:2;
height: 60px;
padding: 0;
}
#headCont #headIll{
width: 25%;
order:1;
padding: 5px;
}
#headCont #headIll img{}
#headCont #headBlock{
width: 90%;
margin: 0 auto;
order: 3;
}
#headCont #headBlock #headSearch_wrap{
text-align: center;
width: 100%;
}
#headCont #headBlock #headSearch{
width: 100%;
}
#headCont #headBlock #headSearch #searchform input[type="text"]{}
#headCont #headBlock #headSearch #searchform input[type="submit"]{}
#headCont #headBlock #headKey{}
#headCont #headBlock #headKey li{
font-size: 0.8em;
}
#headCont #headBlock #headKey li a{}
#headCont #headBlock #headKey li::before{
margin-right: 1px;
}

#kv .kv_inner img, #slick_kv .kv_inner img{
margin-left: 0;
width: 100%;
display: block;
}
.slick-dots li button{
background: #888 !important;
border-radius: 20px !important;
}


#head #gNavi{
border:none;
padding-top: 1px;
height: 100vh;
}
#head ul#drop{
border:none;
}
#head ul#drop li{
border:none;
}
#head #gNavi,
#head ul#drop li a{
background:#fff;
}
#head ul#drop li a{
margin-bottom: 3px;
text-align: left;
padding-left: 80px;
padding-top: 30px;
position: relative;
}
#head ul#drop li:nth-child(1) a{border-bottom: none;}
#head ul#drop li:nth-child(2) a{border-bottom: none;}
#head ul#drop li:nth-child(3) a{border-bottom: none;}
#head ul#drop li:nth-child(4) a{border-bottom: none;}
#head ul#drop li:first-child{
display: block;
}
	#head ul#drop li a::before{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	}
	#head ul#drop li:nth-child(1) a::before{
	background: url("common/img/gnavi_home.png") 0 0 no-repeat;
	}
	#head ul#drop li:nth-child(2) a::before,
	#head ul#drop li:nth-child(3) a::before,
	#head ul#drop li:nth-child(4) a::before{
				font-family: "Font Awesome 5 Free";
				display: block;
				font-size: 40px;
				line-height: 1;
	}
	#head ul#drop li:nth-child(2) a::before{
				font-weight: 400;
				content: "\f587";
				color: #47a435;
	}
	#head ul#drop li:nth-child(3) a::before{
				font-weight: 900;
				content: "\f07c";
				color: #dd5263;
	}
	#head ul#drop li:nth-child(4) a::before{
				font-weight: 900;
				content: "\f521";
				color: #F29600;
	}
#head ul#drop li.current-menu-item a,
#head ul#drop li:hover a{
background:#fff;
}



}/*@media screen and (max-width: 767px)*/

#content{
background: #fff;
padding: 0px;
}
/*
header
*/
#head ul#drop li.home_icon {
width: auto;
flex: 1;
}


.onecol_ad{
margin-bottom: 30px;
}
.sForm{
background: url("common/img/search_ttl.png") 98% 10px #fed8be no-repeat;
padding: 30px 20px;
margin-bottom: 40px;
border-radius: 20px;
}
.sForm h2{
text-align: center;
font-weight: bold;
font-size: 2em;
margin-bottom: 40px;
}
	.sForm dl dt{
	font-weight: bold;
	font-size: 1.3em;
	}
	.sForm dl dd{
	margin-bottom: 20px;
	}
	.sForm dl dd label{
	margin-right: 10px;
	}
	.sForm input.text01{
	width: 100%;
	}
	.sForm input.submit-btn{
color: #fff;
text-decoration: none;
font-size: 1.5em;
background: #ff858f;
border-radius: 100px;
padding: 10px 0;
text-align: center;
	}
.search_link{
background: url("common/img/search_ttl.png") 60px 50% #fed8be no-repeat;
text-align: center;
padding: 10px 0 20px;
margin-bottom: 40px;
}
.search_link dl dt{
color: #333;
position: relative;
display: inline-block;
text-align: center;
font-size: 1.6em;
padding: 10px 40px;
}
.search_link dl dt::before,
.search_link dl dt::after{
content: '';
height: 0;
width: 40px;
border-bottom: 1px solid #333;
position: absolute;
top: 50%;
}
.search_link dl dt::before{
left: 0;
transform: rotate(65deg);
}
.search_link dl dt::after{
right: 0;
transform: rotate(115deg);
}
.search_link dl dd{
max-width: 440px;
margin: 0 auto;
width: 51%;
}
.search_link dl dd a{
display: block;
color: #fff;
text-decoration: none;
font-size: 1.5em;
background: #ff858f;
border-radius: 100px;
padding: 10px 0;
text-align: center;
}
@media screen and (max-width: 767px) {
.search_link{
background: url("common/img/search_ttl.png") 5px 100% #fed8be no-repeat;
background-size: 70px 84px;
text-align: center;
padding: 10px 0 20px;
margin: 0 -15px 0;

}
.search_link dl dt{
font-size: 1.2em;
padding: 10px 20px;
}
.search_link dl dt::before,
.search_link dl dt::after{
width: 20px;
top: 50%;
}
.search_link dl dt::before{}
.search_link dl dt::after{}
.search_link dl dd{
max-width: 70%;
margin: 0 auto;
}
.search_link dl dd a{
font-size: 1.2em;
}
}


#footer .app_link {
/*	display: none;*/
	position: fixed;
	bottom: 30px;
	right: 0px;
	z-index: 10001;
}
#footer .app_link a i{
font-size: 30px;
}

#footer .app_link a {
	display: block;
	text-align: center;
	color: #fff;
	background: #ff858f;
	font-size: 40px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#footer .app_link a:hover {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


#mainCol .title{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
border-bottom: 2px solid #ff858f;
}
#mainCol .title .count{
font-size: 1.2em;
}

.order_by{
text-align: right;
margin-bottom: 30px;
}
.order_by dl dt,
.order_by dl dd{
display: inline-block;
}

.sortForm{
background: #ffc2c7;
padding: 40px 40px 40px 40px;
margin-bottom: 40px;
}
.sortForm h2{
font-size: 1.5em;
text-align: center;
}
.sortForm .tgl{
background: #ff858f;
width: 20%;
text-align: center;
margin: 0 auto -40px;
border-radius: 10px 10px 0 0;
padding: 0px;
}
.sortForm .tgl.open{
padding-top: 10px;
}
.sortForm .tgl i{
color: #fff;
font-size: 30px;
}
.sortForm .tgl.open i{
transform: rotate(180deg);
}
	.sortForm label{
	color: #333;
	margin-right: 20px;
	}
.sortForm input[type="radio"]{
}
.sortForm dl dt{
font-size: 1.3em;
font-weight: bold;
}
.sortForm dl dd{
margin-bottom: 20px;
}
.sortForm dl dd input.text01{
width: 100%;
}
.sortForm input[type="submit"]{
margin-bottom: 30px;
}


@media screen and (max-width: 767px) {
#mainCol .title{
padding: 0 5%;
}
#mainCol .title .count{
font-size: 1.5em;
}
.rect_banner img{
width: 100%;
height: auto;
}

.order_by{
}
.order_by dl dt,
.order_by dl dd{
display: inline-block;
}

.sortForm{
padding: 20px;
}
.sortForm h2{
}
.sortForm .tgl{
width: 40%;
margin: 0 auto -20px;
}
.sortForm .tgl i{
}
	.sortForm label{
	}
.sortForm input[type="radio"]{
}
.sortForm dl dt{
}
.sortForm dl dd{
}
.sortForm dl dd input.text01{
}

}

/*
home
*/
#category_title h1{
font-size: 2em;
background: url("common/img/cat_ttl.png") 0 50% no-repeat;
background-size: 60px 90px;
padding: 25px 0 25px 70px;
}
.article_2 h2{
position: relative;
display: inline-block;
}
.article_2 h2::after{
content: '';
position: absolute;
right: -110px;
top: 50%;
margin-top: -2px;
height: 4px;
width: 100px;
background: #ff858f;
}
.article_3 h2{
position: relative;
display: inline-block;
}
.article_3 h2::after{
content: '';
position: absolute;
right: -110px;
top: 50%;
margin-top: -2px;
height: 4px;
width: 100px;
background: #39a599;
}
.article_4 h2{
position: relative;
display: inline-block;
}
.article_4 h2::after{
content: '';
position: absolute;
right: -110px;
top: 50%;
margin-top: -2px;
height: 4px;
width: 100px;
background: #47a435;
}
.article_5 h2{
position: relative;
display: inline-block;
}
.article_5 h2::after{
content: '';
position: absolute;
right: -110px;
top: 50%;
margin-top: -2px;
height: 4px;
width: 100px;
background: #a45f31;
}

@media screen and (max-width: 767px) {
.home #mainCol #content{
padding: 0;
}
#category_title h1{
font-size: 1.8em;
}
.article_2 h2{
display: block;
font-size: 1.5em;
text-align: center;
}
.article_2 h2::after{
right: 50px;
top: 50%;
width: 50px;
}
.article_2 h2::before{
content: '';
position: absolute;
left: 50px;
top: 50%;
margin-top: -2px;
height: 4px;
width: 50px;
background: #ff858f;
}

.article_3 h2{
display: block;
font-size: 1.5em;
text-align: center;
}
.article_3 h2::after{
right: 50px;
top: 50%;
width: 50px;
}
.article_3 h2::before{
content: '';
position: absolute;
left: 50px;
top: 50%;
margin-top: -2px;
height: 4px;
width: 50px;
background: #39a599;
}


.article_4 h2{
display: block;
font-size: 1.5em;
text-align: center;
}
.article_4 h2::after{
right: 50px;
top: 50%;
width: 50px;
}
.article_4 h2::before{
content: '';
position: absolute;
left: 50px;
top: 50%;
margin-top: -2px;
height: 4px;
width: 50px;
background: #47a435;
}


.article_5 h2{
display: block;
font-size: 1.5em;
text-align: center;
}
.article_5 h2::after{
right: 50px;
top: 50%;
width: 50px;
}
.article_5 h2::before{
content: '';
position: absolute;
left: 50px;
top: 50%;
margin-top: -2px;
height: 4px;
width: 50px;
background: #a45f31;
}


}

/*
termbox
*/

.termbox01 .box_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.termbox01 .box_wrap .box{
width: 31%;
border: 1px solid #ccc;


border-radius: 5px;
margin-bottom: 10px;
}
.termbox01 .box_wrap .box a{
padding: 10px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
text-decoration: none;

}
.termbox01 .box_wrap .box .fig{
align-self: center;
width: 30%;
}
.block_wrap .termbox01 .fig img:hover{
transform: none;
}



.termbox01 .box_wrap .box .cont{
align-self: center;
width: 60%;
}
/*
.termbox02
*/
.termbox02 .box_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.termbox02 .box_wrap .box{
width: 24.5%;
border-radius: 5px;
margin-bottom: 10px;
}
.termbox02 .box_wrap .box a{
padding: 10px;
text-decoration: none;
text-align: center;
}
.termbox02 .box_wrap .box .fig{
text-align: center;
width: 60%;
margin: 0 auto;
}
.block_wrap .termbox02 .fig img:hover{
transform: none;
}

.termbox02termbox02 .box_wrap .box .cont{
text-align: center;
}

@media screen and (max-width: 767px) {
.home .block_wrap{
margin-bottom: 20px;
padding: 0 15px;
}
.home .page-title{
margin-bottom: 10px;
}
.termbox01 .box_wrap .box{
}
.termbox01 .box_wrap .box a{
flex-wrap: wrap;
}
.termbox01 .box_wrap .box .fig{
align-self: center;
width: 100%;
}
.block_wrap .termbox01 .fig img:hover{
transform: none;
}

.termbox01 .box_wrap .box .cont{
align-self: center;
text-align: center;
width: 100%;
}
/*
.termbox02
*/
.termbox02 .box_wrap{
padding: 0;
margin: 0;
}
.termbox02 .box_wrap h3{
margin-bottom: 0;
}
.termbox02 .box_wrap .box{

}
.termbox02 .box_wrap .box a{}
.termbox02 .box_wrap .box .fig{}
.block_wrap .termbox02 .fig img:hover{}
.termbox02termbox02 .box_wrap .box .cont{}
}
/*
icon
*/
.time{
color: #47a435;
}
.time::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline;
content: "\f2f2";
font-size: 1.5em;
margin-right: 5px;
color: #47a435;
}
.kcal{
color: #888;
}
.kcal::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline;
content: "\f2e7";
font-size: 1.5em;
margin-right: 5px;
color: #888;
}
.tags li::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline;
content: "\f02b";
font-size: 13px;
margin-right: 5px;
color: #a32e37;
}
.onecol_ad{
text-align: center;
margin-bottom: 40px;
}
/*
======================================================================
======================================================================
======================================================================
#recipe
======================================================================
======================================================================
======================================================================
*/
#recipe{
}
#recipe .title{
border: none;
flex-wrap: wrap;
margin-bottom: 20px;
}
	#recipe p.catch_copy{
	font-size: 123%;
	margin-bottom: 1em;
	width: 100%;
	}
	#recipe .title h1{
	width: 80%;
	}
	#recipe .title .time{
	width: 20%;
	text-align: center;
	}
	#recipe .title .time::before{
	font-size: 50px;
	display: block;
	margin: 0 0 10px 0;
	}
#recipe .category{
margin-right: 10px;
}
#recipe .category a{
display: inline-block;
background: #ff858f;
color: #fff;
text-decoration: none;
padding: 5px 10px;
font-size: 1.3em;
border-radius: 5px;
}
#recipe .kcal{
font-size: 1.3em;
}
#recipe .thumbnail img{
display: block;
}
#recipe .the_content{
background: url("common/img/recipe_comment.png") 20px 20px no-repeat #fdffda;
background-size: 90px auto;
padding: 20px 30px 20px 130px;
min-height: 10em;
margin-bottom: 20px;
}
	#recipe .the_content p{
	font-size: 1.3em;
	}
#recipe .tags{
margin-bottom: 20px;
}
#recipe .tags ul li{
display: inline;
margin-right: 10px;
font-size: 1.2em;
}
#recipe .tags ul li::before{
font-size: 1.2em;
}
#recipe .tags ul li a{
color: #a32e37;
text-decoration: none;
}
#recipe .pecconia{
margin-bottom: 40px;
text-align: center;
}
#recipe .pecconia img{

}
#recipe h2{
border-radius: 0 50px 50px 0;
display: inline-block;
color: #fff;
padding: 15px 40px 15px 70px;
font-weight: normal;
}
#recipe #zairyoCont{
background: #f4f4f4;
border-radius: 10px;
padding: 60px 40px 20px 40px;
position: relative;
margin-bottom: 40px;
}
#recipe #zairyoCont h2{
background: url("common/img/sub_cat01.png") 10px 100% no-repeat #ff858f;
background-size: 45px 45px;
position: absolute;
top: -20px;
left: 0;
width: 40%;
}
#recipe #zairyoCont dl{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-content: center;
margin-bottom: 0;

}
#recipe #zairyoCont dt,
#recipe #zairyoCont dd{
border-top: 1px solid #ccc;
}
#recipe #zairyoCont dt{
width: 80%;
}
#recipe #zairyoCont dd{
width: 20%;
text-align: right;
}
	#recipe #zairyoCont dt.d1,
	#recipe #zairyoCont dd.d1{
	border: none;
	}
#recipe .post#zairyoCont dl dt,
#recipe .post#zairyoCont dl dd{
padding: 5px;
margin-bottom: 10px;
}


#recipe #recipeCont{
background: #fdffda;
border-radius: 0;
padding: 40px 20px 20px 20px;
position: relative;
margin-bottom: 0;
}
#recipe #recipeCont h2{
background: url("common/img/sub_cat02.png") 10px 100% no-repeat #ff858f;
background-size: 45px 45px;
position: absolute;
top: -20px;
left: 0;
width: 40%;
}
#recipe #recipeCont .box{
background: #fff;
border-radius: 30px;
padding: 30px 10px 10px 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin-bottom: 30px;
z-index: 10;
box-shadow: -10px 10px 0 rgba(230,230,230,1);
}
#recipe #recipeCont h3{
font-size: 3em;
font-weight: normal;
color: #ff858f;
width: 10%;
}
#recipe #recipeCont .box .cont{
width: 90%;
}


#recipe #keyword_wrap h2{
background: url("common/img/sub_cat03.png") 10px 100% no-repeat #ff858f;
background-size: 45px 45px;
width: 40%;
}

#recipe #keyword_wrap{
margin-bottom: 40px;
}
#keyword_wrap .box_wrap{
margin-bottom: 20px;
}
#keyword_wrap .box{
display: inline;
}
#keyword_wrap span{
margin-right: 5px;
font-size: 1em;
}
#keyword_wrap span a{
text-decoration: none;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
}

#keyword_wrap .efficacys span a{
background: #DE2427;
color: #fff;}
#keyword_wrap .skill span a{
background: #BF6F30;
color: #fff;}
#keyword_wrap .worry span a{
background: #FE3F44;
color: #fff;}
#keyword_wrap .target span a{
background: #006561;
color: #fff;}
#keyword_wrap .taste span a{
background: #078600;
color: #fff;}
#keyword_wrap .genre span a{
background: #FF7100;
color: #fff;}
#keyword_wrap .menu_cat span a{
background: #009B95;
color: #fff;}

#recipe .onepoint{
background: #ffc2c7;
padding: 30px 30px 30px 150px;
margin-bottom: 40px;
position: relative;
min-height: 10em;
}
#recipe .onepoint p{
color: #333;
font-size: 1.3em;
}
#recipe .onepoint::before{
content: '!';
color: #ffc2c7;
background: #fff;
font-size: 60px;
border-radius: 100px;
line-height: 1;
text-align: center;
width: 70px;
height: 70px;
padding: 5px;
position: absolute;
left: 30px;
top: 30px;
}

#recipe .shareCont{
text-align: center;
}
#recipe .shareCont h3{
position: relative;
display: inline-block;
margin-bottom: 30px;
}
#recipe .shareCont h3::before,
#recipe .shareCont h3::after{
content: '';
height: 0;
width: 40px;
border-bottom: 1px solid #333;
position: absolute;
top: 50%;
}
#recipe .shareCont h3::before{
left: -40px;
transform: rotate(65deg);
}
#recipe .shareCont h3::after{
right: -40px;
transform: rotate(115deg);
}
#recipe .shareCont .cont{
margin-bottom: 40px;
}

#recipe .shareCont a{
background: #ff858f;
color: #fff;
position: relative;
display: inline-block;
font-size: 1.5em;
border-radius: 50px;
line-height: 1;
padding: 20px 0;
text-decoration: none;
margin: 0 20px;
width: 12em;
text-align: center;
}
#recipe .shareCont a::before{
font-family: "Font Awesome 5 Brands";
font-weight: 900;
font-size: 40px;
color: #fff;
position: absolute;
left: 20px;
top: 50%;
margin-top: -20px;
}
#recipe .shareCont a.tw{
padding-left: 10px;
}
#recipe .shareCont a.tw::before{
content: '\f099';
}
#recipe .shareCont a.fb::before{
content: '\f39e';
margin-left: 5px;
}
#recipe #eiyoCont{
background: #fdffda;
padding: 40px 40px 20px 40px;
margin-bottom: 40px;
}
#recipe #eiyoCont p{
margin-bottom: 1em;
}
#recipe #eiyoCont h2{
padding: 0;
width: 100%;
display: block;
text-align: center;
color: #333;
background: none;
}
#recipe #eiyoCont dl{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 0;
}
#recipe .post#eiyoCont dl dt,
#recipe .post#eiyoCont dl dd{
padding: 5px 0;
margin: 0;
border-bottom: 1px solid #ccc;
}
#recipe .post#eiyoCont dl dt{
width: 35%;
}
#recipe .post#eiyoCont dl dd{
width: 13%;
margin-right: 2%;
text-align: right;
}
#recipe .post#eiyoCont dl dt,
#recipe .post#eiyoCont dl dd{
}

@media screen and (max-width: 767px) {
#recipe{
}
#recipe .post{
overflow: visible;
}
#recipe .title{
}
	#recipe p.catch_copy{
	font-size: 100%;
	}
	#recipe .title h1{
	width: 80%;
	}
	#recipe .title .time{
	}
	#recipe .title .time::before{
	}
#recipe .category{
margin-right: 10px;
margin-left: 5%;
}
#recipe .category a{
}
#recipe .kcal{
}
#recipe .thumbnail img{
}
#recipe .the_content{
/*background: url("common/img/recipe_comment.png") 50% 120% no-repeat #fdffda;*/
background:#fdffda;
background-size: 70px auto;
padding: 10px;
min-height: auto;
margin-bottom: 20px;
}
	#recipe .the_content p{
	font-size: 1em;
	text-align: center;
	}
#recipe .tags{
padding: 0 5%;
}
#recipe .tags ul li{
}
#recipe .tags ul li::before{
}
#recipe .tags ul li a{
}
#recipe .pecconia{
padding: 0 5%;
margin-bottom: 80px;
}
#recipe .pecconia img{
}
#recipe h2{
border-radius: 0 50px 50px 0;
display: inline-block;
color: #fff;
font-weight: normal;
padding: 15px 10px 15px 70px;
font-size: 1.3em;
}
#recipe #zairyoCont{
background: #f4f4f4;
border-radius: 10px;
padding: 60px 5% 20px 5%;
position: relative;
margin-bottom: 40px;
}
#recipe #zairyoCont h2{
background: url("common/img/sub_cat01.png") 10px 100% no-repeat #ff858f;
background-size: 45px 45px;
position: absolute;
top: -20px;
left: 0;
width: 60%;
}
#recipe #zairyoCont dl{
}
#recipe #zairyoCont dt,
#recipe #zairyoCont dd{
}
#recipe #zairyoCont dt{
width: 70%;
}
#recipe #zairyoCont dd{
width: 30%;
}
	#recipe #zairyoCont dt.d1,
	#recipe #zairyoCont dd.d1{
	}
#recipe .post#zairyoCont dl dt,
#recipe .post#zairyoCont dl dd{
}


#recipe #recipeCont{
padding: 40px 5% 20px 5%;
}
#recipe #recipeCont h2{
}
#recipe #recipeCont .box{
background: #fff;
border-radius: 30px;
padding: 30px 20px 10px 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin-bottom: 30px;
z-index: 10;
box-shadow: -10px 10px 0 rgba(230,230,230,1);
}
#recipe #recipeCont h3{
font-size: 2em;
font-weight: normal;
color: #ff858f;
width: 10%;
}
#recipe #recipeCont .box .cont{
width: 85%;
}


#recipe #keyword_wrap h2{
background: url("common/img/sub_cat03.png") 10px 100% no-repeat #ff858f;
background-size: 45px 45px;
width: 60%;
}

#recipe #keyword_wrap{
padding: 0;
}
#keyword_wrap .box_wrap{
padding: 0 5%;
}
#keyword_wrap .box{
display: inline-block;
margin-bottom: 10px;
}
#keyword_wrap span{
}
#keyword_wrap span a{
}

#keyword_wrap .efficacys span a{}
#keyword_wrap .skill span a{}
#keyword_wrap .worry span a{}
#keyword_wrap .target span a{}
#keyword_wrap .taste span a{}
#keyword_wrap .genre span a{}
#keyword_wrap .menu_cat span a{}

#recipe .onepoint{
padding: 20px 20px 20px 80px;
min-height: 6em;
}
#recipe .onepoint p{
color: #333;
font-size: 1em;
}
#recipe .onepoint::before{
content: '!';
color: #ffc2c7;
background: #fff;
font-size: 30px;
border-radius: 100px;
line-height: 1;
text-align: center;
width: 40px;
height: 40px;
padding: 5px;
position: absolute;
left: 20px;
top: 10px;
}

#recipe .shareCont{
}
#recipe .shareCont h3{
}
#recipe .shareCont h3::before,
#recipe .shareCont h3::after{
}
#recipe .shareCont h3::before{
}
#recipe .shareCont h3::after{
}
#recipe .shareCont .cont{
}

#recipe .shareCont a{
background: #ff858f;
color: #fff;
position: relative;
display: inline-block;
font-size: 1.2em;
border-radius: 50px;
padding: 10px 10px 10px 50px;
text-decoration: none;
margin: 0 20px;
width: 9em;
}
#recipe .shareCont a::before{
font-family: "Font Awesome 5 Brands";
font-weight: 900;
font-size: 20px;
color: #fff;
display: block;
position: absolute;
left: 10px;
top: 50%;
margin-top: -10px;
}
#recipe .shareCont a.fb{
padding-left: 40px;
}
#recipe .shareCont a.tw::before{
}
#recipe .shareCont a.fb::before{
margin-right: 0;
}
#recipe #eiyoCont{
padding: 20px 5% 10px;
}
#recipe #eiyoCont h2{
}
#recipe #eiyoCont dl{
}
#recipe .post#eiyoCont dl dt,
#recipe .post#eiyoCont dl dd{
}
#recipe .post#eiyoCont dl dt{
width: 70%;
}
#recipe .post#eiyoCont dl dd{
width: 30%;
margin-right: 0;
text-align: right;
}
#recipe .post#eiyoCont dl dt,
#recipe .post#eiyoCont dl dd{
}

}
/*
new_entry
*/
.normal .flexbox2 .box{
padding-bottom: 20px;
}
.newEntry .normal .box{
width: 48.5%;
border: none;
}
.newEntry .normal .box .fig{
position: relative;
margin-bottom: 0;
}
.newEntry .normal .box .fig .category_bar{
background: #ff858f;
font-size: 1.5em;
}
.newEntry .normal .box .cont{
padding: 20px 0;
}
.newEntry .normal .box .cont h3{
font-size: 1.8em;
font-weight: bold;
margin-bottom: 1em;
min-height: 4em;
}
.newEntry .normal .box .cont h3 a{
text-decoration: none;
color: #333;
}
.newEntry .normal .box .cont .box_meta{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
	.newEntry .normal .box .cont .box_meta li{
	width: 50%;
	font-size: 1.5em;
	}


#sideCol .newEntry .normal .box{
width: 100%;
border: none;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#sideCol .newEntry .normal .box .fig{
margin-bottom: 0;
width: 30%;
}
#sideCol .newEntry .normal .box .fig .category_bar{
background: #ff858f;
font-size: 1em;
position: static;
padding: 2px 5px;
display: block;

}
#sideCol .newEntry .normal .box .cont{
padding: 0;
width: 65%;
}
#sideCol .newEntry .normal .box .cont h3{
font-size: 1.3em;
font-weight: bold;
margin-bottom: 1em;
min-height: auto;
}
#sideCol .newEntry .normal .box .cont h3 a{
text-decoration: none;
color: #333;
}
#sideCol .newEntry .normal .box .cont .box_meta{
display: block;
}
	#sideCol .newEntry .normal .box .cont .box_meta li{
	width: 100%;
	font-size: 1.2em;
	}
	#sideCol .newEntry .normal .box .cont .box_meta li.time::before,
	#sideCol .newEntry .normal .box .cont .box_meta li.kcal::before{
	font-size: 1.2em;
	}
#sideCol #ranking h3.sideTitle{
background: url("common/img/rank_ttl.png") 0 50% no-repeat;
padding: 40px 0 40px 50px;
font-size: 1.5em;
background-size: auto 90px;
}
#sideCol #ranking h4{
width: 100%;
font-size: 1.5em;
}
#sideCol #ranking h4.rank1,
#sideCol #ranking h4.rank1::before{
color: #F29600;
}

#sideCol #ranking h4::before{
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				display: inline;
				content: "\f521";
				font-size: 1.5em;
				margin-right: 5px;
}
#sideCol #ranking h4.rank2,
#sideCol #ranking h4.rank2::before{
color: #b3b3b3;
}
#sideCol #ranking h4.rank3,
#sideCol #ranking h4.rank3::before{
color: #be987d;
}
#sideCol #ranking .btn_rank{
font-size: 1.5em;
font-weight: bold;
}
#sideCol #ranking .btn_rank a{
display: block;
background: #ff858f;
color: #fff;
border-radius: 200px;
padding: 20px 20px 20px 80px;
position: relative;
text-decoration: none;
}
#sideCol #ranking .btn_rank a::before{
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				display: block;
				content: "\f521";
				font-size: 40px;
				margin-right: 5px;
				position: absolute;
				top: 50%;
				left: 20px;
				margin-top: -20px;
				line-height: 1;
}
#sideCol #ranking .btn_rank a::after{
content: '';
width: 30px;
height: 30px;
border-top:2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
position: absolute;
right: 30px;
top: 50%;
margin-top: -11px;
}

#mainCol #ranking_content h4{
color: #ff858f;
}


#mainCol #ranking_content h4.rank1,
#mainCol #ranking_content h4.rank1::before{
color: #F29600;
}

#mainCol #ranking_content h4::before{
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				display: inline;
				content: "\f521";
				font-size: 1.5em;
				margin-right: 5px;
}
#mainCol #ranking_content h4.rank2,
#mainCol #ranking_content h4.rank2::before{
color: #b3b3b3;
}
#mainCol #ranking_content h4.rank3,
#mainCol #ranking_content h4.rank3::before{
color: #be987d;
}
#sideCol .newEntry .normal .noa{display: none;}

@media screen and (max-width: 767px) {
#sideCol .newEntry .normal .noa{display: flex;}
.flexbox2{
display: flex;
}
.newEntry .normal .box{
margin-bottom: 20px;
}
.newEntry .normal .box .fig{
}
.newEntry .normal .box .fig .category_bar{
background: #ff858f;
font-size: 1.5em;
text-align: center;
}
.newEntry .normal .box .cont{
padding: 10px;
}
.newEntry .normal .box .cont h3{
font-size: 1.5em;
}
.newEntry .normal .box .cont h3 a{
}
.newEntry .normal .box .cont .box_meta{
flex-wrap: wrap;
}
	.newEntry .normal .box .cont .box_meta li{
	width: 100%;
	font-size: 1.2em;
	}

#sideCol .newEntry .normal{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#sideCol .newEntry .normal .box{
width: 48.5%;
flex-wrap: wrap;
}
#sideCol .newEntry .normal .box .fig{
align-self: flex-start;
width: 100%;
z-index: 90;
}
#sideCol .newEntry .normal .box .fig .category_bar{
font-size: 1em;
}
#sideCol .newEntry .normal .box .cont{
align-self: flex-start;
padding: 10px;
width: 100%;
}
#sideCol .newEntry .normal .box .cont h3{
font-size: 1.3em;
font-weight: bold;
margin-bottom: 1em;
}
#sideCol .newEntry .normal .box .cont h3 a{
text-decoration: none;
color: #333;
}
#sideCol .newEntry .normal .box .cont .box_meta{
display: block;
}
	#sideCol .newEntry .normal .box .cont .box_meta li{
	width: 100%;
	font-size: 1.2em;
	}
	#sideCol .newEntry .normal .box .cont .box_meta li.time::before,
	#sideCol .newEntry .normal .box .cont .box_meta li.kcal::before{
	font-size: 1.2em;
	}
#sideCol #ranking{
position: relative;
}	
#sideCol #ranking h3.sideTitle{
background: url("common/img/rank_ttl.png") 0 50% no-repeat;
padding: 40px 0 40px 50px;
font-size: 1.5em;
background-size: auto 90px;
}
#sideCol #ranking h4{
font-size: 1.3em;
position: absolute;
top: 0;
left: 0;
z-index: 100;
display: inline-block;
width: auto;
padding: 5px;
height: 40px;

}
#sideCol #ranking h4.rank1{
background: #F29600;
}
#sideCol #ranking h4.rank1,
#sideCol #ranking h4.rank1::before{
color: #fff;
}
#sideCol #ranking h4.rank1::after{
border-top-color: #F29600;
border-bottom-color: #F29600;
}
#sideCol #ranking h4::before{
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				display: inline;
				content: "\f521";
				font-size: 1.3em;
				margin-right: 5px;
}
#sideCol #ranking h4::after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: -20px;
  border-top-width:20px;
  border-right: 20px solid transparent;
  border-bottom-width:20px;
  border-style: solid;
  border-left: none;
  
}
#sideCol #ranking h4.rank2{
background:#b3b3b3;
}
#sideCol #ranking h4.rank2,
#sideCol #ranking h4.rank2::before{
color: #fff;
}
#sideCol #ranking h4.rank2::after{
border-top-color: #b3b3b3;
border-bottom-color: #b3b3b3;
}
#sideCol #ranking h4.rank3{
background: #be987d;
}
#sideCol #ranking h4.rank3,
#sideCol #ranking h4.rank3::before{
color: #fff;
}
#sideCol #ranking h4.rank3::after{
border-top-color: #be987d;
border-bottom-color: #be987d;
}
#sideCol #ranking .block_wrap{
padding: 0;
}
#sideCol #ranking .btn_rank{
position: absolute;
right: 5%;
bottom:0;
width: 40%;
font-size: 1.5em;
font-weight: bold;
height: 38%;
text-align: center;
}
#sideCol #ranking .btn_rank a{
display: block;
background: rgba(255,133,143,0.9);
color: #fff;
border-radius: 0;
padding: 80px 10px 10px;
position: relative;
text-decoration: none;
height: 90%;
z-index: 200;
text-align: center;
}
#sideCol #ranking .btn_rank a::before{
				font-size: 30px;
				margin: 0 auto 20px;
				position: static;
				top: auto;
				left: auto;
				margin-top: -20px;
				line-height: 1;
}
#sideCol #ranking .btn_rank a::after{
display: none;
}

#mainCol #ranking_content .post{
padding: 0;
}

#mainCol #ranking_content h4{
color: #ff858f;
}


#mainCol #ranking_content h4.rank1,
#mainCol #ranking_content h4.rank1::before{
color: #F29600;
}

#mainCol #ranking_content h4::before{
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				display: inline;
				content: "\f521";
				font-size: 1.5em;
				margin-right: 5px;
}
#mainCol #ranking_content h4.rank2,
#mainCol #ranking_content h4.rank2::before{
color: #b3b3b3;
}
#mainCol #ranking_content h4.rank3,
#mainCol #ranking_content h4.rank3::before{
color: #be987d;
}
}

.category_list{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 40px;
}
.category_list li{
width: 31%;
margin-right: 2%;
font-size: 1.3em;
}
.category_list li a{
text-decoration: none;
}


/*
#footer
*/
#footer{
background: #ff858f;
padding: 30px;
}
#footCont .sns_navi{
margin-bottom: 30px;
}
#footCont .sns_navi li a{
color: #fff;
}
#footCont .sns_navi li a .ic_br::before{
font-size: 30px;
}
#footer address{
color: #fff;
}
#footer .footNavi ul{
text-align: center;
}
#footer .footNavi ul li{
display: inline;
padding: 0 5px;
border-left: 1px solid #fff;
}
#footer .footNavi ul li:first-child{
border: none;
}
#footer .footNavi ul li a{
color: #fff;
text-decoration: none;
}

@media screen and (max-width: 767px) {
#footer{
background: #fff;
padding: 0;
}
#footCont .sns_navi{
margin: 0 auto 30px;
width: 70%;
text-align: center;
justify-content: space-around;
}
#footCont .sns_navi li{
flex-grow: 0;
margin: 0 10px;
}
#footCont .sns_navi li a{
color: #fff;
background: #ff858f;
border-radius: 100px;
width: 50px;
text-align: center;
height: 50px;
padding: 10px;
line-height: 1;
}
#footCont .sns_navi li a .ic_br::before{
font-size: 30px;
}
#footer address{
background: #ff858f;
color: #fff;
}
#footer .footNavi ul{
text-align: left;
}
#footer .footNavi ul li{
display: block;
border-left: none;
border-top: 1px solid #ccc;
position: relative;
}
#footer .footNavi ul li::after{
content: '';
width: 10px;
height: 10px;
border-top:1px solid #ccc;
border-right: 1px solid #ccc;
transform: rotate(45deg);
position: absolute;
left: 0;
top: 50%;
margin-top: -5px;
}
#footer .footNavi ul li:first-child{
border-top: 1px solid #ccc;
}
#footer .footNavi ul li a{
color: #888;
text-decoration: none;
padding: 5px 5px 5px 20px;
display: block;
}
}

/*
ad
*/
.responsive_ad{
padding: 20px 0;
text-align: center;
}
.twocol_ad{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
padding-top: 40px;
text-align: center;
}
.twocol_ad .box{
max-width: 50%;
text-align: center;
}

@media screen and (max-width: 767px) {
.twocol_ad{
display: block;
}
.twocol_ad .box{
max-width: 100%;
}
}
