/* CSS Document */
.work {
	letter-spacing: -1em;
}
.work_box a img,
.work_box a h5,
.work_box a span {
	border: 0;
transition: 0.3s;
	text-decoration: none !important;
}
.work_box a:hover img,
.work_box a:hover h5,
.work_box a:hover span {
opacity: 0.5;
	text-decoration: none !important;
}

.work_box {
letter-spacing: 0;
	display: inline-block;
vertical-align: top;
width: 49%;
margin: 2% 2% 0px 0px;
}
.work ul li:nth-child(even) {
margin: 2% 0px 0px 0px;
}
.work_box img {
    width: 100%;
	margin: 0px 0px 7px 0px;
}
.work_box a {
font-size: 16px;
line-height:1.8em;
	color: #753700;
	text-decoration: none !important;
}
.work_box span {
	color: #666;
	font-size:70%;
	line-height:1.4em;
	margin: 7px 0 10px 0;
}
.work_box h5 {
	font-weight:normal;
	font-size:90%;
	line-height:1.4em;
	margin: 0px 0 10px 0;
}
.img_cover {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: -10px;
}
.img_cover img {
	width: 100%;
}
.img_cover span {
  position: absolute;
	font-size:80%;
	color:#FFF;
	padding: 7px;
	line-height:1em;
	margin: 0;
  top: 0;
  left: 0;
  }
.work_c {
	background:#080;
  }
.work_no {
letter-spacing: 0;
}
/*	slider
/* ------------------------------------- */
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper {
  max-width: 100%;
  width: 100%;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    color: white;
}

/* ページ中央に設置 */
.pnavi {
    text-align: center;
	letter-spacing: 0;	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 12px;
	line-height: 12px;
        text-align: center;
}

/* 現在開いている以外のページのボタン */
.pagination .page-numbers {
    
display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	width: auto;
	color: #666; /* 文字色 */
	background: #DEDEDE; /* 背景色 */}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.pagination a.page-numbers:hover {
    color: #fff; /* マウスホバー時の文字色 */
	background: #666; /* マウスホバー時の背景色 */
}


/* 現在のページのボタン */
.pagination .current {
    padding: 8px 10px 8px 10px;
	background:#666; /* 現在のページの文字色 */
	color: #fff; /* 現在のページの背景色 */
}

/* 前へ、次へ */
.pagination .prev,
.pagination .next {
    position: relative;
    font-size: 12px;
}

.pagination a.next.page-numbers {
    margin-right: 0;
}

/*  縦線の共通CSS　*/
.pagination .next::before,
.pagination .prev::after {
}

.pagination .next::before {
    left: -15px;
}

.pagination .prev::after {
    right: -15px;
}

/* 数字の間のドット */
.pagination .dots {
    background: transparent;
    border: none;
}

/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {

.work_box {
width: 24%;
margin: 20px 1.333% 0px 0px;
}
.work ul li:nth-child(even) {
margin: 20px 1.333% 0px 0px;
}
.work ul li:nth-child(4n) {
margin: 20px 0px 0px 0px;
}
.work_box a {
	line-height:2em;
}
}
