/*ページネーション*/
.Pagination {
	display: flex;
	align-items: center;
	margin:100px auto 200px 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: #111;
	border: solid 2px #111;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.page-numbers {
	color: #111;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	border: solid 2px #111;
	font-size: 24px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.prev{
	color: #fff;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #000;
	border: solid 2px #111;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-right: 35px;
}
.Pagination a.next{
	
	color: #fff;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #000;
	border: solid 2px #111;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-left:22px;
}
.Pagination a.page-numbers:hover{
	background: #000;
	color:#fff;
}


/*特集*/
.special_flex_1{
	display:flex;justify-content:space-between;width:90%;max-width:1626px;margin:0 auto;
}
.special_flex_2{
	display:flex;justify-content:space-between;
}
.special_flex_2_big{
	display:flex;justify-content:space-between;
}
.special_flex_2_sub{
	flex:0.48;
	justify-content:space-between;
	border-radius:20px;
	width:100%;
	max-width:460.17px;
	margin-left: 10px;
	padding-left: 12px;
	background:#fff;
	border: #C7C0DF 6px solid;
	position:relative;
	transition: transform 0.2s;
}
.special_flex_2_sub::before{
	content: "";
	width: 27px;
	height: calc(100% - 15px);
	background: url(../images/tokushu-back2.png) left top repeat-y;
	position: absolute;
	top: 0;
	left: -16px;
}
.special_flex_2_sub_big{
	flex:1;
	justify-content:space-between;
	border-radius:20px;
	width:100%;
	margin-left: 14px;
	padding-left: 20px;
	background:#fff;
	border: #C7C0DF 8px solid;
	position:relative;
	transition: transform 0.2s ;
}
.special_flex_2_sub_big::before{
	content: "";
	width: 42px;
	height: 100%;
	background: url(../images/tokushu-back1.png) left top repeat-y;
	position: absolute;
	top: 0;
	left: -22px;
}
.special_flex_2_sub:hover{
	transform:scale(1.05);
}
.special_flex_2_sub a{
	color:#000;
	opacity:1;
}
.special_flex_2_sub_big:hover{
	transform:scale(1.05);
}
.special_flex_2_sub_big a{
	color:#000;
	opacity:1;
}
.special_btn_margin{
	margin:70px auto 200px auto;
}

/*イベント*/
.res_font_event_title_1{
	font-size:21px;
	line-height: 1.4;
	padding-bottom: 0.5em;
}
.res_font_event_title_2{
	font-size:18px;
}

.event_flex_1{
	display:flex;justify-content:space-between;width:90%;max-width:1626px;margin:0 auto;
}
.event_flex_2{
	display:flex;justify-content:space-between;
}
.event_flex_2_sub{
	flex:0.48;
	justify-content:space-between;
	background:#fff;
	border-radius:20px;
	box-shadow: 0 0 10px #0005;
	width:100%;
	max-width:441.19px;
	position:relative;
	transition: transform 0.2s;
}
.event_calendar_area .archive_main .event_flex_2:first-child .event_flex_2_sub:nth-child(3){
	background: #FDF6EB;
}
.event_calendar_area .archive_main .event_flex_2:nth-child(3) .event_flex_2_sub:first-child{
	background: #FDF6EB;
}
.event_flex_2_sub:hover{
	transform:scale(1.05);
}
.event_flex_2_sub a{
	color:#000;
	opacity:1;
}
/*アーカイブ*/
.archive_title{
	display:flex;max-width:1500px;margin:100px auto 200px auto;width:90%;color:#AA569D;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:1450px;margin:0 auto;
}

.event_flex_3_blog{
	background:#fff;
	border-radius:20px;
	box-shadow: 0 0 10px #0005;
	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;
}
/*記事詳細*/
#toukou_content_main{
	margin:10px 0 0 0;
}


@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;
}
/*特集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%;
}
.archive_special .event_flex_3{
	display:flex;
}
}

@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;
}
}
@media screen and (max-width:650px) {
/*特集650*/
.special_flex_2{
	display:block;
}
.special_flex_2_sub{
	width:90%;
	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;
}
.archive_special .event_flex_3{
	display:block;
}
.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;
}
}
