@charset "UTF-8";
/* CSS Document */

body{
	color: #5B5755;
}



/*body {
	font-size: 140%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}


body {
	-webkit-text-size-adjust: 130%;
	-moz-text-size-adjust: 130%;
	-ms-text-size-adjust: 130%;
	-o-text-size-adjust: 130%;
	text-size-adjust: 130%;
}
*/	
	
.over:hover{
	opacity: 0.8;
}

li{
	list-style: none;
}

a,
a:hover{
	color: #5d5856;
}

/* biggerlink */
.bl-hover {
	opacity: 1;
}

.bl-hover:active{
	opacity: 1;
}



.box{
	cursor: pointer;
}
.box:hover{ opacity: 0.8;}

.radius {
	margin:  0px auto;
	text-align: center;
	border-radius: 20px;
}
.radius img{
	border-radius: 20px;
}


/* テキスト位置 */	
.t-aR{
	text-align:right;}

.t-aC{
	text-align:center;}

.t-aL{
	text-align:left;}
	
.clear {
	clear: both;
}
.img_right {
	float: right;
}
.img_left {
	float: left;
}


/* マージン設定 */
.mbSS{
	margin-bottom:0.5em !important;}

.mbS{
	margin-bottom:1em !important;}

.mbM{
	margin-bottom:2em !important;}

.mbL{
	margin-bottom:3em !important;}

.mbLL{
	margin-bottom:4em !important;}

.mtLL{
	margin-top:4em !important;}

.mtSS{
	margin-top:0.5em !important;}
	





#main a{
	text-decoration: underline;
}
#main h1{
	margin: 0 0 20px;
	padding: 0 0 8px;
	background: url(/themes/marchais/images/line02.png) repeat-x left bottom;
}
#main.farm h1{
	margin: 0 0 20px;
	padding: 0;
	text-align: center !important;
	background: url(../images/bg_farm_h1.png) repeat left top;
	border-bottom: 1px #999 solid;
}
#main.farm h1 img{
	margin: 0px auto;
}

#main h1.headline02{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#main h2{
	font-weight: bold;
}

#main h3{
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px #999 dotted;
}
#main p{
	/*font-size: 1.2em;*/
	line-height: 1.8;
}

#main p.enclose{
	margin: 0 0 70px;
	padding: 20px;
	border: 1px #666 solid;
}


#main ol,
#main ul{
	margin: 0 0 20px;
	padding: 0;
	font-size: 16px;
}

#main ol li{
	margin: 0 0 8px 30px;
	padding: 0;
	list-style: decimal;
}
#main ol li ol{
	margin: 20px 0 20px;
}
#main ol li ol li{
	list-style: none;
}

.tel{
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
	}

.contact_tel{
	font-size: 30px !important;
	font-weight: bold;
	margin-left: 20px;
	}




#main table.company{
	width: 100%;
	margin: 5px 0 30px;
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
}

#main table.company th{
	width: 22%;
	padding: 15px 15px;
	border-bottom: 1px #CCC solid;
	border-right: 1px #CCC solid;
	background: #EEE;
}
#main table.company td{
	padding: 15px 15px;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}





#main table.form_table{
	width: 100%;
	margin: 5px 0 30px;
	background: url(../images/line01.png) repeat-x left top;
	font-size: 1.3em;
}

#main table.form_table th{
	width: 22%;
	padding: 15px 15px 15px 5px;
	font-weight: normal;
	background: url(../images/line01.png) repeat-x left bottom;
}
#main table.form_table th span.required{
	display: block;
	background: url(../images/i_required.png) no-repeat right center;
}

#main table.form_table td{
	padding: 15px 5px;
	background: url(../images/line01.png) repeat-x left bottom;
}

#main table.form_table td input{
	margin: 0 10px;
}







.sectionSpace_inner{
  padding: 10px 0;
}





.navbar-inverse {
	background-color: #FFFFFF;
  border-color: #FFF;
	height: 230px;
}

#header .container {
	height: 230px;
	background: url(/themes/marchais/images/img_header.png) no-repeat right bottom;
}

#header .navbar-header {
	width: 100%;
	height: 100%;
		padding:0;
  background: url(/themes/marchais/images/bg_header.png) no-repeat right top;
  }


