@charset "utf-8";
/* formatting style
----------------------------*/

#mainbox {
	width: 1000px;
	float: right;
}

#textbox {
	width: 700px;
	float: none;
}

#leftbox {
	width: 230px;
	margin-left: 10px;
	margin-top: 0px;
}



/* 見出し
----------------------------*/

h2 {
	margin: 20px 0px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

h5 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}



/* <p>の値
----------------------------*/
.text01 {
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 30px;
	text-indent: 1em;

}

.text02 {
	font-weight: normal;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.text03 {
	font-weight: normal;
	margin: 10px 0px 30px 10px;
}

.text04 {
	font-size: 14px;
	margin-bottom: 30px;
}

.text05 {
	font-weight: normal;
	line-height: 20px;
	text-indent: 1em;
}


/* <ul>の値
----------------------------*/
.list01 {
	margin-left: 10px;
	margin-bottom: 20px;
}

.list02 {
	margin-bottom: 30px;
}

.list03 {
	margin-bottom: 30px;
	margin-left: 10px;
}

.list04 {
	margin-left: 10px;
	margin-bottom: 20px;
}

.list05 {
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
}

.line {
	margin-bottom: 50px;
}

.line ul li {
	display: inline;
}


/* 画像css
----------------------------*/
.figure {
	text-align: right;
	margin-bottom: 30px;
}

.right {
	float: right;
	margin-right: 10px;
}


/* <table>の値
----------------------------*/
table {
	margin-bottom: 30px;
}

table tr td {
	line-height: 20px;
}

.font {
	color: #F00;
	font-weight: bold;
}


/* seminer <table>の値
----------------------------*/
.slist {
	font-size: 12px;
}

.slist_th {
	font-size: 12px;
	color: #FFF;
	background-color: #999;
}

.slist_tr01 {
	background-color: #F3F3F3;
}

.slist_tr02 {
	background-color: #DBDBDB;
}


/* seminer <table>の値
----------------------------*/
.space {
	height: 500px;
}


/* subContents要素 
----------------------------------------------------------- */
#subContents {
	width: 230px;
	padding: 20px 10px 10px;
	position: absolute;
	top: 140px;
	z-index: 20;
	color: #FFF;
}


/* --- メニューエリア --- */
#subContents ul.nl {
	margin: 0;
	padding: 0;
	border-top: 1px #c0c0c0 dotted;
	/* 最上部の境界線 */
	list-style-type: none;
	text-align: left;
}

/* --- メニュー項目 --- */
.subtitle {
	display: block;
	position: relative;
	/* IE6用 */
	padding: 8px 11px;
	/* リンクエリアのパディング（上下、左右） */
	margin: 10px 0px 0px;
	/* サブタイトルのマージン(上のみ) */
	text-decoration: none;
	/* テキストの下線（なし） */
	background-color: #009B00;
	/* 項目の背景色 */
	border-bottom: 1px #c0c0c0 dotted;
	/* 項目の下境界線 */
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

#subContents ul.nl li {
	padding: 3px 1px;
	/* 項目のパディング（上下、左右） */
	background-color: #f9f9f9;
	/* 項目の背景色 */
	border-bottom: 1px #c0c0c0 dotted;
	/* 項目の下境界線 */
	font-size: 12px;
}

/* --- リンク --- */
#subContents ul.nl li a {
	display: block;
	position: relative;
	/* IE6用 */
	padding: 8px 10px;
	/* リンクエリアのパディング（上下、左右） */
	border-left: 4px solid #0C0;
	/* リンクエリアの左境界線 */
	text-decoration: none;
	/* テキストの下線（なし） */
}

/* --- ポイント時の設定 --- */
#subContents ul.nl li a:hover {
	border-left-color: #3F0;
	/* ポイント時の左境界線色 */
}


/* 品目別地域特産物マイスター */

.base {
	width: auto;
}

.base h1 {
	color: rgb(12, 119, 57);
	margin: 50px 0 80px;
	border-bottom: 2px solid;
}

.hinmoku_inline_block {
	color: rgb(12, 119, 57);
	display: inline-block;
	width: 240px;
	margin: 10px;
	font-weight: 600;
}

