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

/*  ƒMƒƒƒ‰ƒŠ[ˆê——@*/

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

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

.galleryBox{
	max-width:1400px;
	margin:140px auto 0;
	padding:0 50px;
}

.galleryBox ul.gallery_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.galleryBox ul.gallery_list li{
	width:30%;
	border:1px solid #E6E6E6;
	box-sizing: border-box;
	background-color:#FFF;
	margin-bottom:4.4vw;
}

.galleryBox ul.gallery_list::after {
	display: block;
	content:"";
	width:30%;
}

.galleryBox ul.gallery_list li .listBox{
	padding:20px 20px 30px;
}

.galleryBox ul.gallery_list li a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.galleryBox ul.gallery_list li a:hover{
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
	text-decoration:none;
}

.galleryBox ul.gallery_list li .listBox .list_photo{
	margin-bottom:28px;
}

.galleryBox ul.gallery_list li .listBox .ph_date{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	color:#575757;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.galleryBox ul.gallery_list li .listBox .ph_name{
	margin-top:10px;
	text-align:center;
	font-size:20px;
	color:#575757;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

.galleryBox{
	padding:0 10px 0;
}

.galleryBox ul.gallery_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.galleryBox ul.gallery_list li{
	width:48.5%;
	border:1px solid #E6E6E6;
	box-sizing: border-box;
	background-color:#FFF;
	margin-bottom:3vw;
}

.galleryBox ul.gallery_list li .listBox{
	padding:10px 10px 20px;
}

.galleryBox ul.gallery_list li a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.galleryBox ul.gallery_list li a:hover{
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
	text-decoration:none;
}

.galleryBox ul.gallery_list li .listBox .list_photo{
	margin-bottom:20px;
}

.galleryBox ul.gallery_list li .listBox .ph_date{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:10px;
	color:#575757;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.galleryBox ul.gallery_list li .listBox .ph_name{
	margin-top:8px;
	text-align:center;
	font-size:18px;
	color:#575757;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  @ƒMƒƒƒ‰ƒŠ[Ú×ƒy[ƒW@*/

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

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

.gallery_photoBox{
	max-width:1280px;
	margin:80px auto 0;
	padding:0 50px;
}

.gallery_photoBox .gallery_titBox{
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	padding:30px 0;
}

.gallery_photoBox .gallery_date{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	color:#575757;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.gallery_photoBox .gallery_title{
	margin-top:10px;
	text-align:center;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Sawarabi Mincho", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	font-size:20px;
	color:#575757;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.gallery_photoBox ul.gallery_photo_list{
	margin-top:4vw;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.gallery_photoBox ul.gallery_photo_list li{
	width:47.5%;
	margin-bottom:4vw;
}

.gallery_photoBox ul.gallery_photo_list li img{
}

.gallery_photoBox .bt_back a{
	display:block;
	width:220px;
	margin:45px auto 0;
	padding:17px 0;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	font-weight:400;
	color:#E6E6E6;
	line-height:1.0em;
	letter-spacing:0.2em;
	text-decoration:none;
	background:#575757;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.gallery_photoBox .bt_back a:hover{
	background:#888;
	text-decoration:none;
}

}

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

.gallery_photoBox{
	padding:0 20px;
}

.gallery_photoBox .gallery_titBox{
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	padding:30px 0;
}

.gallery_photoBox .gallery_date{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	color:#575757;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.gallery_photoBox .gallery_title{
	margin-top:10px;
	text-align:center;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Sawarabi Mincho", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	font-size:20px;
	color:#575757;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.gallery_photoBox ul.gallery_photo_list{
	margin-top:4.5vw;
}

.gallery_photoBox ul.gallery_photo_list li{
	width:100%;
	margin-bottom:4.5vw;
}

.gallery_photoBox ul.gallery_photo_list li img{
}

.gallery_photoBox .bt_back a{
	display:block;
	width:220px;
	margin:80px auto 0;
	padding:17px 0;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	font-weight:400;
	color:#E6E6E6;
	line-height:1.0em;
	letter-spacing:0.2em;
	text-decoration:none;
	background:#575757;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.gallery_photoBox .bt_back a:hover{
	background:#888;
	text-decoration:none;
}

}