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

/*---------------------------------------------------
TOP CONTENTS
---------------------------------------------------*/
#main_wrapper {
  display: none;
}
#main_wrapper_tb {
  display: block !important;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0px auto 0;
}
#main_wrapper_sp {
  display: none;
}
@media screen and (min-width: 1025px) {
  #main_wrapper {
    width: 100%;
    display: block !important;
    clear: both;
    height: auto;
    margin: 0px auto 0;
    overflow: hidden;
  }
  #main_wrapper_sp {
    display: none !important;
  }
  #main_wrapper_tb {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  #main_wrapper {
    display: none !important;
  }
  #main_wrapper_sp {
    display: block !important;
    clear: both;
    width: 100%;
    height: auto;
    /*padding-top: 70px;*/
    margin: 0px auto 0;
  }
  #main_wrapper_tb {
    display: none !important;
  }
}
/*wideslider
-------------------------------*/
.wideslider {
  width: 100%;
  position: relative;
}
.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
.wideslider ul li img {
  width: 100%;
  display: none;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background: url("../images/prev.png") no-repeat right 1rem center;
  background-size: 36px 36px;
}
.slider_next {
  background: url(../images/next.png) no-repeat left 1rem center;
  background-size: 36px 36px;
}
.pagination {
  display: none;
}
.pagination a {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #333333;
  border-radius: 100%;
  overflow: hidden;
  background: #333333;
}
.pagination a.active {
  opacity: 1.00;
  /*--IE,FF対応--*/
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100)";
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, #Pickup .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, #Pickup .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/*TOP PICKUP_PRODUCT
----------------------------------------*/
#Pickup_contects,
#Product_cate {
  margin-top: 3rem;
}
@media only screen and (min-width: 1025px) {
  #Pickup_contects,
  #Product_cate {
    margin-top: 5rem;
  }
}
#Pickup_contects .flex_box p,
#Product_cate .flex_box p {
  text-align: left !important;
  margin: 1rem auto 1rem;
  font-size: 1rem !important;
}
#Pickup_contects .flex_box h3,
#Product_cate .flex_box h3 {
  text-align: left !important;
  margin: 1rem auto 0rem;
  font-size: 1.375rem !important;
  border-bottom: 1px solid #638c0b;
  color: #638c0b;
}
#Pickup_contects h2.icon_title::before {
  background-image: url("../images/custom/lemon_icon2.png");
}

/*Business(卸売)
--------------------------------------------------------*/
#Business_info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
#Business_info .overly {
  background-image: url("../images/custom/s3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
}
#Business_info .overly::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#Business_info .inner_content {
  width: 96%;
  max-width: 1200px;
  height: auto;
  margin: 10rem auto 2rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 999;
}
#Business_info .inner_content h2,
#Business_info .inner_content p {
  color: #FFF;
}
#Business_info .inner_content h2 {
  margin-bottom: 2rem;
}
#Business_info .inner_content p {
  display: block;
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 600px;
  font-size: 110%;
  font-weight: 400 !important;
}
@media only screen and (max-width: 559px) {
  #Business_info .inner_content {
    width: 94%;
    margin: 5rem auto 3rem;
    padding-bottom: 2rem;
  }
  #Business_info .inner_content h2 {
    line-height: 140%;
  }
  #Business_info .inner_content p {
    font-size: 105%;
    text-align: left !important;
  }
  #Business_info .inner_content p br {
    display: none;
  }
}

/*TOP Information
----------------------------------------*/
#Information {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgba(255, 246, 10, .25);
  border-radius: 5px;
}
#Information .inner_content {
  width: 96%;
  max-width: 960px;
  height: auto;
  margin: 4rem auto 2rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 599px) {
  #Information .inner_content {
    width: 94%;
    margin: 3rem auto 1rem;
    padding-bottom: 2rem;
  }
}
#News {
  display: block;
  border-top: 1px solid #579a57;
  width: 100%;
  max-width: 960px;
  margin: 1rem auto 0;
  list-style: none outside none;
}
#News a {
  color: #313131;
}
#News li {
  text-align: justify;
  width: auto;
  max-width: 960px;
  margin: 0 auto 0;
}
#News li:hover {
  background-color: rgba(99, 140, 11, 1);
  cursor: pointer;
}
#News li:hover a {
  color: #FFF;
}
#News li:hover a::before {
  color: #fff60a;
}
#News li a {
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0rem auto 0rem;
  padding: 1rem 1rem 1rem;
  border-bottom: 1px solid #638c0b;
  color: #313131;
  text-decoration: none;
}
#News li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  margin-right: .5rem;
  font-weight: bold;
  color: #638c0b;
}
#News li a span {
  padding-right: 1rem;
}
@media only screen and (max-width: 639px) {
  #News li a {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: .5rem 1rem .5rem;
    font-size: 1rem;
  }
  #News li a span {
    font-size: 96%;
  }
}
/*TOP Message
----------------------------------------*/
#Mess {
  background-color: rgba(255, 246, 10, .15);
}
#Mess .flex_columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#Mess .flex_columns article {
  width: 50%;
}
#Mess .flex_columns img {
  border-radius: 0 !important;
}
#Mess .flex_columns article:nth-child(1) {
  background-color: rgba(255, 255, 255, 1.0);
}
#Mess .flex_columns article:nth-child(2) {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  text-align: left;
  padding: 2rem;
}
#Mess .flex_columns article:nth-child(2) .inner {
  max-width: 600px;
}
#Mess .flex_columns article:nth-child(2) h2 {}
#Mess .flex_columns article:nth-child(2) h2 span {
  font-size: 70%;
  display: block;
  margin-bottom: 1rem;
  color: #638c0b;
}
@media only screen and (max-width: 960px) {
  #Mess .flex_columns article {
    width: 100%;
  }
  #Mess .flex_columns article:nth-child(2) .inner {
    max-width: 100%;
  }
}

/*
TOP PAGENAV
----------------------------------------*/
.page-nav {
	text-align: center;
}
.page-nav li {
	display: inline;
	list-style: none outside none;
}
.page-nav li a {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li a:hover {
	border: 1px solid rgb(230,230,230);
}
.page-nav li a:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

.page-nav li.current span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span {
	background: rgb(248,248,248);
	border: 1px solid rgb(230,230,230);
	color: rgb(180,180,180);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li.page_nums span {
	background: rgb(102,102,102);
	border: 1px solid rgb(51,51,51);
	color: rgb(255,255,255);
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}

.pages-link {
	text-align: center;
}
.pages-link a span {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	font-weight: normal;
}
.pages-link span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}
.pages-link a:hover span {
	border: 1px solid rgb(230,230,230);
}
.pages-link a:active span {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}
 