#short_header .navbar-inverse  .container {
  background: url(/themes/marchais/images/bg_header.png) no-repeat right top;
}

#short_header .navbar-header {
		padding:0;
  background: url(/themes/marchais/images/img_header.png) no-repeat right bottom;
  }


@media only screen and (min-device-width: 320px)
and (max-device-width: 750px){

#header .container {
	padding-top: 45px;
  background: url(/themes/marchais/images/bg_header.png) no-repeat left top;
	background-size: contain;
	height: 150px;
}

#header .navbar-header {
		padding:0;
  background: url(/themes/marchais/images/img_header_s.png) no-repeat right bottom;
  }

#short_header .navbar-inverse .container {
	padding-top: 45px;
  background: url(/themes/marchais/images/bg_header.png) no-repeat left top;
	background-size: contain;
}
#short_header .navbar-header {
		padding:0;
  background: url(/themes/marchais/images/img_header.png) no-repeat right bottom;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}


.navbar-nav > li > a {
	margin-top: 60px;
	margin-right: 40px;
}

.navbar-nav > li:nth-child(odd) > a {
	margin-top: 90px;
}

.navbar-nav > li > a:hover {
	opacity: 0.7;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #FFF;
	opacity: 0.7;
}





#header .navbar-brand,
#short_header .navbar-brand{
  height: 120px !important;
  padding: 20px 117px 0 0;
  line-height: 1;
}

#short_header.navbar-inverse {
  height: 160px !important;
}


#short_header .navbar-header{
	padding: 0 0 30px;
  background: url(/themes/marchais/images/img_header_s.png) no-repeat right bottom;
  }

#short_header .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

#short_header .navbar-nav{
	margin: 0 -30px 0 0;
	padding: 0;
}


#short_header .navbar-nav > li > a {
	margin-top: 90px;
	margin-right: 0;
}

#short_header .navbar-nav > li:nth-child(odd) > a {
	margin-top: 90px;
}
#sp_nav .op-nav.hidden {
display: block !important;
}

#sp_nav {
	position: absolute;
	top: 0px;
	left: 50%;
}


@media only screen and (min-device-width: 320px)
and (max-device-width: 750px){


	#header .navbar-header,
	#short_header .navbar-header{
	padding: 0 0 1% 10%;
  background: none;
  }

#header.navbar-inverse,
#short_header.navbar-inverse {
  height: auto!important;
	min-height: 150px;
}


	#header .navbar-nav,
	#short_header .navbar-nav{
		/*position: absolute;*/
		width: 100%;
		/*top: 0px;*/
	margin: 0;
	padding: 0;
		background: #FFF;
		z-index: 99999!important;
}


	
#header .navbar-nav li,
#short_header .navbar-nav li{
	margin-bottom: 1em;
}
#header .navbar-nav > li > a,
#short_header .navbar-nav > li > a{
	margin-top: 0;
}
#header .navbar-nav > li:nth-child(odd) > a,
#short_header .navbar-nav > li:nth-child(odd) > a{
	margin-top: 0;
}


	
	
#sp_nav {
	width: 100%;
	position: static;
}
#sp_nav .hb-nav {
	position: absolute;
	top: 85px;
	width: 35px;
	height: 22px;
	right: 30px;
}
#sp_nav .hb-nav .button {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(/themes/marchais/images/menu.png) left top no-repeat;
	background-size: cover;
	cursor: pointer;
	}
#sp_nav .hb-nav .button.open {
	background: transparent url(/themes/marchais/images/menu_off.png) left top no-repeat;
	background-size: cover;
	}

#sp_nav .op-nav {
	width: 100%!important;
position: absolute;
z-index: 8888;
/*top: 0;*/
padding: 0;
}

#sp_nav .op-nav.hidden {
display: none!important;
}

}


















.navbar-default {
  background-color: #FFF;
  border-color: #FFF;
}

#main ul.local-nav{
	margin: 0;
	padding: 0;
}

#main ul.local-nav li{
	width: 20%;
	padding: 0;
	margin: 0 0 10px;
	float: left;
}
#main ul.local-nav li a{
	display: block;
	margin: 0 3%;
	padding: 2% 0 13%;
	background: #5B5755 url(/themes/marchais/images/icon02.gif) no-repeat center bottom;
	border-radius: 10px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	border: 10px #5B5755 solid;
}

