@charset "utf-8";
/* CSS Document */

.map-ttl {
    padding: 0;
    line-height: 1.4;
    text-align: center;
    color: #444444;
    font-size: 34px;
    display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-bottom: 50px;
}
.map-ttl span {
    background: linear-gradient(transparent 70%, #cae1bb 70%);
	display: inline-block;
}

.map_wrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 70px auto;
	padding: 70px 0 60px 80px;
	background: #f9feef;
}
.map-txt {
	width: auto;
	position: absolute;
	top: 120px;
	left: 80px;
	z-index: 10;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.map-txt span {
	color: #f8a624;
}
.map-add {
	width: auto;
	position: absolute;
	top: 150px;
	left: 120px;
	z-index: 10;
	line-height: 1;
}
.mapInfo_lst {
	width: 330px;
	position: absolute;
	top: 210px;
	left: 190px;
	z-index: 10;
	padding: 25px 30px;
	border: 1px solid #deedbc;
	background: #fff;
	box-sizing: border-box;
}
.mapInfo_lst li {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.mapInfo_lst li:last-child {
	margin-bottom: 0;
}
.mapInfo_lst li b {
    font-weight: bold;
    font-size: 18px;
    color: #f8a624;
    margin: 0 2px;
}
.mapInfo_lst li span {
	padding-right: 10px;
}
.mapInfo_lst li:nth-child(1) span {
	color: #208255;
}
.mapInfo_lst li:nth-child(2) span {
	color: #4faa4f;
}
.mapInfo_lst li:nth-child(3) span {
	color: #9bcb4f;
}
.mapInfo_lst li:nth-child(4) span {
	color: #c3e288;
}
.mapInfo_lst.is-ver2 li:nth-child(1) span {
	color: #822020;
}
.mapInfo_lst.is-ver2 li:nth-child(2) span {
	color: #cb4f4f;
}
.mapInfo_lst.is-ver2 li:nth-child(3) span {
	color: #e28888;
}
.mapInfo_lst.is-ver2 li:nth-child(4) span {
	color: #ffbebe;
}
.map {
	position: relative;
	text-align: center;
}
.area_map {
	width: 722px;
	height: auto;
}
.map_lnk {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.farmerlist_ttl {
	text-align: center;
	margin-bottom: 40px;
}
.farmerlist-ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.farmerlist-txt {
	font-size: 17px;
	line-height: 1;
}
.farmerlist-txt span {
	color: #f8a624;
}
.areaDtl_wrap {
	display: none;
	position: absolute;
	top: 260px;
    right: -145px;
	z-index: 100;
	width: 350px;
}
.areaDtl_wrap.on {
	display: block;
}
.areaDtl_in {
	position: relative;
	padding: 30px 15px 80px 15px;
	border: 1px solid #90c31f;
	background: #fff;
	border-radius: 10px;
}
.areaDtl_in:before,
.areaDtl_in:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 10;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 30px;
	border-color: transparent transparent transparent #90c31f;
}
.areaDtl_in:before {
	top: -40px;
    left: 40px;
}
.areaDtl_in:after {
	top: -37px;
    left: 41px;
	border-color: transparent transparent transparent #fff;
}
.dtlcls-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 11;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.dtlcls-btn span {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 25px 0 0 0;
	z-index: 12;
}
.dtlcls-btn span:before,
.dtlcls-btn span:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 11px;
	z-index: 10;
	width: 2px;
	height: 20px;
	background: #90c31f;
}
.dtlcls-btn span:before {
	transform: rotate(45deg);
}
.dtlcls-btn span:after {
	transform: rotate(-45deg);
}
.areaDtl-ttl {
	position: relative;
	font-size: 16px;
    font-weight: bold;
	line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.areaDtl-ttl:before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	height: 22px;
	background: #fff;
	z-index: 11;
}
.areaDtl-ttl .txt-fs {
	font-size: 18px;
}
.areaDtl-ttl .clr {
	color: #f8a624;
}
.areaDtlLst_wrap {
	position: relative;
	max-height: 500px;
	overflow-y: scroll;
}
.areaDtlLst_wrap.on {
	/* max-height: inherit; */
	max-height: 405px;
	overflow-y: scroll;
	padding-bottom: 0;
	padding-right: 0;
	scrollbar-width: thin;
	scrollbar-color: #bbbbbb #f1f1f1;
}
.areaDtlLst_wrap.on::-webkit-scrollbar {
   width: 1px;
}
.areaDtlLst_wrap.on::-webkit-scrollbar-track {
   background-color: #f1f1f1;
}
.areaDtlLst_wrap.on::-webkit-scrollbar-thumb {
   background-color: #bbbbbb;
}
.areaDtlLst_in li {
    margin-bottom: 30px;
}
.areaDtlLst_in li:last-child {
    margin-bottom: 0;
}
.areaDtl_lst {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin-top: 20px;
}
.areaDtl_lst li {
	width: 31%;
	margin-top: 20px;
	margin-right: 3.5%;
}
.areaDtl_lst li:nth-child(-n+3) {
	margin-top: 0;
}
.areaDtl_lst li:nth-child(3n) {
	margin-right: 0;
}
.areaDtl-name {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}
.areaDtl-txt {
	font-size: 10px;
	text-align: center;
}
.areaDtl-txt span {
	display: inline-block;
    color: #fff;
    padding: 2px 8px;
    background: #90c31f;
    border-radius: 10px;
}
.areaDtl_img {
	position: relative;
    width: 70px;
    height: 70px;
    margin: 10px auto 0 auto;
    border-radius: 40px;
	background: #cbcbcb;
	overflow: hidden;
}
.areaDtl_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	object-fit: cover;
}
.list_btn {
	position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
	display: table;
	width: calc(100% - 42px);
	height: 36px;
}
.list_btn a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #90c31f;
	border-radius: 5px;
}
.tgl-btn {
	position: absolute;
	/* bottom: 0; */
	bottom: 80px;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 40px;
	cursor: pointer;
}
.tgl-btn.on {
	position: static;
}
.tgl-btn span {
	position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
	background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(255,255,255,1) 50%);
	background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#ffffff',GradientType=0 );
}
.tgl-btn.on span {
	background: none;
}
.tgl-btn span:before {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	z-index: 10;
	border-right: 4px solid #c9caca;
	border-bottom: 4px solid #c9caca;
}
.tgl-btn.on span:before {
	top: 25px;
	transform: translateX(-50%) rotate(225deg);
}
.farmers_detail_type_list li {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    background-color: #fff2cc;
    border-radius: 20px;
}
.farmers_detail_type_list li a {
    color: #7f6000;
}
.center-slick li .farmers_detail_type_list li {
	margin: 0;
	/*width: 10%;*/
	width: auto;
	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;
}
.center-slick li .farmers_detail_type_list.delivery_type li {
	width: 25%;
}
.center-slick li .farmers_detail_type_list li {
	background-color: #fff2cc;
	border: none;
	border-radius: 20px;
}
.center-slick li .farmers_detail_type_list li a {
	color: #7f6000;
}
.size_l {
	font-size: 26px;
	color: #E40D11;
}
.js-more {
	display: flex;
	align-items: center;
	height: 480px;
	color: #628bff;
	text-decoration: underline;
	font-size: 16px;
}
@media screen and (min-width: 990px) {
	.area_lst {
		display: none;
	}
	.prefLst_wrap {
		display: none;
	}
}
@media screen and (max-width: 990px) {
    .map-ttl {
        margin-bottom: 20px;
    }
	.map_wrap {
		margin: 0 auto 40px auto;
		padding: 260px 20px 30px 20px;
	}
	.map-txt {
		top: 40px;
		left: 20px;
		font-size: 16px;
	}
	.map-add {
		top: 65px;
		left: 20px;
	}
	.mapInfo_lst {
		width: calc(100% - 40px);
		top: 90px;
		left: 20px;
		padding: 15px;
	}
	.mapInfo_lst li {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.area_map {
		width: 100%;
	}
	.map_lnk {
		width: 100%;
		height: auto;
	}
	.farmerlist_ttl {
		margin-bottom: 20px;
	}
	.farmerlist-ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.farmerlist-txt {
		font-size: 16px;
	}
	.areaDtl_wrap {
        position: fixed;
		/* top: 230px; */
		top: 50%;
        transform: translateY(-50%);
	    /* right: 40px; */
	    right: 30px;
		/* width: calc(100% - 80px); */
		width: calc(100% - 60px);
        z-index: 502;
	}
	.areaDtl_in {
		padding: 20px 15px 80px 15px;
	}
	.areaDtl_in:before,
	.areaDtl_in:after {
		content: none;
	}
	.areaDtl-ttl {
		font-size: 16px;
	}
	.areaDtl-ttl .txt-fs {
		font-size: 18px;
	}
	.areaDtlLst_wrap {
		max-height: 350px;
	}
	.areaDtl_lst {
		margin-top: 20px;
	}
	.areaDtl_lst li {
		width: 31%;
		margin-top: 20px;
	}
	.areaDtl_lst li:nth-child(-n+3) {
		margin-top: 0;
	}
	.areaDtl-name {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.areaDtl-txt {
		font-size: 10px;
	}
	.areaDtl-txt span {
	    padding: 2px 8px;
	}
	.areaDtl_img {
	    width: 70px;
	    height: 70px;
	    margin: 10px auto 0 auto;
	}
	.list_btn {
	    bottom: 20px;
		width: calc(100% - 42px);
		height: 36px;
	}
	.list_btn a {
		font-size: 14px;
	}
	.tgl-btn {
		/* bottom: 0; */
		bottom: 80px;
		left: 0;
		width: 100%;
		height: 40px;
	}
	.tgl-btn span {
	    padding: 40px 0 0 0;
	}
	.tgl-btn span:before {
		width: 15px;
		height: 15px;
		top: 10px;
		left: 50%;
		border-right: 4px solid #c9caca;
		border-bottom: 4px solid #c9caca;
	}
	.area_lst {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
	}
	.area_lst ul {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.area_lst ul li {
		position: absolute;
		z-index: 10;
	}
	.area_lst ul li:nth-child(1) {
		top: 80px;
		right: 110px;
	}
	.area_lst ul li:nth-child(2) {
		bottom: 80px;
		right: 0;
	}
	.area_lst ul li:nth-child(3) {
		top: 140px;
		right: 130px;
	}
	.area_lst ul li:nth-child(4) {
		bottom: 20px;
		right: 100px;
	}
	.area_lst ul li:nth-child(5) {
		bottom: 0;
		right: 155px;
	}
	.area_lst ul li:nth-child(6) {
		bottom: 120px;
		left: 100px;
	}
	.area_lst ul li:nth-child(7) {
		bottom: -10px;
		left: 90px;
	}
	.area_lst ul li:nth-child(8) {
		bottom: 90px;
		left: 0;
	}
	.area_lst ul li a {
		display: block;
		padding: 5px 8px;
		border: 1px solid #90c31f;
        border-radius: 3px;
		background: #fff;
	}
	.prefLst_wrap {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 501;
		width: calc(100% - 40px);
	}
	.prefLst_wrap.on {
		display: block;
	}
    .prefLst_bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 500;
        background: rgba(0,0,0,0.4);
    }
    .prefLst_bg.on {
        display: block;
    }
	.cls-btn {
		position: absolute;
		top: -30px;
	    right: 5px;
	    z-index: 11;
	    width: 25px;
	    height: 25px;
	}
	.cls-btn span {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
		padding: 25px 0 0 0;
	}
	.cls-btn span:before,
	.cls-btn span:after {
		content: "";
		display: block;
		position: absolute;
		top: 2px;
		right: 11px;
		z-index: 10;
		width: 2px;
		height: 20px;
		background: #fff;
	}
	.cls-btn span:before {
		transform: rotate(45deg);
	}
	.cls-btn span:after {
		transform: rotate(-45deg);
	}
	.area_img {
		display: none;
		position: relative;
		text-align: center;
		padding: 30px 0;
		background: #fff;
		border-radius: 10px;
	}
	.area_img.on {
		display: block;
	}
	.area_img:before {
		content: "loading";
		content: none;
	    position: absolute;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 20px;
	    font-weight: bold;
	    top: 0;
	    left: 0;
	    z-index: 11;
	    width: 100%;
	    height: 100%;
	    background: #fff;
	    border-radius: 10px;
	}
	.area_img.none:before {
		content: none;
	}
	.area_img img {
		position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
		height: auto;
		opacity: 1;
	}
	.area_img.none img {
		opacity: 0;
	}
	.area_img.area1 img,
	.area_img.area1 svg {
		width: 240px;
	}
	.area_img.area2 img,
	.area_img.area2 svg {
		top: 49%;
		width: 150px;
	}
	.area_img.area3 img,
	.area_img.area3 svg {
		width: 220px;
	}
	.area_img.area4 img,
	.area_img.area4 svg {
		width: 220px;
	}
	.area_img.area5 img,
	.area_img.area5 svg {
		top: 49%;
		width: 170px;
	}
	.area_img.area6 img,
	.area_img.area6 svg {
		width: 180px;
	}
	.area_img.area7 img,
	.area_img.area7 svg {
		top: 49%;
		width: 180px;
	}
	.area_img.area8 img,
	.area_img.area8 svg {
		top: 49%;
		width: 170px;
	}
}

@media screen and (max-width: 480px) {
	.slick-box > ul:not(.slick-slider) {
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 40px;
	}
	.slick-box > ul > li:not(.slick-slide) {
		padding: 0 10px;
	}
}
