/*--------------------------------------------------------*/

/* フォトギャラリー　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 1000px){

.photo_gallery{
	max-width:1680px;
	margin:100px auto 0;
	padding:0 30px;
}

.photo_gallery .titleBox{
}

.photo_gallery .titleBox h2.gallery_title{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.photo_gallery ul.gallery{
	padding-top:70px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.photo_gallery ul.gallery li{
	width:32%;
	position: relative;
	overflow: hidden;
	padding-top: 23%;
	margin-top:30px;
}

.photo_gallery ul.gallery li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo_gallery ul.gallery li img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.photo_gallery .gallery_messageBox{
	max-width:680px;
	margin:60px auto 0;
	text-align:center;
	padding-bottom:80px;
}

.photo_gallery .gallery_messageBox p.gallery_message{
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:2.0em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.photo_gallery .bt_event a{
	display:block;
	width:320px;
	margin:40px auto 0;
	padding:22px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:1.5px;
	text-decoration:none;
	background:#222;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.photo_gallery .bt_event a:hover{
	background:#777;
	text-decoration:none;
}

}

@media screen and (min-width: 600px) and (max-width: 1000px){

.photo_gallery{
	margin-top:60px;
	padding:0 20px;
}

.photo_gallery .titleBox{
}

.photo_gallery .titleBox h2.gallery_title{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.photo_gallery ul.gallery{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top:40px;
}

.photo_gallery ul.gallery li{
	width:48.8%;
	position: relative;
	overflow: hidden;
	padding-top: 32%;
	margin-top:20px;
}

.photo_gallery ul.gallery li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo_gallery ul.gallery li img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.photo_gallery .gallery_messageBox{
	max-width:600px;
	margin:60px auto 0;
	text-align:center;
	padding-bottom:80px;
}

.photo_gallery .gallery_messageBox p.gallery_message{
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:2.0em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.photo_gallery .bt_event a{
	display:block;
	width:320px;
	margin:40px auto 0;
	padding:22px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:1.5px;
	text-decoration:none;
	background:#222;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.photo_gallery .bt_event a:hover{
	background:#777;
	text-decoration:none;
}

}

@media screen and (max-width:600px){

.photo_gallery{
	margin-top:60px;
	padding:0 10px;
}

.photo_gallery .titleBox{
}

.photo_gallery .titleBox h2.gallery_title{
	margin-top:2px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.photo_gallery ul.gallery{
	padding-top:50px;
}

.photo_gallery ul.gallery li{
	margin-top:10px;
}

.photo_gallery ul.gallery li img{
}

.photo_gallery ul.gallery li a{
	pointer-events: none;
}

.photo_gallery .gallery_messageBox{
	padding:40px 20px;
}

.photo_gallery .gallery_messageBox p.gallery_message{
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.9em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.photo_gallery .gallery_messageBox p.gallery_message br{
	display:none;
}

.photo_gallery .bt_event a{
	display:block;
	width:100%;
	margin:35px auto 0;
	padding:25px 0;
	text-align:center;
	font-size:15px;
	font-weight:500;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:1.5px;
	text-decoration:none;
	background:#222;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.photo_gallery .bt_event a:hover{
	background:#777;
	text-decoration:none;
}

}
