@charset "UTF-8";

/****************************
 生産者１
 */

.supplier1
{
	margin: 0 0 2rem;
	text-align: left;
	line-height: 1.3;

	font-size: .8rem;

	background-color: rgba(128, 128, 128, .1);
	background-color: white;
	/* border: 1px solid rgba(128, 128, 128, .3); */

	border-radius: 12px;

	/* border: 1px solid red; */
}


/* 生産者 */

.supplier1 a
{
	text-decoration: none;
	color: black; 
}

.supplier1 .img
{
	position: relative;

	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;

	border-radius: 12px 12px 0 0;
}
	
.supplier1 .img img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.supplier1 .name
{
	font-weight: bold;
	font-size: 1rem;

	line-height: 1.3rem;
	height: 1.3rem;

	margin: 1rem;
	overflow: hidden;
}




/* 生産者 */
.supplier1 .supplier
{
	padding-bottom: 1rem;
}
.supplier1 .supplier_icon
{
	height: 30px;
	width: 30px;
	object-fit: cover;
	border-radius: 50%;
	display: inline-block;
}

.supplier1 .supplier_address
{

	font-size: .7rem;
}