/*ページネーション*/
.Pagination {
	display: flex;
	align-items: center;
	margin:100px auto 0px auto;
	justify-content:center;
	color:#45b035;
}
.Pagination span.current{
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #45b035;
	border: none;
	font-size: 22px;
	color: #fff;
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.page-numbers {
	color: #45b035;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	font-size: 22px;
	
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.prev{
	color: #000;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border:none;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-right: 35px;
}
.Pagination a.next{
	color: #000;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	border:none;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-left:22px;
}
.Pagination a.page-numbers:hover{
	background: #45b035;
	color:#fff;
}
.Pagination a.page-numbers:hover .arrow-right::before{
	background: #fff;
}
.Pagination a.page-numbers:hover .arrow-right::after{
	background: #fff;
}
.Pagination a.page-numbers:hover .arrow-left::before{
	background: #fff;
}
.Pagination a.page-numbers:hover .arrow-left::after{
	background: #fff;
}
.c_pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:850px;
	margin:0 auto;
}
.c_pagination_a{
	margin:0 15px;
}
.btn_nextprev{
	width:64px;
	margin-top:5px;
}
.btn_nextprev_a{
	color:#000;
	font-size:15px;
	vertical-align:top;
}
.btn_kiji_count{
	text-align:center;
	background:#e6e6e6;
	width:24px;
	height:24px;
	border-radius:24px;
	font-size:15px;
}
.btn_nextprev2{
	display:inline-block;
	width:256px;max-width:100%;
	height:57px;
	background:#fff;color:#45b035;
	font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px black solid;
}
.btn_nextprev2_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}

.btn_white_single{
	display:inline-block;
	max-width:100%;
	height:50px;
	width:200px;
	background:#fff;
	color:#45b035;
	font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px #aaa solid;
}
.btn_white_single_next{
	position:absolute;top:50%;left:30px;transform:translate(0,-50%);font-size:11px;
}
.btn_white_single_prev{
	position:absolute;top:50%;right:30px;transform:translate(0,-50%);font-size:11px;
}
.btn_white_single_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}

.btn_black_single{
	display:inline-block;
	width:256px;
	max-width:100%;
	height:57px;
	background:#ffb480;
	color:#fff;font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px #ffb480 solid;
}
.btn_black_single_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}

.btn_itiran{
	display:inline-block;
	width:256px;
	max-width:100%;
	height:57px;background:#45b035;
	color:#fff;font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px #45b035 solid;
}
.btn_itiran_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}
.btn_itiran .text_1{
	
}
.btn_itiran .text_2{
	display:none;
}

/*アーカイブ*/
#archive_main{
	position:relative;
	z-index:1;
	margin:50px auto 0 auto;
	height:auto;
	width:90%;
	max-width:1120px;
}
#blog_main{
	width:100%;
	max-width:1120px;
}

#blog_sub{
	height:100%;
	width:100%;
	max-width:279px;
	position:sticky;
    top:150px;
	right:0;z-index:1;
}

/*アーカイブ*/
.event_space{
	height:110px;	
}

/*ブログ*/
.news_flex_3_blog_1{
	display:flex;
	justify-content:space-between;
	background:#fff;
	width:100%;position:relative;margin:0 auto 50px auto;
	padding:20px 0;
	transition: transform 0.2s ;
}

.news_flex_3_blog_1_img{
	width:520px;
	height:390px;
	object-fit:cover;
	border-radius:15px;
	overflow:hidden;
}
.news_flex_3_blog_1_img img{
	max-width:100%;
	width:520px;
	height:390px;
	object-fit:cover;
}
.news_flex_3_blog_1_bun{
	text-align:left;
	box-sizing:border-box;
	margin:0 auto;
	width:550px;
}
.news_flex_3_blog_1_bun .title_1{
	font-size:18px;
	font-weight:bold;
}
.news_flex_3_blog_1_bun .text_1{
	font-size:16px;
	
	line-height:180%;
}
.news_flex_3_blog_1_bun .data_text{
	color:#45b035;
	font-size:20px;
	font-weight:bold;
}


/*記事詳細*/

#blog_syousai_page{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #6B635C;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 12px solid #6B635C;
}


.arrow-right {
	position: relative;
	width: 20px;
	height: 20px;
}
.arrow-right::before,
.arrow-right::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	border-radius:3px;
	background-color: #aaa;
}
.arrow-right::before {
	transform: rotate(-45deg);
	left: 10px;
	top: -5px;
}
.arrow-right::after {
	transform: rotate(45deg);
	left:10px;
	top: 7px;
}

.arrow-left {
	position: relative;
	width: 20px;
	height: 20px;
}
.arrow-left::before,
.arrow-left::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	border-radius:3px;
	background-color: #aaa;
}
.arrow-left::before {
	transform: rotate(45deg);
	left:5px;
	top: -5px;
}
.arrow-left::after {
	transform: rotate(-45deg);
	left:5px;
	top: 7px;
}

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

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

@media screen and (max-width:1024px) {
/*ページネーション*/
.Pagination {
	margin:0 auto 100px auto;
}
.c_pagination{
	display:block;
	justify-content:center;
	align-items:center;
	max-width:850px;
	margin:0 auto;
}
.c_pagination_a{
	margin:20px auto 15px auto;
	text-align:center;
	display:block;
	width:90%;
}
	
/*アーカイブ*/
.archive_flex_1{
	display:block;
	max-width:90%;
	margin:100px auto;
}

/*ブログ*/
.news_flex_3_blog_1{
	display:block;
	justify-content:space-between;
	background:#fff;
	width:100%;position:relative;margin:0 auto 50px auto;
	padding:20px 0;
	transition: transform 0.2s ;
}
}

@media screen and (max-width:784px) {
#archive_main{
	display:block;		
}
#blog_sub{
	width:100%;max-width:1000px;
	position:static;
}
.news_flex_3_blog_1_img{
	width:100%;
	height:250px;
}
.news_flex_3_blog_1_bun{
	text-align:left;box-sizing:border-box;margin:0 0 0 0;margin:0 auto;
	max-width:580px;
	width:100%;
}
.news_flex_3_blog_1_img img{
	width:100%;
	height:250px;
	object-fit:cover;
}
}
@media screen and (max-width:650px) {
}
@media screen and (max-width:430px) {
}