@charset "utf-8";

/* ギャラリー画像正方形トリミング <p class="gallery-thumbs"><img></p> */
.gallery-thumbs {
	width: 100%;
	max-width: 480px;
	position: relative;
}
p.gallery-thumbs {
	margin-bottom: .5rem;
}
.gallery-thumbs::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#gallery-thumbs-cover .gallery-thumbs img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}
#gallery-thumbs-cover .trimming {
	object-fit: cover;
	font-family: 'object-fit: cover';
}
#gallery-thumbs-contain .gallery-thumbs img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: contain;
}
#gallery-thumbs-contain .trimming {
	object-fit: contain;
	font-family: 'object-fit: contain';
}
.photoswipe_caption {
	display: none;
}
.pswp__caption__center .photoswipe_caption {
	display: block;
}
/* Photo Gallery */
.photogallery .gallery-thumbs {
	max-width: 800px;
	margin: 0 auto;
}
.photogallery p.gallery-thumbs {
	background: rgb(221,221,221);
	background: linear-gradient(45deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 75%);
}
.photogallery .gallery-thumbs img {
	height: 100% !important;
	padding: 5px !important;
}