.hinmoku_inline_block2 {
	color: rgb(12, 119, 57);
	display: inline-block;
	width: 45%;
	margin: 10px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.hinmoku_inline_block a:hover {
	opacity: 0.5;
	transition: 0.4s;
}

.hinmoku_inline_block img {
	border: 8px solid #e4e4e4;
}

.hinmoku_inline_block2 img {
	border: 8px solid #e4e4e4;
}

.hinmoku_inline_block_panel {
	color: rgb(12, 119, 57);
	display: inline-block;
	width: 250px;
	margin: 10px;
	font-weight: 600;
}

.hinmoku_inline_block_panel a:hover {
	opacity: 0.5;
	transition: 0.4s;
}

.hinmoku_inline_block_panel img {
	border: 8px solid #e4e4e4;
}

.kyogikai_inline img {
	border: 8px solid #e4e4e4;
}

.style_width {
	margin: 0 7%;
	margin-bottom: 30px;
}

.hinmoku_footer {
	background-color: rgb(12, 119, 57);
	width: auto;
	padding: 50px;
}

.hinmoku_footer a {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.hinmoku_footer a:hover {
	color: yellow;
	transition: 0.4s;
}

.hinmoku_footer p {
	text-align: center;
}


/* 品目別地域特産物_野菜 */




/* 日本地図DOM */
.japan_map {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	display: table;
	background-color: #adf6ff;
	padding: 30px;
}

/* 日本地図画像（スマホ対応用） */
.japan_map img {
	max-width: 100%;
	height: auto;
	border: 0;
	-webkit-backface-visibility: hidden;
}

/* 日本地図ボタン */
.japan_map .area_btn {
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	cursor: pointer;
	border: 3px solid #333333;
	border-radius: 5px;
	background-color: #FFF;
	padding: 0.2em auto;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area_btn.area1 {
	top: 11%;
	right: 6.5%;
	width: 20%;
}

.japan_map .area_btn.area2 {
	top: 33%;
	right: 13%;
	width: 13%;
}

.japan_map .area_btn.area3 {
	top: 63%;
	right: 16%;
	width: 13%;
}

.japan_map .area_btn.area4 {
	top: 48%;
	right: 29.5%;
	width: 13%;
}

.japan_map .area_btn.area5 {
	top: 73%;
	left: 54%;
	width: 11%;
}

.japan_map .area_btn.area6 {
	top: 64%;
	left: 42%;
	width: 15%;
}

.japan_map .area_btn.area7 {
	top: 62%;
	left: 27.5%;
	width: 12%;
}

.japan_map .area_btn.area8 {
	top: 77.5%;
	left: 28.5%;
	width: 12%;
}

.japan_map .area_btn.area9 {
	top: 60%;
	left: 5.5%;
	width: 17%;
}

.japan_map .area_btn.area10 {
	top: 89.5%;
	left: 9%;
	width: 12%;
}

/* オーバーレイ */
.japan_map .area_overlay {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-color: #111;
	opacity: 0.5;
	cursor: pointer;
}

/* 選択前は表示を隠す */
.japan_map .pref_area {
	display: none;
}

/* 地域毎の都道府県リスト */
.japan_map .pref_list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 3;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	background-color: #FFF;
}

.japan_map .pref_list>div {
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	cursor: pointer;
}

@media screen and (max-width: 480px) {

	/* スマホユーザー向けにボタン文字サイズを調整 */
	.japan_map .area_btn {
		font-size: 4vw;
	}
}

.tx_center {
	text-align: center;
}

.kenbetu p {
	font-size: 1.5rem;
	font-weight: 600;
}

table {
	border-collapse: collapse;
}

.base table {
	width: 100%;
	margin: 0 auto 50px;
	font-weight: 600;
}

.base table a:hover {
	opacity: 0.5;
	transition: 0.2s;
}

.base table th {
	margin-bottom: 15px;
	color: #fff;
	background-color: rgb(51, 148, 91);
	padding: 5px;
	border: solid 2px rgb(17, 51, 31);
}

.base table td {
	margin-bottom: 15px;
	padding: 5px;
	border: solid 2px rgb(17, 51, 31);
	text-align: center;
}

.base table tr:nth-of-type(2n) {
	background-color: rgba(224, 224, 224);
}

.kind {
	margin-bottom: 70px;
	text-align: center;
}

.kind span {
	color: #fff;
	padding: 5px 20px;
	border: solid 2px rgb(12, 119, 57);
	background-color: rgb(12, 119, 57);
}

.kind_block {
	margin-bottom: 20px;
}

.span1 {
	width: 5%;
}

.span2 {
	width: 50%;
}

.kyogikai_inline {
	display: inline-block;
	width: 24%;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
}

.kyogikai_inline a:hover {
	opacity: 0.5;
	transition: 0.2s;
}

.kyogikai_sub {
	color: rgb(12, 119, 57);
	font-size: 18px;
	border-bottom: 2px solid;
}

.tx_left {
	margin: 0 0 0 auto;
}

.btn-flat-border {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: rgb(12, 119, 57);
	border: solid 2px rgb(12, 119, 57);
	border-radius: 3px;
	transition: .4s;
	margin: 10px;
}

.btn-flat-border:hover {
	background: rgb(12, 119, 57);
	color: white;
}

select {

	/* styling */
	background-color: white;
	border: thin solid rgb(17, 134, 26);
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;

	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}


/* arrows */

select.classic {
	background-image:
		linear-gradient(45deg, transparent 50%, rgb(17, 134, 26) 50%),
		linear-gradient(135deg, rgb(17, 134, 26) 50%, transparent 50%),
		linear-gradient(to right, rgb(135, 235, 135), rgb(135, 235, 135));
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	background-repeat: no-repeat;
}

select.classic:focus {
	background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		linear-gradient(to right, gray, gray);
	background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	background-repeat: no-repeat;
	border-color: grey;
	outline: 0;
}

.hinmoku_inline_block2 h4 {
	color: rgb(11, 80, 11);
}

.hinmoku_inline_block2 ol {
	font-size: 16px;
	text-align: left;
	color: rgb(11, 80, 11);
}

.hinmoku_inline_block2 ul li {
	text-align: left;
	list-style: none;
}

.m_margin {
	width: 100%;
	margin: 0 auto;
}

.m_margin p {
	font-size: 15px;
}

.hinmoku_inline_block2 .mini {
	font-size: 15px;
	color: #000;
}

.tume h1 {
	margin: 50px 0 30px;
}

.tume h3 {
	margin-top: 10px;
}

#map {
	width: 1000px;
	margin: 0 auto;
}

#map .space_01 {
	width: 13%;
}