#main ul.local-nav li a{
	text-decoration: none;
}

.local-nav li a:hover{
	background: #5B5755 url(/themes/marchais/images/icon02.gif) no-repeat center bottom;
	opacity: 0.7;
	}

@media only screen and (min-device-width: 320px)
and (max-device-width: 750px){
#main ul.local-nav li{
	width: 50%;
	margin-bottom: 5%;
}
#main ul.local-nav li a{
	font-size: 14px;
}
}








/*　トップページ　*/
h2.l_style{
	float: left;
	margin: 0 25px 0 0;
}
h2.r_style{
	float: right;
	margin: 0;
}
h2.r_style span,
h2.l_style span{
	margin-top: 15px;
	display: block;
}

.cate{
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
.title{
	font-size: 24px;
	font-weight: normal;
}


.index_img{
	margin: 10px 15px 0 0;
	float: left;
}
.index_txt{
	padding: 40px 0 20px;
	font-size: 18px;
	line-height: 1.8;
	}


#top_news ul{
  display: flex;
  justify-content: space-between;
	margin: 0 5% 0 0;
	padding: 0;
}
#top_news li{
  width: 30%;
}

@media only screen and (min-width:1px) and (max-width:767px){
#top_news ul{
  display: block;
	margin: 0;
}
#top_news li{
  width: 100%;
}
}


#top_news a{
	text-decoration: none;
}


#top_news_index ul{
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
}
#top_news_index li{
	width: 290px;
	margin: 0 40px 50px 0;
	float: left;
}
#top_news_index li:last-child{
	margin: 0 0 50px 0;
}

/*#top_news_index li .photo_frame_img{
	text-align: center;
}
#top_news_index li .photo_frame_img img{
	min-height: 242px;
	
}
*/


@media only screen and (min-width:1px) and (max-width:767px){

.photo_frame_img{
	width: 100%!important;
  height: auto!important;
	margin: 0 auto 10px;
	float: none;
	text-align:  center;
}
.photo_frame_img img{
	width: 100%!important;
  max-width: 100%!important;
  height: auto!important;
}



}




#top_news_list{
}
#top_news_list li{
	margin: 0 0 10px;
	padding: 10px 0;
	list-style: none;
	overflow: hidden;
	background: url(/themes/marchais/images/line01.png) repeat-x left bottom;
}
.top_news_list_txt{
	width: 650px;
	float: left;
}
.top_news_list_img{
	width: 150px;
	margin: 0 20px 10px 0;
	float: left;
}
#top_news_list .title{
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
}
#top_news_list .date{
	padding-top: 5px;
	font-size: 18px;
	font-weight: normal;
}
#top_news_list .cate{
	display: inline-block;
	text-align: center;
	padding: 3px 10px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 20px;
	background-color: #e26054;
}

#top_news_list .more{
	width: 145px;
	margin-top: 5px;
	float: right;
}



#top_info ul{
	padding: 0 5% 0 0;
	margin: 0;
  display: flex;
  justify-content: space-between;
}
#top_info ul a{
	text-decoration: none;
}
#top_info ul a:hover{
	opacity: 0.8;
}
#top_info li{
	width: 30%;

}


@media only screen and (min-width:1px) and (max-width:767px){

#top_info ul{
  display: block;
	padding: 0;
}
#top_info li{
	width: 100%;
  margin-bottom: 3em!important;

}



}







#farm_info ul{
	margin: 0 -20px 0 -15px;
	padding: 0;
	overflow: hidden;
}
#farm_info li{
	width: 315px;
	margin: 0 20px 50px 0;
	float: left;
}
/*#farm_info li .photo_frame_img{
	text-align: center;
}
#farm_info li .photo_frame_img img{
	min-height: 241px;
}*/



#farm_index ul{
	margin: 0;
	padding: 0;
	display: flex;
  
}
#farm_index li{
	width: 30%;
	margin: 0 5% 50px 0;
}
#farm_index li:nth-child(3){
  margin-right: 0;
}


/*#farm_index li .photo_frame_img{
	text-align: center;
}
#farm_index li .photo_frame_img img{
	min-height: 242px;
	
}*/


