/*==========
photoswipe_style
===========*/

.ps_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: left;
	max-width: 980px;
	margin: 0 auto;
	z-index: 4;
	position: relative;
}
.ps_area:after {
  content: "";
  display: block;
  width: 25.5%;
}
.ps_area a {
  width: 23%;
    margin: 0 1% 1.25% 1%;
  transition-duration: 0.3s;
}
.ps_area a:hover {
  opacity: .7;
  cursor: zoom-in;
}
.ps_area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.ps_area figure {
  display: none;
}
@media (max-width: 980px) {
	.ps_area a{
		width: 31.33333333333333%;
	}
}
body.iphone .ps_area a,
body.android.js_isMobile .ps_area a {
	width: 31.33333333333%;
}
body.iphone,
body.android.js_isMobile {
}