<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
  background: linear-gradient(#9FD9F6, #FFF, #FFF, #FFF, #FFF);
  background-position: center top;
  background-size: contain;
  background-size: 100%;
}

p {
  color: #3E3A39;
}


/* ヘッダー */

#header {
  position: relative;
  z-index: 1;
}

#top #header {
  padding-bottom: 14px;
}

#header&gt;.in1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}

#header .logo a:hover {
  opacity: .8;
}

#header h1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
}

#header .logo a {
  color: #4D4D4D;
}

#header .logo a.more {
  color: #FFF;
}

#header .logo .img {
  padding: 1px 10px 2px;
  color: #000;
  font-size: 32px;
  font-weight: bold;
}


/* マーケットページのタイトルかぶったときのフォントサイズ変更 */

@media screen and (max-width:1060px) and (min-width:901px) {
  #header .logo .img {
    font-size: 19px;
  }
}

#header .more {
  width: 100%;
  margin: 6px 0 2px;
  padding: 3px 0!important;
  border-radius: 0;
  color: #FFF;
  font-size: 12px!important;
}

#header .contact {
  width: 287px;
  text-align: center;
}

#header .contact .tel {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
}

#header .contact .tel a {
  pointer-events: none;
}

#header .contact .footer {
  font-size: 12px;
  line-height: 1.4em;
}

.back_shop {
  display: block;
  width: 120px;
  margin: 5px auto;
  padding: 4px 16px;
  background: #FFF;
  color: #4D4D4D;
  text-align: center;
}


/* セクション */

section {
  padding: 1.5em 0;
}


/* トップページ　メイン画像 */

#main {
  clear: both;
  margin-right: auto!important;
  margin-bottom: 10px;
  margin-left: auto!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main.flexslider {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}

.slideback {
  position: absolute;
  z-index: 3;
}

.slideback.right {
  top: 40%;
  right: -120px;
}

.slideback.left {
  top: 33%;
  left: -170px;
}

.flexslider .slides {
  overflow: hidden;
  position: relative;
  height: 360px;
  border: 4px solid #FFF;
  border-radius: 24px;
  background-color: #EEE;
}

.flexslider .slides&gt;li {
  height: 100%;
}

.flexslider .slides img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: inherit;
  max-height: 800px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flexslider .slides a img:hover {
  filter: brightness(110%) contrast(95%);
}

.flex-direction-nav a {
  width: 36px!important;
  text-shadow: none!important;
  color: rgba(0, 0, 0, 0)!important;
}

.flex-direction-nav a:before {
  line-height: 1;
}

.flex-control-nav {
  z-index: 2;
  bottom: 10px;
}


/* バナー */

.bannar {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.bannar li {
  list-style: none;
  margin: 0 10px 10px;
}

.bannar a:hover {
  filter: brightness(108%) contrast(95%);
}


/* つづきをよむ */

.more {
  display: inline-block;
  margin: 14px auto 0;
  padding: 6px 18px;
  border-radius: 20px;
  color: #FFF;
  text-align: center;
}

.more::after {
  content: "";
}


/* 見出し */

.head {
  position: relative;
  width: 100%;
  min-height: 67px;
  padding: 16px;
  color: #FFF;
  text-align: left;
}

.head .alignleft {
  height: 36px;
  margin-right: 14px;
}

.head span {
  display: block;
  margin-top: -3px;
  font-size: 14px;
  line-height: 1.3em;
}

.head h2 {
  margin-bottom: -4px;
  font-size: 20px;
  line-height: 1.3em;
}

.head .more {
  position: absolute;
  right: 27px;
  bottom: 20px;
}


/* お知らせ */

#news&gt;.flex-around {
  flex-wrap: nowrap;
  justify-content: space-between;
}

#news .main_column {
  width: 100%;
  text-align: center;
}

#news .main_column&gt;.more {
  padding: 10px 24px;
}