#report_summary_top ul{
	margin: 0 -30px 0 0;
	padding: 0;
	overflow: hidden;
}
#report_summary_top li{
	width: 300px;
	margin: 20px 30px 20px 0;
	padding: 0;
	float: left;
}
#report_summary_top li img{
	text-align: center;
	margin: 0px auto;
}

@media only screen and (min-device-width: 320px)
and (max-device-width: 750px){

#main_visual_inner {
    width: 80% !important;
				margin: 0px auto;
}
	.bx-viewport{
	height: auto!important;

	}
#main_visual_inner img{
    width: 100%;
		max-width: 100%;
	height: 150px;
}
	

	h2.l_style{
	float: none;
	margin: 0 0 1em;
}
h2.r_style{
	float: none;
	margin: 0 0 1em;
	}
h2.r_style span,
h2.l_style span{
	margin-top: -45px;
	text-align: right;
}
h2.r_style span img,
h2.l_style span img{
	width: 20%;
}
.index_img{
	margin: 0;
	float: none;
}
.index_img img{
    width: 100%;
		max-width: 100%;
}

	#top_news li,
	#top_news li:last-child{
	margin: 0 auto 5%;
	float: none;
}

#top_info li,
#top_info li:last-child{
	margin: 0 auto 5%;
	float: none;
}


#farm_index ul{
	margin: 0;
  display: block;
}
#farm_index li{
	width: 100%;
  margin-right: 0;
}


	
	#top_news_index li,
	#top_news_index li:last-child{
	margin: 0 auto 50px;
	float: none;
}

	
	
	#report_summary_top ul{
	margin: 0;
}
#report_summary_top li{
	margin: 0 auto 3%;
	float: none;
}


	
	
.top_news_list_txt{
	width: 100%;
	float: none;
}
.top_news_list_img{
	margin: 0 auto 10px;
	float: none;
	text-align:  center;
}

  
@media only screen and (min-width:1px) and (max-width:767px){

.top_news_list_img{
	width: 100%!important;
  height: auto!important;
	margin: 0 auto 10px;
	float: none;
	text-align:  center;
}
.top_news_list_img img{
	width: 100%!important;
  max-width: 100%!important;
  height: auto!important;
}



}


  
  
  
#top_news_list .cate{
	display: inline-block;
	text-align: center;
	padding: 3px 10px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 20px;
	background-color: #e26054;
}

#top_news_list .more{
	width: 145px;
	margin: 5px auto;
	float: none;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}


/*#pagetop{
	padding: 50px 0;
	text-align: right;
}
*/

#pagetop{
    position: fixed;
    right: 0;
    bottom: 180px;
}

#pagetop a{
    width: 90px;
    height: 66px;
    display: block;
}



#footer{
	margin-top: 100px;
	padding: 70px 0;
	overflow: hidden;
	background: url(/themes/marchais/images/bg_footer.png) repeat-x left top;
}
#footer p{
	margin: 0px 30px 100px 0;
	display: inline;
}


@media only screen and (min-device-width: 320px)
and (max-device-width: 750px){

#footer p{
	margin: 0 0 1em;
	display: block;
}

}



/*　下層共通　*/

.breadcrumb {
  padding: 12px 15px;
  margin: 0 -20px 40px;
  list-style: none;
  background-color: #5B5755;
  border-radius: 0;
  color: #FFF;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #FFF;
  content: "";
}
.breadcrumb > .active {
  color: #FFF;
}
.breadcrumb a{
  color: #FFF;
}
.breadcrumb span{
	padding-right: 10px;
}


#news .breadcrumb  li:nth-child(2) {
	display: none;
}




.photo_frame_img{
	position: relative;
}
.photo_frame{
	position: absolute;
	top: 0px;
	left: 0px;
}




.js-acms_tabs{
	margin: 0;
	padding: 0;
}
.js-acms_tabs ul{
	margin: 0;
	padding: 10px 0 20px;
	overflow: hidden;
	background: url(/themes/marchais/images/line02.png) repeat-x left bottom;
}
.js-acms_tabs li{
	width: 480px;
	margin: 0;
	float: left;
	text-indent: -9999px;
}
.js-acms_tabs li a{
	display: block;
	height: 40px;
}

