@charset "utf-8";
/* CSS Document */
.breadcrumb {
	margin-bottom: 1rem;
}
.breadcrumb_inner {
	font-size: 0.7rem;
	color: #65af68;
}
.breadcrumb_inner span {
	margin: 0 0.25em;
}
/*********************************************/
/**** 各下層基本 Sub Header ***/
/*********************************************/
#main {
	position: relative;
	width: 100%;
	margin: 0;
}
#headimg_container {	
	position: relative;
	width: 100%;
	margin: 0;
}
.sub_header {
	width: 92%;
	height: 20vh;
	margin: 8px auto 16vmax auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	background-image: url('../images/sample02.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
}
.sub_phrase {
	font-size: 0.8rem;
}
/**画像左**/
.sub_head_wrapp {
	width: 24vmax;
	height: 10vmax;
	position: absolute;
	top: 15vh;
	background-image: url('../images/main_block3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left -20px top 0;
	z-index:10;
}
/**画像右**/
.sub_block_wrapp {
	width: 30vmax;
	height: 5vmax;
	position: absolute;
	top: 19vh;
	right: 0;
	background-image: url('../images/sub_block.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 0px top 0;
	z-index:10;
}
/*************************/
.sns_wrapper {
	position: absolute;
	top: 24vh;
	right: 0;
	z-index:10;
}
.sns_wrapper a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	padding: 0.5rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 50vmax;
	justify-content: flex-end;
}
.sns_wrapper .follow {
	font-size: 0.7rem;
	display: inline-block;
	padding: 0 0.25rem;
	background-color: #3b6b23;
	color: #FFF;
	margin-right: 0.8rem;
}
.sns_icon {
	width: 5rem;
	height: 1.4rem;		
    background-image: url('../images/sns_icon01.png');
	background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
	margin-right: 0.7rem;
}
.insta_url {
	padding-bottom: 0.2em;
	color: #3b6b23;
	display: inline-block;
	padding-right: 1.5rem;
	font-size: 0.6rem;	
    background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
/******************* 基本各ページmain(page/404) ************************************/
#main_container {
	width: 98%;
	margin: 0 auto;
	min-height: 35vh;
	padding: 5vh 1rem 10vh 1rem;
	box-sizing: border-box;
}
/********************************************************/
/*** シングル・アーカイブ共通 ***/
/********************************************************/
#blog_container_s {
	width: 92%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 60vh;
	position: relative;
}
.blog_container {
	width: 96%;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 8vmax;
}
.list_container {
	width: 96%;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 80px;
}
.aside_container {
	width: 100%;
}
.archive__title {
	font-size: 1.4rem;
	padding-bottom: 0.5em;
	font-weight: 900;
	padding-left: 0.5em;
	margin-bottom: 32px;
}
.a_title_note {
	font-size: 0.8em;;
	font-weight: 700;
	margin-left: 2rem;
}

/*******下部ページネーション等**********/
.post_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.prev_next {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px auto;
	font-size: 0.7rem;
}
.prev a,
.next a {
	border-bottom : solid 1px #ccc;
	padding: 0.25em 0.5em;
}
.prev a:hover,
.next a:hover {
	background-color: rgba(121, 225, 108, 0.1);
}
/**トップページへ戻る**/
.remove_wrapp a{
	padding-left: 32px;
	background-image: url('../images/reef_s.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
}
.remove_wrapp a:hover {
	color: #248b0d;
}
/***アーカイブのページネーション***/
.pagination {
    margin: 40px auto;
}
.nav-links {
    display: flex;
	justify-content: center;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 8px;
    color: #7bb669;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #7bb669;
	font-size: 0.7em;
}
.pagination .current {
    background: #7bb669;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #7bb669;
}
.pagination .dots {
    background: transparent;
    box-shadow: none;
    border: none;
}
/*******************************************************/
/***** サイドバー共通 ******
/*******************************************************/
#aside_container {
	width: 92%;
	margin: 0 auto;
	padding-top: 64px;
	background-image: url('../images/aibee-3.png');
	background-size: auto 105px;
	background-repeat: no-repeat;
	background-position: top right;
}
/**共通タイトルタグ**/
.sidebar_title {
	font-size: 1em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: dotted 2px #1a6935;
	font-weight: 700;
}
/**最近の投稿***********************/
.sidebar_item {
	margin-bottom: 2rem;
}
.sidebar_item_list {
	list-style: none;
}
.sidebar_item_list li {
	margin-bottom: 1rem;
}
.sidebar_item_list li a {
	display: flex;
}
.sidebar_item_list li a:hover {
	background-color: rgba(103,200,112,0.1);
}
.thumb_area {
	width: 88px;
	height: 88px;
	overflow: hidden;
	flex-shrink: 0;
	border: solid 2px #CCC;
	box-sizing: border-box;
}
.thumb_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.list_t_area {
	padding: 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.list_t_area .blog_title {
	font-size: 0.9rem;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 0.25em;
}
.list_t_area .post_date {
	font-size: 0.8rem;
	line-height: 1em;
	font-weight: 700;
	padding-left: 1rem
}
/**月間アーカイブ***********************/
.side_archive_menu {
	margin-bottom: 2rem;
}
.side_archive_menu .toggle_btn {
	padding: 1rem;
	border-bottom: dotted 1px #7bb669;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.side_archive_menu .toggle_btn:before {
	transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-bottom: 3px solid #7bb669;
    border-right: 3px solid #7bb669;
    content: '';
    transition: transform .3s;
}
 .toggle_btn.active:before {
    transform: rotate(225deg);
}
.side_archive_menu .child {
	list-style: none;
	display: none;
}
.side_archive_menu .child li a{
	position: relative;
	padding: 0.5em 0.5em 0.5em 2rem;
	margin-bottom: 5px;
	line-height: 1.5;
	vertical-align: middle;
	color: #333;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.side_archive_menu .child li a:before{
	display:inline-block;
	vertical-align: middle;
	content:'';
	width: 0.5em;
	height: 0.5em;
	background: #7bb669;
	border-radius: 50%;
	margin-right: 8px;
}
.side_archive_menu .child li a:hover {
	background-color: rgba(103,200,112,0.1);
}
/**カテゴリー***********************/
.sidebar_ctg_archive {	
	list-style: inside;
}
.sidebar_ctg_archive li {
	padding: 4px;
	display: inline-block;
}
.sidebar_ctg_archive li a {
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1em;
	background-color: #248b0d;
	color: #fff;
	padding: 0 0.5em;
	border-radius: 1em;
}
.sidebar_ctg_archive li a:hover {
	color: rgba(103,200,112,0.8);
}
/********************************************************/
/*** アーカイブ　記事一覧　**/　
/********************************************************/
#list_wrapper {	
	width: 100%;	
}
#list_wrapper .works_list {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	list-style: none;
	position: relative;
	margin-bottom: 80px;
}
/**list　1件***/
.works_list .box {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 4vw;
	box-shadow: 4px 4px 4px rgba(12,68,23,0.2);
	border-radius: 0 0 0.5rem 0.5rem;
	position: relative;
	padding-bottom: 1.5rem;
	box-sizing: border-box;
}
.works_list .box .blog_boxs .img_area {
	height: 16vmax;
	max-height: 198px;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.works_list .box .blog_boxs .img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/**/
.works_list .box .b_title_area .blog_head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #333;
}
.works_list .box .b_title_area .blog_head .blog_title {
	font-size: 1.1em;
	font-weight: 700;
	color: #666;
}
.works_list .box .b_title_area .blog_head .post_date {
	font-size: 14px;
	font-weight:700;
	color: #666;
	text-align: right;
}
/****/
.works_list .box .txt_area {
	padding: 1rem 0.5rem;
}
.category_tag {
	display: flex;
	flex-wrap: wrap;
	min-height: 5rem;
	margin-bottom: 0.5rem;
	list-style:none;
	margin-left: 0.5rem;
}
.category_tag li {
}
.category_tag li a {
	font-size: 11px;
	line-height: 1em;
	padding: 0.2em 0.8em;
	border-radius: 1em;
	color: #FFF;
	background-color: #248b0d;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}
/****/
.tag_list {
	list-style:none;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.tags {
	font-size: 12px;
	margin-right: 1rem;
	color: #19b67d;
}
/****/
.link_wrapp {
	position:absolute;
	right: 0.5rem;
	bottom: 0.4rem;
}
.blog_link_under {
	font-size: 0.9rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: 'Noto Serif JP', serif;
	color: #248b0d !important;
}
.blog_link_under:hover {	
	color: #19b67d;
	cursor: pointer;
}
.blog_link_under::after {
	content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../images/arrow.png');
    background-position: center;
    background-size: contain;
	margin-left: 10px;
}
/********************************************************/
/*** ブログ投稿　SINGLE ***/
/********************************************************/
#blog_wrapper {
	margin-bottom: 2rem;
}
.title_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: solid 1px #CCC;
}
.title_wrapper .s_blog_title {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding-bottom: 0.25em;
}
.title_wrapper .s_date {
	font-size: 0.7rem;
	font-weight:700;
}
.s_blog_meta {
	padding: 0.5rem;	
	border-bottom: solid 1px #CCC;
}
.s_blog_meta .s_category_tag {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.s_blog_meta .s_category_tag li a {
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
	padding: 0.2em 0.8em;
	border-radius: 1em;
	color: #FFF;
	background-color: #248b0d;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}
.s_blog_tag .s_tag_list {
	list-style:none;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.s_blog_tag .s_tag_list .s_tags {	
	font-size: 15px;
	margin-right: 1rem;
	margin-top: 1rem;
	color: #19b67d;
}
.s_content {	
	font-size: 1rem;
	line-height: 1.6em;
	padding: 1rem 0.5rem;
	min-height: 30vh;
}
/******************* 404ページ **************************/
#main_container .titlehead {
	text-align: center;
}
.title404 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
}
.contents_title_info {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.8em;
	color: #747474;
}
.found_wrap {
	width: 80%;
	margin: 40px auto;
	text-align: center;
}
.found_wrap p{	
	font-size: 1em;
	line-height: 1.8em;
}
.arrowbtn_t {
	display: block;
	margin-top: 2.5em;	
}
#main_container .remove_wrapp {
	margin: 4rem auto 0 auto;
	text-align: center;
}