#map .space_02 {
	width: 10%;
}

#map .space_03 {
	width: 20%;
}

#map ul {
	margin-left: -2em;
}

#map ul li span {
	font-weight: 600;
}

#map ul li ul {
	/* text-indent: 1em; */
	margin-left: 1em;
}

#map ul li ul li {
	margin-bottom: 20px;
}

#map2 {
	width: 700px;
	margin: 0 auto;
}

#map2 .space_01 {
	width: 12%;
}

#map2 .space_02 {
	width: 10%;
}

#map2 .space_03 {
	width: 20%;
}

#map2 ul {
	margin-left: -2em;
}

#map2 ul li span {
	font-weight: 600;
}

#map2 ul li ul {
	/* text-indent: 1em; */
	margin-left: 1em;
}

#map2 ul li ul li {
	margin-bottom: 20px;
}

.topics_slider {
	margin: 0 auto;
	text-align: center;
}

.topics_slider img {
	width: 90%;
	text-align: center;
	display: inline-block;
}

.topics_slider .slider-for img {
	margin-top: 50px;
	width: 90%;
	text-align: center;
	display: inline-block;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.btn-flat-border {
	display: inline-block;
	padding: 1.3em 2em;
	text-decoration: none;
	color: rgb(12, 119, 57);
	border: solid 2pxrgb(12, 119, 57);
	border-radius: 3px;
	transition: .4s;
}

.btn-flat-border:hover {
	background: rgb(12, 119, 57);
	color: white;
}

.base .inline_choice {
	display: inline-block;
	width: 48%;
}

.inline_map {
	display: inline-block;
	width: 30%;
	margin-bottom: 20px;
}

.glaf_main {
	width: auto;
	text-align: center;
}

.page_width {
	margin: 0 100px;
}

.inline_glaph_1 {
	display: inline-block;
	width: 65%;
	vertical-align: top;
	padding: 10px;
	border: 2px solid #0c7739;
}

.inline_glaph_1 li {
	margin-left: 1em;
}

.inline_glaph_2 {
	display: inline-block;
	width: 30%;
	text-align: center;
}

.inline_glaph_2 img {
	border: 8px solid #e4e4e4;
}

/* .green_box {
	padding: 10px;
	border: 2px solid #0c7739;
}
.green_box li {
	margin-left: 1em;
} */
.choice_box p {
	padding: 10px;
	border: 2px solid #0c7739;
	font-size: 1.2em;
	letter-spacing: -0.8px;
	margin-bottom: 50px;
}