.news_list {
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.news_list .news_content {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 16px auto;
  padding: 16px 19px 19px;
  background: #FFF;
  text-align: left;
}

.single-market .news_list .news_content {
  max-width: 550px;
  padding: 20px 36px 19px;
}

.news_content a {
  text-decoration: underline!important;
}

.news_list a.news_content:hover {
  background: #FAF4E2;
}

.news_list .img {
  width: 100%;
  height: 0px;
  padding-top: 60%;
  padding-right: 0px;
  padding-bottom: 0%;
  padding-left: 0px;
  border: 1px solid #CCC;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.news_list .img.none {
  background-size: auto;
}

.news_list .content {
  position: relative;
}

.news_list .content {
  font-size: 14px;
}

.news_list h3 {
  margin: 5px 0;
  color: #595757;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3em;
}

.news_list p {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #595757;
  line-height: 1.5em;
}

.news_list&gt;p {
  margin: 10px 0;
}

.news_list .more {
  float: right;
  margin-top: -6px;
  margin-bottom: -3px;
  border-radius: 0;
  background: #EFEFEF;
  color: #956134;
  font-weight: bold;
}

.news_list a:hover .more {
  color: #956134;
}

.more:hover {
  opacity: .8;
  color: #FFF;
}

.news_list .imgwrap,
.news_list .imgnone {
  overflow: hidden;
  position: relative;
  width: 250px;
  height: 172px;
  margin-right: 22px;
  margin-bottom: 0;
  border: 1px solid #F0F0F0;
  background: #FFF;
}

.news_list .imgwrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: 300px;
  height: auto;
  min-height: 100%;
  max-height: inherit;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news_list .imgnone img {
  width: 158px;
}

.news_list .date {
  float: right;
  color: #9E9E9F;
}

.news_list .category {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 16px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}

.content_body {
  min-height: 300px;
  padding: 1.5em 1em 1em;
}

.single .category,
.single .date,
.single .post-edit {
  position: relative;
  float: right;
  margin: 0;
}

.single .date {
  right: 22px;
}

.single .post-edit {
  right: 38px;
  margin-top: 2px;
}

#page table {
  max-width: 780px;
  margin: 0 auto 2em;
  color: #3A4A9D;
  line-height: 1.4em;
}

#page th {
  width: 26%;
  border-right: 1px solid rgba(58, 74, 157, .1);
  background: rgba(58, 74, 157, .1);
}

#page th,
#page td {
  padding: 12px 20px;
}

#page td p {
  margin: 0 0 6px;
}

#page td p:last-child {
  margin: 0;
}


/* サイドバー */

.main_column {
  margin-right: 30px;
}

.side_bar {
  width: 340px;
  min-width: 340px;
}

.side_bar h2 {
  border-radius: 6px;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.side_bar .torezo {
  display: none;
}

.side_bar .sns a:first-of-type img {
  width: 68px;
  margin-top: 2px;
}

.about {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #FFF;
  color: #000;
  font-size: 14px;
}

.about dt,
.about dd {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid rgba(122, 106, 86, .3);
}

.about dt {
  width: 33%;
}

.about dd {
  width: 67%;
  padding: 6px 2px;
}

.about dt:last-of-type,
.about dd:last-of-type {
  border: none;
}

.sns.flex-around&gt;div {
  margin: 22px 10px;
}

.sns a:hover {
  filter: brightness(110%);
}

.qr_code {
  overflow: hidden;
  padding: 0 2px;
  border-top: 3px dotted #7A6A56;
  border-bottom: 3px dotted #7A6A56;
}

.qr_code img {
  max-width: 80px;
  margin: 1em 2px 1em 10px;
}


/* 施設ガイド */

#guide h3 {
  font-size: 20px;
  line-height: 1.5em;
}


/* イベントカレンダー */

iframe {
  display: block;
  max-width: 900px;
  margin: 30px auto 0;
}


/* Googleマップ */

#access {
  overflow: hidden;
  height: 500px;
  /* margin-top: -80px; */
  padding-bottom: 0;
}

.kawagoe #access {
  height: auto;
}

#access iframe {
  max-width: 100%;
}

#access h3,
#access p {
  display: inline-block;
}

