/* ----------------------------------------------------------------------------------------------------blog */

/*---------------------------------------------------------breadcrumb*/
.wp-block-search__label{
	display: none;
}

#breadcrumb{
	position: relative;
	top: -4rem;
	
}

#breadcrumb li{
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #482a08 ;

}

#breadcrumb li a{
	color: #482a08 ;
}

#breadcrumb li:not(:last-child):after {
	content: ">";
	margin: 0 5px;
}
	
/* -------------------------------------------------------------sidebar */

#searchform{
	position: relative;
	margin-top: 20px;
	width: 95%;
	margin: 0 auto;	
}
#searchform input{
	-moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
	appearance: none;
}
	#s{
		padding: 6px 0% 6px 5%;
		width: 100%;		
		font-size: 12px;
		box-sizing: border-box;
		border: 1px solid #F4F0E9;
		 
	}
	#searchsubmit{
		position: absolute;
		top: 7px;
		right: 10px;
		width: 15px;
		height: 15px;
		border: none;
		background: url(images/search.svg) no-repeat 0 0;
	}

#side{
	width: 320px;
	padding: 20px 20px 40px;
	display: inline-block;
	background:#fbfbf7;
	float: right;
	border-radius:20px;
	
}

.widget h2,.side_h2{
	display: block;
	line-height: 2.0;
	margin-top: 30px;
	font-size: 1.8rem;
	border-bottom:1px solid #D8C291;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;

	
}

.widget,.widget ul li a,#side_li li a{
	color: #534741;
	font-size: 1.2rem;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;


}
/*これかなり使っている*/
.widget ul li,#side_li li{	
	line-height: 3.0;
	border-bottom: dotted 1px #D8C291;
	padding: 5px 0 5px 20px ;
	height: auto;
	font-size: 14px;
	
}

#side_li li{
	height: 80px;
	padding: 10px 0 0 100px ;
	position: relative;
	line-height: 1.5;
	letter-spacing: 0.5px;
	
}


#side_li li span{
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 90px;
	height: 60px;
	overflow: hidden;
	margin-right: 10px;
	background-color: #fff;
}


.icon_category_side a{
	line-height: 1;
	text-align: center;
	padding: 2px 8px 0 ;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 10px;
	left: 110px;
	background:rgba(255,255,255,.8); 
	font-size: 9px;
	border: 1px solid #f25779;
}



#side_li li .icon_category_side a{
	color: #f25779;
}


@media only screen and (max-width: 798px) {
	
	#side{
		width: 96%;
		margin: 0 auto;
		background-color: #EDE6DD;
		padding: 40px 2% 100px; 
		float: none;
		background:rgba(255,255,255,.8); 
	}
	
	
}

/*----------------------------------------------------sidebar*/

.toc_container{
	margin: 20px 0;
}
.post-meta{
	margin-bottom: 20px;
}

.blog_box_outer{
	max-width: 1100px;
	margin: 30px auto;
	overflow: hidden;
	padding: 0 20px;
}

.blog_right{
	width: calc(100% - 370px);
	display: inline-block;
	float: left;
	line-height: 1.5;
	
}

.head_blog {
	
	font-weight: 400;
	font-style: normal;
	font-size: 2.8rem;
	padding: 0 0 10px;
	letter-spacing: .2rem;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
	
	
	
}

.head_blog span{
	margin-right: 10px;
	font-size: 2.6rem;
	
}

.blog_box {
	
	
	margin-top: 10px;
	
	border-radius: 2rem;
	padding: 4% 4% 50px 4%;
	border: 1px solid #c4ac90;
}

.blog_box img{
	border-radius: 20px;
	margin-bottom: 20px;
	
	
}

.blog_box p,.blog_box_outer p{
	margin: 0 0;
	font-size: 15px;
	line-height: 1.8;
}

.blog_box h2{
	font-size: 2rem;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 0 0 8px 10px;
	line-height: 1.5;
	border-bottom: 1px solid #c4ac90;	
}

.blog_box h3{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.5;
	border-left: 15px solid #c4ac90;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	
}


.blog_box h4{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	color: #c4ac90;
	
}

.blog_box h5{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	
}

.blog_box strong{
	font-weight: bold;
}

.blog_box em{
	font-style: italic;
}


