/* CSS Document */

/*====================================================

　フォトギャラリー

====================================================*/

/*メインビジュアル　タイトル
-------------------------------------------------- */
.mv_title_sub{
	background-image: url(images/mv_img.jpg);
}
#gallery_list{
	margin: 0;
	padding: 0;
}
#gallery_list .item{
	/*max-width: 25%;*/
	padding: 15px;
	position: relative;
}
/*とりあえず*/
@media screen and (min-width:736px){
    #gallery_list .item{
        width: 25%;
    }
}
@media screen and (max-width:736px){
    #gallery_list .item{
        width: 50%;
    }
}
#gallery_list .item .caption{
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 2px 5px;
	width: calc(100% - 30px);
	background: rgba(0,0,0,0.5);
	margin: 0;
	color: #fff;
}
#gallery_list .item img{
	width: 100%;
	height: auto;
}
/*メインビジュアル（スマホ）--------------*/
@media screen and (max-width:736px){
	#gallery_list .item{
		max-width: 50%;
		padding: 5px;
	}
	#gallery_list .item .caption{
		position: absolute;
		bottom: 5px;
		left: 5px;
		width: calc(100% - 10px);
		margin: 0;
		color: #fff;
	}
}


/*ギャラリー上書き*/
.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause,
.blueimp-gallery>.prev,.blueimp-gallery>.indicator,
.blueimp-gallery>.title{
	display: block;
}
.blueimp-gallery-controls>.indicator{
	display: none;
}

.blueimp-gallery>.indicator>li{
	padding-top: 3%;
	width: 5%;
	border-radius: 0px;
	background-size: cover;
}
.blueimp-gallery>.indicator>li img{
}
.blueimp-gallery>.title{
}
.blueimp-gallery>.indicator>li:after{
	display: none;
}
.blueimp-gallery>.next, .blueimp-gallery>.prev{
	background: none;
	background-image: url(images/arrow_left.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0;
	border: none;
	text-indent: -9999px;
	opacity: 1;
}
.blueimp-gallery>.prev{
	background-image: url(images/arrow_right.png);
}
.blueimp-gallery>.next:hover, .blueimp-gallery>.prev:hover{
	opacity: 0.5;
}
/*メインビジュアル（スマホ）--------------*/
@media screen and (max-width:736px){
	.blueimp-gallery>.indicator>li{
		padding-top: 6%;
		width: 10%;
	}
	.blueimp-gallery>.next, .blueimp-gallery>.prev{
		background-color: rgba(0,0,0,0.6);
		width: 20px;
		background-size: 20px 20px;
		border-radius: 4px 0 0 4px;
		border: none;
		text-indent: -9999px;
		opacity: 1;
		right: 0;
	}
	.blueimp-gallery>.prev{
		left: 0;
		border-radius: 0 4px 4px 0;
	}
	.blueimp-gallery>.next:hover, .blueimp-gallery>.prev:hover{
		opacity: 0.5;
	}
}