@charset "utf-8";

#blog-box01 {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  font-feature-settings: "palt";	
}

#blog-box01 .blog01_l {
  width: 70%;
  padding: 0;
  margin: 0;
  text-align: left;
  float: left;
}

#blog-box01 .blog01_r {
  width: 20%;
  padding: 0;
  margin: 0;
  text-align: left;
  float: right;
}

#blog_page_navi_single {
  width: 100%;
  padding: 60px 0 0 0;
  margin: 0 auto;
}
#blog_page_navi_single .left{
  width: 30%;
  padding: 0;
  margin: 0;
  text-align: left;
  float: left;
}
#blog_page_navi_single .right{
  width: 30%;
  padding: 0;
  margin: 0;
  text-align: right;
  float: right;
}
#blog_page_navi_single .center{
  width: 40%;
  padding: 0;
  margin: 0;
  text-align: center;
  float: left;
}

#blog_page_navi_single a {
    display: inline-block;
    padding: 0.2em 1.5em;
    border: 5px #df7d13 solid;
    background-color: #df7d13;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    box-sizing: border-box;
}

#blog-box01 .blog01_l h2.card__title {
    font-size: 30px;
	letter-spacing: -1px;
	text-align: justify;
	line-height: 110%;
    font-weight: 600;
    margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 4px solid #000;
}
#blog-box01 .blog01_l .card__time{
	text-align: left;
	line-height: 120%;
    margin: 0;
}

#blog-box01 .blog01_l p{
	text-align: justify;
	line-height: 160%;
    margin: 15px 0 20px 0;
}
#blog-box01 .blog01_l p a{
	padding: 0 3px;
	color: #7d9d58;
	text-decoration: underline;
}
#blog-box01 .blog01_l p a:hover{
	color: #c4dbaa;
}

#blog-box01 .blog01_l p.category_tit {
    margin: -50px 0 30px 0;
	font-weight: bold;
	color: #9F663C;
}
#blog-box01 .blog01_l p.not_text01{
	text-align: center;
	line-height: 120%;
    margin: 0;
	padding: 0;
}

#blog-box01 .blog01_l img{
	width: 100%;
	height: auto;
	padding: 30px 0;
}

#blog-box01 .blog01_l iframe[src*="youtube.com"],
#blog-box01 .blog01_l iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

#blog-box01 .blog01_l .card__category{
	width: 100%;
	margin: 0 0 60px 0;
}
#blog-box01 .blog01_l .card__category a{ color: #7d9d58; }
#blog-box01 .blog01_l .card__category a:hover{ color: #9ac567; }
#blog-box01 .blog01_l .card__category ul.post-categories li{
  display: inline-block;
  list-style: none;
  font-size: 18px;
  padding: 0 15px 0 0;
  color: #7d9d58;
  font-weight: bold;
}
#blog-box01 .blog01_l .card__category ul.post-categories li::before {
  content: "# ";
  color: #7d9d58;
  font-size: 18px;
  font-weight: bold;
}

#blog-box01 .blog01_l ul li{
   text-indent: -5px;
   margin: 0 0 0 20px;
}


#blog-box01 .single a{ text-decoration: underline; color: #df7d13; }
#blog-box01 .single a:hover{ text-decoration: underline; color: #fba547; }

#blog-box01 .blog01_r h2.wp-block-heading {
	width: 100%;
	text-align: center;
    display: inline-block;
    padding: .5em 0;
	margin: 0 0 20px 0;
    background-color: #789b4f;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
}

#blog-box01 .blog01_r ul {
	width: 96%;
	padding: 0;
	margin: 0 auto 50px auto;
	text-align: left;
}
#blog-box01 .category_box .img_box{
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	list-style-type: none;
	position: relative;
	display: flex;
}
#block-3 ul.wp-block-latest-posts__list li{
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
	position: relative;
	display: flex;
}

#block-6 ul li.cat-item {
    text-align: justify;
    line-height: 120%;
    padding: 0 0 10px 30px;
    list-style-type: none;
    position: relative;
}
#block-6 ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 16px;
    top: calc(0.65em - 3px);
}

#blog-box01 .blog01_r a{ color: #000; }
#blog-box01 .blog01_r a:hover{ color: #666; }

#blog-box01 .blog01_r .wp-block-latest-posts__featured-image {
	width: 45%;
	overflow: hidden;
    height: 80px;
    object-fit: fill;
	float: left;
	margin: 0 5% 0 0; 
}
#blog-box01 .blog01_r .wp-block-latest-posts__featured-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#blog-box01 .blog01_r .wp-block-latest-posts__post-title {
	width: 50%;
	text-align: justify;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 120%;
	float: right;
}


