/*ページネーション*/
.Pagination {
	display: flex;
	align-items: center;
	margin:100px auto 100px auto;
	justify-content:center;
}
.Pagination span.current{
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #005BAC;
	border: none;
	font-size: 22px;
	color: #fff;
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.page-numbers {
	color: #000;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	border: solid 1px #000;
	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: #005BAC;
	color:#fff;
}

.c_pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:850px;
	margin:0 auto;
}
.c_pagination_a{
	margin:0 15px;
}


/*アーカイブ*/
#archive_main{
	display:flex;
	position:relative;
	justify-content:space-between;
	/*flex-direction: row-reverse;*/
	z-index:1;
	margin:0 auto;
	height:auto;
	width:90%;
	max-width:1200px;
	justify-content:space-between;
}

#blog_main{
	width:100%;max-width:860px;
}

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

.archive_flex_1{
	display:flex;max-width:1000px;margin:150px auto 0 auto;justify-content:space-between;
	flex-direction:row-reverse;	
}
.archive_flex_1_sub_1{
	flex:0.8;
}
.archive_flex_1_sub_2{
	flex:0.2;
}
.archive_flex_2{
	max-width:1000px;width:90%;margin:150px auto 0 auto;
}

/*イベント*/
.res_font_event_title_1{
	font-size:21px;
}
.res_font_event_title_2{
	font-size:18px;
}

/*アーカイブ*/
.archive_title{
	display:flex;max-width:1500px;margin:100px auto 200px auto;width:90%;color:#E57A7A;align-items:center;
}
.archive_title_text_1{
	font-size:45px;font-weight:bold;
}
.archive_title_text_2{
	font-size:27px;font-weight:bold;margin-left:35px;
}
.event_flex_3{
	display:flex;justify-content:space-between;width:100%;max-width:1000px;margin:0 auto;
}

.event_flex_3_blog{
	border:2px solid black;background:#fff;border-radius:20px;width:100%;max-width:444.23px;position:relative;margin:0 auto;
	flex:0.315;
	transition: transform 0.2s ;
}
.event_flex_3_blog:hover{
	transform:scale(1.05);
}
.event_flex_3_blog a{
	color:#000;
	opacity:1;
}
.event_space{
	height:110px;	
}
.event_space_3{
	display:block;height:28px;
}
.event_space_archive_2{
	display:block;height:68px;
}
/*お知らせ*/

.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_title{
	font-size:20px;
}

.news_flex_3_blog_1_text{
	font-size:16px;line-height:180%;
}
.news_flex_3_blog_1_img{
	width:280px;
	height:180px;
	object-fit:cover;
	border-radius:15px;
	overflow:hidden;
}
.news_flex_3_blog_1_bun{
	text-align:left;box-sizing:border-box;margin:0 0 0 0;margin:0 auto;
	width:580px;
}
.news_flex_3_blog_1_img img{
	max-width:100%;width:280px;
	height:180px;
	object-fit:cover;
	
}
/*記事詳細*/
#toukou_content_main{
	margin:10px 0 0 0;
}
#blog_syousai_page{
	max-width:1200px;
	width:90%;
	margin:0 auto;
	
}

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

}

@media screen and (max-width:1366px) {
.res_font_event_title_1{
	font-size:19px;
}
.res_font_event_title_2{
	font-size:16px;
}
}

@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;
}
/*特集1024*/
.special_flex_1{
	display:block;
}
.special_space_2{
	display:block;height:28px;
}
.special_btn_margin{
	margin:70px auto 300px auto;
}
	
/*イベント1024*/
.res_font_event_title_1{
	font-size:20px;
}
.res_font_event_title_2{
	font-size:17px;
}
.event_flex_1{
	display:block;
}

	
/*アーカイブ1024*/

.archive_title{
	margin:100px auto 100px auto;
}
.event_flex_3{
	display:block;margin:0 auto;width:100%;text-align:center;
}
.event_flex_3_blog{
	display:inline-block;max-width:337.52px;margin:0 10px 50px 10px;width:45%;
}

.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) {
/*アーカイブ784*/

.archive_title{
	display:block;width:90%;
}
.archive_title_text_1{
	font-size:31px;
}
.archive_title_text_2{
	font-size:16px;margin-left:0;
}
#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) {
/*特集650*/
.special_flex_2{
	display:block;
}
.special_flex_2_sub{
	width:100%;max-width:650px;
}

/*イベント650*/
.event_flex_2{
	display:block;margin:0 auto;width:100%;text-align:center;
}
.event_flex_2_sub{
	width:100%;max-width:650px;
}


/*アーカイブ650*/
.event_flex_3{
	display:block;margin:0 auto;width:100%;text-align:center;
}
.event_flex_3_blog{
	display:block;max-width:437.52px;margin:0 auto;width:100%;
}
.event_space_archive_3{
	display:block;height:68px;
}
.event_space_2{
	display:block;height:40px;
}
.event_space_3{
	display:none;height:11110px;
}
}
@media screen and (max-width:430px) {
/*特集430*/
.special_flex_2{
	display:block;
}
.special_space_2{
	display:block;height:20px;
}
.special_btn_margin{
	margin:70px auto 200px auto;
}	
/*イベント430*/
.event_space{
	height:50px;	
}
.event_space_2{
	display:block;height:20px;
}
.event_space_3{
	display:inline;height:0;
}
}