@charset "utf-8";
/* ギャラリー一覧 C */
/*--------------------------------------------------*/

li.gallery {
  list-style: none;
}

li.gallery:not(:last-child) {
  margin-bottom: 50px;
}
.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-list a{
	display: block;

	box-shadow: 0 0 10px #cccccc;
}


.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{
	width: 100%;
	height: auto;
}

.gallery-list figcaption{
	font-size: 16px;
	color: #222222;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px;
  line-height: 1.4;
}

.gallery-link{
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.andmorebox{
	text-align: center;
}
.andmore{
	padding:8px 20px;
	border:1px solid #444444;
	color: #444444;
	display: inline-block;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	letter-spacing: 1px;
}
.andmore:hover{
	color: #FFFFFF;
	background: #444444;
}
@media (max-width: 1199px) {
.gallery-list figcaption{
	font-size: 16px;
}
}


@media (max-width: 991px) {
	.gallery-list{
		width: 50%;
	}
	.gallery-list figcaption{
		font-size:14px;
	}
	.andmore{
		font-size:12px;
		-webkit-transition: background-color 0s;
		transition: background-color 0s ease 0s;
	}
}
@media (max-width:767px) {

.gallery{
	margin-bottom: 60px;
}

}
@media (max-width: 575px) {
.gallery-list{
	padding:0 10px;
	margin-bottom: 30px;
}
	.gallery-list figcaption{
		line-height: 1;
	}

}