
/*--------------------------------------
ページャー
--------------------------------------*/
.pagenation {
	text-align: center;
}
.pagenation ul {
	margin: 0;
	padding-left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.pagenation li {
    list-style: none outside none;
	position: relative;
	margin: 0 0.5rem;
	overflow: hidden;
}
.pagenation li a {
    display: block;
    text-decoration: none;
	color: #313131;
	transition: .3s;
	height: 4rem;
	line-height: 4rem;
}
.pagenation li a:hover {
	color: #aaa;
}
@media screen and (max-width: 1199px){
	.pagenation li {
		font-size: 2.4rem;
	}
	.pagenation li a {
		width: 2.4rem;
	}
}
@media screen and (min-width: 1200px){
	.pagenation li {
		font-size: 3.2rem;
	}
	.pagenation li a {
		width: 3.2rem;
	}
}
/*active*/
.pagenation li::after{
	content: " ";
	display: block;
	background-color: #313131;
	height: 1px;
	width: 1.4rem;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 0.7rem);
}
.pagenation li.active {
    cursor: not-allowed;
	width: 3.2rem;
	height: 4rem;
	line-height: 4rem;
	color: #313131;
}
.pagenation li.active::after{
	opacity: 1;
}
@media screen and (max-width: 1199px){
	.pagenation li.active {
		width: 2.4rem;
	}
}
@media screen and (min-width: 1200px){
	.pagenation li.active {
		width: 3.2rem;
	}
}
/*arrow*/
.pagenation li .bt_more-ani-arrow-wrap{
	width: auto;
}
.pagenation li .bt_more-ani-arrow-wrap svg{
	display: block;
}
.pagenation li.prev a,.pagenation li.next a{
	border: 1px rgba(49,49,49,0.7) solid;
	border-radius: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagenation li.prev a:hover,.pagenation li.next a:hover{
	background-color: #313131;
}
@media screen and (max-width: 1199px){
	.pagenation li.prev{
		padding-right: 0.5rem;
	}
	.pagenation li.next{
		padding-left: 0.5rem;
	}
	.pagenation li.prev a,.pagenation li.next a{
		width: 3.2rem;
		height: 2.4rem;
		margin-bottom: 0.5rem;
	}
	.pagenation li.prev a .bt_more-ani-arrow-wrap svg,.pagenation li.next a .bt_more-ani-arrow-wrap svg{
		width: 1.6rem;
	}
}
@media screen and (min-width: 1200px){
	.pagenation li.prev{
		padding-right: 1.6rem;
	}
	.pagenation li.next{
		padding-left: 1.6rem;
	}
	.pagenation li.prev a,.pagenation li.next a{
		width: 5.6rem;
		height: 3.2rem;
	}
}
/*投稿ごとのpt*/
@media screen and (max-width: 1199px){
	.archive-construction-wrap + .pagination-wrap,.archive-event-wrap + .pagination-wrap,.archive-gallery-wrap + .pagination-wrap,.common-news-item-wrap + .pagination-wrap{
		padding-bottom: 4rem;
	}
}
@media screen and (min-width: 1200px){
	.archive-construction-wrap + .pagination-wrap,.archive-event-wrap + .pagination-wrap,.archive-gallery-wrap + .pagination-wrap,.common-news-item-wrap + .pagination-wrap{
		padding-bottom: 8rem;
	}
}

/* Margin and Paddings 
----------------------------------------------------------------------------------------------------*/
.m10 {
	margin: 10px;
}
.m20 {
	margin: 20px;
}
.m40 {
	margin: 40px;
}
.m10-top {
	margin-top: 10px;
}
.m20-top {
	margin-top: 20px;
}
.m30-top {
	padding-top: 30px;
}
.m40-top {
	margin-top: 40px;
}
.m60-top {
	margin-top: 60px;
}
.m80-top {
	margin-top: 80px;
}
.m10-right {
	margin-right: 10px;
}
.m20-right {
	margin-right: 20px;
}
.m40-right {
	margin-right: 40px;
}
.m10-bottom {
	margin-bottom: 10px;
}
.m20-bottom {
	margin-bottom: 20px;
}
.m30-bottom {
	margin-bottom: 30px;
}
.m40-bottom {
	margin-bottom: 40px;
}
.m60-bottom {
	margin-bottom: 60px;
}
.m80-bottom {
	margin-bottom: 80px;
}
.m10-left {
	margin-left: 10px;
}
.m20-left {
	margin-left: 20px;
}

.m40-left {
	margin-left: 40px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p40 {
	padding: 40px;
}
.p10-top {
	padding-top: 10px;
}
.p20-top {
	padding-top: 20px;
}

.p40-top {
	padding-top: 40px;
}
.p10-right {
	padding-right: 10px;
}
.p20-right {
	padding-right: 20px;
}
.p40-right {
	padding-right: 40px;
}
.p10-bottom {
	padding-bottom: 10px;
}
.p20-bottom {
	padding-bottom: 20px;
}
.p40-bottom {
	padding-bottom: 40px;
}
.p60-bottom {
	padding-bottom: 60px;
}
.p10-left {
	padding-left: 10px;
}
.p20-left {
	padding-left: 20px;
}
.p40-left {
	padding-left: 40px;
}

/* single関連記事
----------------------------------------------------------------------------------------------------*/
.single-related.single-latest{
	background-color: #fff;
}
.related-bfont .efont{
	display: block;
	line-height: 1.6;
	font-size: 1.3rem;
}
@media screen and (max-width: 1399px){
	.single-related{
		padding: 0 0 6.4rem;
	}
	.related-bfont{
		margin-bottom: 3.2rem;
		font-size: 2rem;
	}
	.single-relatd-btn{
		padding-top: 2.4rem;
	}
}
@media screen and (min-width: 1400px){
	.single-related{
		padding: 0 0 12rem;
	}
	.related-bfont{
		font-size: 2.6rem;
		margin-bottom: 4.8rem;
	}
	.single-relatd-btn{
		padding-top: 5.6rem;
	}
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
	width:100%;
	padding:0;
}
#prev_next  #prev, #prev_next #next{
	border-bottom:1px rgba(184,188,168,0.25) solid;
	position:relative;
	text-decoration:none;
	align-items: center;
	color: #000;
	display: flex;
	min-height: 8rem;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	transition: .3s;
}
#prev_next  #prev:hover, #prev_next #next:hover{
	background-color: rgba(49,49,49,0.7);
	color: #fff;
}
#prev_next  #prev{
	padding-right: 1.6rem;
	border-top:1px rgba(184,188,168,0.25) solid;
}
#prev_next #next{
	padding-left: 1.6rem;
}
#prev_next #next{
	justify-content: flex-end;
}
#prev_next #next .bt_more-ani-arrow-wrap{
	justify-content: flex-end;
}
#prev_next #prev p{
	padding-left: 1.6rem;
}
#prev_next #next p{
	padding-right:1.6rem;
}
#prev_next #prev p, #prev_next #next p{
	max-width: calc(100% - 4rem);
	line-height:1.5;
}
@media screen and (min-width: 576px){
	#prev_next{
		display: flex;
	}
	#prev_next  #prev, #prev_next #next{
		width: 50%;
	}
	#prev_next  #prev{
		padding-left: 1.6rem;
		border-right:1px rgba(184,188,168,0.25) solid;
	}
	#prev_next #next{
		padding-right: 1.6rem;
		border-top:1px rgba(184,188,168,0.25) solid;
	}
}
