/*ページネーション*/
.Pagination {
	display: flex;
	align-items: center;
	margin:150px auto 150px auto;
	justify-content:center;
}
.Pagination span.current{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #6B635C;
	border: none;
	font-size: 19px;
	color: #fff;
	font-family:myfont;
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.page-numbers {
	color: #6B635C;
	font-family:myfont;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	border: solid 1px #6B635C;
	font-size: 19px;
	
	transition: all 0.15s linear;
	margin-right: 13px;
}
.Pagination a.prev{
	color: #6B635C;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border:none;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-right: 35px;
}
.Pagination a.next{
	
	color: #6B635C;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	border:none;
	font-size: 13px;
	font-weight: bold;
	transition: all 0.15s linear;
	margin-left:22px;
}
.Pagination a.page-numbers:hover{
	background: #6B635C;
	
	color:#fff;
}

.c_pagination{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:850px;
	margin:150px auto 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:#6B635C;
	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;width:256px;max-width:100%;
	height:57px;background:#fff;color:#6B635C;
	font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px black 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:#6B635C;
	color:#fff;font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px #6B635C 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:#6B635C;
	color:#fff;font-size:17px;
	border-radius:50px;
	position:relative;
	border:1px #6B635C 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_1_main{
	max-width:1920px;margin:0 auto 0 auto;
	padding:75px 0 50px 0;
	position:relative;
}
.archive_1_sub_1{	
	padding:0;
	max-width:900px;
	width:90%;
	margin:0 auto 0 auto;
	position:relative;
}
.archive_1_sub_1 .title_1{
	font-size:20px;
	font-weight:bold;
	color:#004EA2;
	text-align:center;
	margin:15px auto 45px auto;
}
.archive_1_sub_1 .flex_1{
	display:flex;
	margin:0 auto;
	justify-content:center;
}
.archive_1_sub_1 .flex_1 .img_2{
	margin:0 30px;
}
.archive_1_sub_1 .flex_1 img{
	max-width:100%;
}

#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:150px;
	position:sticky;
    top:150px;
	right:0;z-index:1;
}

.blog_sekou_bg:nth-child(even){
	background:#fff;
}

.blog_sekou{
	display:flex;
	max-width:1167px;
	width:100%;
	margin:0px auto 0 auto;
	justify-content:space-between;
}
.blog_sekou_sub{
	width:565px;
	overflow:hidden;
	position:relative;
	padding:60px 0;
}
.blog_sekou_sub_2{
	max-width:565px;
	width:100%;
	margin:0 auto;
}

.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%;
	word-break: break-all;
}
.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;
}

.archive_flex_1{
	display:flex;max-width:1180px;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;
}

.estate_page{
	margin:0 auto;
	width:90%;
	max-width:1200px;
}
.estate_flex_main{
	display:flex;
	justify-content:space-between;
}
.estate_flex_main .div_1:nth-child(1){
	flex:0.47;
	max-width:50%;
}

.estate_flex_main .div_1:nth-child(2){
	flex:0.47;
	max-width:50%;
}
.estate_page .title_1{
	font-size:30px;
	font-weight:bold;
	color:#6B635C;
	margin:50px 0 25px 0;
}
.estate_page .title_1s{
	font-size:25px;
	color:#6B635C;
	margin:0 0 25px 10px;
}
.estate_page .title_1ss{
	font-size:25px;
	color:#6B635C;
	margin:60px 0 0px 10px;
	display:none;
}
.estate_page .table_1 .title_2{
	font-size:20px;
	font-weight:bold;
	color:#6B635C;
	margin:20px 0;
}

.estate_page .table_1 .title_2:nth-child(3){
	margin:50px 0 20px 0;
}
.estate_page .table_1 table{
	font-size:16px;
	color:#6B635C;
	width:100%;
	border-spacing:0;
}
.estate_page .table_1 td{
	text-align:left;
	padding:10px 10px;
	border-bottom:1px solid #6B635C;
	border-left:1px solid #6B635C;
}

.estate_page .table_1 td:last-child{
	border-right:1px solid #6B635C;
}
.estate_page .table_1 tr:first-child td{
	border-top:1px solid #6B635C;
	border-bottom:1px solid #6B635C;
}
.estate_page .table_1 td:nth-child(1){
	width:25%;
}
.estate_flex_main .div_1:nth-child(2) .estate_img{
	margin:0 0 10px 0 ;
}
.estate_flex_main .div_1:nth-child(2) .estate_img .wrap{
	margin-top:68px;width:100%;max-width:700px;overflow:hidden;
}
#toukou_content_main{
	margin:10px 0 0 0;
}
#blog_syousai_page{
	max-width:1200px;
	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;
}
	
