@charset "utf-8";
/* CSS Document */
/*single-page*/
/* .sec-single {
	margin-top: 100px;
	padding: 0 20px;
} */
.sec-single-img img {
	width: 80%;
}
.sec-single-title {
	margin: 30px 0;
	padding-left: 10px;
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 600;
	border-left: solid 5px #578B53;
}
.sec-single-content {
	text-align: left;
	line-height: 28px;
}
mark {
	font-style: normal;
}
.wp-block-image img {
	max-width: 100% !important;
}

@media (min-width: 1020px) {
	.sec-single-img img {
		height: 400px;
    object-fit: contain;
	}
	.sec-single-title {
		margin: 60px 0;
		font-size: 3.8rem;
	}
}

/*アルストロメリア*/
.sec-alstoroemeria {
	margin: 100px 0 120px;
    padding: 0 20px;
}
.sec-alstoroemeria-news {
	margin-bottom: 30px;
}
.sec-alstoroemeria-img img {
	width: 100%;
    height: 200px;
    object-fit: cover;
}
.sec-alstoroemeria-time {
	font-size: 1.4rem;
	text-align: left;
	color: #595959;
}
.sec-alstoroemeria-title {
	font-size: 2.0rem;
	font-weight: 600;
	text-align: left;
}
.sec-alstoroemeria-title a {
	text-decoration: none;
	color: #333;
}
@media (min-width: 800px) {
	.sec-alstoroemeria {
		padding: 0 30px;
		-ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
		-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;	
}
	.sec-alstoroemeria-img img {
		width: 330px;
    height: 230px;
	}
	.header-eustoma {
		background-image: url("../imgs/producer/header-img3.jpg");
	}
	.header-limonium {
		background-image: url("../imgs/producer/header-img4.jpg");
	}
	.header-fairies {
		background-image: url("../imgs/producer/header-img5.jpg");
	}
	.header-coccote {
		background-image: url("../imgs/producer/header-img6.jpg");
	}
	.header-alstoroemeria {
		background-image: url("../imgs/producer/header-img7.jpg");
	}
	.header-limoniun_sinuatum {
		background-image: url("../imgs/producer/header-img8.jpg");
	}
}
