@charset "utf-8";
/* Updated date: 2017/06/20 */
/* ギャラリーカテゴリー一覧 */
/*--------------------------------------------------*/
/*.gallery{
	margin-bottom: 120px;
}*/

.gallery-button{
	text-align: center;
	margin-bottom: 50px;
}
.gallery-button li {
	display: inline-block;
	margin:0 5px 10px 5px;
}
.gallery-button li a{
	display: block;
	color: #8e8379;
	letter-spacing: 1px;
	padding:5px 20px;
	background: #f3f3e8;
	font-size:14px;
	min-width: 8em;
	border:1px solid #f3f3e8;
}
.gallery-button li a:hover{
	color:#8e8379;
	border:1px solid #8e8379;
}
.gallery-box{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery-list{
	width: 25%;
	padding:0 15px;
	margin-bottom: 40px;
}

.gallery-box figure{
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.gallery-box figure:hover{
	opacity:0.5;
}

.gallery-list figure img{
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.gallery-list figcaption{
	font-size: 18px;
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gallery-link{
	border: 1px solid transparent;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.wp-pagenavi {
	margin: 40px 0;
	text-align: center;
}
.wp-pagenavi span, .wp-pagenavi .page, .wp-pagenavi a {
	background: #f3f3e8 none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #8e8379;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 2px;
	padding: 0 10px;
}
.wp-pagenavi .current {
	background: #8e8379 none repeat scroll 0 0;
	border: 1px solid #8e8379 !important;
	color: #f3f3e8;
	font-weight: normal !important;
}
.wp-pagenavi a:hover, .wp-pagenavi .page:hover, .wp-pagenavi li a.active {
	border: 1px solid #8e8379;
}
.return-btn {
	text-align: center;
}
.return-btn a {
	border: 1px solid #444444;
	color: #444444;
	display: inline-block;
	padding:8px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.5s ease 0s;
	letter-spacing: 1px;
}
.return-btn a:hover {
	background: #444444 none repeat scroll 0 0;
	color: #ffffff;
	border: 1px solid #444444;
}

@media (max-width: 767px) {
	.gallery-list{
		width: 33%;
		margin-bottom: 0;
	}
	.gallery-list figcaption{
		font-size:14px;
	}
	.andmore{
		font-size:12px;
		-webkit-transition: background-color 0s;
		transition: background-color 0s ease 0s;
	}
}
@media (max-width: 575px) {
	.gallery-list{
		padding:0 10px;
		width: 50%;
	}
	.gallery-list figure{
		margin-bottom: 0;
	}
	.gallery-list figcaption{
		margin-bottom: 0;
	}
	.gallery-list figure img{
		margin-bottom: 5px;
	}
}