@charset "utf-8";
/*------------------------------------------------------------
ver03  2017.07.03
------------------------------------------------------------*/
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table.table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
figure {
  margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* -------------------------------------------------------------- */
.sp-only {
  display: none !important;
}
.txtRed {
  color: #e60012;
}
.txtGreen {
  color: #289e1e;
}
.respon_img {
  width: 100%;
  max-width: 100% !important;
  height: auto;
}
.mrgT20 {
  margin-top: 20px;
}
.mrgT50 {
  margin-top: 50px;
}
.mrgB20 {
  margin-bottom: 20px;
}
.mrgB50 {
  margin-bottom: 20px;
}
.pdgRL20 {
  padding-right: 20px;
  padding-left: 20px;
}
.center {
  text-align: center
}
/*  Responsive Base
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  /*img{width: 100%;max-width: 100% !important;height: auto;}*/
}
html {
  background: url(../images/footPig.png) no-repeat right bottom;
}
body {
  color: #333;
  font-size: 15px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  border-top: 5px solid #e60012;
}
#wrapper {
  padding-bottom: 50px;
  background: url(../images/bodyBg.jpg);
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.3;
    padding-top: 50px;
  }
  #wrapper {
    padding-bottom: 20px;
  }
}
/* link
------------------------------------------------------------*/
a {
  color: #1b9211;
  text-decoration: none;
}
a:hover {
  color: #1b9211;
}
a:active, a:focus {
  outline: 0;
}
strong {
  font-weight: bolder;
}
/* H tag
------------------------------------------------------------*/
h1 {
  text-align: center;
  margin-top: 10px;
}
h1 img {
  max-width: 100%;
  height: auto
}
h2 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
h2 img {
  max-width: 100%;
  height: auto
}
h2 span {
  display: none
}
@media only screen and (max-width: 767px) {
  h2 img {
    display: none
  }
  h2 span {
    display: inline
  }
  h2 {
    border-top: 1px dotted #583c2e;
    border-bottom: 1px dotted #583c2e;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 100%;
  }
}
/* header
------------------------------------------------------------*/
/*#header {
  height: 125px;
  overflow: hidden;
}*/
#header .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#header .inner h1 {
  padding: 1rem 0;
  margin-left: auto !important;
  margin-right: -6rem;
}
#header .inner .header_btn {
  margin-left: auto !important;
  margin-top: 1rem;
}
#header .inner .header_btn a {
  display: inline-block;
  border: 1px solid #3EB134;
  padding: 0.25rem 0.5rem 0.2rem;
  border-radius: 0.25rem;
}
#header .inner .header_btn a::before {
  /*content: "▶";*/
}
#header .inner .header_btn a:hover, #header .inner .header_btn a:focus {
  text-decoration: none;
  color: #E60012;
  border-color: #E60012;
}
/*#header .btns {
  float: right;
  text-align: center;
}*/
#header .title {
  color: green;
  font-size: 0.9em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /*  #header {
    height: 120px;
  }*/
  #header .inner {
    width: auto;
    text-align: center;
    flex-direction: column;
  }
  #header .inner h1 {
    margin-right: auto;
    padding: 0;
  }
  #header .inner .header_btn {
    display: none;
  }
}
/* footer
------------------------------------------------------------*/
#footer {
  background: url(../images/bgFoot.png);
  color: #fff;
  font-size: 90%
}
#footer .info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  text-align: center;
}
#footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  text-align: center;
}
#footer .info a {
color: #FFF;
}
@media only screen and (max-width: 767px) {

  #footer .inner {
    width: auto;
    text-align: center;
    line-height: 18px;
  }
}
/* pagetop
------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}
#page-top a {
  background: #583c2e;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
/* gnavi
------------------------------------------------------------*/
#mainNav, #mainNav02 {
  overflow: hidden;
  margin-bottom: 50px;
}
#mainNav .inner, #mainNav02 .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#mainNav02 .inner ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
#mainNav02 .inner ul li {
  display: table-cell;
  border-right: 1px dotted #104C03;
  border-left: 1px dotted #104C03;
  text-align: center;
}
#mainNav li {
  float: left;
  padding-bottom: 15px;
  text-align: center;
  width: 16.66%;
  border-right: 1px dotted #104C03;
}
#mainNav li.last {
  border-right: none;
}
#mainNav li img,
#mainNav02  li img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}
/*#mainNav a:hover img {opacity: 0.5;filter: alpha(opacity=50);-ms-filter: "alpha( opacity=50 )";background: #fff;}*/
.navbar-default {
  background-color: #3eb134;
  border-color: #fff;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #3eb134;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #583c2e;
  background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #583c2e;
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #52d547;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #583c2e;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #583c2e;
  background-color: #fff;
}
/* mainBanner
------------------------------------------------------------*/
#mainBanner {
  margin: 0 auto 10px auto;
  padding: 0;
  position: relative;
  text-align: center;
}
#mainBanner img {
  max-width: 100%;
  height: auto;
}
/* news
------------------------------------------------------------*/
#news .inner {
  max-width: 1000px;
  margin: 0 auto;
  zoom: 1;
  padding: 10px;
}
#news .inner .tit {
  margin-bottom: 20px;
}
#news img {
  max-width: 100%;
  height: auto;
}
#news ul {
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
}
#news ul li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #000;
  background: url(../images/iconArrow.png) no-repeat left center;
  padding: 5px 0 5px 25px;
  line-height: 1.5;
}
#news ul li span {
  margin-right: 15px;
}
#news ul li span.news {
  background: #ffb900;
  padding: 3px;
  color: #fff;
}
#news ul li span.event {
  background: #eb5c67;
  padding: 3px;
  color: #fff;
}
#news .allNews {
  text-align: right;
  padding-top: 10px;
}
#news .allNews a:hover {
  text-decoration: underline;
}
#news .button, header .button {
  overflow: hidden;
  width: 140px;
  height: 40px;
  margin-top: 10px;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#news .button a, header .button a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  background: #84af10;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
}
#news .button a:hover, header .button a:hover, #news .button a:focus, header .button a:focus {
  background: #afd154;
  color: #fff;
}
#news .button a:before, header .button a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent; /*top right bottom を透明化 */ border-left: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  #news .inner {
    width: auto;
  }
  #news .button, header .button {
    width: 120px;
    height: 30px;
  }
  #news .button a, header .button a {
    font-size: 12px;
    line-height: 30px;
  }
  #news ul {
    font-size: 12px
  }
}
/* toppage バナー
------------------------------------------------------------*/
#bnr {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}
#bnr .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#bnr .box {
  width: 490px;
  padding-top: 10px;
}
#bnr .box img, #bnr .bnrCenter img {
  max-width: 100%;
  height: auto;
}
#bnr .bnrLeft {
  text-align: left;
  float: left;
  padding-left: 30px;
}
#bnr .bnrRight {
  text-align: right;
  float: left;
  padding-right: 0px;
}
#bnr .bnrCenter {
  text-align: center;
  clear: both;
  padding-top: 30px;
}
#bnr .box02 {
  width: 326px;
  padding-top: 30px;
}
#bnr .box02 img, #bnr .bnrCenter img {
  max-width: 100%;
  height: auto;
}
#bnr .bnr_nav {
  padding: 0 1rem;
  width: 100%;
}
.nav_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -1rem;
}
.nav_row a {
  width: calc(100% / 4 - 2rem);
  display: block;
  margin: 0 1rem 2rem;
  text-align: center;
}
.nav_row a img {
  width: 100%;
  height: auto;
}
.nav_row a:hover, .nav_row a:focus {
  opacity: 0.6;
}
@media only screen and (max-width: 990px) {
  #bnr .inner {
    width: auto;
  }
  #bnr .box {
    width: 50%;
    float: left;
    padding: 5px;
  }
  #bnr .bnrLeft,
		#bnr .box02 {
    width: 50%;
    float: left;
    padding: 5px;
  }
  #bnr .bnr_nav a {
    width: calc(100% / 3 - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  #bnr .bnr_nav a {
    width: calc(100% / 2 - 2rem);
  }
}
/* パンくず
------------------------------------------------------------*/
ol.topicPath {
  max-width: 1000px;
  margin: 0 auto 15px auto;
  padding: 0;
  list-style-type: none;
  font-size: 90%;
}
ol.topicPath li {
  display: inline;
}
ol.topicPath li a {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  ol.topicPath {
    width: auto;
    padding: 0 10px;
  }
}
/* 6次産業化
------------------------------------------------------------*/
#rokuji {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}
#rokuji .inner {
  max-width: 995px;
  margin: 0 auto;
}
#rokuji .graph {
  padding: 50px 0;
  text-align: center;
}
#rokuji .graph img {
  max-width: 100%;
  height: auto;
}
#rokuji h3 {
  color: #e60012;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 120%;
}
#rokuji .entries {
  border: 2px solid #ffb900;
  background: #fff;
  margin-bottom: 30px;
}
#rokuji .entries_inner {
  padding: 20px;
}
#rokuji .entries_inner p.read {
  padding: 5px 0 25px 0;
}
#rokuji .entries h4 {
  background: #ffb900;
  width: 100%;
  color: #fff;
  font-size: 140%;
  padding: 15px;
}
#rokuji .entries h4 span {
  color: #000;
  font-weight: bold;
  font-size: 70%;
  padding-left: 15px;
}
#rokuji .itemBlock {
  overflow: hidden;
  margin-bottom: 40px;
}
#rokuji .itemBlock .photo {
  width: 210px;
  float: left
}
#rokuji .itemBlock .detail {
  float: left;
  width: 740px;
}
#rokuji .itemBlock .detail h5 {
  color: #339933;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 115%
}
#rokuji .itemBlock .detail table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
#rokuji .itemBlock .detail table td, #rokuji .itemBlock .detail table th {
  border: 2px solid #e60012;
  vertical-align: middle;
  padding: 5px 5px;
}
#rokuji .itemBlock .detail table th {
  background: #e60012;
  width: 100px;
  text-align: center;
  padding: 5px 0;
}
#rokuji .itemBlock .detail table.eat td, #rokuji .itemBlock .detail table.eat th {
  border: 2px solid #ffb900;
}
#rokuji .itemBlock .detail table.eat th {
  background: #ffb900
}
#rokuji .entries table.info {
  background: url(../images/bgInfo.png);
  width: 100%;
}
#rokuji .entries table.info td, #rokuji table.info th {
  padding: 5px 10px;
}
#rokuji .entries table.info th {
  border-right: 3px solid #fff;
  width: 18%;
  font-weight: bolder;
}
@media only screen and (max-width: 1000px) {
  #rokuji .inner {
    width: auto;
    padding: 0 5.333333333%;
  }
  #rokuji .itemBlock .photo {
    width: 100%;
    float: none;
    text-align: center
  }
  #rokuji .itemBlock .detail {
    float: none;
    width: 100%;
  }
}
/* ぬまたブランド
------------------------------------------------------------*/
#brand {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}
#brand .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#brand table td, #brand table th {
  border: 1px dotted #999;
}
#brand table img {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.cate-nav {
padding-top: 2rem;
}
.cate-nav a {
display: inline-block;
padding: 0.5rem 2rem;
border: 1px dotted;
border-radius: 0.5rem;
margin: 0 1rem;
}
.cate-nav a:first-child {
border-color: #44AF35;
}
.cate-nav a:nth-child(2) {
border-color: #E8881D;
}
.cate-nav a:last-child {
border-color: #E50012;
}
.cate-nav a img {
height: 3rem;
width: auto;
}
.cate-nav a:first-child:hover {
background-color: #E5F6E2;
}
.cate-nav a:nth-child(2):hover {
background-color: #FAEBD9;
}
.cate-nav a:last-child:hover {
background-color: #FFDEE1;
}
.cate-nav a:hover img {
opacity: 0.7;
}
#brand .categoryWrapper {
  border-top: 1px dotted #999;
  border-left: 1px dotted #999;
  overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 4rem;
}
#brand .categoryWrapper:last-child {
		margin-bottom: 0;
}
#brand .category,
#brand .item {
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
  width: 25%;
}
#brand .item a {
display: block;
}
#brand .item a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: #fff;
}
#brand_detail {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}
#brand_detail .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#brand_detail .photo {
  width: 330px;
  float: left;
  text-align: center;
}
#brand_detail .txtBox {
  width: 630px;
  float: right;
}
#brand_detail .txtBox ul {
  padding-left: 1em;
}
#brand_detail .txtBox li {
  list-style: outside;
  padding-top: 10px;
}
#brand_detail .info {
  background: url(../images/bgInfo.png);
  border: 3px solid #fff;
  padding: 10px;
  margin-top: 20px;
}
#brand_detail .otherImg {
  padding-top: 20px;
  text-align: right;
  clear: both;
}
#brand_detail .otherImg img {
  margin-left: 10px;
}
#brand_detail h3 {
  color: #e60012;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 4px;
}
@media only screen and (max-width: 990px) {
  #brand .inner {
    width: 750px;
    margin: 0 auto
  } /*3列 */
  #brand img {
    width: 100%;
    height: auto
  }
  #brand .none {
    display: none
  }
		#brand .category {
		width: 100%;
		}
  #brand .item {
		width: calc(100% / 3);
  }
		#brand .category {
		text-align: center;
		padding: 1.5rem 0;
		}
		#brand .category img {
		height: 4rem;
		width: auto;
		}
  #brand_detail .inner {
    width: auto;
    padding: 0 5.333333333%;
  }
  #brand_detail .photo {
    width: 100%;
    float: none;
  }
  #brand_detail .txtBox {
    width: 100%;
    float: none;
    padding-top: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
.cate-nav a {
display: inline-block;
padding: 0.5rem 1rem;
margin: 0 0.5rem;
}
.cate-nav a img {
height: 2rem;
width: auto;
}

  #brand .inner {
    width: 100%;
    margin: 0 auto
  } /*2列 */
		#brand .item {
    width: 50%;
    float: none;
		
		}
  #brand img {
    width: 100%;
    height: auto
  }
  #brand_detail img {
    max-width: 100%;
    height: auto
  }
  #brand_detail .otherImg {
    padding-top: 20px;
    text-align: center;
  }
  #brand_detail .otherImg img {
    margin-bottom: 10px;
  }
}
/*@media only screen and (max-width: 500px) {
  #brand .inner {
    width: 250px;
    margin: 0 auto
  } 1列 
  #brand .none {
    display: none
  }
}*/
/* お知らせ
------------------------------------------------------------*/
#allNews {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}
#allNews .inner {
  max-width: 900px;
  margin: 0 auto;
}
#allNews .titleImg {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
#allNews .blockImg, #allNews .blockTxt {
  overflow: hidden;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
#allNews .title {
  background: #fff;
  overflow: hidden;
  font-weight: bolder;
  padding: 10px;
  line-height: 1.4;
}
#allNews .title .news {
  float: left;
  width: 80px;
  background: #ffb900;
  text-align: center;
  color: #fff;
  margin-right: 5px
}
#allNews .title .event {
  float: left;
  width: 80px;
  background: #eb5c67;
  text-align: center;
  color: #fff;
  margin-right: 5px
}
#allNews .date {
  float: left;
  font-weight: normal;
}
#allNews h3 {
  display: block;
  clear: both;
  font-size: 110%;
}
#allNews .blockImg p.detail {
  width: 600px;
  float: left;
  padding: 10px 20px
}
#allNews .blockTxt p.detail {
  padding: 10px 20px;
}
#allNews p.photo {
  width: 220px;
  float: right;
  padding: 10px;
}
#allNews p.photo img {
  max-width: 100%;
  height: auto;
}
#allNews h3 {
  padding-top: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #allNews .inner {
    width: auto;
    padding: 0 5.333333333%;
  }
  #allNews p.detail, #allNews .blockImg p.detail {
    width: 100%;
    float: none;
  }
  #allNews p.photo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
/* お問合せ
------------------------------------------------------------*/
#inquery {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}
#inquery .inner {
  max-width: 900px;
  margin: 0 auto;
}
#inquery .titleImg {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #inquery .inner {
    width: auto;
    padding: 0 5.333333333%;
  }
}
/* 沼田ピクニック
------------------------------------------------------------*/
#picnic {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}
#picnic .inner {
  max-width: 995px;
  margin: 0 auto;
}
#picnic .d-flex {
  display: flex;
}
#picnic .d-flex a {
  display: block;
  margin: 0 1rem;
}
#picnic .d-flex a:hover, #picnic .d-flex a:focus {
  opacity: 0.66;
}
#picnic .d-flex img {
  max-width: 100%;
  height: auto;
}
#picnic h3 {
  padding-top: 50px;
  padding-bottom: 20px;
}
#picnic h4 {
  color: #e60012;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 120%;
}
#picnic table {
  margin-bottom: 30px;
}
#picnic table th {
  padding: 5px;
  font-weight: bolder;
  border-bottom: 1px solid #666;
}
#picnic table td {
  padding: 5px;
}
#picnic .list_map {
  width: 65%;
  float: left;
  margin-bottom: 50px;
}
#picnic .list_map iframe {
  width: 100% !important;
}
#picnic .facebook {
  width: 30%;
  float: right;
}
#picnic .frame_fb {
  height: 780px;
  overflow-x: hidden;
  overflow-y: scroll;
}
/*#picnic .frame_fb img{width: auto;max-width: auto;height: auto;}*/
#picnic .info {
  text-align: center;
  clear: both;
  font-size: 120%;
  padding: 30px 0;
  margin-top: 50px;
  border-top: 2px dotted #666;
}
#picnic p {
  padding: 5px 0 25px 0;
  font-size: 1.2em;
}
.button_p {
  position: relative;
  display: inline-block;
  padding: .8em 4em;
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.3em;
  /*margin-bottom: 2em;*/
}
.button_p::after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: '';
  border: 2px dashed #fff;
  border-radius: .4em 2em .5em 3em/3em .5em 2em .5em;
}
a.button_p:hover,
a.button_p:focus {
color: #FFF;
text-decoration: none;
opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #picnic .inner {
    width: auto;
    padding: 0 5.333333333%;
  }
  #picnic .d-flex {
    flex-direction: column;
  }
  #picnic .list_map, #picnic .facebook {
    width: 100%;
    float: none;
  }
  #picnic .frame_fb {
    height: 600px;
  }
}
/*------------------------------------------------------------
沼田市ずかん リストページ
------------------------------------------------------------*/
#zukanList {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}
#zukanList .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#zukanList p {
  margin-bottom: 30px
}
#zukanList li {
  width: 250px;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
#zukanList li img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
@media only screen and (max-width: 990px) {
  #zukanList {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
	#zukanList ul {
    display: flex;
    flex-wrap: wrap;
  }
  #zukanList li {
    width: calc(100% / 3);
    float: none;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #zukanList li {
    width: 50%;
  }
  #zukanList li img {
    margin-right: 5px;
  }
}
/*------------------------------------------------------------
沼田市ずかん
------------------------------------------------------------*/
#zukan {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}
#zukan .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#zukan .episode {
  background: url(../images/bgInfo.png);
  border: 3px solid #fff;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
#zukan .episode h4 {
  margin-bottom: 30px;
}
#zukan h3 {
  font-size: 18px;
  background: #3eb134;
  color: #fff;
  padding: 15px;
  text-align: center;
  letter-spacing: 5px;
  margin: 50px 0 20px 0;
}
#zukan ul.hinsyu {
  overflow: hidden;
}
#zukan ul.hinsyu li {
  width: 250px;
  float: left;
  border-right: 1px solid #000;
  padding: 0 15px;
  margin-bottom: 30px;
}
#zukan ul.hinsyu li:nth-child(4n) {
  border-right: none;
}
#zukan ul.hinsyu li span {
  display: block;
  text-align: center;
  color: #e60012;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
}
#zukan ul.hinsyu li span span {
  font-size: 12px
}
#zukan .tips {
  margin-bottom: 30px;
  background: #ffb900;
  border: 3px solid #fed977;
  width: 90%;
  margin: 15px auto;
  padding: 10px;
}
#zukan .tips dt, dd {
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
}
#zukan .tips dt {
  width: 190px;
  text-align: center;
}
#zukan .tips dd ul li {
  list-style: decimal;
  margin-bottom: 10px;
}
#zukan .youtube {
  position: relative;
  width: 80%;
  padding-top: 45%;
  margin: 0 auto;
}
#zukan .youtube2 {
  position: relative;
  width: 48%;
  padding-top: 27%;
  margin: 0 auto;
  float: left;
  margin-bottom: 15px;
}
#zukan .youtube2:nth-of-type(even) {
  margin-right: 4%;
}
#zukan .youtube iframe, #zukan .youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1000px) {
  #zukan {
    padding-top: 0px;
  }
  #zukan .inner {
    width: auto;
    padding: 0 5.333333333%;
  }
  #zukan .episode h4 img {
    width: 45%;
  }
  #zukan ul.hinsyu li {
    width: 48%;
    border-right: 1px solid #000;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #zukan ul.hinsyu li span {
    margin-bottom: 10px;
  }
  #zukan ul.hinsyu li:nth-child(2n) {
    border-right: none;
  }
  #zukan .tips {
    width: 100%;
    padding-left: 25px;
  }
  #zukan .tips dt, dd {
    display: block;
  }
  #zukan .tips dt {
    width: 100%;
    margin-bottom: 10px
  }
  #zukan .youtube, #zukan .youtube2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    float: none;
  }
  #zukan .youtube2:nth-of-type(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #zukanList .setsumei {
    font-size: 1.1em;
	margin: 1em;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/* 沼田フルーツ
------------------------------------------------------------*/
/*.fruits h2.col-sm-10 {
padding-left: 0;
padding-right: 0;
}*/
.fruits h3 {
  color: #e60012;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 120%;
}
.fruits h4 {
  color: #339933;
  font-weight: bold;
  font-size: 115%;
}
.fruits li {
  margin-left: 1.5rem;
  list-style-type: disc;
}
.text-red {
  color: #e60012;
}
.fruits .facebook {
  overflow: hidden;
}
.fruits .facebook .fb-page.fb_iframe_widget {
  width: 100% !important;
  max-width: 600px !important;
}
@media only screen and (max-width: 767px) {
  .fruits .facebook {
    width: 100%;
    max-width: 500px;
  }
}
/*------------------------------------------------------------
ボタン
------------------------------------------------------------*/
.square_btn:link span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1.0em;
  text-decoration: none;
  color: #FFF;
  background: #ff7f7f;
  transition: 1.0s;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}
/*.square_btn>span{
    border-bottom: solid 2px #FFF;
    border-top: solid 2px #FFF;
}*/
.square_btn:visited span {
  color: #fff;
}
.square_btn:hover span {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}