#access h3 {
  margin-right: 40px;
}

#top #map_canvas {
  width: 100%;
  height: 480px;
  background-color: #C6B6AD;
}


/* 施設情報 */

#about .flex-around,
#guide .flex-around {
  margin: 1em 10px;
}

#about .flex-around .alignleft {
  box-sizing: border-box;
  max-width: 450px;
  margin: 10px 0 16px;
  border: solid 4px #FFF;
  background-color: #FFF;
  outline: solid 1px #CCC;
}

#about h3 {
  margin-bottom: -10px;
  color: #7A6A56;
  font-size: 26px;
}

#about .content {
  max-width: 453px;
  line-height: 1.7em;
}

#about .flex-around&gt;div:last-child {
  margin-left: 3em;
  /* width: calc(100% - 386px - 32px); */
}

.i4ewOd-pzNkMb-haAclf {
  background: #33B5A7!important;
}


/* 大型直売所のみ 写真2～3枚 */

.pic img {
  width: auto;
  max-height: 200px;
  margin: 4px 7px;
  border: solid 4px #FFF;
  outline: solid 1px #CCC;
}

.pic div p {
  margin: 6px 7px;
  font-size: 13px;
  /*
    text-align: center;
    margin: 6px 0;
*/
  text-align: left;
}

#guide .more {
  display: block;
  width: 278px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 8px;
  font-size: 24px!important;
  line-height: 1;
}

#guide .more::after {
  content: url(../../img/arrow_more_white.png);
  position: absolute;
  top: calc(50% - 12px);
  right: 17px;
}


/* 小型直売所 */

#main .side_bar {
  display: flex;
  width: 100%;
}

#main .side_bar .torezo {
  display: block;
  position: absolute;
  bottom: -60px;
  left: 470px;
}

.market_child .side_bar&gt;div {
  padding: 0 20px;
}

.market_child .side_bar&gt;div:last-child {
  min-width: 320px;
  max-width: 500px;
  padding-top: 16px;
}

.market_child .side_bar .about {
  max-width: 680px;
  padding: 18px 28px 28px;
}

.market_child .flex-around {
  flex-wrap: nowrap;
}

.market_child .qr_code {
  border-color: #FFF;
}


/* ボックス表示 */

.market_child .about {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 8px 8px rgba(0, 0, 0, .2);
}

.market_child #about .about {
  background: transparent;
  box-shadow: none;
}

.market_child #about .about&gt;div {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}

.market_child .about dt,
.market_child .about dd {
  padding: 10px 0;
}

.market_child .about dt {
  width: 13%;
}

.market_child .about dd {
  width: 35%;
}

.market_child .about dd:nth-of-type(2n+1) {
  margin-right: 4%;
}

.market_child .about dt:last-of-type,
.market_child .about dd:last-of-type {
  border-bottom: 1px solid rgba(122, 106, 86, .3);
}


/* 施設のご案内 */

.market_child #about .flex-around {
  margin: 14px 20px;
}

.market_child #about .flex-around&gt;div:last-child {
  margin-left: 20px;
  /* flex-grow: 1; カレンダーありなら復帰 */
}

.market_child #about .about {
  display: block;
  max-width: 310px;
  /* width: 340px; カレンダーありなら復帰
width: 400px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 24px; */
}

.market_child #about .about h3 {
  margin: 10px 4px 0;
  font-size: 19px;
  text-align: left;
  line-height: 1.2;
}

.market_child #about .about p:first-child {
  margin: 0;
}

.market_child #about .about p {
  display: inline;
  margin: 0 0 9px;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

.market_child #about .about img {
  /* max-width: 100px; */
  /* margin: 10px; */
  max-width: inherit;
  margin: 10px 0;
  border: solid 4px #FFF;
  outline: solid 1px #CCC;
}

.market_child #about .content {
  /* max-width: 300px; */
  color: #000;
}

.market_child #about iframe {
  max-height: 410px;
}

.market_child #about .more {
  display: block;
  width: 218px;
  margin: auto;
}


/* フッター */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  color: #FFF;
  text-align: center;
}