.blog_box blockquote{
	padding: 30px 20px;
	background-color: #eaf9f9;
	border-radius: 20px 0 20px 0;
	position: relative;
	
}

.blog_box blockquote:before{
	position: absolute;
	content: "‘";
	font-size: 50px;
	top: -5px;
	left: 10px;
	color: #599296;
	
}

.blog_box blockquote:after{
	position: absolute;
	content: "’";
	font-size: 50px;
	bottom: -5px;
	right: 10px;
	color: #599296;
	line-height: 1;
	
}


.wp_rp_content{
	margin-top: 30px;
	width: 100%;
	border: 2px solid #c4ac90;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}

.blog_box h3.related_post_title{
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	border-left: none;
}

.blog_box li{
	list-style: circle;
	list-style-position: outside;
	margin-left: 20px;
}

.alignright{
	text-align: right;
}


.post{
	width: 100%;
	margin-top: 10px;	
	border-radius: 20px;
	padding: 15px;
	border: 1px solid #c4ac90;
	overflow: hidden;
	box-sizing: border-box;
	
}

.post-date{
	font-size: 15px;
	margin-right: 10px;
	font-family: "Oxanium", sans-serif;
	letter-spacing: 1.5px;
}

.ph_article{
	width: 150px;
	height: 100px;
	float: left;
	overflow: hidden;
	border-radius: 10px;
}

.ph_article img{
	
	object-fit: cover;
	
}

.text_article{
	float: left;
	font-size: 14px;
	margin-left: 20px;
}

.icon_category a{
	font-size: 11px;
    padding: 1px 10px 0px 12px;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 3px;
    display: inline-block;
	border: 1px solid #c4ac90;
	font-family: "Oxanium", sans-serif;
	border-radius: 5px;
	color: #c4ac90;
	letter-spacing: 1.5px;
	min-width: 110px;
	text-align: center;
}

.b-date{
	font-family: "Oxanium", sans-serif;
	margin-right: 10px;
	letter-spacing: 1.5px;
}


.post_popular{
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	
	float: left;
}

.post_popular img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 5px;
}

.post_popular h2{
	line-height: 1.5;
	margin-top: 5px;
}

.article_title{
	margin-top: 10px;
}
/* -------------------------------------------------------------pager */	



.pagination{
	height: 100px;
	margin: 50px auto 0;
	text-align: center;
	font-family: "Oxanium", sans-serif;
	
}

.page-numbers li{
	display: inline-block;
	width: 45px;
	text-align: center;
	color: #fff;
	height: 45px;
	vertical-align: top;
	line-height: 45px;
	font-size: 12px;
	border-radius: 5px 0 5px 0;
	
}
a.page-numbers{
    
	 background-color:#e6e6e6;
	height: 45px;
	line-height: 45px;
	width: 45px;
	font-size: 12px;
	display: inline-block;
	border-radius: 5px 0 5px 0;
	
}


a.page-numbers:hover{
     color:#fff;
    background-color:#c4ac90;
}

a.page-numbers.next,
a.page-numbers.prev{
	font-size: 12px;
	line-height: 45px;
	display: inline-block;
	
    
}
.pagination .current{
	font-size: 12px;
	background-color: #482a08;
	color: #fff;
	height: 45px;
	line-height: 45px;
	width: 45px;
	display: inline-block;
	border-radius: 5px 0 5px 0;
}


@media screen and (max-width: 999px) {

#side{
	width: 100%;
	padding: 10px;
	display: block;
	float: none;
	box-sizing: border-box;
	margin-top: 20px;
}
	.blog_right{
	width: 100%;
	display: inline-block;
	float: none;
}
	.widget ul li a.wpp-post-title{
	width: calc(100% - 150px);
}
}

@media screen and (max-width: 767px) {
	#breadcrumb{
		top: -2rem;
		
	}
	
	.ph_article{
	width: 100%;
	height: auto;
	float: none;
		max-width: 400px;
		margin: 0 auto 10px;
}

.ph_article img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 /3;
}

.text_article{
	float: none;
	
	margin-left: 0;
}
	
	.post_popular{
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	
	float: left;
}
	.post_popular h2{
		font-size: 14px;
	}
	
	.cont_100{
	
	margin-bottom: 0;
		
}


	
}

/*  ----------------------------------------------------------------------------------------------------End blog */
