@charset "utf-8";
/* CSS Document */

.farmer-introduction {
	margin-bottom: 5px;
	height: auto;
}
.farmers_detail_type_list {
	display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.farmerlist li:not(.slick-slide) .farmers_detail_type_list li {
    margin: 0;
/*    width: 10%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px;
    padding: 5px 10px !important;
    border: solid 1px #dbdbdb;
    background-color: #f5f5f5;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}
.farmers_detail_type_list li img{
    width: auto;
    min-width: auto;
    max-height: 20px;
}
.farmerlist li:not(.slick-slide) .farmers_detail_type_list.delivery_type li {
	width: 25%;
}
.farmers_detail_type_list.delivery_type li img{
    width: auto;
    min-width: auto;
    max-height: 20px;
}

.delivery_item_text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 14px;
}


.notfound {
	padding: 20px 0;
	text-align: center;
}
.notfound strong {
	font-size: 20px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}











/* ------------------------------------------------- */
/* キーワード検索 */
/* ------------------------------------------------- */
.keyword_search {
	margin-bottom: 80px;
}
.keyword_search form {
	display: flex;
	margin-bottom: 30px;
}
.keyword_search form input {
	margin: 0;
}
.keyword_search form button {
    background-color: #90c31f;
	color: #FFFFFF;
	width: 80px;
	min-width: 80px;
	font-size: 18px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}


.keyword_search h2{
    padding: 0;
    line-height: 1;
    text-align: center;
    color: #444444;
    font-size: 34px;
    display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-bottom: 50px;
}
.keyword_search h2::after,
.keyword_search h2::before {
	display: block;
	content: '';
    height: 50px;
    width: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.keyword_search h2::after {
	background-image: url(../img/common/h_icon_2.png);
}
.keyword_search h2::before {
	background-image: url(../img/common/h_icon_1.png);
}
.keyword_search h2 span {
    background: linear-gradient(transparent 70%, #cae1bb 70%);
	display: inline-block;
	margin: 0 15px;
	padding: 0 5px;
}




.keyword_search_body {
	width: 500px;
	margin: auto;
}
.keyword_search h3 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 20px;
}

.keyword_search_body ul{
	display: flex;
	flex-wrap: wrap;
}
.keyword_search_body ul li {
	width: 50%;
	margin-bottom: 10px;
}
.keyword_search_body ul li a{
	text-decoration: underline;
}
.keyword_search_body ul li a:hover {
    color: #f78000;
}

.keyword_search .size_l {
	font-size: 26px;
	color: #E40D11;
}





@media screen and (max-width: 476px) {
	.keyword_search_body {
		width: 100%;
		padding: 0 20px;
	}
	
	.farmers_icon_detail ul {
		justify-content: center;
	}
}

/*210107追加*/
.farmerlist li:not(.slick-slide) .farmers_detail_type_list li {
	background-color: #fff2cc;
	border: none;
	border-radius: 20px;
}
.farmerlist li:not(.slick-slide) .farmers_detail_type_list li a {
	color: #7F6000;
}