.tabs01{
	background: url(/themes/marchais/images/tab01.png) no-repeat left top;
}
.tabs02{
	background: url(/themes/marchais/images/tab01_on.png) no-repeat left top;
}

.tabs01 .js-acms_tab-active{
	background: url(/themes/marchais/images/tab02.png) no-repeat left top;
}
.tabs02.js-acms_tab-active{
	background: url(/themes/marchais/images/tab02_on.png) no-repeat left top;
}


#index_year_list ul{
	margin:  0px 20px 50px;
	padding: 10px 0 20px;
	background: url(/themes/marchais/images/line01.png) repeat-x left bottom;
}
#index_year_list li{
	margin: 0 50px 0 10px;
	padding: 0 0 0 30px;
	display: inline;
	font-size: 18px;
	background: url(/themes/marchais/images/icon01.png) no-repeat left center;
}


/* お問い合わせ */

#tel span{
	margin: 0 20px 20px 50px;
	font-size: 40px;
	padding-left: 60px;
	background: url(../images/icon_free.png) no-repeat left center;
	font-weight: bold;
}





/* 農家さん紹介 */

#farm_search{
	margin: 0 0 30px;
	padding: 25px 15px;
	background: #E9E4E2;
	border-radius: 10px;
}

#farm_search dt{
	margin: 0 0 20px 20px;
	padding: 0;
}

#farm_search dd{
	margin: 0;
	padding: 0;
}

#farm_search ul{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
#farm_search li{
	margin: 0 6px 5px;
	padding: 0;
}



/* キーワードを絞り込む */



#tag_list{
	margin: 0 0 30px;
	padding: 0 0 10px;
	overflow: hidden;
	background: url(../images/line01.png) repeat-x left bottom;
}

#tag_list dl{
	margin: 0;
	padding: 5px 0 0;
	overflow: hidden;
	float: left;
	font-size: 1.2em;
}

#tag_list dt,
#tag_list dd{
	margin-right: 15px;
	float: left;
}


#tag_list p{
	float: right;
}




/* ページネーション */

.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
		text-align: center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: none;
		display: inline;
  padding: 20px;
  margin: 0 1px;
  line-height: 2.0;
  color: #FFF;
  text-decoration: none;
  border: none;
		font-size: 16px;
		font-weight: bold;
		background: #fff url(../images/bg_pagenav01.png) no-repeat center center;
}
.pagination > li:first-child > a {
  margin-left: 0;
		border-radius: 0;
		background: url(../images/bg_pagenav01.png) no-repeat center center;
}
.pagination > li:first-child > span {
  margin-left: 0;
		border-radius: 0;
  color: #666;
		background: url(../images/bg_pagenav02.png) no-repeat center center;
}
/*.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
*/


.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #666;
		background: url(../images/bg_pagenav02.png) no-repeat center center;
  border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #666;
		background: url(../images/bg_pagenav02.png) no-repeat center center;
  border: none;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666;
		background: url(../images/bg_pagenav02.png) no-repeat center center;
  border: none;
}

.pagination > .cur {
  color: #666;
		background: url(../images/bg_pagenav02.png) no-repeat center center;
  border: none;
}




.panel-success {
  border: none;
}
.panel-success > .panel-heading {
		color: #5B5755;
  background-color: #FFF;
  border: none;
}
.panel-success .panel-title {
	margin: 0;
	padding: 0;
		font-size: 22px;
}
.panel-success .panel-title span{
		font-size: 16px;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-body {
	border: none;
	border-bottom: 5px #dbd4d0 solid;
}


.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

#main .panel-success h3.headline01 {
	margin: 0 0 20px;
	padding: 0 20px;
	height: 50px;
	line-height: 52px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 0 none;
	background: url(../images/bg_title.png) repeat-x left center;
}

table.item_info{
	width: 100%;
}
table.item_info th{
	width: 15%;
	padding: 5px 15px 5px 0;
	white-space: nowrap;
	vertical-align: top;
}
table.item_info td{
	vertical-align: top;
	padding: 5px 5px 5px 0;
}




.report_list{
	margin: 0 0 30px;
	padding: 0 0 30px;
	overflow: hidden;
	background: url(../images/line01.png) repeat-x left bottom;
}