#blog-box01 ul.category_list {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	border-top: solid 3px #9F663C;
}
#blog-box01 ul.category_list li{
	text-align: justify;
	padding: 30px 0;
	margin: 0;
	border-bottom: solid 3px #9F663C;
	list-style-type: none;
}
#blog-box01 .category_box {
	width: 100%;
	padding: 0;
	margin: 0;
}
#blog-box01 .category_box .img_box {
	width: 45%;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
}
#blog-box01 .category_box .text_box {
	width: 50%;
	padding: 0;
	margin: 0;
	float: right;
}
#blog-box01 .category_box .text_box a{ color: #000; }
#blog-box01 .category_box .text_box a:hover{ color: #666; }


#blog-box01 .category_box .img_box{
    border: solid 1px #999;
	overflow: hidden;
	object-fit: fill;
}
#blog-box01 .category_box .img_box img{
    padding: 3px;
}
#blog-box01 .category_box .img_box img.attachment-post-thumbnail{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#blog-box01 .category_box .text_box p.tit {
	font-size: 28px;
	font-weight: 600;
	line-height: 110%;
	padding: 0 0 15px 0;
	margin: 0;
}
#blog-box01 .category_box .text_box p.category a {
    text-align: center;
    display: inline-block;
    padding: 0.05em 0.5em;
    margin: 0 3px 0 0;
    background-color: #f18c1f;
    color: #fff;
	font-weight: 900;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
}
#blog-box01 .category_box .text_box p.category {
    margin: 0 0 5px 0;
}

#blog-box01 .category_box .text_box p.date {
	font-size: 15px;
	line-height: 120%;
	padding: 0 0 15px 0;
	margin: 0;
}
#blog-box01 .category_box .text_box p.text{
	font-size: 18px;
	line-height: 120%;
	padding: 0 0 15px 0;
	margin: 0;
}



.wp-pagenavi {
  margin: 60px auto;
  color: #9f663c;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 38px;
  line-height: 35px;
  color: #df7d13;
  border: 2px solid #df7d13;
  border-radius: 25px;
  margin: auto 6px;
  transition: 0.3s ease-out;
}
.wp-pagenavi span.pages {
  padding: 0 20px 0 0;
}

.wp-pagenavi .page:hover {
  background: #f39a3b;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  width: 38px;
  line-height: 35px;
  color: #fff;
  background: #df7d13;
  border: 2px solid #df7d13;
  border-radius: 25px;
  margin: auto 6px;
}
.wp-pagenavi a{
  color: #9f663c;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  line-height: 35px;
  margin: auto 8px;
  transition: 0.3s ease-out;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #e5a765;
}

.single_pagenavi {
  width: 100%;
}
.single_pagenavi .left{
  width: 48%;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  float: left;
}
.single_pagenavi .right{
  width: 48%;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  float: right;
}





/* =======================================
    ClearFixElements
======================================= */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}
.pc-hidden {
	display:none;
}
.sp-hidden {
}


