@charset "utf-8";
/* CSS Document */

#gallery {
	padding-bottom: 50%;
}
#gallery #gallery_box {
	padding: 3%;
}
.list li{
	text-align: center;
}
.list li a {
	display: block;
	padding: 10px;
	background: #70C1B2;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#cate_list li a span{
	display: inline-block;
	text-align: left;
}
#gallery .cate {
	margin-bottom: 30px;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
}
#gallery .cate .cate_title{
	font-size: 16px;
	padding: 10px;
	background-color: #33B59D;
	color: #fff;
	margin-bottom: 2%;
	text-align: left;
}
#gallery .cate .cate_box {
	width: 30%;
	display: inline-block;
	padding: 1%;
	box-sizing: border-box;
	vertical-align: top;
	letter-spacing: normal;
}
#gallery .cate .cate_box .box_title1{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
#gallery .cate .cate_box .box_title1:empty {
	display: none;
}
#gallery .cate .cate_box .box_img1{
	margin: 0 1%;
	box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#gallery .cate_photo {
	width: 280px;
	height: 280px;
	border-radius: 150px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
#gallery .cate .cate_box .box_img1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#gallery .cate .retop{
	font-size: 14px;
	background-color: #33B59D;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	cursor: pointer;
	margin-top: 3%;
}



/*タブレット以上*/
@media screen and (min-width: 700px){
#gallery{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
	@media screen and (max-height: 700px){
	}
	@media screen and (min-height: 700px){
	}
}