@charset "utf-8";

/* Base
========================================== */
@charset "utf-8";

/* =======================================

	Browser Reset CSS
	Last Up Date 14/08/27

========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td,figure {margin: 0; padding: 0;}

html,body {background: #FFF; color: #000;}

body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small; width: 100%;}
*:first-child+html body {font-size: small;}

a {outline:none; color:#000;}

img {border: 0; vertical-align: top;}

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);  /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}


h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

.clear{
	clear:both;
}

/*-- clearfix --*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height: 0;
}
.clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/* =======================================

	Structure CSS

========================================== */
body {
	font-size: 14px;
	font-weight: 500;
	background-color: #FFF;
	color: #4D4D4D;
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック" , "Yu Gothic" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , arial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
p {
	line-height: 1.8em;
}
#wrapper {
	overflow: hidden;
}
.contents {
	position: relative;
}
.column1,.column2 {
	width: 960px;
	margin: 0 auto 40px;
}
.column2 .main {
	float: left;
	width: 72%;
}
.column2 .sub {
	float: right;
	width: 24%;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: #9fa51c;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/* =======================================

	Text Decorations CSS

========================================== */
.title01 {
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
}
.title02 {
	border-left: 5px solid #E8EF8B;
	font-size: 200%;
	line-height: 1.5em;
	margin-bottom: 60px;
}
.title02 span {
	padding: 4px 0 4px 20px;
	display: block;
}
.title03 {
	background-color: #E8EF8B;
	font-size: 128%;
	line-height: 1.5em;
	padding: 20px 15px;
	margin-bottom: 30px;
	color: #333;
}
.title04 {
	font-size: 114%;
	line-height: 1.5em;
	border-bottom: 2px solid #E8EF8B;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #333;
}
.title05 {
	line-height: 1.5em;
	margin-bottom: 15px;
	color: #333;
}
.title06 {
	font-size: 114%;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #333;
}
.title07 {
	font-size: 128%;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #333;
}
.title08 {
	font-size: 114%;
	line-height: 1.5em;
	border-bottom: 2px solid #E8EF8B;
	padding-bottom: 5px;
	margin-bottom: 20px;
    margin-top:30px;
	color: #333;
}

/* =======================================

	Header CSS

========================================== */
.siteHeader {
	width: 960px;
	height: 142px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.siteHeader .siteName a {
	padding: 20px 10px 0 200px;
	margin: 19px 0 30px;
	background: url(https://hanamusubi.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/logo.jpg) no-repeat 0 0;
	background-size:200px 43px;
	font-size: 164%;
	line-height: 1.5em;
	display: inline-block;
	text-indent: -99999px;
}
.siteHeader .siteName a:hover {
	text-decoration: none;
}
.siteHeader .btnNavi {
	display: none;
}

/* =======================================

	Globalnavi CSS

========================================== */
.gNaviWrap {
	overflow: hidden;
}
.gNavi .naviGroup01 li {
	display: inline;
}
.gNavi .naviGroup01 li a.active,
.gNavi .naviGroup01 li a:hover,
.about .gNavi .naviGroup01 li.gNavi02 a,
.mushroom .gNavi .naviGroup01 li.gNavi03 a,
.products .gNavi .naviGroup01 li.gNavi04 a,
.shop .gNavi .naviGroup01 li.gNavi05 a,
.agri_info .gNavi .naviGroup01 li.gNavi06 a,
.life .gNavi .naviGroup01 li.gNavi07 a {
	border-bottom:3px solid #E86661;
	color: #E86661;
	text-decoration: none;
}
.gNavi .naviGroup01 li a {
/*	margin-right: 32px;*/
    margin-right: 52px;
	/*margin-right: 45px; 2018.04.03 support修正*/
	padding-bottom: 15px;
	display: inline-block;
	line-height: 1.5em;
}
.gNavi .naviGroup01 li:last-child a {
	margin-right: 0;
}
.gNavi .naviGroup02 {
	position: absolute;
	top: 35px;
	right: 0;
	width: 200px;
}

/* =======================================

	pageTop

========================================== */
.pageTop {
	background-color: #E4E3D9;
}
.pageTop a {
	height: 50px;
	background: url(https://hanamusubi.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowT.svg) no-repeat center center;
	background-size:30px 15px;
	-webkit-background-size:30px 15px;
	text-indent: -99999px;
	display: block;
}
.pageTop a:hover {
	background-color: #bbbab4;
	display: block;
}
/* =======================================

	Footer CSS

========================================== */
.siteFooter {
	color: #333;
}
.siteFooter .footerIn {
	overflow: hidden;
	margin: 52px auto 40px;
	width: 960px;
	text-align: center;
}
.siteFooter .footerIn .fNavi ul li {
	display: inline;
}
.siteFooter .footerIn .fNavi ul li a {
	display: inline-block;
	margin: 8px 10px;
}
.siteFooter .footerIn .fNavi ul.naviGroup01 li a {
	line-height: 1.5em;
}
.siteFooter .footerIn .fNavi ul li.icoBlank a {
	padding-right: 27px!important;
}
.siteFooter .footerIn .fNavi ul li.icoBlank a:after {
	padding: 6px 4px 0 0!important;
}
.siteFooter .footerIn .siteInfo {
	margin: 50px auto 25px auto;
	width: 500px;
	overflow: hidden;
}
.siteFooter .footerIn .siteInfo .siteName {
	float: left;
	width: 162px;
}
.siteFooter .footerIn .siteInfo .siteName a {
	padding: 0 0 28px 162px;
	background: url(https://hanamusubi.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/logo.svg) no-repeat 0 0;
	background-size:162px 28px;
	-webkit-background-size:162px 28px;
	text-indent: -99999px;
	display: inline-block;
}
.siteFooter .footerIn .siteInfo .siteName a:hover {
	text-decoration: none;
}
.siteFooter .footerIn .siteInfo .siteName span {
	display: block;
	text-align: right;
}
.siteFooter .footerIn .siteInfo address {
	float: right;
	width: 310px;
	text-align: left;
	margin-top: 6px;
	line-height: 1.8em;
}
.siteFooter .footerIn .copyright {
	font-size: 85%;
	color: #818181;
	text-align: center;
}


/* Style
========================================== */
@charset "utf-8";
/* =======================================

	セクション

========================================== */
.boxSection {
	margin-bottom: 60px;
}
.boxsSectionInner {
    margin-bottom: 40px;
}
.boxSection .text,
.boxSection .img {
	margin-bottom: 30px;
}
.lineBox,.lineBoxContact {
	border: 5px solid #DDD;
	padding: 30px;
}
.boxImgLeft .img {
	float: left;
	width: 48%;
}
.boxImgLeft .text {
	float: right;
	width: 48%;
}
.boxImgLeft02 .img {
	float: left;
	width: 44%;
}
.boxImgLeft02 .text {
	float: right;
	width: 52%;
}
.boxImgLeft03 .img {
	float: left;
	width: 32%;
}
.boxImgLeft03 .text {
	float: right;
	width: 64%;
}
.boxImgRight .text {
	float: left;
	width: 65%;
}
.boxImgRight .img {
	float: right;
	width: 31%;
}
.boxImgRight02 .text {
	float: left;
	width: 55%;
}
.boxImgRight02 .img {
	float: right;
	width: 38%;
}
.boxImgRight03 .text {
	float: left;
	width: 48%;
}
.boxImgRight03 .img {
	float: right;
	width: 48%;
}
.boxImgRight04 .text {
	float: left;
	width: 76%;
}
.boxImgRight04 .img {
	float: right;
	width: 18%;
}

/* =======================================

	テーブル

========================================== */
.table01 {
	width: 100%;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 30px;
}
.table01 th {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #F2F2F2;
	padding: 15px;
	line-height: 1.8em;
}
.table01 td {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 15px;
	line-height: 1.8em;
}
.table02 {
	width: 100%;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 30px;
}
.table02 th {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #F2F2F2;
	padding: 15px;
	line-height: 1.8em;
}
.table02 td {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 15px;
	line-height: 1.8em;
}
.table04 {
	width: 100%;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 30px;
}
.table04 thead th {
	text-align: center;
}
.table04 th {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background-color: #F2F2F2;
	padding: 15px;
	line-height: 1.8em;
	box-sizing: border-box;
}
.table04 td {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 15px;
	line-height: 1.8em;
	box-sizing: border-box;
	text-align: center;
}

/* =======================================

	リスト

========================================== */
.listDisc,.listDecimal,.listDecimal2 {
	margin-bottom: 30px;
}
.listDisc li {
	line-height: 1.8em;
	list-style: disc;
	margin-left: 22px;
}
.listDecimal li {
	line-height: 1.8em;
	list-style: decimal;
	margin-left: 22px;
}
.listDecimal2 {
	counter-reset: list;
	padding-left: 40px;
}
.listDecimal2 li {
	line-height: 1.8em;
	position: relative;
	list-style-type: none;
}
.listDecimal2 > li:before {
	position: absolute;
	left: -45px;
	content: "（" counter(list, decimal) "）";
	counter-increment: list;
}
.listArrow li {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 10px center;
	background-size:6px 13px;
	-webkit-background-size:6px 13px;
	padding-left: 30px;
	display: block;
	line-height: 1.8em;
}
.linkArrow li a {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 10px center;
	background-size:6px 13px;
	-webkit-background-size:6px 13px;
	padding: 18px 13px 18px 30px;
	display: block;
	line-height: 1.8em;
	border-bottom: 1px solid #DDD;
}
.linkArrow li:first-child a {
	border-top: 1px solid #DDD;
}
.linkArrow li a:hover {
	text-decoration: none;
}
p.linkArrow span a {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 0 center;
	background-size:6px 13px;
	-webkit-background-size:6px 13px;
	padding-left: 15px;
	display: block;
	line-height: 1.8em;
}
.icoArrow a {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 0 center;
	background-size:6px 13px;
	-webkit-background-size:6px 13px;
	padding-left: 15px;
	display: block;
}
.listdl dt {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.75em;
}
.listdl dd {
	margin-bottom: 10px;
	line-height: 1.75em;
}
.list li {
    line-height: 1.8em;
    list-style-type: decimal;
    list-style-position: inside;
}
/* =======================================

	ボタン

========================================== */
.btnR a {
	text-align: center;
	padding: 13px 0;
	width: 200px;
	color: #FFF;
	background-color: #E96661;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}
.btnR a:hover  {
	background-color: #B54D4D;
	text-decoration: none;
}
.btnG a {
	text-align: center;
	padding: 13px 0;
	width: 200px;
	color: #333;
	background-color: #BAD27A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}
.btnG2 a {
	text-align: center;
	padding: 13px 0;
	width: 250px;
	color: #333;
	background-color: #BAD27A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}
.btnG a:hover,
.btnG2 a:hover {
	background-color: #91C13E;
	text-decoration: none;
}

/* =======================================

	フォーム

========================================== */
.contactForm table input[type=text],
.contactForm table textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	line-height: 1.5em;
	border: 1px solid #CCC;
}
.btnForm {
	text-align: center;
}
.btnForm input {
	text-align: center;
	padding: 13px 0;
	width: 150px;
	color: #333;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #BAD27A;
}
.btnForm input:hover {
	background-color: #91C13E;
}
.form_w200 {
	width: 200px;
}
.form_w300 {
	width: 300px;
}
.form_w400 {
	width: 400px;
}

/* =======================================

	パンくずリスト

========================================== */
.breadcrumb {
	width: 1020px;
	height: 30px;
	background-image: linear-gradient(
		-45deg,
		rgba(255,255,255,0) 25%,
		rgba(232,232,40,0.7) 25%, rgba(232,232,40,0.7) 50%,
		rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%,
		rgba(232,232,40,0.7) 75%, rgba(232,232,40,0.7)
	);
	background-size: 6px 6px;
	position: absolute;
	top: 210px;
	left: 50%;
	margin-left: -510px;
	padding: 50px 0 0 30px;
}
.breadcrumb li {
	font-size: 78%;
	display: inline;
	color: #666;
}
.breadcrumb li a {
	color: #666;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowRg.svg) no-repeat right center ;
	background-size:5px 10px;
	-webkit-background-size:5px 10px;
	padding-right: 15px;
	margin-right: 5px;
}

/* =======================================

	サイド

========================================== */
.lNavi li a,
.lNavi li .noLink {
	padding: 20px 10px 20px 25px;
	border-top: 1px solid #DDD;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 10px center;
	background-size: 6px 13px;
	-webkit-background-size: 6px 13px;
	display: block;
	line-height: 1.5em;
}
.lNavi li:last-child a {
	border-bottom: 1px solid #DDD;
}
.lNavi li a:hover,
.lNavi li a.active,
.pr_magazine .lNavi li:nth-child(5) a,
.disclosure .lNavi li:nth-child(7) a,
.calendar .lNavi li:nth-child(9) a,
.youth .lNavi li:nth-child(10) a,
.agri_techno .lNavi li:nth-child(2) a,
.agrinet .lNavi li:nth-child(4) a,
.measurement .lNavi li:nth-child(7) a,
.immovables .lNavi li:nth-child(2) a {
/* 	color: #9fa51c; */
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.lNavi li a.active {
	color: #9fa51c;
}

/* =======================================

	ホーム

========================================== */
.hs-content-id-124249814037 .inner {
	width: 960px;
	margin: 0 auto;
}
.hometitle01 {
	color: #333;
	font-size: 185%;
	line-height: 1.5em;
	margin-bottom: 35px;
}
.hometitle02 {
	color: #333;
	font-size: 142%;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 35px;
}
.hometitle03 {
	color: #333;
	font-size: 114%;
	line-height: 1.5em;
}
.homeHeader {
	padding: 100px 0 0;
	height: 460px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/mainimg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.homeHeader .copy {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	display: none;
}
.homeHeader h1 {
	width: 250px;
	height: 238px;
	text-indent: -99999px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/text.svg) no-repeat 0 0;
	background-size: 250px 238px;
	-webkit-background-size: 250px 238px;
	margin: 0 auto 35px;
}
.homeHeader p {
	color: #FFF;
	font-size: 114%;
}
.homeSection01 {
	padding: 65px 0 60px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk01.png) no-repeat 10% 102%,url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk02.png) no-repeat 55% 85%,url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk03.png) no-repeat 95% 10px;
	background-size: 117px 128px,232px 224px,196px 207px;
	-webkit-background-size: 117px 128px,232px 224px,196px 207px;
}
.homeSection01 .summary {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.homeSection01 .hometitle01 {
	padding-left: 50px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/icon.svg) no-repeat 0 center;
	background-size: 30px 23px;
	-webkit-background-size: 30px 23px;
}
.homeSection01 .summary p {
	position: absolute;
	top: 10px;
	left: 350px;
}
.homeSection01 .bx-wrapper,
.homeSection03 .bx-wrapper {
	margin-bottom: 0;
	max-width: 1400px!important;
}
.homeSection01 .bx-wrapper .bx-viewport,
.homeSection03 .bx-wrapper .bx-viewport {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
	background: none;
}
.homeSection01 .bx-wrapper .bx-pager,
.homeSection03 .bx-wrapper .bx-pager {
	display: none;
}
.homeSection01 .bx-wrapper .bx-controls-direction a,
.homeSection03 .bx-wrapper .bx-controls-direction a {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.homeSection01 .bx-wrapper .bx-prev,
.homeSection03 .bx-wrapper .bx-prev {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowPrev.svg) no-repeat center center #B6BD21;
	background-size: 8px 15px;
	-webkit-background-size: 8px 15px;
	left: 20px;
}
.homeSection01 .bx-wrapper .bx-next,
.homeSection03 .bx-wrapper .bx-next {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowNext.svg) no-repeat center center #B6BD21;
	background-size: 8px 15px;
	-webkit-background-size: 8px 15px;
	right: 20px;
}
.homeSection01 .bx-wrapper .bx-prev:hover,
.homeSection01 .bx-wrapper .bx-next:hover,
.homeSection03 .bx-wrapper .bx-prev:hover,
.homeSection03 .bx-wrapper .bx-next:hover {
	background-position: center center;
	background-size: 12px 22px;
	-webkit-background-size: 12px 22px;
}
.fruitsList {
	margin: 0 auto;
}
.fruitsList a {
	width: 200px;
	margin: 0 25px;
	padding-top: 10px;
	display: block;
	float: left;
	text-align: center;
}
.fruitsList a .img {
	width: 200px;
	height: 200px;
}
.fruitsList a .hometitle03 {
	margin: 20px 0 5px;
}
.fruitsList a:hover,
.fruitsList a:hover .hometitle03 {
	color: #9fa51c;
	text-decoration: none;
}
.homeSection02 {
	padding: 60px 0 75px;
	background-color: #DBDAD0;
}
.homeSection02 .summary {
	float: left;
	width: 22%;
	position: relative;
	z-index: 10;
}
.homeSection02 .summary:after {
	position: absolute;
	content: "";
	width: 257px;
	height: 229px;
	bottom: -140px;
	left: -190px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/mushroom/bk.png) no-repeat 0 0;
	background-size: 257px 229px;
	-webkit-background-size: 257px 229px;
	z-index: -1;
}
.homeSection02 .listMenu {
	float: right;
	width: 74%;
}
.homeSection02 .listMenu a {
	float: left;
	width: 33%
}
.homeSection02 .listMenu a .menu {
	margin-left: 27px;
}
.homeSection02 .listMenu a .menu .img {
	overflow: hidden;
	width: 207px;
	height: 267px;
}
.homeSection02 .hometitle01 {
	padding-top: 45px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/icon.svg) no-repeat 75px 0;
	background-size: 30px 23px;
	-webkit-background-size: 30px 23px;
}
.homeSection02 .listMenu a {
	position: relative;
}
.homeSection02 .listMenu a .hometitle03 {
	position: absolute;
	bottom: -12px;
	left: 17px;
	background-color: #E06661;
	width: 138px;
	height: 42px;
	color: #FFF;
	padding: 15px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 10;
}
.homeSection03 {
	margin: 60px 0;
}

.homeSection03 .vegetableList a {
	width: 200px;
	margin: 0 25px;
	padding: 10px 0;
}
.homeSection03 .vegetableList a .menu .img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.homeSection03 .vegetableList a .menu .text {
	float: left;
	width: 55%;
	margin-top: 23px;
}
.homeSection03 .vegetableList a .menu .text p {
	font-size: 85%;
}
.homeSection03 .btnR a {
	width: 300px;
	margin: 30px auto 0;
}
.homeSection04 {
	background-color: #DBDAD0;
	margin: 0 -15px;
	padding: 60px 0;
}
.homeSection04 .menuList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.homeSection04 .menuList a {
/*	float: left;*/
	width: 33%;
}
.homeSection04 .menuList a .menu {
	margin: 0 15px;
}
.homeSection04 .menuList a .menu .img {
	width: 300px;
	height: 160px;
	overflow: hidden;
}
.homeSection04 .menuList a .menu .hometitle03 {
	text-align: center;
	margin: 20px 0;
}
.homeSection04 .menuList a .menu p {
	font-size: 92%;
}
.homeSection04 .menuList a:hover,
.homeSection04 .menuList a:hover .hometitle03 {
	text-decoration: none;
	color: #9fa51c;
}
.homeSection05 {
	margin: 60px 0;
}
.homeSection05 .newsSection {
	float: left;
	width: 47%;
}
.homeSection05 .newsSection:last-child {
	float: right;
}
.newsSection .newsContent {
	border-top: 1px solid #DBDAD0;
	margin-bottom: 20px;
}
.newsSection .newsContent article {
	border-bottom: 1px solid #DBDAD0;
	padding:15px 0 10px;
	line-height: 1.8em;
	overflow: hidden;
}
.newsSection .newsContent article .newsInfo {
	float: left;
	width: 110px
}
.newsSection .newsContent article .date {
	display: inline-block;
	width: 110px;
	font-size: 85%;
	color: #B6BD21;
}
.newsSection .newsContent article .newsTitle {
	float: left;
	width: 340px
}
.newsSection .btnG a {
	margin: 0 auto;
}
.homeBanner {
	padding: 30px 0 20px;
	background-color: #E4E3D9;
}
.homeBanner a:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.homeBanner h2 {
	display: none;
}
.homeBanner .homeBannerBox01 .bannerBox .hometitle03 {
	margin-bottom: 20px;
	text-align: center;
}
.homeBanner .homeBannerBox01 .bannerBox li {
	width: 200px;
	height: 45px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
}
.homeBanner .homeBannerBox01 .bannerBox p {
	font-size: 85%;
}
.homeBanner .homeBannerBox01 .bannerBox:first-child {
	float: left;
	padding:0 30px 0 12px;
	border-right: 2px solid #B5BAB5;
	width: 410px
}
.homeBanner .homeBannerBox01 .bannerBox:first-child li:first-child,
.homeBanner .homeBannerBox01 .bannerBox:first-child li:nth-child(2n+1) {
	margin-right: 5px;
}
.homeBanner .homeBannerBox01 .bannerBox:nth-child(2) {
	float: left;
	padding:0 30px;
	border-right: 2px solid #B5BAB5;
	width: 200px
}
.homeBanner .homeBannerBox01 .bannerBox:last-child {
	float: right;
	padding:0 12px 0 30px;
	width: 200px
}
.homeBanner .homeBannerBox02 {
	margin-top: 25px;
	text-align: center;
}
.homeBanner .homeBannerBox02 li {
	width: 140px;
	height: 30px;
	overflow: hidden;
	display: inline-block;
	margin: 0 2px 10px;
}
.homeBanner .homeBannerBox03 {
	margin-top: 25px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.homeBanner .homeBannerBox03 li {
	width: 200px;
	margin: 0 10px 16px;
}
.homeBanner .homeBannerBox03 li img {
	width: 100%;
	height: auto;
}
.hs-content-id-124249814037 .pageTop {
	display: none;
}
.hs-content-id-124249814037 .siteFooter .footerIn {
	margin-top: 35px;
}
.spNavi {
	display: none;
}

/* =======================================

	2階層以下共通

========================================== */
.pageHeader {
	padding: 100px 0;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	margin-bottom: 110px;
}
/* about */
.about .pageHeader {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/about/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
/* mushroom */
.mushroom .pageHeader {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/mushroom/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
/* products */
.products .pageHeader {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/products/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.shop .pageHeader {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/shop/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.agri_info .pageHeader {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/agri_info/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.life .pageHeader {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/life/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.jabank .pageHeader {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/jabank/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.onlineshop .pageHeader {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/onlineshop/titlebg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
figure {
	margin-bottom: 10px;
}
figcaption {
	margin-top: 5px;
	font-size: 85%;
	line-height: 1.5em;
}

/*インデックスページ*/
.menuBoxIndex a,
.menuBoxIndex .noLink {
	display: block;
	float: left;
	width: 48%;
	margin-bottom: 40px;
}
.menuBoxIndex a:nth-child(2n) {
	float: right;
}
/* オンラインショップ修正対応　10/4 */
.onlineshop .menuBoxIndex a:nth-child(n + 3) {
	margin-top: 40px;
}
.menuBoxIndex .menuBox .img {
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.menuBoxIndex .menuBox h2,
.menuBoxIndex .menuBox h3 {
	font-size: 128%;
	line-height: 1.5em;
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 0 center;
	background-size: 7px 13px;
	-webkit-background-size: 7px 13px;
}
.menuBoxIndex .menuBox p {
	font-size: 92%;
}
.menuBoxIndex a:hover {
	text-decoration: none;
}

/* =======================================

	ページナビ

========================================== */
.boxPageNavi {
	padding-top: 40px;
	text-align: center;
}
.boxPageNavi span.current_page {
	text-align: center;
	background-color: #E8E828;
	width: 50px;
	padding: 18px 0;
	display: inline-block;
	color: #333;
	margin-bottom: 10px;
}
.boxPageNavi a {
	text-align: center;
	background-color: #B1C97A;
	width: 50px;
	padding: 18px 0;
	display: inline-block;
	color: #333;
	margin-bottom: 10px;
}
.boxPageNavi a:hover {
	background-color: #E8E828;
	text-decoration: none;
}
.boxPageNavi a.link_before,
.boxPageNavi a.link_next {
	width: 80px;
}
.boxPageNavi a.link_before {
	margin-right: 15px;
	padding-left: 20px;
	position: relative;
}
.boxPageNavi a.link_before:before,
.boxEntryNavi a.link_before:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 8px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/pagePrev.svg) no-repeat 0 0;
	top: 50%;
	left: 25px;
	margin-top: -4px;
}
.boxPageNavi a.link_next {
	margin-left: 15px;
	padding-right: 20px;
	position: relative;
}
.boxPageNavi a.link_next:before,
.boxEntryNavi a.link_next:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 8px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/pageNext.svg) no-repeat 0 0;
	top: 50%;
	right: 25px;
	margin-top: -4px;
}
.boxPageNavi a.link_top {
	width: 120px;
}
.boxEntryNavi {
	padding-top: 40px;
	text-align: center;
}
.boxEntryNavi a {
	text-align: center;
	padding: 13px 0;
	width: 80px;
	color: #333;
	background-color: #B1C97A;
	display: inline-block;
	margin: 0 5px;
}
.boxEntryNavi a:hover {
	background-color: #E8E828;
	text-decoration: none;
}
.boxEntryNavi a.btnList {
	width: 120px;
}
.boxEntryNavi a.link_before {
	padding-left: 20px;
	position: relative;
}
.boxEntryNavi a.link_next {
	padding-right: 20px;
	position: relative;
}

/* =======================================

	ブログナビ

========================================== */
.blogNavi {
	background-color: #EFECE6;
	padding: 20px 0;
	margin-bottom: 60px;
	text-align: center;
}
.blogNavi dt {
	font-size: 114%;
	color: #333;
	line-height: 1.5em;
	display: inline-block;
	margin-right: 20px;
}
.blogNavi dd {
	display: inline-block;
}
.blogNavi dd select {
	width: 280px;
	border: 2px solid #CCC;
	border-right: 0;
	padding: 8px 45px 8px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 1.5em;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/btnSelect.svg) no-repeat right center #FFF;
	background-size: 45px 41px;
	-webkit-background-size: 45px 41px;
}

.blogNavi dd select::-ms-expand {
    display: none;
}
.blogNavi .listArrow {
	margin-bottom: 10px;
}
.blogNavi .listArrow li {
	display: inline-block;
	margin: 10px 15px;
}

/* =======================================

	JA中野市のご案内

========================================== */
/*新規就農者募集案内*/
.lineBox .contactTel {
	float: left;
	width: 55%;
	margin: 7px 0;
	font-size: 142%;
	text-align: center;
}
.lineBox .contactTel span {
	font-size: 150%;
	margin-left: 15px;
	display: inline-block;
}
.lineBox .contactInfo {
	float: right;
	width: 42%;
}
.lineBoxContact .lineBoxContactItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.lineBoxContact .lineBoxContactItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.lineBoxContact .lineBoxContactItem .contactTel {
  flex-shrink: 0;
	width: 55%;
	font-size: 142%;
	text-align: center;
  line-height: 1.4;
}
.lineBoxContact .lineBoxContactItem .contactTel span {
	font-size: 150%;
  margin-left: 15px;
	display: inline-block;
}
.lineBoxContact .lineBoxContactItem .contactInfo {
  line-height: 1.4;
}

/*メールマガジン登録*/
.mailmagazineBox .title04 {
	border-bottom: 0;
	padding: 0;
}
.mailmagazineBox .listDisc {
	margin: 0;
}
.mailmagazineForm {
	margin-top: 20px;
}
.mailmagazineForm input {
	width: 250px;
	padding: 8px 0;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	line-height: 1.5em;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mailmagazineForm input.btnSubmit {
	background-color: #EB6661;
	color: #FFF;
}
.mailmagazineForm input.btnSubmit:hover  {
	background-color: #B54D4D;
}
.mailmagazineForm input.btnDelete {
	background-color: #BAD27A;
	color: #333;
}
.mailmagazineForm input.btnDelete:hover {
	background-color: #91C13E;
}

.table03 {
    margin-top: 30px;
    width: 100%;
}

.table03 tr {
    border: 1px solid #ddd;
}
.table03 th, .table03 td {
    padding: 20px;
}
.table03 th {
    background: #f6f6f6;
    vertical-align: middle;
    width: 35%;
}
.table03 td {

    width: 65%;
}
.mailmagazineBtnArea {
    text-align: center;
    margin-top: 30px;
}
.input01 {
    width: 70%;
    height: 30px;
}
.table03 td span.radiobtn01 {
    margin-right: 20px;
}

.prefectureBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: 117px 0px;
    width: 150px;
    height: 30px;
    margin: 0 0 10px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    display: block;
    overflow: hidden;
    outline: none;
    vertical-align: middle;
	background-image: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/btnSelect.svg);
}
.input03 {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 110%;
    background-color: transparent;
    padding: 0 0 0 4px;
    border-width: 0;
    outline: none;
}
.mailmagazineBtn {
    border-width: 0;
    color: #333;
    background-color: #BAD27A;
    text-align: center;
    width: 200px;
    margin: 0 10px 0 0px;
    padding: 15px 0 15px 0;
    cursor: pointer;
}
.mailmagazineBtn:hover {
	background-color: #91C13E;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/*アップルちゃんカレンダー入選絵画*/
.calendar .main {
	margin-bottom: 0;
}
.calendar .blogNavi dt {
	font-size: 100%;
}
.calendar .blogNavi dd select {
	width: 260px;
	font-size: 92%;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/btnSelect.svg) no-repeat right center #FFF;
	background-size: 43px 39px;
	-webkit-background-size: 43px 39px;
}
.calendarBox {
	margin-bottom: 25px;
}
.calendarBox .img {
	background-color: #EFECE6;
	margin-bottom: 0;
	position: relative;
}
.calendarBox .img img {
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.calendarBox .text {
	text-align: center;
	margin-bottom: 0;
}
.calendarBox .text .calendarPage {
	width: 52px;
	background-color: #E8EF8B;
	margin: 0 auto 14px;
	padding: 3px 0;
}
.calendarBox .text .calendarTitle {
	font-size: 114%;
	margin-bottom: 3px;
}
.calendarBox .text .calendarType {
	font-size: 85%;
}
.calendarMain .calendarBox {
	margin-bottom: 40px;
	display: table;
}
.calendarMain .calendarBox .img {
	width: 300px;
	height: 300px;
	/*display: table-cell;*/
}
.calendarMain .calendarBox .text {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.calendarMain .calendarBox .text .calendarPage {
	margin: 0 0 14px;
	text-align: center;
}
.calendarMain .calendarBox .text .calendarTitle {
	margin-bottom: 8px;
}
.calendarList .calendarBox {
	margin: 0 2% 25px 0;
	float: left;
	width: 32%;
}
.calendarList .calendarBox:nth-child(3n) {
	margin: 0 0 25px 0;
}
.calendarList .calendarBox .img {
	margin-bottom: 10px;
	width: 100%;
	height: 215px;
}

/*JA中野市青年部*/
.youth .main .table01 {
	float: left;
	width: 50%;
}
.youth .main .table01:last-child th {
	border-left: 0;
}
.youth .message figure {
	width: 300px;
	margin: 0 30px 20px 0;
	display: inline-block;
	float: left;
}
.blogEntry {
	margin-bottom: 40px;
	overflow: hidden;
}
.blogEntry .date {
	display: inline-block;
	width: 100px;
	font-size: 85%;
	color: #B6BD21;
}
.youth .blogEntry .img figure {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	overflow: hidden;
}
.youth .blogEntry .img figure:nth-child(2n) {
	float: right;
}
.youth .headblogNavi .listArrow {
	display: none;
}
.youth .blogNavi dt {
	font-size: 100%;
}
.youth .blogEntry .img a:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.youth .newsSection .newsContent {
	border-top: 0;
}
.youth .newsSection .newsContent article.first {
	padding-top: 0;
}
.youth .newsSection .newsContent article.first .newsInfo {
	margin-bottom: 10px;
}
.youth .newsSection .newsContent article.first .more,.woman .newsSection .newsContent article.first .more {
	margin-top: 15px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 0 center;
	background-size:6px 13px;
	-webkit-background-size:6px 13px;
	padding-left: 15px;
	display: block;
	line-height: 1.8em;
}

/*JA中野市女性部*/
.woman .message figure {
    width: 300px;
    margin: 0 30px 20px 0;
    display: inline-block;
    float: left;
}
.boxImgContents li {
    float: left;
    width: 33.3%;
}
.woman .blogEntry .img figure {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	overflow: hidden;
}
.woman .blogEntry .img figure:nth-child(2n) {
	float: right;
}
.woman .headblogNavi .listArrow {
	display: none;
}
.woman .blogNavi dt {
	font-size: 100%;
}
.woman .blogEntry .img a:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.woman .newsSection .newsContent {
	border-top: 0;
}
.woman .newsSection .newsContent article.first {
	padding-top: 0;
}
.woman .newsSection .newsContent article.first .newsInfo {
	margin-bottom: 10px;
}
.boxImgContents li {
    float: left;
    width: 32.4%;
    margin-right: 5px;
    margin-bottom: 5px;
}
.boxImgContents li:nth-child(3n) {
    margin-right: 0;
}
/* =======================================

	きのこを楽しむ

========================================== */
.bannerList {
	border-top: 1px solid #DDD;
}
.bannerList a {
	border-bottom: 1px solid #DDD;
	padding: 20px 0;
	display: block;
}
.bannerList a:hover {
	text-decoration: none;
}
.bannerList a:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.bannerList .bannerBox {
	overflow: hidden;
}
.bannerList .bannerBox .img {
	margin: 0;
	float: left;
	width: 20%;
}
.bannerList .bannerBox .text {
	margin: 0;
	float: right;
	width: 77%;
}
.mushroom .bannerList .bannerBox h4 {
	font-size: 128%;
	line-height: 1.5em;
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 0 center;
	background-size: 7px 13px;
	-webkit-background-size: 7px 13px;
}
.mushroom .bannerList .bannerBox p {
	font-size: 92%;
}

/*JA中野市ときのこ*/
.mushroom .mushroomSection {
	padding-top:40px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/mushroom/nakanoshi_map.png) no-repeat 72% 0;
	background-size: 144px 229px;
	-webkit-background-size: 144px 229px;
	text-align: center;
}
.mushroom .mushroomSection h3 {
	font-size: 171%;
	line-height: 1.75em;
	margin-bottom: 30px;
}
.mushroom .mushroomSection .prArea {
	margin: 25px 0 20px;
}
.mushroom .mushroomSection .prArea .prBox {
	margin: 0 15px 10px 0;
	background-color: #EDCCBB;
	padding: 25px 20px 0;
	height: 120px;
	width: 180px;
	float: left;
}
.mushroom .mushroomSection .prArea .prBox:nth-child(3n) {
	margin-right: 0;
}
.mushroom .mushroomSection .prArea .prBox .title06 {
	margin-bottom: 15px;
}
.mushroom .mushroomSection .prArea .prBox .comment {
	font-size: 92%;
	text-align: left;
}
.mushroom .mushroomType {
	width: 464px;
	margin: 0 auto;
}
.mushroom .mushroomType li {
	width: 100px;
	float: left;
	margin: 0 8px;
	font-size: 85%;
}
.mushroom .mushroomType li img {
	margin-bottom: 10px;
}
.mushroom .bannerBox {
	overflow: hidden;
}
.mushroom .bannerBox li {
	float: left;
	width: 50%;
}
.mushroom .bannerBox li a {
	display: block;
	margin: 0 10px 20px 0;
}
.mushroom .bannerBox li:nth-child(2n) a {
	margin: 0 0 20px 10px;
}
.mushroom .bannerBox li a:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

/*らくらくきのこレシピ*/
.mushroom .btnG a {
	margin: 0 auto;
}
/*採用情報*/
.leadText {
    font-size: 22px;
    margin-bottom: 30px;
}
.innerLinkBox li {
    float: left;
    background-color: #bad27a;
    margin-right: 7px;
    border-radius: 5px;
}
.innerLinkBox li:last-child {
    margin-right: 0;
}
.innerLinkBox li a {
    display: block;
    text-align: center;
    width: 167px;
    height: 40px;
    line-height: 40px;
}
.innerLinkBox li a:hover {
    background-color: #91C13E;
    text-decoration: none;
	border-radius: 5px;
}
.btnPdf a {
    background: #bad27a;
    padding: 15px 40px;
    border-radius: 5px;
	font-weight: bold;
}
.about .btnG a {
    width: 240px;
}
.innerLinkBox li a:after {
    content: "";
    width: 13px;
    height: 7px;
    background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/about/innerlink.svg) no-repeat right center;
    background-size: 13px 7px;
    -webkit-background-size: 13px 7px;
    padding: 31px 8px 0 0;
    position: absolute;
}
.recruitBox {
    text-align: center;
}
.recruitBox p {
    margin-bottom: 20px;
}
.recruitBox img {
    width: 260px;
}
.recruitTableSp{
display: none;
}
/* =======================================

	らくらくレシピ

========================================== */
.mushroomRecipe .img {
	width: 330px;
	margin: 20px 0 10px;
}
.mushroomRecipe .img a:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.recipe .mushroomRecipe {
	margin: 50px 0 0;
}
.recipe .footblogNavi {
	margin-top: 50px;
}
.recipeBox {
	margin: 0 2% 25px 0;
	float: left;
	width: 32%;
}
.recipeList .recipeBox:nth-child(3n) {
	margin: 0 0 25px 0;
}
.recipeBox .img {
	background-color: #EFECE6;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.recipeBox .text {
	margin-bottom: 0;
}
.recipeBox .text .recipeTitle {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 0 center;
	background-size: 6px 13px;
	-webkit-background-size: 6px 13px;
	padding-left: 15px;
}
.recipe .boxImgRight .img {
	text-align: center;
}

/* =======================================

	農産物

========================================== */
.products .pageHeader {
	margin-bottom: 0;
}
.products .column1 {
	padding-top: 110px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/products/bk.png) no-repeat right 0;
	background-size: 1221px 1047px;
	-webkit-background-size: 1221px 1047px;
	width: 100%;
}
.products .column2 {
	padding-top: 110px;
}
.products .column1 .main {
	width: 800px;
	margin: 0 auto 60px;
}
.products .column1 .title01 {
	font-size: 171%;
	color: #333;
	margin-bottom: 60px;
}
.products .fruitsList {
	margin-bottom: 40px;
}
.products .fruitsList a {
	width: 250px;
	margin: 0 25px 0 0;
}
.products .fruitsList a .img {
	width: 250px;
	height: 250px;
}
.products .fruitsList a:nth-child(3n) {
	margin-right: 0;
}
.products .fruitsList a .hometitle03 {
	font-size: 128%;
	margin-top: 15px;
}
.products .fruitsList a .hometitle03 span {
	padding-left: 15px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 0 center;
	background-size: 6px 13px;
	-webkit-background-size: 6px 13px;
}
.products .column1 .btnG a {
	width: 300px;
	margin: 0 auto;
	padding: 8px 0;
}
.products .column1 .icoPdf a:after {
	padding-top: 3px;
}
.products .productsBox .boxSection {
	margin-bottom: 10px;
}
.products .contactBox {
	float: left;
	width: 50%;
	margin-bottom: 40px;
}
.products .contactBox .title06 {
	margin-bottom: 15px;
}

/* =======================================

	直売所

========================================== */
.shop .bannerList .bannerBox .text p {
	margin-top: 10px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 0 center;
	background-size:6px 13px;
	-webkit-background-size:6px 13px;
	padding-left: 15px;
	display: block;
	position: relative;
}
.shop .bannerList .bannerBox .text p:after {
	content: "";
	width: 8px;
	height: 8px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/icoBlank.png) no-repeat right center;
	background-size:8px 8px;
	-webkit-background-size:8px 8px;
	padding: 15px 7px 0 0;
	position: absolute;
}

.shop-oshirase {
	margin: 0 auto 10px auto;
}
.shop-oshirase .title04 {
	font-weight: bold;
	font-size: 120%;
}
.shop-oshirase .textLarge {
	font-size: 120%;
}

/* =======================================

	営農情報

========================================== */

/*営農技術情報*/
.agritechnoForm input {
	width: 300px;
	border: 1px solid #CCC;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 1.5em;
}
.agritechnoForm .btnSubmit input {
	text-align: center;
	padding: 13px 0;
	width: 200px;
	margin: 0 auto 20px;
	color: #333;
	background-color: #BAD27A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	border: 0;
}
.agritechnoForm .btnSubmit input:hover  {
	background-color: #91C13E;
	text-decoration: none;
}
.agritechnoForm .table01 th {
	vertical-align: middle;
}
.agri_techno .blogNavi .selectYear {
	margin-bottom: 10px;
}

/*営農技術動画（2021/05/12追加）*/
.agrimovieForm input {
	width: 300px;
	border: 1px solid #CCC;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 1.5em;
}
.agrimovieForm .btnSubmit input {
	text-align: center;
	padding: 13px 0;
	width: 200px;
	margin: 0 auto 20px;
	color: #333;
	background-color: #BAD27A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	border: 0;
}
.agrimovieForm .btnSubmit input:hover  {
	background-color: #91C13E;
	text-decoration: none;
}
.agrimovieForm .table01 th {
	vertical-align: middle;
}
.agri_movie .blogNavi .selectYear {
	margin-bottom: 10px;
}
.agri_movie .movieData {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
}
.agri_movie .movieData iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* =======================================

	暮らしの情報

========================================== */
.life .welfareSection .table01 {
	margin: 20px 0 10px;
}
.life .welfareSection .comment {
	font-size: 92%;
}
.life .welfareSection .map {
	margin-top: 20px;
}
/*賃貸物件情報*/
.immovables .boxImgRight03 .tel {
	margin: 15px 0 20px;
}
.immovables .headblogNavi .blogNavi .btnG {
	display: none;
}
.immovables .blogNavi {
	margin-bottom: 30px;
}
.immovables .blogNavi .btnG a {
	padding: 8px 0;
	margin: 0 auto 30px;
}
.immovables .blogNavi dt {
	font-size: 100%;
	margin: 0 8px;
}
.immovables .blogNavi dd select {
	width: 185px;
	padding: 4px 35px 4px 10px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/btnSelect.svg) no-repeat right center #FFF;
	background-size: 36px 33px;
	-webkit-background-size: 36px 33px;
}
.immovables .immovablesContent {
	border-top: 1px solid #DDD;
}
.immovables .immovablesContent .immovablesBox {
	border-bottom: 1px solid #DDD;
	padding: 20px 0;
}
.immovables .immovablesContent .immovablesBox .text,
.immovables .immovablesContent .immovablesBox .img {
	margin-bottom: 0;
}
.immovables .immovablesContent .immovablesBox .cat {
	font-size: 85%;
	background-color: #E8EF8B;
	padding: 2px 0;
	width: 52px;
	text-align: center;
	margin-bottom: 20px;
}
.immovables .immovablesContent .immovablesBox .detail {
	margin-bottom: 20px;
	width: 440px;
}
.immovables .immovablesContent .immovablesBox .detail dt {
	font-size: 92%;
	float: left;
	width: 70px;
	margin-bottom: 5px;
}
.immovables .immovablesContent .immovablesBox .detail dd {
	font-size: 92%;
	float: left;
	width: 370px;
	margin-bottom: 5px;
}
.immovables .immovablesContent .immovablesBox .more {
	text-align: center;
	padding: 3px 0;
	width: 140px;
	color: #333;
	background-color: #BAD27A;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}
.immovables .immovablesContent a:hover .immovablesBox .more {
	background-color: #91C13E;
	text-decoration: none;
}
.immovables .immovablesContent a:hover {
	color: #333;
}
.immovables .bx-wrapper {
	margin-bottom: 15px;
}
.immovables .bx-wrapper .bx-viewport {
	background-color: #EFECE6;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	left: 0;
}
.immovables .bx-wrapper .bx-prev {
	left: -125px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowPrev.svg) no-repeat center center #B5BC21;
	background-size:8px 15px;
	-webkit-background-size:8px 15px;
}
.immovables .bx-wrapper .bx-next {
	right: -125px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowNext.svg) no-repeat center center #B5BC21;
	background-size:8px 15px;
	-webkit-background-size:8px 15px;
}
.immovables .bx-wrapper .bx-prev:hover {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowPrev.svg) no-repeat center center #91C13E;
	background-size:8px 15px;
	-webkit-background-size:8px 15px;
}
.immovables .bx-wrapper .bx-next:hover {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowNext.svg) no-repeat center center #91C13E;
	background-size:8px 15px;
	-webkit-background-size:8px 15px;
}
.immovables .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.immovables .slider {
	width:440px;
	display:block;
	margin:40px auto;
	padding:0 125px;
	background-color: #EFECE6;
}
.immovables .bxslider01 li {
	display:block;
}
.immovables .bxslider01 li img{
	display:block;
	height:auto;
	max-height: 345px;
	margin: 0 auto;
}
.immovables #bx-pager {
	text-align: center;
	margin-bottom: 30px;
}
.immovables #bx-pager li {
	display: inline-block;
	vertical-align: top;
}
.immovables #bx-pager li a {
	display:block;
	width:74px;
	height:auto;
	margin: 0 5px;
}
.immovables #bx-pager li a img{
	display:block;
	width:74px;
	height:auto;
}
.immovables #bx-pager li a.active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/* =======================================

	お問い合わせ

