@charset "utf-8";
/*
Theme URI: 
Description:
Author:
Author URI:
Version:1.0.1
*/

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #2F1511;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}

.cour{
	font-family: 'Courgette', cursive;
}

.serif{
	    font-family: 'Noto Serif JP', serif!important;
}

body.open{
	height: 100vh;
}


/*リンク表示方法*/

a {
	text-decoration: underline;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	color: #b34d66;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

header a:hover img {
	opacity: 1;
}



/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
	display: block;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.leftNav{
	position: relative;
}

.hTop{
    position: absolute;
    z-index: 99;
    right: 15px;
    width: 36%;
    max-width: 348px;
}

header {
	padding: 0;
	/* width: 5%; */
	max-width: 1200px;
	margin: 0 0 0 0;
	display: flex;
	justify-content: space-between;
	background: url(./img/h_bg.png) top center;
	max-width: 100px;
	height: 100vh;
	position: fixed;
	z-index: 2;
	flex-direction: column;
	justify-content: flex-start;
}

header .hLogo{
	width: 60%;
	margin: 40px auto;
}

.headerUl {
	/* margin: 0 0 0; */
	position: absolute;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}

.logo {
	/* width: 234px; */
	position: relative;
	top: -80px;
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.rigCol{
	width: 95%;
	margin: 0 0 0 auto;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: fixed;
  width: 48px;
  height: 32px;
  z-index: 9999;
  left: 27px;
  right: 0;
  /* margin: 0 auto; */
  top: 50%;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #2b1c1dc7;
    /* display: none; */
    height: 100%;
    position: fixed;
    width: 700px;
    z-index: 999;
    transition: 1s;
    left: 0;
    /* z-index: 1; */
    top: 0;
    transform: translateX(-700px);
}

.gnav.active{
	display: block;
	transform: translateX(100px);
}

.gnav__menu{
	display: block;
	width: 100%;
	height: 100%;
	padding: 60px 0;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: -35px;
    z-index: 1;
    top: 0;
    overflow: scroll;
 /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.gnav__wrap::-webkit-scrollbar{
  display: none;
}


.gnav.active{
	display: block;
}

nav .gnav__menu__item{
    margin: 0px auto 0;
    width: 95%;
    padding: 30px 0 0;
}

.gnav__menu__item a{
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
    font-family: 'Courgette', cursive;
}

.gnav__menu__item a span{
	display: block;
	font-size: 1.3rem;
	color: #d89336;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.gnav__menu__item a:hover{
    color: #d89336;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
	width: 100%;
}

th {
	/* background: #555; */
	/* color: #fff; */
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid;
}

td {
	/* background: #ddd; */
	/* color: #555; */
	border-bottom: 1px solid;
	padding: 18px 0;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

nav {
	/* margin: 10px auto 0; */
	width: 95%;
	max-width: 1200px;
}

nav ul{
	display: flex;
	justify-content: space-between;
}

nav li a {
	display: block;
	text-decoration: none;
}

nav li a:hover {
	color: #329026;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/


/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	/* max-width: 1920px; */
	width: 100%;
	margin: 0 auto 0;
	/* background: #ccc; */
}

#cover .sp {
	display: none !important;
}

#cover li {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#cover li:before{
    content: "";
    display: block;
    position: absolute;
    background:#8E7970;
    height: 100vh;
    width: 100%;
    mix-blend-mode: multiply;
}

#cover h1{
	width: 50%;
	max-width: 300px;
	position: relative;
}

.cover01 {
	background: url(./img/cover01.png) top center no-repeat;
	background-size: cover;
}

.cover02 {
	width: 100%;
    background: #555;
}

.cover03 {
	width: 100%;
    background: #333;
}

/*-- 中ページカバー --*/

#cover.inMv {
    height: 40vh;
    background: url(./img/newsmv.png) center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.guidance #cover.inMv{
	background: url(./img/guimv.png) center center;
	background-size: cover;
}



.agriculture #cover.inMv{
	background: url(./img/agriculture/mv.jpg) center center;
	background-size:cover;
}

.food #cover.inMv{
	background: url(./img/food/mv.jpg) center center;
	background-size:cover;
}

.delivery #cover.inMv{
	background: url(./img/delivery/mv.jpg) center center;
	background-size:cover;
}

#cover.inMv h2{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: .117em;
}

#cover.inMv h2.mainTit span {
    display: block;
    font-size: 1.4rem;
    letter-spacing: .117em;
    margin: 6px 0 0 0;
    font-weight: 900;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}

#cover.inMv.news h2.mainTit span,
.guidance #cover.inMv h2.mainTit span{
	font-size: 1.4rem;
	font-weight: 500;
}

#cover.inMv.news h2.mainTit,
.guidance #cover.inMv h2.mainTit{display: flex;font-family: 'Courgette', cursive;letter-spacing: .14em;font-size: clamp(2.2rem, 3vw, 3.4rem);font-weight: 400;flex-direction: column;}

#cover.inMv:before{
    content: "";
    display: block;
    position: absolute;
    background:#8E7970;
    height: 40vh;
    width: 100%;
    mix-blend-mode: multiply;
}

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


.newsArea{
	position: absolute;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
	top: -124px;
	border-radius: 10px;
	box-shadow: -1px 2px 6px #ddd;
	z-index: 1;
}

.newsArea .inner{
	display: flex;
	margin: 0 0 0 auto;
	width: 97.25%;
	align-items: center;
}

.newsArea h2 {
	font-size: 3.4rem;
	letter-spacing: 0.2em;
	color: #2F1511;
	margin: 0px 5% 0 0%;
	font-weight: 400;
	line-height: 1.235;
	letter-spacing: 0.14em;
}

.newsArea h2 span{
    display: block;
    font-size: 1.4rem;
    color: #D89336;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.4285;
}

.newsArea ul{
	width: 72%;
	margin: 0 2% 0 0;
}

.newsArea li:first-child{
	border-bottom: 1px solid #2f1512;
}

.newsArea dt{
	font-size: 1.5rem;
	font-weight: 500;
	flex-shrink: 0;
}

.newsArea dl{
	display: flex;
	padding: 3.755% 0;
}

.newsArea .cate{
	background: #FD6550;
	color: #fff;
	font-size: 1.4rem;
	padding: 1% 15px;
	margin: 0 0 0 13px;
}

.newsArea dd{
	/* width: 30%; */
	margin: 0 0 0 6.383%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* 制限したい行数が3の場合 */
	overflow: hidden;
}

.newsArea li a:link{
	text-decoration: none;
}

.newsArea li a:hover{
	color: #87a989;
}

.newsArea .inner > a{
	display: flex;
	background: #ddd;
	align-items: center;
	width: 16%;
	justify-content: center;
	background: #D89336;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: .5s;
	border-radius: 0 10px 10px 0px;
	min-height: 174px;
	font-size: 2rem;
	letter-spacing: .14em;
	height: 100%;
}

