#bunka {
	padding: 55px 0px;
	background: url(../img/common/jimon_nami.jpg);
}

.bunkaWap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*
.bunkaBox {
	width: 32%;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
	font-size: 14px;
	padding-bottom: 25px;
}
*/


.bunkaBox {
	width: 320px;
	height: 470px;;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
	font-size: 14px;
	padding-bottom: 25px;
}


@media handheld, only screen and (max-width: 767px) {
	.bunkatWap::before{
	  content:"";
	  display: block;
	  width:48%;
	  order:1;
	}

	.bunkatWap:after {
		content:"";
		display: block;
		width: 48%;
	}
	.bunkaBox {
		width: 48%;
		background: #fff;
		margin-bottom: 30px;
		position: relative;
		font-size: 14px;
		padding-bottom: 25px;
	}

}

.bunkaThumb {
	height: 220px;
	overflow: hidden;
	display: grid;
	background: #fff;

}

.bunkaThumb img{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.bunkaTitle {
	color: #000;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.bunkaTxt {
	/*min-height: 150px;*/
	height: 80px;
    overflow: hidden;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.detailLink_btn {
	width: 80%;
	display: block;
	color: #000;
	text-align: center;
	padding: 10px 0px;
	margin: 10px auto;
	border: solid 1px #000;
    cursor: pointer;
    background: url(../img/common/arrow_k.png)left center no-repeat;
   	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
	position: absolute;
    bottom: 20px;
    left: 32px;
}

.detailLink_btn:hover {
	background: url("../img/common/arrow_k.png")20px center no-repeat;
}
@media handheld, only screen and (max-width: 767px) {


}




