@media screen and (max-width:1366px) {
.blog_sekou_sub_2{
	max-width:565px;
	width:90%;
	margin:0 auto;
}
}


@media screen and (max-width:1024px) {
/*ページネーション*/
.Pagination {
	margin:50px auto 100px auto;
}
.c_pagination{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:50px auto 50px auto;
	/*display:block;*/
	width:90%;
	text-align:center;
}
.c_pagination_a{
	margin:15px auto 15px auto;
	display:block;
	
}

.Pagination span.current{
	width: 30px;
	height: 30px;
	font-size: 15px;
	
	transition: all 0.15s linear;
	margin-right: 10px;
}	
.Pagination a.page-numbers {
	width: 30px;
	height: 30px;
	font-size: 15px;
	
	transition: all 0.15s linear;
	margin-right: 10px;
}
.Pagination a.prev{
	width: 30px;
	height: 30px;
	font-size: 15px;
	
	transition: all 0.15s linear;
	margin-right: 10px;
}
.Pagination a.next{
	width: 30px;
	height: 30px;
	font-size: 15px;
	
	transition: all 0.15s linear;
	margin-left:10px;
}

.btn_nextprev2{
	width:100px;
	max-width:100%;
	height:57px;
	background:#fff;
	color:#6B635C;
	font-size:17px;	
	position:relative;
	border:none;
}
.btn_nextprev2_text{
	display:flex;
	position:relative;
	align-items:center;
	justify-content:center;
	height:100%;	
	width:100%;
}
	
.btn_nextprev2 .btn_white_single_next{
	position:absolute;top:50%;left:0px;transform:translate(0,-50%);font-size:11px;
}
.btn_nextprev2 .btn_white_single_prev{
	position:absolute;top:50%;right:0px;transform:translate(0,-50%);font-size:11px;
}

.btn_nextprev2 .text_1{
}

.btn_itiran{
	display:inline-block;
	width:auto;
	height:auto;
	background:none;
	position:relative;
	border:none;
	color:#6B635C;
}
.btn_itiran_text{
	display:flex;
	position:relative;
	align-items:center;
	height:100%;
	justify-content:center;
	width:100%;
}
.btn_itiran .text_1{
	display:none;
}
.btn_itiran .text_2{
	display:block;
	padding-top:3px;
	position:relative;
	box-sizing:border-box;
}
.btn_itiran .text_2 div{
	
	height:0px;
	width:30px;
	border-top:2px solid #6B635C;
	margin:5px 0;
	box-sizing:border-box;
}	
.btn_white_single{
	width:200px;
	height:40px;
	font-size:14px;
}
.btn_black_single{
	width:200px;
	height:40px;
	font-size:14px;
}
	
/*アーカイブ*/
.archive_flex_1{
	display:block;
	max-width:90%;
	margin:100px auto;
}

.estate_flex_main{
	display:block;
}
.estate_flex_main .div_1:nth-child(1){
	max-width:100%;
}
.estate_flex_main .div_1:nth-child(2){
	max-width:100%;
}
.estate_flex_main .div_1:nth-child(2) .estate_img .wrap{
	margin:30px auto 0 auto;
}	
	
.estate_page .title_1{
	margin:50px 0 50px 0;
}
.estate_page .title_1s{
	display:none;
}
.estate_page  .title_1ss{
	display:block;
}
}

@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:784px;
	position:static;
}
.blog_sekou{
	display:block;
	max-width:900px;
	width:100%;

	justify-content:space-between;
}
.blog_sekou_bg .blog_sekou_sub:nth-child(2){
	
}
.blog_sekou_sub{
	width:100%;
	max-width:100%;
	padding:30px 0;
	overflow:hidden;
	position:relative;
}
.blog_sekou_sub_2{
	max-width:500px;
	width:90%;
	margin:0 auto;
}
.blog_sekou_bg:nth-child(even){
	background:#fff;
}
.news_flex_3_blog_1{
	display:block;
}
.news_flex_3_blog_1_bun{
	width:100%;
	max-width:500px;
	margin:0 auto;
}
.news_flex_3_blog_1_img{
	width:100%;
	max-width:500px;
	height:250px;
	margin:0 auto;
}
.news_flex_3_blog_1_img img{
	max-width:100%;
	width:100%;
	height:auto;
}
}
@media screen and (max-width:650px) {

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

}