@charset "UTF-8";
/* css About [gallery] */

@import url("main.css");

/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_gallery {
	margin: 0 auto;
	height: auto;
}

.waku_gallery .galleryBox {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

.galleryBox figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border: 1px solid #e0e2e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
.galleryBox figure .thumb {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.galleryBox figure .thumb img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 0%;
	font-family: 'object-fit: cover; object-position: 50% top';
	position: relative;
	border: 5px solid rgba(0, 0, 0, .07);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.galleryBox figure .thumb a {
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0);
}

.galleryBox figure .thumb a:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.galleryBox figure .thumb a:after {
	content: "\f00e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(255, 255, 255, 0);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.galleryBox figure .thumb a:hover:before {
	background-color: rgba(0, 0, 0, .5);
}

.galleryBox figure .thumb a:hover:after {
	color: rgba(255, 255, 255, .9);
	background-color: rgba(0, 0, 0, .7);
}

/*== h4 ==*/
.galleryBox figure figcaption {
	padding: 0;
	margin: 0 auto;
	height: auto;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	padding: 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_gallery {
	padding: 0;
	width: 100%;
}

.waku_gallery .galleryBox {
	padding: 5px 0 15px 0;
	margin: 0 0.8%;
	width: 31.2%;
}

.galleryBox figure {
	width: 100%;
}

/*== img ==*/
.galleryBox figure .thumb {
	width: 100%;
}

.galleryBox figure .thumb img {
	max-height: 200px;
}

.galleryBox figure .thumb a {
	max-height: 210px;
}

.galleryBox figure .thumb a:after {
	font-size: 21px;
	padding: 9px 15px;
}

/*== h4 ==*/
.galleryBox figure figcaption {
	padding-top: 15px;
	padding-bottom: 0;
	width: 90%;
}

.galleryBox figure figcaption .headline h4 {
	font-size: 15px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	padding: 0;
	width: 98%;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_gallery {
	padding: 0;
	width: 100%;
}

.waku_gallery .galleryBox {
	padding: 0 0 15px 0;
	margin: 0 0.6%;
	width: 31.2%;
}

.galleryBox figure {
	width: 100%;
}

/*== img ==*/
.galleryBox figure .thumb {
	width: 100%;
}

.galleryBox figure .thumb img {
	max-height: 140px;
}

.galleryBox figure .thumb a {
	max-height: 150px;
}

.galleryBox figure .thumb a:after {
	font-size: 19px;
	padding: 8px 13px;
}

/*== h4 ==*/
.galleryBox figure figcaption {
	padding-top: 12px;
	padding-bottom: 0;
	width: 90%;
}

.galleryBox figure figcaption .headline h4 {
	font-size: 14px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
/*== Waku ==*/
.sectMain .waku_sect2 {
	padding: 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_gallery {
	padding: 0;
	width: 100%;
}

.waku_gallery .galleryBox {
	padding: 5px 0 10px 0;
	margin: 0 0.5%;
	width: 48.4%;
}

.galleryBox figure {
	width: 100%;
}

/*== img ==*/
.galleryBox figure .thumb {
	width: 100%;
}

.galleryBox figure .thumb img {
	max-height: 140px;
}

.galleryBox figure .thumb a {
	max-height: 150px;
}

.galleryBox figure .thumb a:after {
	font-size: 19px;
	padding: 8px 13px;
}

/*== h4 ==*/
.galleryBox figure figcaption {
	padding-top: 12px;
	padding-bottom: 0;
	width: 90%;
}

.galleryBox figure figcaption .headline h4 {
	font-size: 14px;
}


}