@charset "utf-8";

/*============================
MV
============================*/
#mv {
	width: 100%;
	height: 6rem;
	background-position: center;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 640px) {
	#mv {
		height: 3rem;
	}
}


#mv::before {
	content: "";
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#mv .title {
	color: #fff;
	font-size: 0.40rem;
	letter-spacing: 0.10em;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	text-align: center;
	z-index: 2;
}
@media screen and (max-width: 640px) {
	#mv .title {
		font-size: 0.24rem;
		line-height: 1.3;
		width: 100%;
	}
}

/* タイトル書 */
/* 個別ページごとの処理もあり */
#mv .title img {
	width: 100%;
	height: 30vh;
	display: block;
	max-width: 6.00rem;
	max-height: 0.80rem;
	margin: auto;
}
@media screen and (max-width: 640px) {
	#mv .title img {
		max-height: 0.40rem;
	}
}

/* オプションサービスのみ */
#mv .small_text {
	font-size: 0.26rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 0.15rem;
	position: absolute;
	left: 0;
	top: 38%;
	color: #FFF;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	z-index: 2;
}
@media screen and (max-width: 640px) {
	#mv .small_text {
		font-size: 0.16rem;
	}
}

/* 愛犬のみ */
#mv .sub {
	font-size: 0.22rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	text-align: center;
	width: 100%;
	text-align: center;
	margin-top: 0.2rem;
	line-height: 1.6;
	position: absolute;
	left: 0;
	bottom: 32%;
	color: #FFF;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	z-index: 2;
}
@media screen and (max-width: 640px) {
	#mv .sub {
		font-size: 0.13rem;
		bottom: 28%;
	}
}

#mv .title span {
	opacity: 0;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}


/*=======================
CMSページャー
=======================*/
.list_navi_wrap {
	text-align: center;
	font-size: 0.16rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
	padding:0.50rem 0;
}

.list_navi_wrap .wp-pagenavi {
	display: flex;
	justify-content: center;
}

/* 現在のページ*/
.list_navi_wrap .wp-pagenavi .current {
	display: block;
	font-size: 0.16rem;
	color: #FFF;
	width: 0.50rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #5F2F06;
	border: 1px solid #5F2F06;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .current {
		font-size: 0.14rem;
		width: 0.40rem;
		padding: 0.19rem 0 0.21rem;
	}
}

/* 数字リンク*/
/*.list_navi_wrap .wp-pagenavi .page.larger {*/
.list_navi_wrap .wp-pagenavi .page {
	display: block;
	font-size: 0.16rem;
	color: #5F2F06;
	width: 0.50rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #FFF;
	border: 1px solid #5F2F06;
	text-decoration: none;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .page {
		font-size: 0.14rem;
		width: 0.40rem;
		padding: 0.19rem 0 0.21rem;
	}

	.list_navi_wrap .wp-pagenavi .page.larger {
		/* display: none; */
	}
}

.list_navi_wrap .wp-pagenavi .page.larger:hover {
	background-color: #5F2F06;
	border: 1px solid #5F2F06;
	color: #FFF;
}

/* 前のページ */
.list_navi_wrap .wp-pagenavi .previouspostslink {
	display: block;
	font-size: 0.16rem;
	color: #5F2F06;
	line-height: 0;
	padding: 0.24rem 0.20rem 0.26rem 0.30rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink {
		font-size: 0.14rem;
		padding: 0.19rem 0 0.21rem 0.25rem;
		margin-right: 0.30rem;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../common/img/pager_prev_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink::before {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover {
	color: #5F2F06;
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover::before {
	left: -0.06rem;
}

/* 次のページ */
.list_navi_wrap .wp-pagenavi .nextpostslink {
	display: block;
	font-size: 0.16rem;
	color: #5F2F06;
	line-height: 0;
	padding: 0.24rem 0.30rem 0.26rem 0.20rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink {
		font-size: 0.14rem;
		padding: 0.19rem 0.25rem 0.21rem 0;
		margin-left: 0.30rem;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../common/img/pager_next_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink::after {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover {
	color: #5F2F06;
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover::after {
	right: -0.06rem;
}