.newsArea .inner > a:hover{
	background: #87a989;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0;
	position: relative;
}

.inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.mainTit{
	font-size: 3rem;
	text-align: center;
	line-height: 1.3;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #2F1511;
	position: relative;
	font-size: clamp(2.2rem, 3vw, 3.7rem);
	line-height: 1.459;
}

.mainTit span{
	display: block;
	font-size: 1.6rem;
	font-family: 'Courgette', cursive;
	color:#D89336;
	letter-spacing: .14em;
	margin: 12px 0 0 0;
}

.mainTit span.small{
	display: inline;
	font-size: clamp(1.8rem, 3vw, 3rem);
	color: #2F1511;
	margin: 0;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}

.content01{
	background: url(./img/content01_bg.png) top center repeat;
	padding: 225px 0 311px 0;
	position: relative;
}

.content01 .mainTit{
	/* padding: 54px 0 0 0; */
}

.content01 .mainTit:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_deco01.png);
	width: 138px;
	height: 82px;
	top: -97px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.content01::before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_top.png) no-repeat;
	width: 30%;
	height: 327px;
	top: 0;
	right: 0;
	z-index: 0;
	max-width: 415px;
}

.content01::after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_bottom.png) no-repeat;
	width: 415px;
	height: 339px;
	left: 0;
	bottom: 0px;
	right: 0;
	z-index: 0;
}

.content01 dl{
	margin: 46px 0 0 0;
	position: relative;
}

.content01 dt{
	text-align: center;
}

.content01 dd{
	background:url(./img/content01_txtbg.png) top center repeat;
	width: 56.25%;
	padding: 3.584% 1.75% 2.834% 3.167%;
	position: absolute;
	bottom: -153px;
	right: 0;
	box-shadow: -1px 3px 7px #ccc;
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.9;
	font-weight: 400;
}

.content01 dd:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/con01_en.png) no-repeat;
	height: 52%;
	width: 39%;
	right: -8.5%;
	bottom: -78px;
	background-size: contain;
}

.content01 dd h3{
	font-size: 2.3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin: 0 0 15px 0;
	position: relative;
}

.content01 dd h3:before{
	content: "";
	background: #E8DBA2;
	height: 30px;
	width: 150px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
}

.content01 dd .sou1{
	content: "";
	background: #E8DBA2;
	height: 30px;
	width: 150px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -15px;
}

.content02{
	background: url(./img/content02_bg.png);
}

.content02 .con01 dl{
    display: flex;
    /* align-items: center; */
}

.content02 .con01:nth-child(2n) dl{
	flex-direction: row-reverse;
	/* align-items: flex-start; */
}

.content02 .con01 dt{
	width: 52.9%;
	/* height: 100%; */
}

.content02 .con01 dt img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: right;
}


.content02 .con01:nth-child(2n) dl dt img{
	object-position:left;
}

.content02 .con01 dd{
	width: 40%;
	margin: auto;
	max-width: 590px;
	padding: 4% 0;
}

.content02 .con01 dd p.text1{
	line-height: 2.6;
}

.content02 .con01 dd p.text1.he_small{
	line-height:1.86667;
}

.content02 h3{
    margin: 0 0 30px 0;
    font-size: 3.9rem;
    font-size: clamp(2rem, 2.1vw, 3.9rem);
}

.content02 .con01 + .con01 h3{
	/* font-size: 3.8rem; */
}

/* .content02 .con01 + .con01  p{
	font-size: 2rem;
} */

.content02 .con01 + .con01 a{
	display: flex;
	width: 95%;
	max-width: 385px;
	background: url(./img/arrow.svg) 97% center no-repeat #4A6D3E;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 2%;
	border-radius: 5px;
	font-size: 2.1rem;
	align-items: center;
	justify-content: center;
	margin: 35px 0 0 0;
	background-size: 2%;
	transition: .5s;
}

.content02 .con01 + .con01 a:hover{
	background: url(./img/arrow.svg) 98% center no-repeat #304e26;
	background-size: 2%;
}

.content02 .con01:nth-child(2n) span{
	color: #D89336;
}

.content02 h3 span{
	position: relative;
	margin: 0 0 13px 0;
	color: #87a888;
	font-size: clamp(1.6rem, 2.2vw, 2.6rem);
	line-height: 1.23;
	letter-spacing: 0;
}

.content02 h3 span:before{
	content: "";
	display: block;
	position: absolute;
	height: 6px;
	width: 25%;
	border-bottom: 1px solid #311713;
	border-top: 1px solid #311713;
	top: 45%;
}

.content02 h3 span:after{
	content: "";
	display: block;
	position: absolute;
	height: 6px;
	width: 25%;
	border-bottom: 1px solid #311713;
	border-top: 1px solid #311713;
	top: 45%;
	right: 0;
}

.content02 .fList{
	margin: 0px 0 48px 0;
	position: relative;
}

.content02 .fList h4{
	background: #4A6D3E;
	color: #fff;
	display: inline;
	min-width: 250px;
	padding: 6px 1% 6px 2%;
	position: absolute;
	top: -24px;
}