========================================== */
.contact .boxImgRight03 .text p {
	margin-bottom: 10px;
}

/* =======================================

	お知らせ

========================================== */
.hs-content-id-124717453622 .blogNavi dt {
	margin-left: 20px;
}
.hs-blog-id-124717453601 .blogNavi dd select {
	width: 260px;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo {
	width: 265px;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo .date {
	width: 100px;
	vertical-align: top;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo .cat {
	display: inline-block;
	width: 140px;
}
.hs-blog-id-124717453601 .newsDetail .newsInfo .cat {
	display: inline-block;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo .cat a {
	display: inline-block;
	width: 140px;
	background-color: #B1C97A;
	text-align: center;
	font-size: 85%;
	color: #333;
	margin-bottom: 5px;
}
.hs-blog-id-124717453601 .newsDetail .newsInfo .cat a {
	display: inline-block;
	width: 140px;
	background-color: #B1C97A;
	text-align: center;
	font-size: 85%;
	color: #333;
	margin-right: 5px;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo .cat a:hover,
.hs-blog-id-124717453601 .newsDetail .newsInfo .cat a:hover {
	background-color: #91C13E;
	text-decoration: none;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsTitle {
	width: 670px;
}
.hs-blog-id-124717453601 .newsDetail .newsInfo {
	margin-bottom: 20px;
}
.hs-blog-id-124717453601 .newsDetail .date {
	display: inline-block;
	width: 100px;
	font-size: 85%;
	color: #B6BD21;
}

/* =======================================

	オンラインショップ

========================================== */
.onlineshop .menuBoxIndex .menuBox .img {
	background-color: #EFECE6;
	padding: 30px 0;
	text-align: center;
}
.onlineshop .menuBoxIndex .menuBox .img img {
	width: 180px;
}
.onlineshop .menuBoxIndex a:nth-child(2) .menuBox .img {
	padding: 28px 0;
}
.onlineshop .menuBoxIndex a:nth-child(2) .menuBox .img img {
	width: 200px;
}
.onlineshop .menuBoxIndex a:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

/* =======================================

	サイトマップ

========================================== */
.sitemap .linkArrow .sec a,
.sitemap .linkArrow .sec .noLink {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 30px center;
	background-size:6px 13px;
	-webkit-background-size:6px 13px;
	padding: 14px 13px 14px 50px;
	display: block;
	line-height: 1.8em;
	border-bottom: 0;
}
.sitemap .linkArrow li:first-child a,
.sitemap .linkArrow li:first-child .noLink {
	border-top: 0;
}
.sitemap .linkArrow .sec li:last-child a,
.sitemap .linkArrow .last a,
.sitemap .linkArrow .sec li:last-child .noLink,
.sitemap .linkArrow .last .noLink {
	border-bottom: 1px solid #DDD;
}
.sitemap .linkArrow {
	float: left;
	width: 48%;
}
.sitemap .linkArrow:nth-child(2) {
	float: right;
}

/* =======================================

	お探しのページは見つかりませんでした

========================================== */
.error404 .main .linkArrow {
	overflow: hidden;
}
.error404 .main .linkArrow li {
	float: left;
	width: 48%;
}
.error404 .main .linkArrow li:nth-child(2n) {
	float: right;
}
.error404 .linkArrow li:first-child a {
	border-top: 0;
}

/* =======================================

	その他

========================================== */
.caution, .error {color: #E96661}
.note {color: #E96661;}
.icoWord a,
.icoPdf a,
.icoExcel a,
.icoBlank a,
.icoSecret a,
h2 span.icoBlank,
h3 span.icoBlank,
h2 span.icoSecret {
	position: relative;
}
.icoBlank a:after {
	content: "";
	width: 8px;
	height: 8px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/icoBlank.png) no-repeat right center;
	background-size:8px 8px;
	-webkit-background-size:8px 8px;
	padding: 15px 7px 0 0;
	position: absolute;
}
h2 span.icoBlank:after,
h3 span.icoBlank:after {
	content: "";
	width: 11px;
	height: 11px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/icoBlank.png) no-repeat right center;
	background-size:11px 11px;
	-webkit-background-size:11px 11px;
	padding: 11px 7px 0 0;
	position: absolute;
}
.icoWord a:after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/icoWord.png) no-repeat right center;
	background-size:17px 17px;
	-webkit-background-size:17px 17px;
	padding: 0 7px 0 0;
	position: absolute;
}
.icoPdf a:after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/icoPdf.png) no-repeat right center;
	background-size:17px 17px;
	-webkit-background-size:17px 17px;
	padding: 0 7px 0 0;
	position: absolute;
}
.icoExcel a:after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/icoExcel.png) no-repeat right center;
	background-size:17px 17px;
	-webkit-background-size:17px 17px;
	padding: 0 7px 0 0;
	position: absolute;
}
.icoSecret a:after {
	content: "";
	width: 10px;
	height: 13px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/icoSecret.svg) no-repeat right center;
	background-size:10px 13px;
	-webkit-background-size:10px 13px;
	padding: 6px 7px 0 0;
	position: absolute;
}
h2 span.icoSecret:after {
	content: "";
	width: 12px;
	height: 18px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/icoSecret.svg) no-repeat right center;
	background-size:12px 18px;
	-webkit-background-size:12px 18px;
	padding: 6px 7px 0 0;
	position: absolute;
}

