/*.wp_flex_wrap a{color: #3a3a3a;}*/

/*================================================
 *  ワードプレス共通
 ================================================*/

.wp_main_area{
	/*background-color: khaki;*/
	/*padding-left: 10px;*/
}

.wp_side_area{
	/*padding-left: 10px;
	padding-right: 10px;*/
	/*background-color: aqua;*/
	
}





/* 大きい画面用の設定-------------- */
@media (min-width:768px){
.wp_flex_wrap{
	display: flex;
    justify-content: space-between;
}
	
.wp_main_area{
	/*flex: 3;*/
    width: 70%;
    /*background-color: chartreuse;*/
	}

.wp_side_area{
	/*flex: 1;*/
     width: 26%;
    /*background-color: blueviolet;*/
	}
.post_txt_box img{margin-bottom: 30px;}
}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.wp_main_area{
	/*margin-bottom: 20px;*/
	}
    .post_txt_box img{margin-bottom: 15px;}
}
/* -------------end------------- */



/*================================================
 *  ワードプレス一覧
 ================================================*/


/* 大きい画面用の設定-------------- */
@media (min-width:768px){
.wp_info_flex_wrap{
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
    justify-content: space-between;
}

.wp_info_flex_wrap:last-child{
	border-bottom:none;
}
.wp_info_img{width: 30%;
	order:1;
}
    

.wp_info_txt{width: 68%;
	order:2;}
.wp_info_txt_day{font-size: 88%;}
    
.wp_info_txt_title{font-size: 113%;
color: #5a3d1c;
margin-bottom: 10px;
font-weight: 700;}
	}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.wp_info_flex_wrap{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.wp_info_flex_wrap:last-child{
	border-bottom:none;
}
.wp_info_img img{width: 100%;
	height: auto;
}
.wp_info_txt{padding-left: 0px;
	margin-bottom: 5px;}
.wp_info_txt_day{font-size: 90%;}
.wp_info_txt_title{font-size: 120%;
margin-bottom: 5px;
font-weight: 600;}
	}
/* -------------end------------- */




/* 投稿記事 ------*/
.post_box{
margin-bottom: 50px;}




.post_info{
	text-align: right;
	margin: 20px 0 0;
	clear: both;
	font-size: 90%;
	}


/* ページリンク */
span.oldpage	{
	display: block;
	background-color: rgba(255,255,255,0.50);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 30px;
}

span.newpage{
	display: block;
	background-color: rgba(255,255,255,0.50);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    border-radius: 3px;
     margin-bottom: 30px;
}

p.pagelink a{font-size: 88%;
}

p.pagelink	{overflow: hidden;
	width: 100%}

/* 大きい画面用の設定-------------- */
@media (min-width:768px){
span.oldpage{
	float: left;
	}

span.newpage{float: right;
}
}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
span.oldpage{
		margin-bottom: 10px;
	}

span.newpage{text-align: right;
}
}
/* -------------end------------- */


/* サイドバー */

.widgettitle{
	cursor: pointer;
	display: inline-block;
	width: 100%;
	margin-bottom: 7px;
	/*background-color: #5EC78F;*/
    /*background-color: rgba(94,199,143,0.20);*/
    background-color: #000000;
    
    color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	border-radius: 6px 0px 0px;
    font-size: 88%;
}





.wp_side_area li li	{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #333;}

.wp_side_area li li a	{text-decoration: none;
position: relative;
padding-left: 1em;
display: block;
font-size: 88%;}

.wp_side_area li li a:before {
font-family: "Font Awesome 5 Free";
content:'\f054';
font-weight: 700;
position: absolute;
top: 50%;
left: 0px;
margin-top: -12px;
color: rgba(87,46,18,0.50);
}	

/* 大きい画面用の設定-------------- */
@media (min-width:768px){
	.wp_side_area ul li.widget	{margin-bottom: 50px}
	}
/* -------------end------------- */
/* 小さい画面用の設定-------------- */
@media (max-width:767px){
	.wp_side_area ul li.widget	{margin-bottom: 20px}
	}
	}
/* -------------end------------- */



/* 記事内の画像 */
.aligncenter	{display: block;
	margin-left: auto;
	margin-right: auto;}

div.post_box img	{border: none;
width: 100%;
height: auto;}

.alignleft	{float: left;
	margin-right: 10px;
	margin-bottom: 10px}

.alignright	{float: right;
	margin-left: 10px;
	margin-bottom: 10px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px}
	
	.breadcrumbs{font-size: 12px;
	color: #212121;
	}

.size-large{width: 100% !important;
height: auto;}

.size-medium{
	width: 50% !important;
height: auto;}

.size-thumbnail{width: 25% !important;
height: auto;}
/* ページ番号リンク */

.pagenum	{display: flex;
justify-content: center;
margin-bottom: 30px;}

.pagenum  a,
.pagenum span
	{
	display: block;
	padding: 5px;
	text-decoration: none;
	
	width: 1.5em;
	line-height: 1.5em;
	border-radius: 50%;
	text-align: center;
color: #fff;
margin-left: 5px;
margin-right: 5px;
font-weight: 700;}

.pagenum a	{background-color:#006E35;
box-sizing: content-box;}


.pagenum span{background-color:#000000;
box-sizing: content-box;}

.cate_pagetitle{
	font-weight: 700;
	font-size: 110%;
	margin-bottom: 1em;
		text-align: center;
}