.content02 .fList h4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.content02 .fList h4:after {
  top: 0;
  right: 0;
  border-width: 18px 10px 18px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.content02 .fList ul{
	background: #fff;
	box-shadow: -1px 2px 6px #ddd;
	padding: 4% 2% 2%;
}

.content02 .fList li{
	display: inline-block;
	margin: 0 20px 0 0;
}
/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/
footer .navArea{
	background: url(./img/footer_bg.png) top center no-repeat;
	display: flex;
	justify-content: center;
	padding: 25px 0 113px 0;
	background-size: cover;
}

footer .navArea a:link{
	color: #fff;
}

footer .navArea ul{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

footer .navArea li {
	display: inline-block;
	text-align: center;
	margin-top: 8px;
}

footer ul li a {
	margin: 0 30px;
	padding: 0 0 0 6px;
	/* font-size: 12px; */
	/* border-left: 1px solid #fff; */
	text-decoration: none;
	font-family: 'Noto Serif JP', serif;
}

footer .adArea{
	background: url(./img/footer_bg02.png) center center;
	position: relative;
	text-align: center;
}

footer .adArea .inner{

margin: -42px auto 0;
}

footer .add{
    margin: 0 0 29px 0;
}

footer .add li:first-child{
	font-size: 3.3rem;
	font-family: 'Noto Serif JP', serif;
}

footer .add li{
	
margin: 0 0 7px 0;
}

footer a:visited {
	color: #eae5df;
}
.copyright {
	/* background: #333; */
	color: #312320;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #33221e;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #F44336;
}

.pankuzu li a:hover {
    color: #0071BC;
}


/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 650px;
}

#msg {
	height: 100px;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 25px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(././img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(././img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(./img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(./img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(././img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}



/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}

.article #main{
	background: url(./img/content01_bg.png) top center repeat;
}

/* 菜園案内
----------------------------------------------------------- */
.aboCon01{
	padding: clamp(80px, 8vw, 100px) 0 clamp(130px, 12vw, 177px);
}

.aboCon01 dl{
	background: url(./img/abo_img01.png) right bottom no-repeat #ffffff80;
	padding: 6.417% 8.5%;
	border-radius: 5px;
}

.aboCon01 dt{
	font-size: clamp(2.2rem, 4vw, 3.7rem);
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 5%;
	margin-bottom: 4.97%;
	position: relative;
	line-height: 1.621;
}

.aboCon01 dt:before{
	position:absolute;
	content:"";
	height:8px;
	width:46px;
	border-top:1px solid #D89336;
	border-bottom:1px solid #D89336;
	left:0;
	bottom:0;
}


.aboCon01 dd p{
	line-height:2;
}

.aboCon02 {
	padding: 0 0 clamp(80px,16vw,257px) 0;
}

.aboCon02 li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 clamp(60px,8vw,100px) 0;
	align-items: center;
}

.aboCon02 li:last-child{
	margin-bottom:0;
}

.aboCon02 li h3{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(2.4rem, 3vw, 3.7rem);
	font-weight: 500;
	position: relative;
}

.aboCon02 li:first-child h3:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/yasai01.png) no-repeat;
	width: 140px;
	height: 87px;
	top: -88px;
	right: 0px;
}


.aboCon02 li + li h3:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/yasai03.png) no-repeat;
	width: 172px;
	height: 176px;
	top: -88px;
	right: 0px;
}

.aboCon02 li p{
	margin: 40px 0 0 0;
	line-height: 2;
}

.aboCon02 li p + p{
	margin: 27px 0 0 0;
}

.aboCon02 li a{
	display: flex;
	width: 95%;
	max-width: 385px;
	background: url(./img/arrow.svg) 97% center no-repeat #4A6D3E;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 2%;
	border-radius: 5px;
	font-size: 2.1rem;
	align-items: center;
	justify-content: center;
	margin: 35px 0 0 0;
	background-size: 2%;
	transition: .5s;
}

.aboCon02 li a:hover{
	background: url(./img/arrow.svg) 98% center no-repeat #304e26;
	background-size: 2%;
}

.aboCon02 li a span{
	font-size: 1.4rem;
	padding: 2px 6px 0 0;
}

.aboCon02 li .white{
	background: #fff;
	padding: 5.32%;
	line-height: 2;
	margin: 16px 0 0 0;
	position: relative;
}

.aboCon02 li + li + li h3:before{
	display: none;
}

.aboCon02 li .white:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/yasai04.png) no-repeat;
	width: 140px;
	height: 114px;
	right: 0px;
	bottom: -79px;
}

.aboCon02 li:nth-of-type(2n){
	flex-direction: row-reverse;
}

.aboCon02 li .txtArea{
	width: 47%;
}

.aboCon02 li .imgArea{
	width: 48%;
    position: relative;
}

.aboCon02 li:first-child .imgArea:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/yasai02.png) no-repeat;
	width: 182px;
	height: 122px;
	top: -85px;
	right: 0px;
}

.aboCon03 ul{
	/* display: flex; */
}

.aboCon04 .txtArea{
	background: #fff;
	padding: 7%;
}

.aboCon04{
	padding: 100px 0;
}

.aboCon04 h4{
	text-align: center;
	margin: 0 0 46px 0;
}

/* お知らせ
----------------------------------------------------------- */
.newsCon01{
	background: url(./img/content01_bg.png) top center repeat;
    padding: 80px 0;
}

.newsCon01 .inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsCon01 .right{
	width: 76%;
}

.newsCon01 .right li{
	background: #fff;
	margin: 0 0 30px 0;
	padding: 3% 5%;
	display: flex;
	border-radius: 5px;
}

.newsCon01 .right .kiji{
	width: 60%;
	margin: 0 0 0 5%;
}

.newsCon01 .right .kiji .txtArea{
	min-height: 140px;
}

.newsCon01 .kiji h3{
	font-size: 1.8rem;
	margin: 6px 0 16px 0;
}

.newsCon01 .cate{
	font-size: 1.3rem;
	color: #D89336;
}

.newsCon01 .kiji a{
	text-align: right;
	/* text-align: center; */
	margin: 0 0 0 auto;
	display: table;
}

.newsCon01 .right li > p{
	width: 30%;
}

.newsCon01 .left{
	width: 21%;
}

.newsCon01 .left li{
	background: #fff;
	margin: 0 0 30px 0;
	padding: 10%;
	border-radius: 5px;
}

.newsCon01 .left a{
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
}

.newsCon01 .left a:hover{
	color: #87a989;
}

.newsCon01 .left h4{
	font-size: 1.6rem;
	border-bottom: 1px solid;
	margin: 0 0 20px 0;
	padding: 4px 0 5px 12%;
	background: url(./img/kijiai01.svg) left center no-repeat;
}

.newsCon01 .left li + li h4{
	background: url(./img/kijiai02.svg) left center no-repeat;
}


.newsDetail{
	background: #fff;
	padding: 5%;
	border-radius: 10px;
}

.newsTitle{
	font-size: 2.5rem;
	border-bottom: 1px solid;
	display: flex;
	flex-direction: column-reverse;
}

.newsDay{
	display: flex;
	font-size: 1.5rem;
	margin: 0 0 9px 0;
}

.newsCon01 .newsDay li + li{
	border: 1px solid #87aa8a;
	color: #87aa8a;
	min-width: 60px;
	margin: 0 0 0 15px;
	justify-content: center;
}

.newsCon01 .newsDay li{
	padding: 0;
	margin: 0 0;
}

.newsInnerTitle{
	margin: 0 0 10px 0;
}

.newsContents{
	padding: 31px 0 0 0;
}

.newsContents .txtArea{
	margin: 20px 0 0 0;
}

.pager{
	border-top: 1px solid;
	padding: 50px 0 0 0;
}

.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border: 1px solid #2b1d1b;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #2d1f1d;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #2b1d1b;
}

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

  

}


/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}



.inst_area{
	padding:160px 0 95px;
}

.inst_area .mainTit{
	position:relative;
	margin-bottom: 53px;
}

.inst_area .mainTit:before{
	content:"";
	width:41px;
	height:42px;
	background:url(./img/inst.svg)no-repeat;
	display:block;
	margin:0 auto;
}

