@charset "utf-8";
/*
Theme Name:		【sp】
Description:	
Version:		1.0
License:		
License URI:	
Tags:			
*/


/* --------------------------------------------------------------------------------
	WordPress Style
-------------------------------------------------------------------------------- */

html{
  scroll-behavior: smooth;
}

.wp-caption{
	max-width:95%;
	padding:2%;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption{
	font-style:italic;
	font-size:90%;
	color:#757575;
}
.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%;
}


.device-pc{
	display: none;
}

.device-sp{
	display: block;
}

img {
	width: 100%;
	
}


/* --------------------------------------------------------------------------------
	clear & clearfix
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}



/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */


.nav-outer {
    margin: 70px 0 0;
    padding: 1em 0;
    overflow-x: auto;
    white-space: nowrap;
	font-size: 12px;
    -webkit-overflow-scrolling: touch;
}

.drawer-nav .cols .tel-no .no img {
    padding: 0 0.2em 0 0;
    width: 2em !important;
}


#post{
	width:90%;
	margin:0 auto;
	/*padding:10vh 0 15vh;*/
	padding:0vh 0 15vh;
	
}




/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */

#header .contact .f-logo img{
    width: 90px;
}

.breadcrumbs{
    letter-spacing: .2em;
    padding: 0 1.5em 20px;
	font-size: 10px;
		}


#main{
	width:100%;
	
}

.archive-main{
	width: 100%;
	margin: 0 auto 20px;
}

.archive-main img{
	width: 100%;
	
}



#post h2{
	margin: 0 0 10px;
	
}

#main{
	position: relative;
	padding: 20px 0;
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/

}

/*#main::before{
	content: '';
	display: block;
	width: 200px;
	border-top:1px solid #000;
	margin: -20px 0 20px -20px;
	

}
#main::after{
	position: absolute;
    content: '';
    display: block;
    width: 200px;
    border-top: 1px solid #000;
    text-align: right;
    right: 0px;
    bottom: -0px;
	

}
*/

#sub1{
	display: none;
}


/********** エントリーメタ **********/

.entry .item-img {
	margin: 0 0 30px;
	
}



.entry .item-img img{
	min-width: 100%;
	height: 300px;
	object-fit: cover;
}




#main .entry .list_box{
	border-bottom: 1px solid #000;
    margin: 0 0 30px;
	padding: 0 0 0.5em;
	
   
}
#main .entry .list_box h2{
	font-size:14px;
	font-weight:normal;
	margin: 0;
}



#main .list_box .entry-date {
	display: block;
	font-size:10px;
	text-align: right;
}


#main .entry-list {

}

#main .post_thumbnail {
	width: 100%;
	margin: 0 0 15px;
	
}

#main .post_thumbnail img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	
}





/********** 段落 **********/
#main .entry-body{
	padding:0 0 50px;
	line-height:1.75;
	word-break:break-all;
	font-size:12px;
}
#main .entry-body p{
	font-size:12px;
}
#main .entry-body img{
	max-width: 100%;
	height: auto;
}


#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;
}











/********** 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;
}
.prev-next:nth-of-type(1) {
	margin: 80px 0;
}
.prev-next > li {
	display: inline-block;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
}
.prev-next > li:nth-child(2) {
	margin: 0 2em;
}
.prev-next > li > a {
	color: #454545;
	text-decoration: none;
}







/*recipe　single*/

#recipe .item-box{
	
}

#recipe .item-box .thum{
	margin: 0 0 1em;
	
}

#recipe .item-box .thum img{
	width: 100%;
}

#recipe .item-box .recipe-txt{
	
}


#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: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
}


#recipe .detail ul li span{
	
	
}



#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;
	justify-content: space-between;
	

}



#recipe .flow ul li{
	width: 48%;
	margin: 0 0 30px;
}

#recipe .flow ul li .thum {
	margin: 0 0 10px;

}

#recipe .flow ul li p{
	font-size: 14px;
	

}


#recipe .flow ul li .thum img{
	width: 100%;
	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 #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 1em;
	font-size: 14px;
}


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;
	justify-content: space-between;

}

body.archive #recipe .recipe-list li{
	width: 48%;
	margin: 0 0 40px;

}


body.archive #recipe .recipe-list h3{
	font-size: 14px;

}



body.archive #recipe .recipe-list li img{
	width: 100%;
	margin: 0 0 10px;
	
}


.sns-area img {
	width: 27px;
}



