@charset "UTF-8";

/**
 * オリジナルcss
 */

body.tax-gallery_category #list, 
body.post-type-archive-gallery #list, 
body.tax-reform_gallery_category #list, 
body.post-type-archive-reform_gallery #list {
	letter-spacing: -.4em;
}

.gallery_list {
	width: calc(96% / 3);
	margin-right: 2%;
	margin-bottom: 24px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.gallery_list:nth-child(3n) {
	margin-right: 0;
}

.gallery_list_image {
	position: relative;
}
.gallery_list_image:before {
	padding-top: calc(45000% / 370);
	display: block;
	content: "";
}

.gallery_list_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.gallery_list_icon {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ECC000;
	color: #fff;
	font-size: .9em;
	padding: .2em .6em;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

.gallery_list a {
	color: #161616;
	text-decoration: none;
}

.gallery_list_area {
	margin-top: 6px;
}

.gallery_list_subtitle {
	background: #fff;
	margin-top: 6px;
	margin-bottom: 12px;
	display: inline-block;
	padding: 2px 6px;
	font-size: .9em;
}

.gallery_list h3 {
	margin-top: 8px;
}



.gallery_header {
	text-align: center;
	margin-bottom: 60px;
}

.gallery_header h2 {
	color: #21366F;
	font-size: 2.4em;
	margin-top: .4em;
	margin-bottom: .3em;
}

.gallery_header .gallery_area {
	color: #21366F;
}

.gallery_header .gallery_subtitle {
	background: #21366F;
	color: #fff;
	display: inline-block;
	padding: 2px 6px;
	font-size: .9em;
}

.gallery_categories li {
	display: inline-block;
	color: #fff;
	background: #21366F;
	padding: .1em .8em;
	font-size: .9em;
}

.page_inner_gallery {
	width: 100%;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 80px;
	margin-bottom: 60px;
}

.the_content {
	margin-bottom: 60px;
}

.content_gallery li {
	width: calc(96% / 3);
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}

.content_gallery li:nth-child(3n) {
	margin-right: 0;
}

.content_gallery_image {
	position: relative;
}
.content_gallery_image:before {
	padding-top: 100%;
	content: "";
	display: block;
}

.content_gallery_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}



@media screen and (max-width: 1110px) {
	body.tax-gallery_category #list, 
	body.post-type-archive-gallery #list, 
	body.tax-reform_gallery_category #list, 
	body.post-type-archive-reform_gallery #list {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width:740px){
	.gallery_list, 
	.gallery_list:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
	}
	.gallery_list:nth-child(2n) {
		margin-right: 0;
	}
	
	.page_inner_gallery .the_content img {
		height: auto;
	}
	
	.content_gallery li, 
	.content_gallery li:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
	}
	
	.content_gallery li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