.inst_area .text1{
	margin-top: 53px;
	color:#4A6D3E;
	background:#EEF8EC;
	text-align:center;
	font-size: clamp(1.6rem,2.4vw,2.2rem);
	line-height: 1.4;
	padding: 1.55% 0;
}

.con02_div1{
	padding: 19px 13px 10px 9px;
	background: #FFFFFF;
	box-shadow: 0 3px 6px #00000029;
	margin:14px auto 20px;
}

.con02_list1 li{
	text-indent: -1em;
	padding-left: 1em;
	color:#4A6D3E;
	font-size:1.4rem;
	font-weight:700;
	line-height: 2.14;
}

.content02 .con01:nth-child(4) .fList{
	margin:50px 0 0;
}

.content03{
	padding: clamp(80px,8vw,147px) 0;
	background:url(./img/top/bg3.jpg)top center;
}

.cont03_div{
	background:#fff;
	border-radius:5px;
	padding: 8.334% 12.917%;
}
.cont03_list{
	margin-top:40px;
}
	
.cont03_list li{
	display:flex;
	border-top:1px solid #707070;
	padding:16px 0;
	line-height: 1.6667;
}

.cont03_list li:last-child{
	border-bottom:1px solid #707070;
}

.cont03_list li .left{
	width: 18.653%;
	flex-shrink:0;
}

.cont03_list li .right{
	width: 100%;
}

/*-- 固定ここまで --*/


.sp2 {
	display: none;
}

.agri01{
	padding:97px 0 106px;
}

.agri01 .mainTit{
	font-size: clamp(2.2rem, 3vw, 4.5rem);
	margin-bottom: 33px;
}

.agri01 .mainTit span{
	color:#87A888;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	letter-spacing:0;
}

.agri01 .text1{
	text-align:center;
	line-height:2;
	margin-bottom:68px;
}

.agri02{
	padding:clamp(80px,8vw,106px) 0 clamp(80px,9vw,173px);
	background: url(./img/agriculture/bg2) no-repeat center;
	background-size: cover;
}

.agri02 .flex{
	display:flex;
	justify-content:space-between;
}

.agri02 .flex .text_area{
	max-width:561px;
	width:48%;
	color:#fff;
}

.agri02 .flex .img{
	max-width:527px;
	width:48%;
}

.agri02 .flex .text_area .mainTit{
	color: #fff;
	letter-spacing:0;
	text-align:left;
	margin-bottom:48px;
}

.agri02 .flex .text_area .mainTit span{
	color: #87A888;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	letter-spacing:0;
	
}

.agri02 .flex .text_area .text1{
	line-height:2;
}

.food01{
	padding:100px 0 130px;
}

.food01_div1{
	background:#FFFFFF80;
	position:relative;
	z-index:1;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:140px;
	padding: 5.584% 8.5%;
}

.food01_div1:before{
	position:absolute;
	content:"";
	width: 47.917%;
	height:100%;
	background:url(./img/food/bg1.jpg)no-repeat left center;
	background-size:cover;
	right:0;
	top:0;
	z-index: -1;
}

.food01_div1 .title1{
	font-size: clamp(2.8rem, 4vw, 4.9rem);
	font-weight:500;
	line-height: 1.406;
}



.food01_div1 .title1 span{
	display:block;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	font-weight:500;
}

.food01_div1 .img{
	margin: 17px 0 5.021%;
	max-width: 264px;
	width: 40%;
}

.food01_div1 .text1{
	line-height: 2;
}

.slider1_area{
	position:relative;
}

.slider1 .sld1{
	
}

.slider1 .sld1 .img{
	width: 94.802%;
	margin:0 auto;
	border:13px solid #fff;
}

.slider1 .sld1 .slide_title{
	text-align:center;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight:500;
	font-family: 'Noto Serif JP', serif!important;
	margin-top: 28px;
}

.slider1_area .slider_btn{
	display:flex;
	justify-content:space-between;
	width: 52.494%;
	position: absolute;
	top: 0;
	bottom: 7%;
	margin: auto;
	align-items: center;
	left: 0;
	right: 0;
	pointer-events: none;
}
.slider1_area .slider_btn div{
	pointer-events:initial;
	max-width: 73px;
	width: 15%;
}

.food02{
	background:#45231E;
	padding:100px 0;
}

.food02 .flex{
	display:flex;
	justify-content:space-between;
	align-items: center;
}


.food02 .flex .left{
	color:#fff;
	max-width: 550px;
	width: 48%;
}

.food02 .flex .left .title1{
	font-size: clamp(4rem, 6vw, 7.3rem);
	font-weight:500;
	line-height:1.4383;
	padding-bottom:42.5px;
	margin-bottom:34.5px;
	position:relative;
}

.food02 .flex .left .title1 span{
	font-size: clamp(1.6rem, 2.4vw, 2.5rem);
	display:block;
	margin-top:6px;
	line-height:1.44;
}


.food02 .flex .left .title1:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:46px;
	height:8px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.food02 .flex .left .text1{
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height:1.85;
	font-weight:500;
	font-family: 'Noto Serif JP', serif !important;
}


.food02 .flex .right{
	background:#fff;
	max-width: 550px;
	width: 48%;
	padding: 3.667% 2% 2%;
}

.food02_list1{
	padding-bottom: 9%;
}

.food02_list1 li{
	font-size: clamp(1.8rem, 2.2vw, 2.6rem);
	font-weight:500;
	line-height:1.923;
	margin-bottom: 5%;
	color: #45231E;
}

.food02_list1 li span{
	margin-right: 12px;
	font-size: clamp(2.4rem, 3vw, 3.5rem);
	color:#4A6D3E;
	line-height:1.428;
}

.food02_list1 li:last-child{
	margin-bottom:0;
}

.food02 .flex .right .text1{
	border-top:1px dotted #D9D9D9;
	padding-top:8px;
	padding-bottom:9.5px;
	font-size: clamp(2rem, 2.4vw, 3.1rem);
	font-weight:500;
	line-height:1.4383;
	text-align:right;
	border-bottom:1px solid #D9D9D9;
	color: #45231E;
}

.food02 .flex .right .text1 span{
	font-size: clamp(4rem, 5vw, 7.3rem);
	font-weight:500;
	line-height:1.4383;
	margin: 0 2%;
}

.food02 .flex .right .text2{
	padding-top:17.5px;
	font-size: clamp(1.5rem, 2.4vw, 2.3rem);
	font-weight:500;
	line-height:1.434;
	text-align:right;
	color: #45231E;
}

.food03{
	padding:111px 0 154px;
}

.sou_tit1{
	background:#4A6D3E;
	color:#fff;
	position:relative;
	font-size: 3.5rem;
	font-weight: 700;
	padding: 12.5px 0px;
	line-height: 1.4285;
	text-align: center;
	max-width: 898px;
	width: 90%;
	margin: 0 auto;
}

