@charset "utf-8";

div.gallery-item ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.gallery-item li {
	margin: 0 0 5rem;
	width: 31rem;
}

div.gallery-item li a {
	display: block;
}

div.gallery-item li a:hover p {
	opacity: 0.7;
}

div.gallery-item li p {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

div.gallery-item li dt {
	color: #6e6e6e;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 1.5rem 0 1rem;
}

div.gallery-item li dd {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
}

div.gallery-item li img {
	height: 26rem;
	object-fit: cover;
	object-position: center top;
	font-family: 'object-fit: cover; object-position: center top;';
	width: 100%;
}

div.gallery h3 {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
}

div.gallery_comment {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 2.5rem 0 6.5rem;
}

div.gallery-thumnail ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.gallery-thumnail li {
	margin: 1rem 1rem 0 0;
	width: 21rem;
}

div.gallery-thumnail li:nth-child(3n) {
	margin: 1rem 0 0;
}

div.gallery-thumnail li img {
	height: 21rem;
	object-fit: cover;
	object-position: center top;
	font-family: 'object-fit: cover; object-position: center top;';
	width: 100%;
}

div.gallery .update {
	color: #6e6e6e;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 2.8rem 0 1.2rem;
	text-align: right;
}

@media not all and (min-width: 768px) {
div.gallery-item ul {
	display: block;
}

div.gallery-item li {
	width: 100%;
}
	
div.gallery-item li:not(:last-child) {
	margin: 0 0 6rem;
}

div.gallery-thumnail li {
	margin: 1% 1% 0 0;
	width: 48%;
}
	
div.gallery-thumnail li:nth-child(3n) {
	margin: 1% 1% 0 0;
}

div.gallery-thumnail li:nth-child(2n) {
	margin: 1% 0 0;
}
}