@media screen and (max-width: 1099px) {
	#blog-box01 {
	  width: 90%;
	  padding: 0 0 60px 0;
	  margin: 0 auto;
	}

	#blog-box01 .blog01_l {
	  width: 100%;
	  padding: 0;
	  margin: 0;
	  text-align: left;
	  float: left;
	}

	#blog-box01 .blog01_r {
	  width: 100%;
	  padding: 0;
	  margin: 50px 0 0 0;
	  text-align: left;
	  float: right;
	}

	#blog_page_navi_single {
	  width: 100%;
	  padding: 40px 0 0 0;
	  margin: 0 auto;
	}
	#blog_page_navi_single .left{
	  width: 35%;
	  padding: 0;
	  margin: 0;
	  text-align: left;
	  float: left;
	}
	#blog_page_navi_single .right{
	  width: 35%;
	  padding: 0;
	  margin: 0;
	  text-align: right;
	  float: right;
	}
	#blog_page_navi_single .center{
	  width: 30%;
	  padding: 0;
	  margin: 0;
	  text-align: center;
	  float: left;
	}

	#blog_page_navi_single a {
		display: inline-block;
		padding: 0.4em .5em;
		border-radius: 50px;
		font-size: 14px;
		letter-spacing: 2px;
		cursor: pointer;
		text-decoration: none;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	#blog-box01 .blog01_l h2.card__title {
		font-size: 20px;
		letter-spacing: -1px;
		text-align: justify;
		line-height: 110%;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 4px solid #000;
	}
	#blog-box01 .blog01_l .date{
		text-align: right;
		line-height: 160%;
		margin: 0 0 20px 0;
	}
	#blog-box01 .blog01_l .card__time{
		text-align: left;
		line-height: 120%;
		margin: 0;
		font-size: 14px;
	}
	

	#blog-box01 .blog01_l p{
		text-align: justify;
		font-size: 14px;
		line-height: 140%;
		margin: 0 0 20px 0;
	}
	#blog-box01 .blog01_l p a{
		padding: 0 3px;
	}
	#blog-box01 .blog01_l p a:hover{
	}

	#blog-box01 .blog01_l img{
		width: 100%;
		height: auto;
		padding: 30px 0;
	}
	
	#blog-box01 .blog01_l p.category_tit {
		margin: -20px 0 10px 0;
		font-weight: bold;
		color: #9F663C;
	}

	#blog-box01 .blog01_l .card__category ul.post-categories li{
	  display: inline-block;
	  list-style: none;
	  font-size: 16px;
	  padding: 0 15px 0 0;
	  color: #7d9d58;
	  font-weight: bold;
	}
	#blog-box01 .blog01_l .card__category ul.post-categories li::before {
	  content: "# ";
	  color: #7d9d58;
	  font-size: 16px;
	  font-weight: bold;
	}


	#blog-box01 .blog01_r h2.wp-block-heading {
		width: 100%;
		text-align: center;
		display: inline-block;
		padding: .6em 0;
		margin: 0 0 20px 0;
		font-size: 18px;
		letter-spacing: 2px;
		text-decoration: none;
	}

	#blog-box01 .blog01_r ul {
		width: 96%;
		padding: 0;
		margin: 0 auto 40px auto;
		text-align: left;
		color: #000;
	}
	#blog-box01 .blog01_r ul li{
		width: 100%;
		padding: 0;
		margin: 10px 0 15px 0;
		list-style-type: none;
		position: relative;
		display: flex;
	}
	#block-6 ul li.cat-item {
		text-align: justify;
		line-height: 120%;
		padding: 0 0 10px 30px;
		list-style-type: none;
		position: relative;
	}
	#block-6 ul li::before {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #000;
		position: absolute;
		left: 16px;
		top: calc(0.65em - 3px);
	}

	#blog-box01 .blog01_r a{ color: #000; }
	#blog-box01 .blog01_r a:hover{ color: #666; }
	
	#blog-box01 .blog01_r .wp-block-latest-posts__featured-image {
		width: 45%;
		overflow: hidden;
		height: 100px;
		object-fit: fill;
		float: left;
		margin: 0 5% 0 0; 
	}
	#blog-box01 .blog01_r .wp-block-latest-posts__post-title {
		width: 55%;
		text-align: justify;
		padding: 0;
		margin: 0;
		font-size: 14px;
		line-height: 140%;
		float: right;
	}
	

	#blog-box01 ul.category_list .category_box .img_box {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		float: none;
	}
	#blog-box01 ul.category_list .category_box .text_box {
		width: 100%;
		padding: 20px 0 0 0;
		margin: 0;
		float: none;
	}

	#blog-box01 .category_box .img_box{
		border: solid 1px #999;
		overflow: hidden;
		height: 230px;
		object-fit: fill;
	}
	#blog-box01 .category_box .img_box img{
		padding: 3px;
	}
	#blog-box01 .category_box .img_box img.attachment-post-thumbnail{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	#blog-box01 .category_box .text_box p.tit {
		font-size: 20px;
		font-weight: 600;
		line-height: 110%;
		padding: 0 0 5px 0;
		margin: 0;
	}
	#blog-box01 .category_box .text_box p.category a {
		text-align: center;
		display: inline-block;
		padding: 0.05em 0.5em;
		margin: 0 3px 0 0;
		background-color: #f18c1f;
		color: #fff;
		font-weight: 900;
		font-size: 12px;
		font-weight: 900;
		letter-spacing: 1px;
		text-decoration: none;
	}
	#blog-box01 .category_box .text_box p.category {
		margin: 0 0 5px 0;
	}

	#blog-box01 .category_box .text_box p.date {
		font-size: 15px;
		line-height: 120%;
		padding: 0 0 5px 0;
		margin: 0;
		text-align: left;
	}
	#blog-box01 .category_box .text_box p.text{
		font-size: 15px;
		line-height: 120%;
		padding: 0;
		margin: 0;
	}
	.single_pagenavi .left{
	  width: 48%;
	  font-size: 14px;
	  line-height: 120%;
	  text-align: left;
	  float: left;
	}
	.single_pagenavi .right{
	  width: 48%;
	  font-size: 14px;
	  line-height: 120%;
	  text-align: right;
	  float: right;
	}

}
