@charset "utf-8";
.tilecont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	transition: all .8s;
	
}
/*//////////////////////*/
.tilecont .hcard {
	position: relative;
}

.tilecont {
	transition: all .8s;
}

/*//////////////////////*/
/* ////////// Div Type start */
.hcard {
	position: relative;/*相対配置*/
	padding: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;


	//box-shadow: 0px 2px 5px #ccc;
	background-color: rgba(0,0,0,1);
	transition: all .8s;
}
.hcard:hover {
	//background-color: #ef8200;
	transition: all .8s;
}
.hcard:hover img {
	opacity: 0.8;
	transition: all .8s;
}
.hcard img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.257;
  transition: all .8s;
  
}
.hcard2 {
	position: relative;/*相対配置*/
	padding: 30px 20px;







	//box-shadow: 0px 2px 5px #ccc;
	background-color: rgba(255,255,255,1);
	transition: all .8s;
	border: 2px solid #000000;
	margin: 5px;
}
.hcard2 img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: all .8s;
  
}
.hcard2 p, .hcard2 h3 {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 0.2em;
}

.hcard p, .hcard h3 {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 0.2em;
}
.tilecont .hcard p, .tilecont .hcard h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	//background: rgba(0,204,204,1);
	display: block;
}

.tilecont .hcard:hover p, .tilecont .hcard:hover h3 {
	opacity: 1;
	color: rgba(255, 255, 255, 1);
	transition: all .8s;
}

/* ////////// Div Type END */
/* ////////// Div Zoom img START */
.scale {
    width: 100%;
    //height: 300px;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* ////////// Div Zoom img END */
.hcard {
	width: 48%;
	height:auto;
	}
.hcard2 {
	width: 96%;
	height:auto;
	}
@media screen and (min-width:900px) {
	.hcard {
	width: 23%;
	height:auto;
	}
.hcard2 {
	width: 30.0%;
	height:auto;
	}
}
