/* CSS Document */
/*アニメーション*/
section.about div.about_in_block div.a_f_img.wcvisible img,
div.recommendation_block > article.wcvisible div.r_p_img img{
	animation: fade 2.3s cubic-bezier(.115,.405,.24,1) 0s forwards;
}
/*ページタイトル*/
section.page_title h2.contents_title_center::before{
  content: "Store"
}
/*コンテンツ*/
section.about div.about_in_block div.a_f_text div.time_wrap dl{
  display: flex;
  border-top: 1px solid #8cc63e;
  border-bottom: 1px solid #8cc63e;
}
section.about div.about_in_block div.a_f_text div.time_wrap dl dt{
  padding: 0.5rem;
  box-sizing: border-box;
  color: #8cc63e;
}
/*農林産物直売所の施設について*/
section.store_category{
  background-color: #f5f5f5;
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
/*
body[wc-view-type="sp"] section.store_category{
  padding: var(--headerHeight) 0 var(--headerHeight) 0;
}
body[wc-view-type="tb"] section.store_category{
  padding: var(--headerHeight) 10vw var(--headerHeight) 10vw;
}
body[wc-view-type="tb-l"] section.store_category{
  padding: var(--headerHeight) 10vw var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] section.store_category{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}*/

body[wc-view-type="sp"] section.store_category{
  padding: var(--headerHeight) 0 26vw 0;
}
body[wc-view-type="tb"] section.store_category{
  padding: var(--headerHeight) 10vw 26vw 10vw;
}
body[wc-view-type="tb-l"] section.store_category{
  padding: var(--headerHeight) 10vw 12vw 10vw;
}
body[wc-view-type="pc"] section.store_category{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) 12vw calc((100vw - 1100px) / 2);
}
section.store_category > h2{
}
section.store_category > h2::before{
  content: "Introduction";
}
section.store_category article{
  display: flex;
  margin-top: calc(var(--headerHeight) / 2);
  position:relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.store_category article,
body[wc-view-type="tb"] section.store_category article{
  flex-direction:column-reverse;
  margin-top: calc(var(--headerHeight) / 2);
}
body[wc-view-type="pc"] section.store_category article{
  display: flex;
}
body[wc-view-type="tb-l"] section.store_category article:nth-of-type(even),
body[wc-view-type="pc"] section.store_category article:nth-of-type(even){
  flex-direction: row-reverse;
}
section.store_category article div.store_c_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.store_category article div.store_c_text{
  padding-left: 4rem;
}
body[wc-view-type="tb"] section.store_category article div.store_c_text{
  padding-left: 6rem;
}
body[wc-view-type="tb-l"] section.store_category article div.store_c_text,
body[wc-view-type="pc"] section.store_category article div.store_c_text{
  width: 50%;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.store_category article:nth-of-type(odd) div.store_c_text,
body[wc-view-type="pc"] section.store_category article:nth-of-type(odd) div.store_c_text{
  padding-right: 2rem;
  padding-left: 80px;
}
body[wc-view-type="tb-l"] section.store_category article:nth-of-type(even) div.store_c_text,
body[wc-view-type="pc"] section.store_category article:nth-of-type(even) div.store_c_text{
  padding-left: 2rem;
  padding-right: 80px;
}
section.store_category article div.store_c_text > h2{
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #8cc63e;
  padding-bottom: 1rem;
  padding-top: 1rem;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
section.store_category article div.store_c_text > h2.wcvisible{
  opacity: 1;
	-ms-filter: blur(0);
  filter: blur(0);
}
section.store_category article div.store_c_text > p{
  line-height: 1.8rem;
  color: #333;
  box-sizing: border-box;
  padding: 0 1rem;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
section.store_category article div.store_c_text > p.wcvisible{
  opacity: 1;
	-ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.store_category article div.store_c_slider_wrap{
  width: calc(100vw - 4rem);
  margin-left: auto;
  margin-top: -6rem;
}
body[wc-view-type="tb"] section.store_category article div.store_c_slider_wrap{
  width: calc(80vw - 6rem);
  margin-left: auto;
  margin-top: -7rem;
}
body[wc-view-type="tb-l"] section.store_category article div.store_c_slider_wrap,
body[wc-view-type="pc"] section.store_category article div.store_c_slider_wrap{
  width: 50%;
}
section.store_category article div.store_c_slider_wrap div.s_slider_block{  
}

section.store_category article div.store_c_slider_wrap div.s_slider_block div.s_slider_box{  
}
section.store_category article div.store_c_slider_wrap div.s_slider_block figure.s_slider_box{  
}
section.store_category article div.store_c_slider_wrap div.s_slider_block figure.s_slider_box picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.store_category article div.store_c_slider_wrap div.s_slider_block figure.s_slider_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.store_category article div.store_c_slider_wrap div.s_slider_block figure.s_slider_box img{
  height: 55vw !important;
  width: calc(100vw - 4rem) !important;
}
body[wc-view-type="tb"] section.store_category article div.store_c_slider_wrap div.s_slider_block figure.s_slider_box img{
  height: 46vw !important;
  width: calc(80vw - 6rem) !important;
}
body[wc-view-type="tb-l"] section.store_category article div.store_c_slider_wrap div.s_slider_block figure.s_slider_box img{
  height: 25vw !important;
  width: 40vw !important;
}
body[wc-view-type="pc"] section.store_category article div.store_c_slider_wrap div.s_slider_block figure.s_slider_box img{
  height: 350px !important;
  width: 550px !important;
}
body[wc-view-type="sp"] section.store_category article div.store_c_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner .cs_pager img,
body[wc-view-type="sp"] section.store_category article div.store_c_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item{
  height: 20vw !important;
  width: 30vw;
}
body[wc-view-type="tb"] section.store_category article div.store_c_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner .cs_pager img,
body[wc-view-type="tb"] section.store_category article div.store_c_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item{
  height: 15vw !important;
}
body[wc-view-type="tb-l"] section.store_category article div.store_c_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner .cs_pager img,
body[wc-view-type="tb-l"] section.store_category article div.store_c_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item{
  height: 10vw !important;
}
body[wc-view-type="pc"] section.store_category article div.store_c_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner .cs_pager img,
body[wc-view-type="pc"] section.store_category article div.store_c_slider_wrap .cs_wrap[set-pager="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pager .cs_item{
  height: 120px !important;
}
section.store_category article span.s_num{
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
section.store_category article span.s_num.wcvisible{
  opacity: 0.5;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.store_category article span.s_num,
body[wc-view-type="tb"] section.store_category article span.s_num{
  position: sticky;
  z-index: 2;
  opacity: 0.5;
  width: 3rem;
  left: 0;
  float: left;
  top: 0;
  writing-mode: vertical-rl;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding-top: calc(var(--headerHeight) + 1rem);
  margin-top: calc(var(--headerHeight) * -1);
}
body[wc-view-type="tb"] section.store_category article span.s_num{
  width: 3.5rem;
  margin-left: 0.5rem;
}
body[wc-view-type="pc"] section.store_category article span.s_num,
body[wc-view-type="tb-l"] section.store_category article span.s_num{
   position: absolute;
  z-index: 2;
}
body[wc-view-type="sp"] section.store_category article span.s_num{
  top: calc(55vw - 4rem);
  margin-left: 0.25rem;
}
body[wc-view-type="tb-l"] section.store_category article span.s_num{
  top: 1rem;
}
body[wc-view-type="tb-l"] section.store_category article span.s_num,
body[wc-view-type="pc"] section.store_category article span.s_num{
  width: 3.5rem;
}
body[wc-view-type="tb-l"] section.store_category article:nth-of-type(odd) span.s_num,
body[wc-view-type="pc"] section.store_category article:nth-of-type(odd) span.s_num{
  top: 0;
  left: 0;
}
body[wc-view-type="tb-l"] section.store_category article:nth-of-type(even) span.s_num,
body[wc-view-type="pc"] section.store_category article:nth-of-type(even) span.s_num{
  top: 0;
  right: 0;
}
section.store_category article span.s_num span{
  font-size: 2.5rem;
  line-height: 1em;
  color: #8cc63e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
body[wc-view-type="sp"] section.store_category article span.s_num span{
  font-size: 3rem;
}
body:not([wc-view-type="sp"]) section.store_category article span.s_num span{
  font-size: 3.5rem;
}
/*おすすめ商品*/
section.recommendation{
  background-color: #fff;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.recommendation{
  padding: var(--headerHeight) 0 26vw 0;
}
body[wc-view-type="tb"] section.recommendation{
  padding: var(--headerHeight) 10vw 26vw 10vw;
}
body[wc-view-type="tb-l"] section.recommendation{
  padding: var(--headerHeight) 10vw 12vw 10vw;
}
body[wc-view-type="pc"] section.recommendation{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) 12vw calc((100vw - 1100px) / 2);
}
div.recommendation_block > article{
  border: solid 1px #8cc63e;
}
div.recommendation_block > article div.r_p_text > p.r_p_money{
  color: #8cc63e;
}
div.recommendation_block > article div.r_p_text > p.r_p_money span.tani{
  color: #8cc63e;
}
div.recommendation_block > article div.r_p_text > span.more{
  background-color:#8cc63e;
}
div.recommendation_block > article div.r_p_text > div.btn a{
  background-color:#8cc63e;
}


/*kome*/
span.kome.red{
  color: #FC4447;
  font-size: 0.95rem;
  display: table;
  margin: 0.5rem auto 0 auto;
  text-decoration: underline;
}

/*スライダーアロー*/
.csarrowwrap .csarrowinner .csarrow::before{
  display: none !important;
}
.csarrowwrap .csarrow.cs-prev::after{
  -webkit-mask-image: url("/code/icons/slider_prev_fill.svg") !important;
  mask-image: url("/code/icons/slider_prev_fill.svg") !important;
}
.csarrowwrap .csarrow.cs-next::after{
  -webkit-mask-image: url("/code/icons/slider_next_fill.svg") !important;
  mask-image: url("/code/icons/slider_next_fill.svg") !important;
}
.csarrowwrap .csarrowinner .csarrow::after{
  background-color: rgba(0,0,0,0.3) !important;
  -webkit-backdrop-filter: brightness(0.8) blur(0.2rem);
  backdrop-filter: brightness(0.8) blur(0.2rem);
  transition: background-color 0.3s ease;
}