@charset "UTF-8";

/* ヘッダ画像
----------------------------------------------------------------- */
.gallery .header_bg{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

/* フォトギャラリー
----------------------------------------------------------------- */
.gallery .my-gallery{
	margin-bottom:50px;
}
.gallery .easy-select-box{
	display:none;
}

.gallery .gallery_category{
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:40px;
}
.gallery .gallery_category li{
	display:table-cell;
	padding:0 4px;
	border-right:1px solid #dcd5c9;
}
.gallery .gallery_category li:first-child{
	border-left:1px solid #dcd5c9;
}
.gallery .gallery_category li a{
	display:block;
	height:100%;
	text-align:center;
	padding:20px 10px 20px 0;
	font-size:16px;
}
.gallery .gallery_category li a.active,.gallery .gallery_category li a:hover{
	background-color:#dcd5c9;
	opacity:0.5;
}
.gallery .my-gallery{
	padding-left:2%;
}
.gallery .my-gallery figure{
	width:20%;
	padding:0 2% 2% 0;
	float:left;
}
.gallery .my-gallery figure img{
	width:100%;
}
@media (max-width: 768px) {
	.gallery .my-gallery{
		margin-bottom:30px;
	}
	.gallery .gallery_category{
		display:none;
	}
	.gallery .gallery_category_sp{
		display:block;
		width:100%;
	}
	.gallery .easy-select-box{
		display:block;
		margin-top:50px;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .easy-select-box .esb-displayer {
		background-image: url(../../common/img/hotel/content/select_arrow.jpg);
		background-size: contain;
		background-position:right center;
		background-repeat:no-repeat;
		border: 1px solid #333;
		cursor: default;
		font-size: 15px;
		height: 43px;
		line-height: 30px;
		text-indent: 5px;
		width: 100%;
		padding-top: 5px;
		margin-bottom:20px;
	}
}
