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

#mainv div{
	background-image: url("/wp-content/themes/shirayuri/img/news/mainv.png");
	background-position: center bottom -130px;
}

@media (max-width: 768px) {
	#mainv div{
		background-position: center bottom;
	}
}

.archive #sec01{
	padding: 120px 0 0;
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}

.archive #sec01 .inner{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.archive #sec01 .inner .box{
	max-width: 260px;
	width: 100%;
	margin-bottom: 30px;
	display: block;
	transition: 0.3s;
}

.archive #sec01 .inner .box .img{
	width: 100%;
	height: 100%;
	min-height: 160px;
	background-color: #ccc;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.archive #sec01 .inner .box .img span{
	padding: 3px 8px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background: #000;
}

.archive #sec01 .inner .box .img span.cat1{
	background: #5a4037;
}

.archive #sec01 .inner .box .img span.cat2{
	background: #585a36;
}

.archive #sec01 .inner .box .img span.cat3{
	background: #5a3737;
}

.archive #sec01 .inner .box .img span.cat4{
	background: #37525a;
}

.archive #sec01 .inner .box .txt{
	padding: 10px;
	transition: 0.3s;
}

.archive #sec01 .inner .box:hover .txt{
	background: #ebe9e1;
}

.archive #sec01 .inner .box .txt span{
	color: #e35827;
}

.archive #sec01 .inner .box .txt h3{
	margin-top: 10px;
}


.pagination {
  text-align: center;
  margin: 40px auto 0;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 12px;
  border: 1px solid #999;
  color: #333;
  text-decoration: none;
  border-radius: 0;
  font-size: 16px;
  min-width: 36px;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
	transition: 0.3s;
}

.pagination .page-numbers:hover {
  background-color: #3c3c3c;
  color: #fff;
}

.pagination .current {
  font-weight: bold;
  border: 1px solid #333;
  color: #fff;
  background-color: #3c3c3c;
  pointer-events: none;
}

.pagination .next{
	border: none;
}

@media (max-width: 1100px) {
	.archive #sec01 .inner{
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.archive #sec01{
		padding: 100px 0 0;
	}
	.archive #sec01 .inner .box{
		width: 47%;
	}
	.archive #sec01 .inner .box .img{
		min-height: 110px;
	}
}

.detail #sec01{
	padding: 120px 0 0;
}

.detail #sec01 article {
  padding: 40px 20px;
  max-width: 1100px;
  margin: 0 auto;
	background: #f3f2ed;
}

.detail #sec01 article .meta{
	padding:0 20px 20px;
	border-bottom: solid 1px #3c3c3c;
	display: flex;
	justify-content: space-between;
}

.detail #sec01 article .meta h3{
	font-size: 20px;
}

.detail #sec01 article .meta div .cat{
	padding: 3px 8px;
	background: #3c3c3c;
	color: #fff;
	margin-left: 10px;
}

.detail #sec01 article .content{
	padding: 20px 20px 0;
}

.detail #sec01 .back{
	text-align: center;
	margin-top: 60px;
}

.detail #sec01 .back a{
	position: relative;
	padding-left: 30px;
	background-image: url(/wp-content/themes/shirayuri/img/icon/ico_arrow04.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 17px;
	font-size: 18px;
	display: inline-block;
}

.detail #sec01 .back::after a{
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3b3c3c;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.detail #sec01 .back a:hover::after {
  width: 100%;
}


@media (max-width: 1100px) {
	.detail #sec01 article{
		width: 90%;
		margin: 0 auto;
	}
}


@media (max-width: 768px) {
	.detail #sec01{
		padding: 100px 0 0;
	}
	.detail #sec01 article .meta{
		display: block;
	}
	.detail #sec01 article .meta h3{
		margin-bottom: 20px;
	}
}