@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mvLower */
.mvLower {
	background: linear-gradient(rgba(162,31,45,.7), rgba(162,31,45,.7)),url("/img/news/bg_mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



/* news */
.category__box {
	width: 100%;
	height: 50px;
	background-color: #111;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}

.category__item {
	width: 14.2857%;
}

.category__item .current {
	color: #FFF;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #a21f2d;
}

.category__item a {
	color: #FFF;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	transition: .2s;
}

.category__item a:hover {
	background-color: #a21f2d;
}

.news__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news__box::before{
	content: "";
	display: block;
	width: 31%;
	order: 1;
}

.news__box::after{
	content: "";
	display: block;
	width: 31%;
}

.news__item {
	width: 31%;
	transition: .2s;
	margin-bottom: 40px;
}

.news__thumbnail {
	position: relative;
	display: block;
	transition: .2s;
	overflow: hidden;
	margin-bottom: 15px;
}

.news__thumbnail::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.news__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
}

.news__category {
	position: absolute;
	left: 0;
	top: 0;
}

.news__category p {
	background-color: #a21f2d;
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	padding: 3px 20px;
}

.news__link:hover .news__thumbnail img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news__h3 {
	font-weight: 600;
	margin-bottom: 10px;
	transition: .2s;
}

.news__link:hover .news__h3 {
	color: #a21f2d;
}

.news__date {
	font-size: 13px;
	margin-bottom: 10px;
}

.news__date span {
	color: #a21f2d;
}

.wp-pagenavi {
	text-align: center;
	margin-top: 30px;
	}

.wp-pagenavi .current {
	background: #a21f2d;
	border: 1px solid #a21f2d;
	color: #FFF;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 5px;
	}

.wp-pagenavi .pages {
	display: none;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page, .last, .first {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #DDD;
	margin: 0 5px;
	transition: .2s;
	-webkit-transition: .2s;
	}

.wp-pagenavi .page:hover, .last:hover, .first:hover {
	background: #a21f2d;
	border: 1px solid #a21f2d;
	color: #FFF;
	}



/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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




	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* news */
.category__box {
	height: auto;
	margin-bottom: 40px;
}

.category__item {
	width: 25%;
}

.category__item a {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
	
.news__item {
	width: 48%;
	margin-bottom: 30px;
}

.news__thumbnail {
	margin-bottom: 10px;
}
	
.news__category p {
	font-size: 10px;
	padding: 1px 5px;
}

.news__h3 {
	font-size: 13px;
}

.news__date {
	font-size: 12px;
	margin-bottom: 5px;
}

.wp-pagenavi {
	margin-top: 50px;
	}

.wp-pagenavi .current {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	}

.wp-pagenavi .page, .last, .first {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	}


	
	
	
}