@charset "shift-JIS";

#lightgallery {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

#lightgallery a {
	display: flex;
	align-items: center;
	width: 23%;
	margin: 1%;
	border: solid 1px #e02d8f;
	box-sizing: border-box;
	background: #fcf4f8;
}

#lightgallery a img {
	max-width: 100%;
	height: auto;
}

/*上書きするcss*/
/*.lg-outer .lg-img-wrap::before, .lg-outer .lg-item::before { height: auto; }*/

.lg-actions .lg-next, .lg-actions .lg-prev {
	color: #ffffff;
	border-radius: 30px;
	border: solid 1px #666666;
	padding: 15px;
	font-size: 30px;
}

.lg-toolbar .lg-icon { color: #ffffff; }

#lg-counter { color: #ffffff; }

.lg-outer .lg-toogle-thumb { color: #ffffff; }

.lg-image { padding: 48px 0 100px 0; }

#lg-download { display: none; }

.prevLink {
	margin: 20px 0 0 0;
}