@charset "utf-8";
/*
Theme Name:		5minutes MEATS
Description:	
Version:		1.0
License:		
License URI:	
Tags:			
*/

/* --------------------------------------------------------------------------------
	WordPress Style
-------------------------------------------------------------------------------- */

html{
  scroll-behavior: smooth;
}


.sticky .featured-post{
	margin:10px 0;
	padding:5px;
	border:2px solid #fc0;
}
li.bypostauthor{
	background:#eee;
}

.alignleft{
	float:left;
	margin:0 1em;
}
.alignright{
	float:right;
	margin:0 1em;
}
.aligncenter{
	display:block;
	margin:0 auto;
}
.wp-embedded-content{
	max-width:100%;
}


a{
    color: #000;
    text-decoration: none;
}

.device-pc{
	display: block;
}

.device-sp{
	display: none!important;
}

/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */



#container{
	padding:40px 0 0;
	
}

#post{
	width: 1200px;
    margin: 0 auto;
	padding:0 0 200px;
	display: flex;
	justify-content: space-between;
	flex-direction:row-reverse;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */

#header .account nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	font-size: 12px;
}

#header .account nav ul {
    display: flex;
    justify-content: space-around;
}




.breadcrumbs{
	text-align:right;
	font-size: 10px;
    letter-spacing: .2em;
    padding: 0 0 20px;
	width: 1000px;
	margin: 0 auto;
		}


.archive-main{
	width: 1000px;
	margin: 20px auto;
}




#main{
	width: 1080px;
	margin: 0 auto;
	position: relative;
	
	

}



/********** エントリーメタ **********/


#main .entry .list_box{
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #000;
    margin: 0 0 30px;
	padding: 0 0 0.5em;
 
}
#main .entry .list_box h2{
	font-size:20px;
	font-weight:normal;
	margin: 0;
	width: 85%;
}


#main .list_box .entry-date {
	font-size:12px;
}

/********** ARCHIVE **********/

body.archive .entry-list{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}


body.archive #main .post_thumbnail{
	width: 300px;
	
}
body.archive #main .post_thumbnail img{
	width: 320px;
	object-fit: cover;
	
	
}



body.archive #main .entry-body{
	width: 600px;
	padding:0 0 50px;
	line-height:1.75;
	word-break:break-all;
}


body.archive #main{
	width: 940px;
	position: relative;

}




/********** home **********/


body.home .entry-list{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}






/********** sub1 **********/

#sub1 h2{
	margin: 0 0 10px;
	font-size: 16px;

}






/********** 段落 **********/
#main .entry-body{
	padding:0 0 50px;
	line-height:1.75;
	word-break:break-all;
}


#main .entry-body h2{
	font-size:20px;
	font-weight: bold;
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
	background: #eee;
	padding:5px 10px;
}


#main .entry-body h3{
	font-size:16px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 10px;
	
}



#main .entry-body p{
	font-size:14px;
	margin: 0 0 20px;
	padding: 5px 10px;
}



#main .entry-body img{
	max-width: 100%;
	height: auto;
}


/********** tag **********/
#main .entry-body ul{
	list-style:disc;
	padding-left:2em;
}
#main .entry-body ol{
	list-style:decimal;
	padding-left:2em;
}

/********** パンくずリスト **********/
#main .breadcrumbs{
	padding:0 0 47px;
}
#main .breadcrumbs strong.current{
	font-weight:normal;
}

/********** wp-pagenavi **********/
#main .wp-pagenavi{
	text-align:center;
	padding:20px 0;
	font-size:90%;
	font-weight:bold;
}
#main .wp-pagenavi .pages{
	display:inline-block;
	margin:0 10px 10px 10px;
	padding:10px 15px;
	border:none;
	color:#fff;
	background:#333;
	vertical-align:bottom;
}
#main .wp-pagenavi .current{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:10px 15px;
	border:none;
	color:#333;
	background:#eee;
	vertical-align:bottom;
}
#main .wp-pagenavi .extend{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:10px 15px;
	border:none;
	color:#000;
	background:#fff;
	vertical-align:bottom;
}
#main .wp-pagenavi a{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:10px 15px;
	border:none;
	color:#fff;
	background:#333;
	vertical-align:bottom;
}



/********** 次の記事・前の記事 **********/
.prev-next {
	list-style: none;
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prev-next > li {
	display: inline-block;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px;
}

.prev-next > li > a {
	color: #454545;
	text-decoration: none;
}



/*recipe　single*/

#recipe .item-box{
	display: flex;
	justify-content: space-between;
}

#recipe .item-box .thum{
	width: 300px;
}

#recipe .item-box .thum img{
	width: 450px;
}

#recipe .item-box .recipe-txt{
	width: 400px;
}


#recipe .detail {
	margin: 40px 0;
	
}


#recipe .detail h3{
	font-size: 20px;
    font-weight: normal;
	border-bottom: 1px solid #000;
	margin: 0 0 20px;
}


#recipe .detail ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

#recipe .detail ul li{
	width: 50%;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
}


#recipe .detail ul li span{
	padding:0 20px 0 0;
	
}



#recipe .flow h3{
	font-size: 20px;
    font-weight: normal;
	border-bottom: 1px solid #000;
	margin: 0 0 20px;
}


#recipe .flow ul {
	display: flex;
	flex-wrap: wrap;
}



#recipe .flow ul li{
	width: 23%;
	margin: 0 1% 30px;
}

#recipe .flow ul li .thum {
	margin: 0 0 10px;
	
}


#recipe .flow ul li .thum img{
	width: 166px;
	height: 116px;
	object-fit: cover;
	
}



#recipe .point {
	margin: 30px 0 0;
    
}



#recipe .point h3 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    margin: 0 0 20px;
}



body.archive #main .entry .list_box h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    width: 100% !important;
}


body.archive #recipe .sub-nav {
	margin: 0 0 60px;
	
}


body.archive #recipe .sub-nav ul {
	display: flex;
	justify-content: center;
}


body.archive #recipe .sub-nav ul li{
	padding: 0 2em;
}


body.archive #recipe .catname{
	padding: 0.5em;
	margin: 0 0 30px;
	border-bottom: 1px dotted #000;
}


body.archive #recipe .recipe-list{
	display: flex;
	flex-wrap: wrap;

}

body.archive #recipe .recipe-list li{
	width: 240px;
	padding: 10px;
	margin: 0 0 40px;

}

body.archive #recipe .recipe-list li img{
	width: 100%;
	margin: 0 0 10px;
	
}



