.near_bukken{
	display: flex;
	flex-wrap:wrap;
	margin-left: 2rem;
}
.near_bukken_item{
	width:50%;
}
.near_bukken_item{
	margin:0.2rem 0;
}
.near_bukken_item:hover{
	background: #fffddf;
	border: 2px silver;
	border-style: dotted none;
}
.near_bukken_item a{
	color: inherit;
	text-decoration: none;
}
.near_bukkenmei{
	font-size: 1.1rem;
	white-space: nowrap;
}
.near_bukken_photo{
	position: relative;
}
span.near_uri{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #ff6262;
	color: white;
	padding: 0 3px;
	border-radius: 0.5rem;
}
span.distance{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	text-align:center;
	font-size: 0.6rem;
	color: silver;
}
.near_bukken_desc{
	display: flex;
	/* align-items: flex-start; */
}
.near_bukken_comments{
	margin: 0 3px;
	display: flex;
	flex-wrap: wrap;
}
.near_bukken_comment{
	overflow-x: hidden;
	white-space: nowrap;
	margin: 1px 0;
	width: 100%;
}
@media screen and (max-width: 800px){
	.near_bukken_item{
		width:100%;
	}
	.near_bukken_comment{
		width: 50%;
	}
}
@media screen and (max-width: 660px){
	.near_bukken_comment{
		width: 100%;
	}
}
.near_bukken_comment span{
	display: inline-block;
	width: 3rem;
	padding: 0 0.2rem;
	margin-right: 0.5rem;
	text-align-last: justify;
	background: silver;
	color: white;
}