/*2017.05 mente add*/
.text-right {
text-align: right;
}

.cancel {
    text-decoration: line-through;
}


@media screen and (max-width:959px) {
  /* =======================================

	Structure CSS

========================================== */
body {
	overflow-x: hidden;
}
.contents {
	right: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.open .contents {
	opacity: 0.4;
	right: 260px;
}
.column1,
.products .column1 {
	width: 94%;
}
.column2 {
	width: 100%;
	margin-bottom: 0;
}
.column2 .main {
	float: none;
	width: 94%;
	margin: 0 auto;
}
.column2 .sub{
	float: none;
	width: 100%;
	margin: 0;
}

/* =======================================

	Header CSS

========================================== */
.siteHeader {
	width: 94%;
	height: 70px;
	margin: 5px auto;
	position: relative;
}
.siteHeader .siteName a {
	margin: 0;
}
.siteHeader .btnNavi {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	cursor: pointer;
	z-index: 101;
	overflow: hidden;
	border: 2px solid #E1E1E1;
}
.siteHeader .btnNavi .line span {
	display: block;
	position: absolute;
	height: 4px;
	width: 20px;
	background: #BFC621;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.siteHeader .btnNavi .line span.top {
	top: 12px;
}
.siteHeader .btnNavi .line span.middle {
	top: 19px;
}
.siteHeader .btnNavi .line span.bottom {
	top: 26px;
}
.open .siteHeader .btnNavi .line span.top {
	-webkit-transform: translate(7px,1px) rotate(45deg);
	transform: translate(7px,1px) rotate(45deg);
}
.open .siteHeader .btnNavi .line span.bottom {
	-webkit-transform: translate(7px,-1px) rotate(-45deg);
	transform: translate(7px,-1px) rotate(-45deg);
}

/* =======================================

	Globalnavi CSS

========================================== */
.gNaviWrap {
	overflow: hidden;
}
.gNavi {
	position: fixed;
	width: 260px;
	background-color: #FFF;
	right:-300px;
	top: 80px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.open .gNavi {
	right: 0;
	position: fixed;
}
.gNavi .naviGroup01 li {
	display: block;
}
.gNavi .naviGroup01 li a.active,
.gNavi .naviGroup01 li a:hover,
.about .gNavi .naviGroup01 li.gNavi02 a,
.mushroom .gNavi .naviGroup01 li.gNavi03 a,
.products .gNavi .naviGroup01 li.gNavi04 a,
.shop .gNavi .naviGroup01 li.gNavi05 a,
.agri_info .gNavi .naviGroup01 li.gNavi06 a,
.life .gNavi .naviGroup01 li.gNavi07 a {
	border-bottom:0;
}
.gNavi .naviGroup01 li a {
	margin-right: 0;
	padding: 13px 20px;
	display: block;
	border-top: 1px solid #DDD;
}
.gNavi .naviGroup02 {
	position: static;
	width: auto;
}
.gNavi .naviGroup02 li {
	border-top: 1px solid #DDD;
	padding: 13px 20px;
}
.gNavi .naviGroup02 li a {
	margin: 0 auto;
}


/* =======================================

	Footer CSS

========================================== */
.siteFooter .footerIn {
	margin: 0 auto 30px;
	width: 100%;
	text-align: left;
}
.siteFooter .footerIn .fNavi ul.naviGroup01 {
	overflow: hidden;
	margin-bottom: 15px;
}
.siteFooter .footerIn .fNavi ul.naviGroup01 li {
	float: left;
	width: 50%;
}
.siteFooter .footerIn .fNavi ul.naviGroup01 li a {
	display: block;
	margin: 0;
	padding: 15px 10px 15px 40px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 25px center;
	background-size: 6px 13px;
	-webkit-background-size: 6px 13px;
}
.siteFooter .footerIn .fNavi ul.naviGroup01 li:nth-child(2n) a {
	border-right: 0;
}
.siteFooter .footerIn .fNavi ul.naviGroup02 {
	text-align: center;
}
.siteFooter .footerIn .fNavi ul.naviGroup02 li a {
	padding: 0 17px;
	border-right: 1px solid #4D4D4D;
	margin:0 0 16px;
}
.siteFooter .footerIn .fNavi ul.naviGroup02 li:last-child a {
	border-right: 0;
}
.siteFooter .footerIn .fNavi ul.naviGroup02 li.btn a {
	text-align: center;
	padding: 13px 0;
	width: 200px;
	color: #FFF;
	background-color: #E96661;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	margin: 0 auto 25px;
	border-right: 0;
}
.siteFooter .footerIn .siteInfo {
	margin: 25px auto 25px;
}

/* =======================================

	パンくずリスト

========================================== */
.breadcrumb {
	width: 94%;
	margin-left: 0;
	left: 2%;
	padding: 50px 0 0 2%;
}

/* =======================================

	サイド

========================================== */
.lNavi li a,
.lNavi li .noLink {
	padding: 20px 10px 20px 40px;
	border-top: 1px solid #DDD;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 25px center;
	background-size: 6px 13px;
	-webkit-background-size: 6px 13px;
}
.lNavi li:last-child a {
	border-bottom: 0;
}

/* =======================================

	ホーム

========================================== */
.hs-content-id-124249814037 .inner,
.homeSection01 .summary {
	width: 94%;
}
.hometitle01,
.hometitle02 {
	margin-bottom: 30px;
}
.homeSection01 {
	padding: 45px 0 40px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk01.png) no-repeat 0 102%,url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk02.png) no-repeat 55% 85%,url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk03.png) no-repeat 110% -40px;
	background-size: 117px 128px,232px 224px,196px 207px;
	-webkit-background-size: 117px 128px,232px 224px,196px 207px;
}
.homeSection01 .hometitle01 {
	padding: 45px 0 0;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/icon.svg) no-repeat center 0;
	background-size: 30px 23px;
	-webkit-background-size: 30px 23px;
	text-align: center;
}
.homeSection01 .summary p {
	position: static;
	margin-bottom: 20px;
	text-align: center;
}
.homeSection02 {
	padding: 40px 0 65px;
}
.homeSection02 .summary {
	float: none;
	width: 100%;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/mushroom/bk.png) no-repeat 0 0;
	background-size: 205px 183px;
	-webkit-background-size: 205px 183px;
}
.homeSection02 .summary:after {
	display: none;
}
.homeSection02 .summary p {
	padding-bottom: 20px;
	text-align: center;
}
.homeSection02 .listMenu {
	float: none;
	width: 100%;
}
.homeSection02 .listMenu a .menu .img {
	width: auto;
	height: auto;
}
.homeSection02 .hometitle01 {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/icon.svg) no-repeat center 0;
	background-size: 30px 23px;
	-webkit-background-size: 30px 23px;
	text-align: center;
}
.homeSection03 {
	margin: 40px 0;
}
.homeSection04 {
	padding: 40px 0;
}
.homeSection04 .menuList a .menu .img {
	width: auto;
	height: auto;
	overflow: hidden;
}
.homeSection04 .menuList a .menu .hometitle03 {
	margin: 15px 0;
}
.homeSection05 {
	margin: 40px 0;
}
.homeSection05 .newsSection {
	float: none;
	width: 100%;
}
.homeSection05 .newsSection:last-child {
	float: none;
	margin-top: 40px;
}
.newsSection .newsContent article .newsTitle {
	width: 82% 
}
.homeBanner {
	margin-bottom: 1px;
}
.homeBanner .homeBannerBox01 .bannerBox li {
	width: 200px;
	height: 45px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
}
.homeBanner .homeBannerBox01 .bannerBox:first-child {
	float: none;
	padding:0 0 30px;
	border-right: 0;
	border-bottom: 2px solid #B5BAB5;
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
}
.homeBanner .homeBannerBox01 .bannerBox:nth-child(2) {
	float: left;
	padding: 0;
	border-right: 0;
	width: 48%;
	text-align: center;
}
.homeBanner .homeBannerBox01 .bannerBox:last-child {
	float: right;
	padding: 0 0 0 2%;
	width: 47%;
	border-left: 2px solid #B5BAB5;
	text-align: center;
}
.homeBanner .homeBannerBox02 {
	width: 442px;
	margin: 25px auto 0;
}
.hs-content-id-124249814037 .pageTop {
	display: block;
}
.hs-content-id-124249814037 .siteFooter .footerIn {
	margin-top: 0;
}
.spNavi {
	display: block;
	background-color: #DBDAD0;
	padding: 30px 20px;
}
.spNavi li {
	float: left;
	width: 49%;
}
.spNavi li:nth-child(2n) {
	float: right;
}
.spNavi li a {
	border: 1px solid #C3C3C3;
	background-color: #FFF;
	padding: 15px 0;
	text-align: center;
	display: block;
	margin: 5px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.spNavi li.btnR a {
	border: 0;
	background-color: #E96661;
	width: auto;
}

/* =======================================

	らくらくレシピ

========================================== */
.recipe .mushroomRecipe {
	margin: 30px 0;
}

/* =======================================

	農産物

========================================== */
.products .column1 .main {
	width: 100%;
}
.products .fruitsList {
	width: 650px;
	margin: 0 auto 40px;
}
.products .fruitsList a {
	width: 200px;
	margin: 0 25px 0 0;
}
.products .fruitsList a .img {
	width: 200px;
	height: 200px;
}

/* =======================================

	お知らせ

========================================== */
.hs-blog-id-124717453601 .blogNavi dl {
	width: 500px;
	margin: 0 auto;
}
.hs-blog-id-124717453601 .blogNavi dl dt,
.hs-blog-id-124717453601 .blogNavi dl dd {
	margin: 5px;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsTitle {
	width: 66%;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo {
	width: 245px;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo .cat a {
	margin-right: 5px;
	width: 115px;
}
.hs-blog-id-124717453601 .newsDetail .newsInfo .cat a {
	width: 115px;
}


/* =======================================

	採用情報

========================================== */
.innerLinkBox li {
    float: left;
    background-color: #bad27a;
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 5px;
    width: 49%;
}
.innerLinkBox li:nth-child(2n) {
margin-right: 0;
}
.innerLinkBox li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.recruitTablePc{
display: none;
}
.recruitTableSp{
display: block;
}
/* =======================================

	青年部table崩れ対策

========================================== */
.youth .table01.tbTableFull {
	float: none;
	width: 100%;
}
.youth .table01.tbTableFull colgroup {
	display: none;
}
.youth .table01.tbTableFull th {
	width: 30%;
	box-sizing: border-box;
}
}

@media screen and (max-width:599px) {
  /* =======================================

	table崩れ対策

========================================== */
.table01 colgroup {
	display: none;
}
.youth .table01.tbTableFull th {
	width: 100%;
}
/* =======================================

	Structure CSS

========================================== */
body {
	position: relative;
	right: 0;
}
.contents {
	padding: 0;
}
.column1,.column2 .main {
	width: 92%;
}
.lineBox {
	padding: 20px;
}

/* =======================================

	Text Decorations CSS

========================================== */
.title01 {
	font-size: 171%;
}
.title02 {
	font-size: 157%;
	margin-bottom: 40px;
}
.title02 span {
	padding: 8px 0 8px 15px;
}
.title03 {
	margin-bottom: 20px;
	padding: 15px 10px;
}
.title04 {
	margin-bottom: 15px;
}

/* =======================================

	Header CSS

========================================== */
.siteHeader {
	width: 92%;
}
.pageHeader {
	margin-bottom: 40px;
}

/* =======================================

	Footer CSS

========================================== */
.siteFooter .footerIn .fNavi ul.naviGroup01 li a {
	padding: 15px 5px 15px 30px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/arrowR.svg) no-repeat 15px center;
	background-size: 6px 13px;
	-webkit-background-size: 6px 13px;
}
.siteFooter .footerIn .fNavi ul.naviGroup02 {
	width: 320px;
	margin: 0 auto;
}
.siteFooter .footerIn .fNavi ul.naviGroup02 li:nth-child(4) a,
.siteFooter .footerIn .fNavi ul.naviGroup02 li:nth-child(6) a {
	border-right: 0;
}
.siteFooter .footerIn .siteInfo {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.siteFooter .footerIn .siteInfo .siteName {
	float: none;
	width: 100%;
}
.siteFooter .footerIn .siteInfo .siteName span {
	margin-top: 5px;
	text-align: center;
}
.siteFooter .footerIn .siteInfo address {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

/* =======================================

	セクション

========================================== */
.boxSection {
	margin-bottom: 30px;
}
.boxSection .text {
	margin-bottom: 20px;
}
.boxImgLeft .text,
.boxImgLeft02 .text,
.boxImgLeft03 .text,
.boxImgRight .text,
.boxImgRight02 .text,
.boxImgRight03 .text,
.boxImgRight04 .text  {
	float: none;
	width: 100%;
}
.boxImgLeft .img,
.boxImgLeft02 .img,
.boxImgLeft03 .img,
.boxImgRight .img,
.boxImgRight02 .img,
.boxImgRight03 .img,
.boxImgRight04 .img {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

/* =======================================

	テーブル

========================================== */
.table01 {
	width: 100%;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 30px;
}
.table01 th,
.table01 td {
	display: block;
	padding: 10px;
}

.table03 th {
    background: #f6f6f6;
    vertical-align: middle;
    width: inherit;
    display: block;
}
.table03 td {
    display: block;
    width: inherit;
}
.table03 td span {
    display: block;
    margin-top: 10px;
}
.input01 {
    width: 100%;
    height: 30px;
}

.table03 td span.radiobtn01 {
    display: inline-block;
    margin-right: 20px;
}
.mailmagazineBtn {
    border-width: 0;
    color: #333;
    background-color: #BAD27A;
    text-align: center;
    width: 100%;
    margin: 0 0px 10px 0px;
    padding: 15px 0 15px 0;
    cursor: pointer;
}
.prefectureBox {
    position: relative;
    background-repeat: no-repeat;
    background-position: right 0px;
    width: 100%;
    height: 30px;
    margin: 0 0 10px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    display: block;
    overflow: hidden;
    outline: none;
    vertical-align: middle;
    background-image: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/common/btnSelect.svg);
}

.table04 thead {
	display: none;
}
.table04 tr {
	width: 100%;
}
.table04 td {
	display: block;
	text-align: right;
	width: 100%;
}
.table04 th:first-child {
	display: block;
	text-align: center;
	width: 100%;
}
.table04 td:before {
	content: attr(data-label);
	float: left;
	margin-right: 10px;
}

/* =======================================

	フォーム

========================================== */
.form_w300 {
	width: 85%;
}
.form_w400 {
	width: 95%;
}
.contactForm table .example {
	display: block;
}
.btnForm input {
	margin-bottom: 5px;
}


/* =======================================

	パンくずリスト

========================================== */
.breadcrumb {
	display: none;
}

/* =======================================

	ホーム

========================================== */
.hs-content-id-124249814037 .inner,
.homeSection01 .summary {
	width: 92%;
}
.hometitle01 {
	font-size: 157%;
}
.hometitle02 {
	font-size: 128%;
}
.homeHeader {
	padding: 30px 0 0;
	height: 270px;
}
.homeHeader .copy {
	width: 100%;
}
.homeHeader h1 {
	width: 125px;
	height: 119px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/text.svg) no-repeat 0 0;
	background-size: 125px 119px;
	-webkit-background-size: 125px 119px;
	margin: 0 auto 25px;
}
.homeHeader p {
	font-size: 107%;
}
.homeSection01 .summary p {
	text-align: left;
}
.homeSection01 {
	padding: 45px 0 40px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk01.png) no-repeat 0 102%,url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk02.png) no-repeat 85% 75%,url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/fruits/bk03.png) no-repeat 110% -40px;
	background-size: 93px 102px,185px 179px,156px 165px;
	-webkit-background-size: 93px 102px,185px 179px,156px 165px;
}
.homeSection01 .bx-wrapper .bx-viewport,
.homeSection03 .bx-wrapper .bx-viewport {
	width: 1400px!important;
	left: -215px;
}
.homeSection01 .bx-wrapper .bx-controls-direction a,
.homeSection03 .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	margin-top: -25px;
}
.homeSection01 .bx-wrapper .bx-prev,
.homeSection03 .bx-wrapper .bx-prev {
	left: 0;
}
.homeSection01 .bx-wrapper .bx-next,
.homeSection03 .bx-wrapper .bx-next {
	right: 0;
}
.homeSection02 .summary {
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/home/mushroom/bk.png) no-repeat 0 bottom;
	background-size: 154px 137px;
	-webkit-background-size: 154px 137px;
}
.homeSection02 .summary p {
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.homeSection02 .listMenu a {
	float: none;
	width: 100%;
	display:block;
}
.homeSection02 .listMenu a .menu {
	margin: 0 0 5px;
	overflow: hidden;
	background-color: #E06661;
}
.homeSection02 .listMenu a .menu .img {
	overflow: hidden;
	width: 35%;
	height: auto;
	float: left;
}
.homeSection02 .listMenu a .hometitle03 {
	position: absolute;
	bottom: 50%;
	left: 40%;
	background:none;
	width: 138px;
	height: 42px;
	padding: 0;
	margin-bottom: -21px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.homeSection04 {
	margin: 0;
}
.homeSection04 .menuList a {
/*	float: none;*/
	width: 100%;
	display: block;
}
.homeSection04 .menuList a .menu {
	margin: 0 0 10px;
	background-color: #FFF;
	position: relative;
}
.homeSection04 .menuList a .menu .img {
	width: 40%;
	height: auto;
}
.homeSection04 .menuList a .menu .hometitle03 {
	text-align: left;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	height: 24px;
}
.homeSection04 .menuList a .menu p {
	display: none;
}
.newsSection .newsContent article .newsInfo,
.newsSection .newsContent article .newsTitle {
	float: none;
	width: auto;
}
.homeBanner .homeBannerBox01 .bannerBox:first-child {
	padding:0 0 15px;
	margin:0 0 15px;
}
.homeBanner .homeBannerBox01 .bannerBox:first-child li,
.homeBanner .homeBannerBox01 .bannerBox:first-child li:first-child {
	margin: 0 2px 10px;
}
.homeBanner .homeBannerBox01 .bannerBox:nth-child(2) {
	float: none;
	width: 100%;
	border-bottom: 2px solid #B5BAB5;
	padding:0 0 15px;
	margin:0 0 15px;
}
.homeBanner .homeBannerBox01 .bannerBox:last-child {
	float: none;
	width: 100%;
	border-left: 0;
	padding: 0;
}
.homeBanner .homeBannerBox02 {
	width: 294px;
}

/* =======================================

	2階層以下共通

========================================== */

/*インデックスページ*/
.menuBoxIndex a,
.menuBoxIndex .noLink {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.menuBoxIndex a:nth-child(2n) {
	float: none;
}
.menuBoxIndex .menuBox .img {
	margin-bottom: 15px;
}
.menuBoxIndex .menuBox h2 {
	font-size: 114%;
	margin-bottom: 10px;
	padding-left: 20px;
}


/* =======================================

	ページナビ

========================================== */
.boxPageNavi {
	position: relative;
	padding-bottom: 60px;
}
.boxPageNavi a {
	margin-bottom: 5px;
}
.boxPageNavi a.link_before{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -105px;
}
.boxPageNavi a.link_next {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -105px;
}
.boxEntryNavi {
	position: relative;
	padding: 30px 0 60px;
}
.boxEntryNavi a.btnList {
	position: absolute;
	bottom:0;
	left: 50%;
	margin-left: -60px;
}

/* =======================================

	ブログナビ

========================================== */
.blogNavi dt {
	margin: 0 0 10px;
	display: block;
}

/* =======================================

	JA中野市のご案内

========================================== */
/*新規就農者募集案内*/
.lineBox .contactTel {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	font-size: 114%;
	text-align: center;
}
.lineBox .contactTel span {
	font-size: 150%;
	margin-left: 15px;
	display: inline-block;
}
.lineBox .contactInfo {
	float: none;
	width: 100%;
	text-align: center;
}
.lineBoxContact .lineBoxContactItem .contactTel {
	width: 100%;
	font-size: 114%;
}
.lineBoxContact .lineBoxContactItem .contactInfo {
  text-align: center;
	width: 100%;
}

/*メールマガジン登録*/
.mailmagazineForm input {
	width: 200px;
}

/*アップルちゃんカレンダー入選絵画*/
.calendar .blogNavi .listArrow li {
	margin: 5px 15px;
}
.calendarBox {
	margin-bottom: 20px;
}
.calendarMain .calendarBox {
	margin-bottom: 20px;
	display: block;
}
.calendarMain .calendarBox .img {
	width: 250px;
	height: 250px;
	display: block;
	margin: 0 auto 10px;
}
.calendarMain .calendarBox .text {
	text-align: center;
	display: block;
	padding-left: 0;
}
.calendarMain .calendarBox .text .calendarPage {
	margin: 0 auto 14px;
	text-align: center;
}
.calendarMain .calendarBox .text .calendarTitle {
	margin-bottom: 3px;
}
.calendarList .calendarBox {
	margin: 0 0 20px 0;
	float: left;
	width: 49%;
}
.calendarList .calendarBox:nth-child(2n) {
	float: right;
}
.calendarList .calendarBox:nth-child(3n) {
	margin: 0 0 20px 0;
}
.calendarList .calendarBox .img {
	height: 150px;
}
/*JA中野市青年部*/
.youth .main .table01 {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.youth .main .table01:last-child {
	border-top: 0;
}
.youth .main .table01:last-child th {
	border-left: 1px solid #DDD;
}
.youth .message figure {
	float: none;
	width: 280px;
	margin: 0 auto 15px;
	display: block;
}
.blogEntry {
	margin-bottom: 20px;
	overflow: hidden;
}
.blogEntry .date {
	display: block;
	width: 100px;
	font-size: 85%;
	color: #B6BD21;
}
.youth .blogEntry .img figure {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.youth .blogEntry .img figure:nth-child(2n) {
	float: none;
}
/*JA中野市女性部*/
.woman .message figure {
	float: none;
	width: 280px;
	margin: 0 auto 15px;
	display: block;
}
.woman .blogEntry .img figure {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.woman .blogEntry .img figure:nth-child(2n) {
	float: none;
}
.boxImgContents li {
    float: none;
    width: 100%;
}
/*採用情報*/
.innerLinkBox li {
    float: left;
    background-color: #bad27a;
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 5px;
    width: 49%;
}
.innerLinkBox li:nth-child(2n) {
margin-right: 0;
}
.innerLinkBox li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.recruitTablePc{
display: none;
}
.recruitTableSp{
display: block;
}
/* =======================================

	きのこを楽しむ

========================================== */
.bannerList .bannerBox .img {
	width: 200px;
	margin: 0 0 15px;
	float: none;
}
.bannerList .bannerBox .text {
	float: none;
	width: auto;
}
.mushroom .mushroomType {
	width: auto;
}
.mushroom .mushroomType li {
	width: 45%;
	float: left;
	margin: 0 0 15px;
}
.mushroom .mushroomType li:nth-child(2n) {
	float: right;
}

/*JA中野市ときのこ*/
.mushroom .mushroomSection {
	padding-top:30px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/mushroom/nakanoshi_map.png) no-repeat right 0;
	background-size: 108px 166px;
	-webkit-background-size: 108px 166px;
	text-align: center;
}
.mushroom .mushroomSection h3 {
	font-size: 157%;
	margin-bottom: 15px;
}
.mushroom .mushroomSection .prArea .prBox {
	margin: 0 0 10px 0;
	padding: 20px 15px;
	height: auto;
	width: auto;
	float: none;
}
.mushroom .bannerBox li a {
	margin: 0 5px 10px 0;
}
.mushroom .bannerBox li:nth-child(2n) a {
	margin: 0 0 10px 5px;
}

/* =======================================

	らくらくレシピ

========================================== */
.mushroomRecipe .img {
	width: auto;
}
.recipeBox {
	margin: 0 0 20px 0;
	float: left;
	width: 49%;
}
.recipeList .recipeBox:nth-child(2n) {
	float: right;
}
.recipeList .recipeBox:nth-child(3n) {
	margin: 0 0 20px 0;
}

/* =======================================

	農産物

========================================== */
.products .column1 {
	padding-top: 40px;
	background: url(https://www.ja-nakanoshi.iijan.or.jp/hubfs/JA-nakanoshi2023/img/products/bk.png) no-repeat right 0;
	background-size: 610px 523px;
	-webkit-background-size: 610px 523px;
}
.products .column2 {
	padding-top: 40px;
}
.products .fruitsList {
	width: 250px;
	margin: 0 auto 40px;
}
.products .fruitsList a {
	width: 250px;
	margin: 0;
	float: none;
}
.products .fruitsList a .img {
	width: 250px;
	height: 250px;
}
.products .column1 .btnG a {
	width: 250px;
}
.products .contactBox {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

/* =======================================

	直売所

========================================== */
.shop .bannerList .bannerBox {
	width: 200px;
	margin: 0 auto;
}

/* =======================================

	営農情報

========================================== */

/*営農技術情報*/
.agritechnoForm input {
	width: 250px;
}

/*営農技術動画（2021/05/12追加）*/
.agrimovieForm input {
	width: 250px;
}

/* =======================================

	暮らしの情報

========================================== */
/*賃貸物件情報*/
.immovables .blogNavi dd {
	margin-bottom: 10px;
}
.immovables .immovablesContent .immovablesBox .img {
	margin-bottom: 15px;
}
.immovables .immovablesContent .immovablesBox .detail {
	width: 270px;
}
.immovables .immovablesContent .immovablesBox .detail dd {
	width: 200px;
}
.immovables .immovablesContent .immovablesBox .more {
	margin: 0 auto;
}
.immovables .bx-wrapper .bx-controls-direction a {
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
.immovables .slider {
	width:80%;
	padding:0 10%;
}
.immovables .bx-wrapper .bx-prev {
	left: -11%;
}
.immovables .bx-wrapper .bx-next {
	right: -11%;
}

/* =======================================

	お知らせ

========================================== */
.hs-blog-id-124717453601 .blogNavi dl {
	width: auto;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsTitle {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo,
.hs-blog-id-124717453601 .newsSection .newsContent article .newsInfo .cat {
	width: auto;
}
.hs-blog-id-124717453601 .newsDetail .newsInfo .cat {
	margin-top: 5px;
}

/* =======================================

	サイトマップ

========================================== */
.sitemap .linkArrow {
	float: none;
	width: 100%;
}
.sitemap .linkArrow:nth-child(2) {
	float: none;
}

/* =======================================

	お探しのページは見つかりませんでした

========================================== */
.error404 .main .linkArrow li {
	float: none;
	width: 100%;
}
.error404 .main .linkArrow li:nth-child(2n) {
	float: none;
}


/* =======================================

	Hubspotフォーム

========================================== */
@import url("style_tb.css") screen and (max-width:959px);
@import url("style_sp.css") screen and (max-width:599px);