@charset "utf-8";
/* CSS Document */
.breadcrumb {
	margin-bottom: 1rem;
}
.breadcrumb_inner {
	font-size: 0.8rem;
	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: 248px;
	margin: 0 auto;
	padding-top: 48px;
	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;
	background-position: left 0 top 48px;
	color: #FFF;
}
/**画像左**/
.sub_head_wrapp {
	width: 380px;
	height: 190px;
	position: absolute;
	top: 180px;
	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: 420px;
	height: 64px;
	position: absolute;
	top: 248px;
	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 a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 2rem;
	padding: 0.5rem;
	display: flex;
	align-items: center;
}
.sns_wrapper .follow {
	font-size: 0.9rem;
	display: inline-block;
	padding: 0 0.25rem;
	background-color: #3b6b23;
	color: #FFF;
	margin-right: 0.8rem;
}
.sns_icon {
	width: 7rem;
	height: 2rem;		
    background-image: url('../images/sns_icon01.png');
	background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
	margin-right: 1rem;
}
.insta_url {
	padding-bottom: 0.2em;
	color: #3b6b23;
	display: inline-block;
	padding-right: 2.5rem;
	font-size: 0.9rem;	
    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;
	max-width: 1680px;
	min-width: 1024px;	
	min-height: 35vh;
	padding: 5vh 1rem 10vh 1rem;
	box-sizing: border-box;
	position: relative;
}


/********************************************************/
/*** シングル・アーカイブ共通 ***/
/********************************************************/
#blog_container_s {
	width: 92%;
	margin: 32px auto;	
	max-width: 1680px;
	min-width: 1024px;	
	padding: 5vh 0;
	display: flex;
	justify-content: space-between;
	min-height: 60vh;
	position: relative;
}

.blog_container {
	width: 65%;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 80px;
}
.list_container {
	width: 72%;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 80px;
}
.aside_container {
	width: 24%;
}
.archive__title {
	font-size: 2.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.9rem;
}
.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 {
	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: 0.5rem;
	display: inline-block;
}
.sidebar_ctg_archive li a {
	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: 30%;
	margin-right: 1.5%;
	margin-bottom: 4vw;
	box-shadow:  12px 12px 24px rgba(12,68,23,0.2);
	border-radius: 0 0 0.5rem 0.5rem;
	position: relative;
	padding-bottom: 1.5rem;
}
.works_list .box .blog_boxs .img_area {
	height: 14vw;
	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;
	padding: 1rem 0.5rem;
}
.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 {	
	padding: 1rem;
}
.title_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #CCC;
}
.title_wrapper .s_blog_title {
	font-size: 1.5rem;
	line-height: 1.5em;
	padding-bottom: 0.25em;
}
.title_wrapper .s_date {
	font-size: 0.9rem;
	font-weight:700;
}
.s_blog_meta {
	padding: 1rem;	
	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: 14px;
	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 2rem;
	min-height: 30vh;
}

/***************************
.sub_header_title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 0 0 1rem 0;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 100%);
}
.headblog:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/top_img_sumple3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;	
}
.headnews:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/top_img_sumple1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;
}
.headather:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/top_img_sumple1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;
}
.head404:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/top_img_sumple2.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;
}

/********************************************************/
/*** ブログ共通 ***/
/******************************************************

.news_container {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/***Archive**
#newslist_wrapper{	
	flex-grow: 2;
}
#list_wrapper {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-grow: 2;
}
.archive_title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
	color: #003e87;
}
/*BLOG記事1件
#list_wrapper .blog_post {
	width: 30%;
	display: block;
	margin: 0 auto 2rem auto;
}
#list_wrapper .blog_post .img_area {
	display: block;
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin-bottom: 0.5rem;
	object-position: center center;
}
#list_wrapper .blog_post .img_area img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
.blog_meta {
}
.blog_meta .category_tag {
	display: flex;
}
.blog_meta .category_tag li a {
	display: inline-block;
	padding: 0.25em 0.5em;
	font-size: 13px;
	color: #FFF;
	line-height: 1em;
}
.blog_meta .date {	
	font-size: 13px;
}
.post_docu {
	display: block;
	padding: 1rem 0 0 0.5rem;
}
.post_docu .blogstitle {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
.post_docu .blogcontant {
	font-size: 0.85rem;
	line-height: 1.4em;
}

/**** Single ****/

/******************************
.remove_wrapp {
	text-align: center;
	position: absolute;
	bottom: 20px;
}




/******************* 404ページ **************************/
#main_container .titlehead {
	text-align: center;
}
.title404 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
}
.contents_title_info {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.8em;
	color: #747474;
}
.found_wrap {
	width: 80%;
	margin: 40px auto;
	min-width: 1024px;
	max-width: 1480px;
	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;
	text-align: center;
}
/******************************/
