@charset 'UTF-8';

.gallery_detail01 {
	margin-bottom: 50px;
}
.gallery_detail01 .imgbox {
	margin-bottom: 30px;
}
.gallery_detail01 .imgbig {
	width: 400px;
	min-width: 250px;
	margin: 0 auto;
}
.gallery_detail01 .imglist {
	max-width: 680px;
	width: 90%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 0;
}
.gallery_detail01 .imglist .square {
	display: inline-block;
	width: 100px;
	margin: 10px 5px 0;
}
@media screen and (max-width: 800px) {
	.gallery_detail01 .imgbig {
		width: calc(400 / 800 * 100%);
	}
	.gallery_detail01 .imglist .square {
		width: 15%;
		min-width: 70px;
	}
}

.gallery_detail02 {
	margin-bottom: 50px;
}
.gallery_detail02 .imgbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
.gallery_detail02 .imgbig {
	width: 345px;
}
.gallery_detail02 .imglist {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; */
	width: 345px;
	margin-left: 30px;
	font-size: 0;
}
.gallery_detail02 .imglist .square {
	/* -webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto; */
	display: inline-block;
	width: 32%;
	margin: 0 2% 10px 0;
}
.gallery_detail02 .imglist .square:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 800px) {
	.gallery_detail02 .imgbig {
		width: 48%;
	}
	.gallery_detail02 .imglist {
		width: 47%;
	}
}
@media screen and (max-width: 600px) {
	.gallery_detail02 .imgbox {
		display: block;
	}
	.gallery_detail02 .imgbig {
		min-width: 250px;
		margin: 0 auto;
	}
	.gallery_detail02 .imglist {
		max-width: 680px;
		width: 90%;
		margin: 20px auto 0;
		text-align: center;
	}
	.gallery_detail02 .imglist .square,
	.gallery_detail02 .imglist .square:nth-child(3n) {
		width: 15%;
		min-width: 70px;
		margin: 10px 5px 0;
	}
}

.gallery03 {
	margin-bottom: 50px;
}
.gallery03 .imglabel,
.gallery03 .imgbig,
.gallery03 .imglist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gallery03 .imglabel {
	margin-bottom: 5px;
}
.gallery03 .before,
.gallery03 .after {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 45%;
	margin-right: 10%;
}
.gallery03 .after {
	margin-left: auto;
	margin-right: 0;
}
.gallery03 .imglabel .before,
.gallery03 .imglabel .after {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.gallery03 .imglabel .after {
	color: #C61515;
}
.gallery03 .imgbig {
	position: relative;
}
.gallery03 .imgbig::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 66px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 50.5%;
	background-image: linear-gradient(to top right, #E5E5E5 50%, rgba(0,0,0,0) 50%),
	linear-gradient(to bottom right, #E5E5E5 50%, rgba(0,0,0,0) 50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery03 .imgbox .before img,
.gallery03 .imgbox .after img {
	padding: 2px;
}
.gallery03 .imglist .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.gallery03 .imglist .square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 32%;
	margin: 10px 2% 0 0;
}
.gallery03 .imglist .square:nth-child(3n) {
	margin-right: 0;
}
.gallery03 .text {
	margin-top: 30px;
}
@media screen and (max-width: 600px) {
	.gallery03 .imgbig::before {
		width: 15px;
		height: 45px;
	}
}