.sou_tit1:before,
.sou_tit1:after{
	position:absolute;
	content:"";
	bottom:0;
	height:100%;
	width:28px;
	left: -27px;
	background: url(./img/food/tit_sou1.svg)no-repeat left center;
	background-size:cover;
}

.sou_tit1:after{
	background:url(./img/food/tit_sou2.svg)no-repeat right center;
	background-size:cover;
	left:auto;
	right: -27px;
}

.food03_list1{
	display:flex;
	justify-content:space-between;
	margin-top:63px;
}

.food03_list1 li{
	background:#fff;
	box-shadow:0 3px 6px #00000029;
	max-width: 275px;
	width: 24%;
}

.food03 .text{
	margin-top:50px;
	color:#4A6D3E;
	background:#EEF8EC;
	text-align:center;
	font-size: clamp(1.6rem,2.4vw,2.2rem);
	line-height: 1.4;
	padding: 1.55% 0;
}

.food04{
	padding:102px 0 111px;
	background: url(./img/food/bg4.png) left top #fff;
	background-size:contain;
	position:relative;
}

.sou_tit2{
	font-size: clamp(2.2rem, 3vw, 4.4rem);
	font-weight: 400;
	line-height: 1.4545;
	text-align: center;
	max-width: max-content;
	margin: 0 auto;
}

.sou_tit2 span{
	position: relative;
	margin: 0 0 13px 0;
	color: #87a888;
	font-size: clamp(1.6rem, 2.2vw, 2.6rem);
	line-height: 1.23;
	letter-spacing: 0;
	display:block;
	font-weight: 400;
}

.sou_tit2 span:before{
	content: "";
	display: block;
	position: absolute;
	height: 6px;
	width: 27%;
	border-bottom: 1px solid #311713;
	border-top: 1px solid #311713;
	top: 45%;
}

.sou_tit2 span:after{
	content: "";
	display: block;
	position: absolute;
	height: 6px;
	width: 27%;
	border-bottom: 1px solid #311713;
	border-top: 1px solid #311713;
	top: 45%;
	right: 0;
}


.food04 .flex{
	display:flex;
	justify-content:space-between;
	margin-top:88px;
}

.food04 .left{
	max-width:579px;
	width: 48%;
}

.food04 .right{
	max-width:549px;
	width: 48%;
}


.food04_list1 li{
	margin: 22px 0 48px 0;
	position: relative;
}

.food04_list1 li:last-child{
	margin-bottom:0;
}

.food04_list1 li h3{
	background: #4A6D3E;
	color: #fff;
	min-width: 250px;
	padding: 7px 3.646%;
	position: absolute;
	top: -16px;
	font-weight: 700;
	font-size: 2.2rem;
	width: 85%;
	max-width: 398px;
}

.food04_list1 li h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 24.5px 15px 24.5px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


.food04_list1 li .text_area{
	background: #fff;
	box-shadow: -1px 2px 6px #ddd;
	padding: 9.03% 4.342% 2.433%;
	padding: 52px 4.342% 2.433%;
}

.food04_list1 li .text_area .text1{
	font-size: clamp(1.5rem, 2.2vw, 1.8rem);
	line-height:1.7778;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif !important;
}


.food04 .right .title2{
	text-align:center;
	font-size: clamp(2rem, 2.4vw, 3rem);
	line-height:1.46667;
	font-weight: 700;
	margin-bottom:24px;
}

.food04 .right .img{
	box-shadow:0 3px 6px #00000029;
	position: relative;
}

.food04 .right .img:before{
	position:absolute;
	content:"";
	width: 246px;
	height:111px;
	background: url(./img/food/co4_text.png)no-repeat bottom;
	bottom: -72px;
	right: 1.46%;
	z-index:1;
	background-size: contain;
}

.food05{
	padding: 112px 0 0;
}

.food05 .flex{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}

.food05 .flex .text_area{
	width: 43%;
}


.food05 .flex .img{
	box-shadow:0 3px 6px #00000029;
	border:12px solid #fff;
	max-width:622px;
	width:55%;
}


.food05 .flex .text_area .title1{
	font-size: clamp(3rem, 4vw, 4.9rem);
	line-height:1.4285;
	font-weight: 500;
}

.food05 .flex .text_area .title1 span{
	font-size: clamp(1.6rem, 2.2vw, 2.6rem);
	line-height: 1.23;
	display:block;
	font-weight:400;
	color:#87A888;
}


.food05 .flex .text_area .img1{
	max-width:136px;
	width:100%;
	margin:45px 0 16px;
}


.food05 .flex .text_area .text1{
	line-height:2.4;
}

.co5_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.co5_list1 li{
	box-shadow:0 3px 6px #00000029;
	border:7px solid #fff;
	width: 32%;
	max-width:360px;
	margin-top:45px;
}


.food05 .map{
	width:100%;
	height:500px;
	margin-top:100px;
}


.food05 .map iframe{
	width:100%;
	height:100%;
}

.deli01{
	padding: clamp(80px, 8vw, 100px) 0 clamp(80px, 8vw, 113px);
}

.deli01 .text1{
    margin-bottom: 50px;
    color: #4A6D3E;
    background: #EEF8EC;
    text-align: center;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.4;
    padding: 1.55% 0;
}

.aboCon01.deli01 dt{
	font-size: clamp(2.6rem, 4vw, 4.9rem);
	line-height: 1.224;
}

.aboCon01.deli01 dt span{
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    display: block;
    line-height: 1.8;
}

.deli02{
	padding: 106px 0 101px;
	background: url(./img/delivery/bg2.jpg)no-repeat;
	background-size: cover;
}

.deli02_div{
	background:#FFFFFFd6;
	padding: 38px 6.167% 44px;
}

.deli02_div .sou_tit2{
	max-width:initial;
	font-size: clamp(2.4rem, 4vw, 5rem);
}

.deli02_div .sou_tit2 span{
	color: #D89336;
}

.deli02_div .sou_tit2 span:before,
.deli02_div .sou_tit2 span:after{
	width: 36%;
}

.deli02_list1{
	margin-top:59px;
}

.deli02_list1 > li{
	margin-top:34px;
	background: #EEE9E3;
	padding: 3% 2.662% 4.374%;
}

.deli02_list1 > li .title1{
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight:400;
	padding-bottom:23px;
	margin-bottom:21px;
	border-bottom:1px solid #D1BBA0;
}

.deli02_list1 > li .title1 span{
	font-size: clamp(2.4rem, 4vw, 4rem);
	color:#4A6D3E;
	font-weight:400;
	margin-right:13px;
}

.deli02_list2 li{
	position:relative;
	display:flex;
	margin-bottom:18px;
	font-size:1.8rem;
	font-weight:400;
}