#footer .contact {
  background: #FFF;
  color: #3E3A39;
}

#footer .contact div {
  margin: 0 10px;
}

#footer .flex-around {
  padding: 16px 20px 16px;
}

#gotop a {
  bottom: 20px;
}

#gotop a:hover {
  opacity: .8;
}


/* css微調整 */

#page.kawagoe #header {
  background: rgba(255, 255, 255, .7);
}

.irumarche .head .more {
  background: #FFF;
  color: #231815;
}

.irumarche #about h3,
.irumarche #about p,
.kawagoe #about h3,
.kawagoe #about p,
.fujimino #about h3,
.fujimino #about p {
  color: #3E3A39;
}

.kawagoe #news .main_column&gt;.more {
  background: #FFF;
  color: #DC5C49;
}

.kawagoe .qr_code p,
.kawagoe .news_list&gt;p {
  color: #FFF;
}

#top.kawagoe #header .contact {
  padding: 4px;
  background: rgba(255, 255, 255, .5);
}

.kawagoe #access h3,
.kawagoe #access p {
  color: #FFF;
}

.kawagoe #guide .more {
  border: 1px solid #FFF;
}

.single-market.kawagoe #header .contact {
  background: none;
}

.irumarche .pagination span {
  color: #345216;
}

.fujimino .pagination span {
  color: #956134;
}


/* アイキャッチ画像 */

.news_content .eye-img {
  width: 100%;
  margin: 8px 0 16px;
  border: 1px solid rgba(204, 204, 204, 1);
}

.news_content .eye-img img {
  width: 100%;
  height: auto;
}

.news_content .flex-around {
  clear: both;
  margin-top: 16px;
}

.news_content .child {
  width: 100%;
  padding: 4px 0;
}

.post-edit {
  position: absolute;
  z-index: 1;
  right: 41px;
  padding: 2px 10px;
  background: #FFF;
  font-weight: bold;
}


/* 幅調整 */

@media (max-width: 1599px) {
  body#top {
    background-size: auto 800px;
  }
}

@media (max-width: 1319px) {
  section.in1200 {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .flexslider .slides img {
    max-height: calc(100vw / 3 * 2);
  }
  .slideback {
    display: none;
  }
  #main .side_bar,
  .market_child .flex-around {
    flex-wrap: wrap;
    justify-content: center;
  }
  #main .side_bar .torezo {
    left: calc(50vw - 500px);
  }
}

@media (max-width: 969px) {
  .head .more {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 939px) {
  .news_list .date {
    float: none;
  }
}

/* 20220405直売所決済 */
.market_child .side_bar&gt;div.pdt_16 {
  max-width: 300px;
  padding-top: 16px;
}
.mgn_t1em {
  margin-top: 1em;
}
.about p span {
  display: inline-block;
  font-weight: bold;
}
.alipay {
  color: #E5002C;
}
.dbarai {
  color: #D7000F;
}
.linepay {
  color: #39AE36;
}
.paypay {
  color: #EC6C00;
}
.rakutenpay {
  color: #E50011;
}
.wechatpay {
  color: #009EDE;
}
.merupay {
  color: #EA6088;
}
.ginkoupay {
  color: #009139;
}
.aupay {
  color: #0068B6;
}
.quopay {
  color: #B28012;
}
.jcoinpay {
  color: #E50011;
}
.bankpay {
  color: #39AE36;
}
.famipay {
  color: #EC6C00;
}
@media (max-width: 1199px) {
  .market_child .side_bar&gt;div.pdt_16 {
    max-width: 100%;
  }
}

/* 20250205 経路追加 */
.side_bar .branch_guide ul.flex-around {
    padding: 0;
}
.side_bar .branch_guide li {
    background: #ffffff;
    width: 31%;
    line-height: 1.8em;
    margin: 0 1%;
    border-radius: 12px;
    list-style: none;
}

.market .main_column iframe {
    margin-top:0;
}

.market .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 30px;
}
.market .youtube iframe {
  width: 100%;
  height: 100%;
}</pre></body></html>