/***********************************タブレット*************************************************/
@media screen and (min-width: 768px) {
/**************************************************************************************/
	#blog_container_s {
		width: 98%;
	}
	.blog_container {
		width: 72%;
	}
	.list_container {
		width: 72%;
	}
	.aside_container {
		width: 28%;
	}
	/**list　1件***/
	.works_list .box {
	}
}
/***********************************SP*************************************************/
@media screen and (max-width: 525px) {
/**************************************************************************************/
	.works_list .box {
		width: 98%;
		margin-right: 2%;
	}
	.works_list .box .blog_boxs {
		width: 100%;
		display: flex;
	}	
	.works_list .box .blog_boxs .img_area {
		width: 50%;
		height: 16vmax;
		max-height: 198px;
	}
	.works_list .box .blog_boxs .b_title_area {
		width: 50%;
		padding: 0.5em;
		box-sizing: border-box;
	}
	.works_list .box .blog_boxs .b_title_area .blog_title {
		font-size: 14px;
		margin-bottom: 0.5em;
		width: 100%;
	}
	.works_list .box  .blog_boxs .b_title_area .blog_head .post_date  {
		font-size: 12px;
	}
	/****/
	.works_list .box .txt_area {
		width: 100%;
		padding: 0.25em;
		box-sizing: border-box;
	}
	.category_tag {
		min-height: 2rem;
	}
}