.deli02_list2 li:before{
	content:"";
	width:24px;
	height:21px;
	background:url(./img/delivery/check.svg)no-repeat;
	background-size:contain;
	display:block;
	margin-right:17px;
	margin-top: 5px;
	flex-shrink: 0;
}

.deli02_list2 li:last-child{
	margin-bottom:0;
}

.deli03{
	padding:142px 0 105px;
}

.deli03_div1{
	background:#fff;
	padding: 67px 35px 39px;
	position: relative;
	box-shadow: 0 3px 6px #00000029;
}

.deli03_div1 .sou_tit1{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top: -42px;
	width: 80%;
}

.deli03_div1 .sou_tit1 span{
	color:#EAA74E;
}

.deli03_list1{
	padding:14px 0;
}

.deli03_list1 li{
	padding:14px 0;
	border-bottom: 1px dotted #CBCBCB;
	font-size: clamp(1.5rem, 2.4vw, 2.1rem);
	font-weight:600;
	text-indent: -1em;
	padding-left: 1em;
}


.deli03_list1 li:first-child{
	padding-top:0;
}

.deli03_list1 li:last-child{
	border-bottom: none;
	padding-bottom:0;
}

.deli03_list1 li .in{
	max-width:677px;
	margin:0 auto;
	width:100%;
	display:block;
}

.deli03_list1 li .green{
	color:#4A6D3E;
}



.deli05{
	padding: 151px 0 107px;
	background: #fff;
}

.deli05_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.deli05_list1 li{
	width:48%;
	margin-top:85px;
	box-shadow:0 3px 6px #00000029;
}

.deli04{
	padding:100px 0 88px;
	background:url(./img/delivery/bg4.jpg)no-repeat;
	background-size:cover;
}

.deli04 .flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
}


.deli04 .flex .text_area{
	color:#fff;
	width: 48%;
}

.deli04 .flex .text_area .mainTit{
	color:#fff;
	text-align:left;
	margin-bottom: 30px;
}

.deli04 .flex .text_area .mainTit span{
	color:#87A888;
	letter-spacing: 0;
	font-size: 2rem;
	margin: 0 0 5px;
}

.deli04 .flex .text_area .text1{
	line-height:2;
}

.deli04 .flex .contact_area{
	max-width:595px;
	background:#FFFFFF;
	width:48%;
	border-radius: 28px;
	box-shadow: 0 3px 6px #00000029;
	padding: 24px 21px 18px;
}

.deli04 .flex .contact_area .text1{
	background:#EEF8EC;
	color:#416036;
	text-align:center;
	padding:13px 0;
    font-size: clamp(1.4rem, 2vw, 2rem);
	line-height:1.45;
	font-weight:500;
	
}

.deli04 .flex .contact_area .text1 span{
	color:#DD3E29;
	
}

.deli04 .flex .contact_area .img{
	max-width:224px;
	width:100%;
	margin:22px auto 0;
}

.deli04 .flex .contact_area .text2 a{
    font-size: clamp(2.4rem, 3vw, 5.1rem);
	font-weight:700;
	color:#416036;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:1.45;
}

.deli04 .flex .contact_area .text2 span{
	text-align:center;
	font-size: clamp(1.4rem, 2vw, 2rem);
	display:block;
	line-height:1.45;
	font-weight:500;
	color: #416036;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.rigCol{
	width: 100%;
	padding-left:100px;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.rigCol {
    width: 100%;
	padding-left:100px;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1100px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.rigCol{
	width: 100%;
	padding-left: 70px;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
header h1 {
	font-size: 80%;
}

.logo {
	width: 15%;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
}

.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}

/*-----------------------------------------------------------
#main
-----------------------------------------------------------*/

.content01::before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_top.png) no-repeat;
	width: 30%;
	height: 31%;
	top: 0;
	right: 0;
	z-index: 0;
	background-size: contain;
}

.content01::after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_bottom.png) no-repeat bottom;
	width: 30%;
	height: 21%;
	left: 0;
	bottom: 0px;
	right: 0;
	z-index: 0;
	background-size: contain;
}
/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright small {
	width: 96%;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 98%;
}


/* トップページ
----------------------------------------------------------- */

.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}

.news li {
    width: 94%;
    margin: 0 1%;
}

.news dl {
    width: 98%;
    font-size: 90%;
}

.scroll-pane {
	width: 100% !important;
}


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 98%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

.content01 dd:after{
	content: "";
	height: 52%;
	width: 39%;
	right: -2%;
	bottom: -82px;
	background-size: contain;
}

.content02 h3{
    /* font-size: 2.8rem; */
}

.content02 .con01 + .con01 h3{
	/* font-size: 2.8rem; */
}

.content02 .con01 dd{
	margin: 40px auto;
	padding: 0;
}

header{
	max-width: 70px;
}

.menu-trigger{
	left: 11px;
}

.gnav.active {
    transform: translateX(70px);
}

header .hLogo {
    width: 80%;
}
.content02 .con01 dt{
	height:100%;
}

.cont03_div{
	padding:8% 5%;
}

.aboCon01 dl {
    padding: 4% 5%;
}

.food01_div1{
	padding: 5%;
}

.slider1_area .slider_btn{
	width: 64%;
	bottom: 10%;
}

.slider1_area .slider_btn div{
	width:55px;
}

.slider1 .sld1 .img{
	border:6px solid #fff;
}

	.slider1 .sld1 .slide_title{
		margin-top:14px;
	}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1100px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: block;
}

.sp {
	display: none;
}

.sp2 {
	display: block;
}

#cover li {
	width: 100% !important;
}


#cover h1{
	width: 50%;
	max-width: 200px;
	position: relative;
}

/*gnav*/
.gnav{
    background: #2b1c1deb;
    /* display: none; */
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    z-index: 1;
    top: 0;
    transform: translate(0,-100vh);
}

.gnav.active{
	display: block;
	transform: translateX(0);
}

.leftNav{
	position: relative;
}

.hTop{
    display: none;
}

header .hLogo{
	width: 5%;
	margin: 0;
	min-width: 40px;
}

header .hLogo　a:hover img{
	opacity: 1;
}

header {
	padding: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 0 0 0;
	display: flex;
	justify-content: space-between;
	background: url(./img/h_bg.png) top center;
	max-width: 100%;
	height: 10vh;
	position: fixed;
	z-index: 2;
	flex-direction: inherit;
	padding: 2% 20px;
	justify-content: space-between;
	align-items: center;
}

.rigCol{
	width: 100%;
	padding: 0;
}