.sub_list p{
	margin: 0 0 10px;
	padding: 0;
}


.sub_list h3{
	margin: 0 0 10px;
	padding: 20px 0 10px;
	border-bottom: 5px #5C5755 solid;
}

.panel-default {
  border: none;
}

.sub_list ul{
	margin: 0;
	padding: 0;
}

.sub_list li{
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	line-height: 1.6;
	background: url(../images/icon01.png) no-repeat 0px 5px;
  border: none;
}




a.orderBtn{
	display: inline-block;
	text-decoration: none !important;
	color: #FFFFFF;
	padding: 5px 10px 5px 30px;
	background: url(../images/bg_btn.png) no-repeat left center;
	border-radius: 10px;
}












#about01{
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 80px;
	background: url(../images/bg_about01.png) no-repeat 40% bottom;
}
#about01 .about_img{
	float: right;
	margin: 0 0 0 20px;
}

#about02{
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 80px;
	background: url(../images/bg_about02.png) no-repeat center bottom;
}
#about02 .about_img{
	float: left;
	margin: 0 30px 0 0;
}


#about03{
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 130px;
	background: url(../images/bg_about03.png) no-repeat 70% bottom;
}
#about03 .about_img{
	float: right;
	margin: 0 0 0 50px;
}
#about03 .about03_txt{
	float: right;
	padding-top: 80px;
}


#about04{
	overflow: hidden;
	padding-bottom: 80px;
	background: url(../images/bg_about05.png) no-repeat 100px 200px;
}
#about04 .about_img{
	float: right;
	margin: 0 0 0 20px;
}
#about04_inner{
	margin: 100px 0;
	padding-left: 300px;
}



#about05{
	overflow: hidden;
	padding-bottom: 200px;
	background: url(../images/bg_about06.png) no-repeat right bottom;
}

















@media only screen and (min-device-width: 320px)
and (max-device-width: 750px){
/*.sub_list li{
	background: url(../images/icon01.png) no-repeat 0px 20px; 
}
*/}


#social{
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 1.0;
}

#social li{
	line-height: 1.0;
	display: inline;
	margin-right: 10px; 
}



#about03 .about_img{
	float: none;
	margin: 0 0 5%;
	text-align: center;
}
#about03 .about03_txt{
	float: none;
	text-align: center;
}
#about03 .img_left img{
	width: 100%;
}





.pager li > a,
.pager li > span {
  border: none;
}
.pager .next,
.pager .previous {
	font-size: 1.2em;
}

.pager li > a:hover,
.pager li > a:focus {
  background-color: #FFF;
}
.pager .next > a,
.pager .next > span {
	float: none;
	padding-right: 25px;
	background: url(../images/icon01.png) no-repeat right center;
}
.pager .previous > a,
.pager .previous > span {
	float: none;
	padding-left: 25px;
	background: url(../images/icon02.png) no-repeat left center;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #FFF;
}



/* 農園トップ自由文：画像左右フロート時のカラムを解除する */

#farmtop .acms-entry [class*='acms-col'] {
	width: auto!important;
}

/* 農園トップ農園情報：農園名 */

#info h3 {
	height: 48px;
	line-height: 48px;
	padding: 0;
	border: 0 none;
}


@media only screen and (min-device-width: 320px)
and (max-device-width: 750px){
	 .container {
		 margin: 0 5%;
			padding: 0;
  }

/*	.container,
	.panel-success .panel-title,
	.container p {
	font-size: 2.5em;
	line-height: 1.3 !important;
}
*/
	
/*	#farm_index li,
	#report_summary_top li  {
	font-size: 1.7em;
	line-height: 1.3 !important;
}*/

/*	.container h3  {
	font-size: 1.4em;
}*/
	.pickup-first .cate time {	font-size: .8em;}


	.breadcrumb  {
	font-size: 50%;
}
/*	.entryColumn p, .entryColumn ul, .entryColumn ol, .entryColumn table, .entryColumn dl, .entryColumn blockquote, .entryColumn pre ,.lead,.title {
	font-size: 1.0em;
}*/
	#footer .container p {
	font-size: .8em;
	line-height: 1 !important;
}

/*#pagetop img { width: 180px; }*/

/*#pagetop a{
    width: 180px;
    height: 132px;
    display: block;
}*/
	
	
#pagetop { bottom: 10px;right: 0; }



.caption p  {	font-size: 1em;}
.caption p time {	font-size: .8em;}

.entry .page-header h2 {	font-size: 1.8em;}
.entry .page-header .mbSS {	font-size: 1em;}

.container .sub_list  h3 {
	font-size: 1em;
}



.s_btn{
	width: 400px;
}

@media only screen and (min-width:1px) and (max-width:767px){

.s_btn{
	width: 100%;
}

}



  
.sub_list p{
	margin: 0;
	padding: 0;
	line-height: 1.0!important;
}






/*.sptxt{
	font-size: 2.0em!important;
	line-height: 1.3 !important;
}
*/
	


.acms-text-error{
	color: red;
}

/* SP表示の場合オブジェクトのサイズを変更 */
/*@media only screen and (min-device-width: 320px)
and (max-device-width: 750px){
	 .btn-send-01 {
		width: 600px;
  }
}*/


	
	.js-acms_tabs li{
		margin-bottom: 1em;
}
.js-acms_tabs ul{
	margin: 0;
}

.tabs01{
	background: url(/themes/marchais/images/tab01.png) no-repeat left top;
	background-size: 45%;
}
.tabs02{
	background: url(/themes/marchais/images/tab01_on.png) no-repeat left top;
	background-size: 60%;

	}
.tabs01 .js-acms_tab-active{
	background: url(/themes/marchais/images/tab02.png) no-repeat left top;
	background-size: 45%;

	}
.tabs02.js-acms_tab-active{
	background: url(/themes/marchais/images/tab02_on.png) no-repeat left top;
	background-size: 60%;

	}

	#index_year_list ul{
	margin:  0px 0 50px;
		padding: 1em 0;
}
#index_year_list li{
	margin: 0 0 1em;
	display: block;

}

	
/* ページネーション */

.pagination > li > a,
.pagination > li > span {
		display: inline-block;
  padding: 10px 20px;
}


	
	
	.sub_btn{
		display: none;
	}	
	
#main_visual {
    background: url(images/top.png) repeat-x center top;
	background-size: contain!important;
		z-index: 999!important;
	}
	
}







/*
instagram
2017-08-01 新規追加
-------------------------------------
*/

.instagram {

}

.instagram:before, .instagram:after {
	content: "";
	display: table;
}

.instagram:after {
	clear: both;
}

.instagram .row {
	margin-left: -1px;
	margin-right: -1px;
}

.instagram .row [class*="col-"] {
	padding: 0 1px 2px;
}

.instagram-item {
	position: relative;
	width: 100%;
}

.instagram-link {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	outline: none;
}

a.instagram-link:hover,
a.instagram-link:focus,
a.instagram-link:active {
	color: #fff;
	text-decoration: none;
}

.instagram-thumb {
	overflow: hidden;
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 100%; /* 1:1 */
	z-index: 101;
}

.instagram-object {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 101%;
	border: 0 none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.instagram-body {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 5%;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 14px;
	line-height: 2;
	opacity: 0;
	cursor: pointer;
	z-index: 102;
}

@media (min-width: 1024px) {

	.instagram-link:hover .instagram-body,
	.instagram-link:focus .instagram-body {
		opacity: 1;
		transition: all .6s ease-in-out;
	}

}

.instagram-caption,
.instagram-date {
	opacity: 0;
	-webkit-transform:translate(0, 50px);
	-ms-transform:translate(0, 50px);
	transform:translate(0, 50px);
	transition: all .4s ease-in-out .1s;
}

@media (min-width: 1024px) {

	.instagram-link:hover .instagram-caption,
	.instagram-link:hover .instagram-date {
		opacity: 1;
		-webkit-transform:translate(0, 0);
		-ms-transform:translate(0, 0);
		transform:translate(0, 0);
	}

}

.instagram-caption {
	display: block;
	margin-bottom: 1em;
}

.instagram-date {
	display: block;
	color: #aaa;
	font-size: 12px;
	text-align: right;
}

.instagram-footer {
	padding: 30px 0 45px;
	text-align: center;
}

.instagram-button {
}

.instagram-button-image {
	max-width: 100%;
	height: auto;
}

