@charset "UTF-8";

.anchor_icon {
	font-style: normal;
}

@media screen and (min-width: 768px) {
	.br-sp {
		display: none;
	}
}

/*******************************************************************************
	サイトマップ
 *******************************************************************************/
body {
	background-color: var(--bg-color--primary);
}

.main_container {
	padding-top: 120px;
	padding-bottom: 65px;
}

.sitemap_section {
	display: flex;
	max-width: 1360px;
	width: 95%;
	margin: auto;
	column-gap: 1.4705%;
	flex-wrap: wrap;

	row-gap: 20px;
}
@media screen and (min-width: 768px) {
	.sitemap_section {
		width: 95%;
	}
}
@media screen and (max-width: 767px) {
	.sitemap_section {
		width: calc(100% - 40px);
	}
}
.sitemap_box {
	max-width: 440px;
	width: 32.353%;
	padding: 15px clamp(0.625rem, -0.098rem + 1.51vw, 1.25rem) 20px;
	background-color: #ffffff;
}
.sitemap_heading {
	display: flex;
	position: relative;
	margin-bottom: 18px;
	color: #2b1e1d;
	font-size: clamp(1.25rem, 0.599rem + 1.36vw, 1.813rem);
	column-gap: clamp(0.313rem, -0.049rem + 0.75vw, 0.625rem);
	align-items: center;
}

.sitemap_heading::before {
	display: block;
	min-width: 7px;
	max-height: 50px;
	min-height: 30px;
	height: clamp(1.875rem, 0.429rem + 3.01vw, 3.125rem);
	background-color: #006252;
	content: "";
}

.sitemap_list {
	display: grid;
	list-style: none;
	column-gap: 10px;
	grid-template-rows: repeat(4, auto);
	grid-auto-flow: column;

	row-gap: clamp(0.313rem, -0.049rem + 0.75vw, 0.625rem);
}

#business-section .sitemap_list {
	grid-template-rows: repeat(6, auto);
}

.sitemap_list-item {
	height: fit-content;
}




@media screen and (min-width: 1001px) {
	.sitemap_section {
		max-width: 1360px;
		column-gap: 1.4705%;
	}
	.sitemap_box {
		width: 32.353%;
	}
	@media screen and (min-width: 1291px) {
		.list-3-col {
			grid-template-rows: repeat(4, auto);
		}
	}
	@media screen and (max-width: 1290px) {
		.list-3-col {
			grid-template-rows: repeat(5, auto);
		}
	}
}
@media screen and (max-width: 1000px) {
	.sitemap_section {
		max-width: 900px;
		column-gap: 20px;
	}
	@media screen and (min-width: 651px) {
		.sitemap_section {
			max-width: 900px;
		}
		.sitemap_box {
			width: calc(50% - 10px);
		}
	}
	@media screen and (max-width: 650px) {
		.sitemap_section {
			flex-direction: column;
			align-items: center;
		}
		.sitemap_box {
			width: calc(100%);
		}
	}
	@media screen and (min-width: 791px) {
		.list-3-col {
			grid-template-rows: repeat(4, auto);
		}
	}

	@media screen and (max-width: 790px) {
		.list-3-col {
			grid-template-rows: repeat(5, auto);
		}
	}
}





/*.list-3-col {
	grid-template-columns: 1fr 1fr 0.6fr;
}

.list-2-col {
	grid-template-columns: 4fr 3fr;
}*/

.sitemap_list-item a {
	color: #2b1e1d;
	font-size: clamp(0.875rem, 0.803rem + 0.15vw, 0.938rem);
	transition: all 0.3s ease;
}

.sitemap_list-item a:hover {
	color: #006252;
}

.split-container {
	display: flex;
	column-gap: 40px;
	justify-content: flex-start;
	align-items: flex-start;
}

.sitemap_external-link {
	color: #2b1e1d;
	font-size: clamp(0.875rem, 0.803rem + 0.15vw, 0.938rem);
	text-decoration: underline;
	transition: all 0.3s ease;
}

.sitemap_external-link:hover {
	color: #006252;
}

/*@media screen and (max-width: 767px) {
	.main_container {
		padding: 80px 20px 39px;
	}

	.sitemap_section {
		grid-template-columns: 1fr;

		gap: 7px;
	}

	.sitemap_box {
		/*padding: 16px 10px 28px;*/
/*}

	.sitemap_heading {
		margin-bottom: 16px;
	}



	.sitemap_list {
		gap: 14px 16px;
	}

	.list-3-col {
		grid-template-columns: 1fr 1fr;
	}

	.list-2-col {
		grid-template-columns: 1fr 1fr;
	}

	/* スマホ表示時の並び順制御 */
/*.item-notice {
		order: 1;
	}   /* 重要なお知らせ（左） */
/*.item-business {
		order: 2;
	}  /* 事業紹介（右） */
/*.item-news {
		order: 3;
	}      /* 新着情報（左） */
/*.item-products {
		order: 4;
	}  /* 特産品（右） */
/*.item-about {
		order: 5;
	}     /* JAにしうわについて（左） */
/*.item-shop {
		order: 6;
	}      /* オンラインショップ（右） */
/*.item-lifestyle {
		order: 7;
	} /* 暮らしのサービス（左） */
/*.item-recruit {
		order: 8;
	}   /* 採用情報（右） */
/*.item-facility {
		order: 9;
	}  /* 施設情報（左） */

/* split-containerの調整 */
/*.split-container {
		column-gap: 16px;
	}

	.split-container .sitemap_list {
		flex: 1;
	}*/

/* 事業紹介のレイアウト調整 */
/*.list-business {
		grid-template-columns: 1fr 1fr;
	}

	.list-business .item-jabank {
		grid-column: 1;
		grid-row: 1;
	}

	.list-business .item-kyosai {
		grid-column: 1;
		grid-row: 2;
	}

	.list-business .item-farming {
		grid-column: 1;
		grid-row: 3;
	}

	.list-business .item-tachibana {
		grid-column: 2;
		grid-row: 1;
	}

	.split-container .sitemap_external-link {
		flex: 1;
	}

	.sitemap_list-item a {
		font-size: clamp(0.875em, 0.75em + 0.2vw, 0.9375em);
	}
}*/

@media screen and (min-width: 768px) {
}