.article .rigCol{
	margin-top: 10vh;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

.menu-trigger {
  position: relative;
  width: 48px;
  height: 32px;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
}

.content02{
	background: url(./img/content02_bg.png);
}

.content02 .con01 dl{
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.content02 .con01:nth-child(2n) dl{
	
flex-direction: column;
}

.content02 .con01 dt{
	width: 90%;
	margin: 80px auto 0 0;
}

.content02 .con01:nth-child(2n) dt{
	margin: 80px 0 0 auto;
}


.content02 .con01 dd{
	width: 90%;
	margin: 45px auto 0px;
	max-width: 100%;
}

.content02 h3{
    margin: 0 0 40px 0;
    /* font-size: 4.4rem; */
}

.content02 .con01 + .con01 h3{
	/* font-size: 3.8rem; */
}

.content02 .con01 + .con01  p{
	/* font-size: 2rem; */
}

.content02 h3 span{
	position: relative;
	margin: 0px 0 20px 0;
	color: #87a989;
}

.content02 h3 span:before{
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 25%;
	border-bottom: 1px solid #311713;
	border-top: 1px solid #311713;
	top: 45%;
}

.content02 h3 span:after{
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 25%;
	border-bottom: 1px solid #311713;
	border-top: 1px solid #311713;
	top: 45%;
	right: 0;
}

.content02 .fList{
	margin: 0px 0 48px 0;
	position: relative;
}

.content02 .fList h4{
	background: #4A6D3E;
	color: #fff;
	display: inline;
	min-width: 250px;
	/* padding: 1%; */
	position: absolute;
	top: -24px;
	font-size: 1.4rem;
}

.content02 .fList ul{
	background: #fff;
	box-shadow: -1px 2px 6px #ddd;
	padding: 5%;
}

.content02 .fList li{
	display: inline-block;
	margin: 0 20px 0 0;
}

.newsArea{
	position: absolute;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
	top: -151px;
	border-radius: 10px;
	box-shadow: -1px 2px 6px #ddd;
	position: initial;
	margin-top: -120px;
}

.newsArea .inner{
	display: flex;
	margin: 0 0 0 auto;
	width: 100%;
	flex-direction: column;
}

.newsArea h2 {
	font-size: 3.4rem;
	letter-spacing: 0.2em;
	color: #2F1511;
	margin: 20px 2% 5px;
	text-align: center;
	line-height: 1.3;
}

.newsArea h2 span{
    display: block;
    font-size: 1.2rem;
    color: #D89336;
    font-family: 'Noto Serif JP', serif;
}

.newsArea ul{
	width: 90%;
	margin: 0 auto 15px;
}

.newsArea li:first-child{
	border-bottom: 1px solid #2f1512;
}

.newsArea dl{
	display: flex;
	padding: 25px 0;
}

.newsArea .cate{
	background: #FD6550;
	color: #fff;
	font-size: 1.4rem;
	padding: 1% 10px;
	margin: 0 0 0 5%;
}

.newsArea dd{
	/* width: 30%; */
	margin: 0 0 0 10%;
}

.newsArea .inner > a{
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 0 0 12px 12px;
	padding: 0 2.5%;
	height: initial;
	height: 60px;
	min-height: initial;
}

.newsArea a br{
	display: none;
}

.content01 dd{
	width: 95%;
	padding: 3% 3% 5%;
	position: relative;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.content01 dd h3:before{
	top: -39px;
}



.content01 dd .sou1{
	top: -22px;
}

.content01 dd h3{
	font-size: 2rem;
}
.content01{
	padding: 220px 0 100px 0;
}

.headerUl.pc{
	display: none;
}

.headerUl.sp{
	display: block;
	position: static;
}

.content02 h3{
    margin: 0 0 50px 0;
    /* font-size: 3rem; */
}

.content02 .con01 + .con01 h3{
	/* font-size: 3.5rem; */
}

.content01::after,.content01::before{
	display: none;
}

.newsCon01 .right{
	width: 70%;
}

.newsCon01 .left{
	width: 27%;
}

.aboCon01 dt{
	font-size: 2.7rem;
}

.aboCon02 li h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
	font-weight: 500;
	margin: 0 0 0 0;
}

.pager{
	margin: 0 0 80px 0;
}


.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  border: 1px solid #2b1d1b;
}


.inst_area {
    padding: 80px 0 80px;
}

.cont03_list li{
	flex-direction:column;
}
	
.cont03_list li .left{
	width: 100%;
	flex-shrink:0;
	margin-bottom:8px;
}

.inner {
    width: 89.334%;
}


.agri02 .flex{
	flex-direction:column;
}

.agri02 .flex .text_area{
	max-width:initial;
	width:100%;
}

.agri02 .flex .img{
	width:100%;
	margin:40px auto 0;
}

.agri02 .flex .text_area .mainTit{
	margin-bottom:24px;
}

.agri01 .text1{
	margin-bottom:40px;
}


.agri01 {
    padding: 80px 0;
}

.aboCon02 li p {
    margin: 24px 0 0 0;
}

.aboCon02 li p + p {
    margin: 16px 0 0 0;
}

.slider1_area .slider_btn{
	width: 74%;
}

.food02 .flex{
	flex-direction:column;
}

.food02 .flex .left{
	max-width:initial;
	width:100%;
}


.food02 .flex .right{
	width:100%;
	margin:40px auto 0;
	padding: 5%;
}

.food02_list1 li{
	font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.food02_list1 li span{
	font-size: clamp(2.4rem, 6vw, 3.5rem);
}

.food02 .flex .right .text1{
	font-size: clamp(2rem, 4vw, 3.1rem);
}
	
.food02 .flex .right .text1 span {
    font-size: clamp(4rem, 8vw, 7.3rem);
}

.food02 .flex .right .text2 {
    font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.sou_tit1{
	font-size:2.6rem;
	padding: 10px 0px;
}

.sou_tit1:before, .sou_tit1:after{
	width: 23px;
	left: -23px;
}

.sou_tit1:after{
	left:auto;
	right:-23px;
}
	
.food03 .text{
	margin-top:35px;
}

.food03 {
    padding: 80px 0;
}
	
.food01 {
    padding: 80px 0;
}

.food01_div1:before{
	width:100%;
}

.food01_div1{
	margin-bottom:60px;
}

.food02{
	padding:80px 0;
}

.food02 .flex .left .title1{
	padding-bottom:28px;
	margin-bottom:20px;
}

.food04 {
    padding: 80px 0 120px;
}

.food04 .flex {
    margin-top: 40px;
	flex-direction:column;
}

.food04 .left {
    max-width: initial;
    width: 100%;
}


.food04 .right {
    width: 100%;
    margin: 60px auto 0;
}



.food04_list1 li h3{
	top: -16px;
	font-size: 1.8rem;
	min-width: initial;
}



.food04_list1 li h3:after {
  border-width: 21.4px 15px 21.4px 0px;
}

.food04_list1 li .text_area{
	padding: 42px 16px 20px;
}

.food04 .right .title2{
	margin-bottom: 16px;
	font-size: clamp(2rem, 4vw, 3rem);
}

.food05 {
    padding: 80px 0 0;
}

.food05 .flex{
	flex-direction:column;
	margin-bottom: 40px;
}

.food05 .flex .text_area{
	width:100%;
	max-width:initial;
}

.food05 .flex .img{
	width:100%;
	margin:40px auto 0;
	border: 7px solid #fff;
}

.food05 .flex .text_area .img1{
	margin:24px 0 16px;
}

.co5_list1 li{
	width:48%;
	border:3px solid #fff;
	margin-top: 5%;
}

.food05 .map{
	height:300px;
}

.sou_tit2{
	font-size: clamp(2.2rem, 4vw, 4.4rem);
}

.sou_tit2 span{
	font-size: clamp(1.6rem, 3vw, 2.6rem);
}

    .aboCon01 dl {
        padding: 7% 5%;
    }

.deli02 {
    padding: 80px 0;
}

.deli02_div{
	padding:30px 16px;
}

.deli02_list1 > li{
	padding:20px 16px;
}

.deli02_list1 > li .title1 span {
    margin-right: 8px;
}

.deli02_list1 > li .title1{
	padding-bottom: 10px;
	margin-bottom: 12px;
}

.deli02_list2 li:before{
	width: 16px;
	height: 14px;
	margin-right: 6px;
	margin-top: 6px;
}

.deli02_list2 li{
	font-size:1.5rem;
	margin-bottom: 12px;
}

.deli03_div1 .sou_tit1{
	top: -30px;
}

.deli03 {
    padding: 100px 0 80px;
}
	
.deli03_div1 {
    padding: 40px 20px 10px;
}

.deli02_div .sou_tit2 span:before, .deli02_div .sou_tit2 span:after {
    width: 25%;
}

.deli04 {
    padding: 80px 0;
}

.deli04 .flex{
	flex-direction:column;
}

.deli04 .flex .text_area{
	width:100%;
}

.deli04 .flex .contact_area{
	width:100%;
	margin:40px auto 0;
}

.deli04 .flex .contact_area .text2 a {
    font-size: clamp(2.4rem, 5vw, 5.1rem);
}

.deli04 .flex .contact_area .text2 span {
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.deli04 .flex .contact_area .text1{
    font-size: clamp(1.4rem, 3vw, 2rem);
}


.deli05_list1 li {
    margin-top: 50px;
}

.deli05 {
    padding: 80px 0;
}

    footer .navArea ul {
        width: 89.334%;
    }

footer .navArea li{
	width: 100%;
}

footer ul li a{
	margin:0;
}

.aboCon02 li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px 0;
	flex-direction: column-reverse !important;
}

.aboCon02 li .txtArea{
	width: 100%;
}

.aboCon02 li .imgArea{
	width: 100%;
}

.aboCon02 li h3{
	margin: 25px 0 0 0;
}

.aboCon02 li:first-child h3:before{
	top: 0;
}

.aboCon02 li + li h3:before{
	width: 112px;
	height: 116px;
	background-size: contain;
	top: 0;
}

.deli02_list1 {
    margin-top: 0px;
}

.content02 h3 {
    font-size: clamp(2rem, 5.5vw, 3.9rem);
}

.content02{
	padding:0 0 80px;
}

.cont03_list {
    margin-top: 30px;
}

.cont03_div {
        padding: 40px 20px;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc, .pcTel {
	display: none;
}

.sp {
	display: block;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	width: 100% !important;
	display: block;
}

th{
	border-bottom: none;
	margin: 20px 0 0 0;
}

td{
	padding-top: 0;
}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	/* width: 30%; */
	/* justify-content: flex-end; */
}

.menuBtn {
	width: 35%;
}

#cover .pc {
	display: none !important;
}

#cover .sp {
	display: block !important;
}

.content02 li {
    width: 100%;
    margin: 0 0 20px 0;
}

.content02 .fList li{
	width: auto;
}

/*-- ページトップ --*/

#pageTop {
	display: none !important;
}

