@charset "utf-8";

.bh_title{
	display:flex;
	padding: 15px 10px 15px 20px;
	border-left: 15px solid #88b489;
	border-bottom: 1px solid #88b489;
	margin-top: 30px;
	margin-bottom: 10px;
	align-items: center;
}
.bh_title p:nth-child(1){
	margin-right:1.2em;
	font-size:85%;
	text-align:right;
}
.bh_title p:nth-child(2){
	font-size:220%;
}
.bh_data{
	display:flex;
	flex-wrap:wrap;
}
.bh_data *{
	box-sizing:border-box;
}
.bh_data > div{
	margin: 10px 15px 0 15px;
	font-size:120%;
}

.bh_data > div p:first-child{
	color:#88b489;
	font-weight:bold;
	width:100%;
	padding:8px;
	border-bottom:1px solid;
	display: flex;
	text-align:center;
	justify-content: center; /* 左右中央 */
	align-items: center;    /* 上下中央 */
	height:2.7em;          /* 固定の高さ */
	line-height:1;
}
.bh_data > div p:first-child small{
	font-size:70%;
}

.bh_data > div p:last-child{
	font-size: 140%;
	padding:15px;
	text-align:center;
	width:100%;
}

.bh_memo{
	border:1px solid #88b489;
	padding:0;
	margin:18px 10px 25px;
	border-radius:4px;
}
.bh_memo p:first-child{
	background-color:#88b489;
	color:#fff;
	font-weight:bold;
	padding: 5px 14px;
	border-radius:2px 2px 0 0;
}
.bh_memo p:last-child{
	padding:15px;
	font-size:130%;
	line-height: 1.5
}

.bh_gallery{
	display:flex;
	flex-wrap:wrap;
}
.bh_gallery p{
	width:31%;
	margin:1.16%;
}

@media(max-width:550px){
	.bh_data > div{
		font-size:100%
	}
	.bh_memo p:last-child{
		font-size:110%;
	}
	.bh_gallery p{
		width:48%;
		margin:1%;
	}
}


.bhl{
	display:flex;
	flex-wrap:wrap;
	margin:20px 0;
}
/* ↓ aタグです */
a.bhl_card{
	color:#000;
	width:32%;
	margin-right:1.66%;
	display:block;
	background:#f0f0f0;
	margin-bottom:20px
}
a.bhl_card:hover{
	background:#88b489;
		color:#fff;
}
.bhl_card:nth-child(3n){
	margin-right:0;
}

.bhl_title{
	font-weight:bold;
	font-size:150%;
	margin-bottom:4px;
	text-align:center;
	width:86%;
	padding-top: 13px;
}
.bhl_title small{
	color:#88b489;
	font-size:70%;
}
.bhl_image{
	width:270px;
	height:270px;
	margin:0 auto;
}

.bhl_image img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.bhl_data{
	font-size:120%;
	margin-top:5px;
	text-align:center;
}
.bhl_data small{
	color:#88b489;
	font-size:77%;
	font-weight:bold;
	display:inline-block;
	margin-right:2px;
}
.bhl_data small.no_col{
	color:#000;
	font-weight:normal;
}
.bhl_data span{
	display:inline-block;
	margin-right:7px;
}
.bhl_btn{
	text-align:center;
	padding-bottom: 11px;
}
.bhl_btn span{
	background:#88b489;
	color:#fff;
	padding:3px 20px ;
	display:inline-block;
	margin-top:5px;
	border-radius:3px;
}
.bhl_card:hover small,
.bhl_card:hover small.no_col{
	color:#fff;
}


@media(max-width:550px){
	a.bhl_card{
		width:49%;
		margin-right:2%;
	}	
	.bhl_card:nth-child(3n){
		margin-right:2%;
	}
	.bhl_card:nth-child(2n){
		margin-right:0;
	}	
	.bhl_image{
		width:40vw;
		height:45vw;
	}
	.bhl_title{
		font-size:130%;
	}
	.bhl_data{
		font-size:110%;
	}
}

.buttons{
	text-align:center;
	margin:20px 0;
	/* padding-bottom: 11px; */
}
.buttons a{
	background:#88b489;
	color:#fff;
	padding: 0.5em 10px 0.4em;
	display:inline-block;
	margin: 5px 5px;
	border-radius:3px;
}
.bigbtn{
	font-size:150%
}