/* フッター
----------------------------------------------------------- */

.sp nav {
	/* margin: 0 auto; */
	/* background: #329026; */
}


/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.newsCon01 .right{
	width: 100%;
}

.newsCon01 .left{
	width: 100%;
}

.newsCon01 .left li{
	padding: 5%;
}

.newsCon01 .left h4{
	padding: 4px 0 5px 7%;
}
.aboCon01 dt{
	font-size: 2.3rem;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.aboCon01 dt br{
	/* display: none; */
}

.aboCon02 li:first-child .imgArea:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/yasai02.png) no-repeat;
	width: 30%;
	height: 30%;
	top: -50px;
	right: 0px;
	background-size: contain;
}

.aboCon02 li:first-child h3:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/yasai01.png) no-repeat;
	width: 30%;
	height: 74%;
	top: 50%;
	right: 0px;
	background-size: contain;
}

.aboCon02 li + li h3:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/yasai03.png) no-repeat;
	width: 30%;
	height: 200%;
	top: -30px;
	right: -25px;
	background-size: contain;
}

.aboCon02 li .white:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/yasai04.png) no-repeat;
	width: 30%;
	height: 50%;
	right: 0px;
	bottom: -50px;
	background-size: contain;
}

.logo {
	width: 25%;
}

header {
	height: 13vh;
}

.aboCon01{
	padding: 100px 0 20vh;
}

.aboCon01 {
    padding: clamp(80px, 8vw, 100px) 0 clamp(130px, 12vw, 177px);
}

.deli01 {
    padding: clamp(80px, 8vw, 100px) 0 clamp(80px, 8vw, 113px);
}

.aboCon04 .txtArea{
	background: #fff;
	padding: 13% 5%;
}

footer .navArea a:link{line-height: 2.5;}

footer .navArea{background-repeat: repeat;}

footer .navArea ul{
	text-align: center;
}

.food03_list1{
	flex-wrap:wrap;
	margin-top: 30px;
}
	
	.food03_list1 li{
		width:48%;
		margin-top: 20px;
	}

.sou_tit1{
	font-size: 2rem;
	width: 95%;
}

.slider1_area .slider_btn{
	width: 90%;
}

    .slider1_area .slider_btn div {
        width: 45px;
    }

.deli03_div1 .sou_tit1{
	top: -24px;
}

	
	
    .deli05_list1 li {
		width:100%;
        margin-top: 40px;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn {
	width: 12%;
}

nav .gnav__menu__item {
    margin: 20px auto 0;
}

.telBtn a,
.menuBtn a {
	font-size: 2rem;
	padding-bottom: 5px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

.content02 h3{
    margin: 0 0 10px 0;
    font-size: 2.2rem;
}

footer .add li{
    font-size: 1.4rem;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn a,
.menuBtn a {
	font-size: 200%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */