@charset "utf-8";

/* スムーススクロール */
html {
   scroll-behavior: smooth;
}
/* CSS Document */
body{ -webkit-text-size-adjust: 100%; }

/*PCで表示させないセレクタ*/
#sp_header, #sp_footer, .sp_main { display: none; }
.pc_hidden { display: none; }

/* side-nav */
#side-nav {
   border: 1px solid #969696;
   padding: 12px;
   box-sizing: border-box;
}
#side-nav .side-nav_category:not(:last-child) {
   margin-bottom: 12px;
   border-bottom: 1px dotted #999;
}
#side-nav .side-nav_category .category_ttl img {
   width: auto;
   height: 24px;
   margin-bottom: 8px;
}
#side-nav .side-nav_category li:not(.category_ttl) {
   padding-left: 10px;
   margin-bottom: 16px;
}
#side-nav .side-nav_category:last-child li {
   margin-bottom: 4px;
}
#side-nav .side-nav_category li  a {
   display: flex;
   align-items: center;
   height: 16px;
   transition: 0.8s;
}
#side-nav .side-nav_category li  a:hover {
   opacity: .6;
}
#side-nav .side-nav_category li  a.link_wrap {
   height: 32px;
}
#side-nav .side-nav_category li  a img {
   width: auto;
   height: 14px;
}
#side-nav .side-nav_category li  a.link_wrap img {
   height: 32px;
}

/*g_nav*/
#g_nav {
   width: 220px;
   height: 300px;
   background-color: #FFF;
   border: 1px solid #969696;
   clear: both;
}
#g_nav ul {
   margin: 10px auto 0;
   width: auto;
}
#g_nav li { margin-bottom: 3px; }
#g_nav li img { margin-left: 10px; }
#g_nav li a {
   margin-left:18px;
   display:block;
}
#g_nav .line {
   border-top: 1px dotted #999;
   padding-top: 14px;
   margin-top: 14px;
}
#g_nav .notice {
   border: 1px solid #e60012;
   padding: 1px;
   margin: 5px auto;
   color: #e60012;
   width: 80%;
   text-align: center;
}

/*sp_nav*/
#sp_nav {
   background-color: #FFF;
   border: 1px solid #969696;
   padding: 8px;
   box-sizing: border-box;
   clear: both;
}
#sp_nav ul:not(:last-child) {
   margin-bottom: 12px;
   border-bottom: 1px dotted #999;
}
#sp_nav li {
   margin-bottom: 12px;
}
#sp_nav li.category_ttl {
   margin-bottom: 8px;
}
#sp_nav li a {
   display: flex;
   align-items: center;
   height: 14px;
   margin-left: 12px;
}
#sp_nav li img {
   width: auto;
   height: 14px;
}
#sp_nav li a.link_wrap,
#sp_nav li a.link_wrap img {
   height: 32px;
}
#sp_nav li.category_ttl img {
   height: 24px;
}
#sp_nav .line {
   border-top: 1px dotted #999;
   padding-top: 14px;
   margin-top: 14px;
}
#sp_nav .notice {
   border: 1px solid #e60012;
   padding: 1px;
   margin: 5px auto;
   color: #e60012;
   width: 80%;
   text-align: center;
}

/* footer */
#footer {
	width: 980px;
	padding: 20px 20px 0;
	margin: 0 auto;
   box-sizing: border-box;
}
#footer .footer_link-wrap {
   position: relative;
   text-align: center;
}
#footer .bottom_link {
   display: flex;
   justify-content: center;
   gap: 16px;
   margin-bottom: 16px;
}
#footer .footer_link-wrap p,
#footer .bottom_link li a {
   color: #333;
}
#footer .bottom_link li::before {
   content: "";
   display: inline-block;
   width: 4px;
   height: 6px;
   background: url(/images/common/arrow.jpg) no-repeat;
   margin-right: 4px;
}
#footer .TACenter {
   position: absolute;
   right: 0;
   bottom: 0;
}
#footer .top_arrow {
   display: none;
}

#footer #pc_footer .copyright {
    text-align: center;
    font-size: 90%;
}
@media screen and (max-width: 640px) {
   #footer {
      width: 100%;
      padding: 8px 0;
   }
   #footer .TACenter {
      display: block;
      position: unset;
      padding-top: 8px;
      margin-bottom: 16px;
   }
   #footer .footer_link-wrap {
      text-align: center;
   }
   #footer .footer_link-wrap p.footer_company {
      background-color: #f1f1f1;
      padding: 8px 0;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666;
   }
   #footer .bottom_link {
      flex-direction: column;
      gap: 0;
      margin-bottom: 16px;
   }
   #footer .bottom_link li {
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid #666;
   }
   #footer .bottom_link li::before {
      background: url(/images/common/arrow.jpg) no-repeat;
   }
   #footer .bottom_link li a {
      display: block;
      padding: 8px 0;
   }
}


/* 共通セレクタ */
#contents {
   width: 960px;
   clear: both;
   margin: 0px auto;
}
#contents section { margin-bottom: 40px; }
#contents .wrap {
   display: flex;
   justify-content: space-between;
   gap: 64px;
   margin: 50px auto;
}
#contents #main {
   width: 560px;
   padding-left: 90px;
}
#contents #main h2 { margin-bottom: 20px; }
#contents #main h3 { margin-bottom: 20px; }
#contents #sub {
   width: 240px;
   float: right;
}
#contents .to_loca {
   text-align: right;
   clear :both;
   margin-top: 30px 0;
}
#contents .bottom_link {
   float: right;
   margin: 10px 0;
   display: block;
}
#contents .bottom_link li {
   float: left;
   background:url(/images/common/arrow.jpg) no-repeat 0px 7px;
   padding-left: 10px;
   margin-left: 20px;
}
#contents .bottom_link li a {
   color: #333;
}

/* ================================================
   TOP
   ==============================================*/
#TOP #footer .TACenter {
   display: none;
}
#TOP .top_arrow {
   display: block;
   position: absolute;
   right: 0;
   bottom: 0;
}
@media screen and (max-width: 640px) {
   #TOP #footer .footer_link-wrap p,
   #TOP #footer .bottom_link li a {
      color: #333;
   }
   #TOP #footer .TACenter {
      display: block;
   }
   #TOP .top_arrow {
      display: none;
   }
}
/* ================================================
   ABOUT
   ==============================================*/
#ABOUT #contents .main-wrap {
   display: grid;
   grid-template-columns: 650px 1fr;
   gap: 64px;
   align-items: end;
}
#ABOUT #contents .flow {
   width: 780px;
   margin: 0 auto;
}
#ABOUT #contents #point {
   width: 690px;
}
#ABOUT #contents #point h4 {
   padding: 40px 0 30px;
}
#ABOUT #contents .arrow {
   clear :both;
   padding: 10px 0 10px 140px;
}

/* ================================================
   FARMERS-MARKET
   ==============================================*/
#FARMERS-MARKET #contents .open-hour_wrap {
   width: 100%;
   background: #F1F1F1;
   padding: 16px;
   box-sizing: border-box;
}
#FARMERS-MARKET #contents #main p {
   margin-bottom: 20px;
}
#FARMERS-MARKET #contents .open-hour_wrap dl {
   display: flex;
}
#FARMERS-MARKET #contents .open-hour_wrap dl dt {
   width: 50px;
   margin-right: 20px;
}

/* ================================================
   FARM
   ==============================================*/
#FARM #contents #map {
   margin: 30px auto 5px;
}
#FARM .txt {
   margin: 0 0 40px;
}
/* ================================================
   STORE/RECRUIT
   ==============================================*/
#STORE #contents h2,
#RECRUIT #contents h2 {
   margin: 50px 20px 20px 90px;
}
#STORE #contents .pic_two,
#RECRUIT #contents .pic_two {
   position: relative;
}
#STORE #contents .pic_two span,
#RECRUIT #contents .pic_two span {
   position: absolute;
   width: 136px;
   height: 136px;
   background: url(../images/store/pic_03.png) no-repeat;
   top: 80px;
   left: 410px;
   text-indent: -9999px;
}

/*STORE*/
#STORE #contents table {
   width: 100%;
   border-collapse: collapse;
}
#STORE #contents table td,
#STORE #contents table th {
   padding: 5px;
   border: 1px solid #ccc;
}
#STORE #contents table td span {
   display: block;
}
#STORE #contents table th {
   padding: 5px 10px;font-weight:100;
}
#STORE #contents table th p {
   background: url(../images/store/arrow.png) no-repeat 0px 7px;
   padding-left: 10px;
   text-align: left;
}
#STORE #contents table thead th {
   background: #ee0000;
   color: #FFF;
}
#STORE #contents table .odd {
   background: #f5f5f5;
}

/*RECRUIT*/
#RECRUIT #contents .pic_two span {
   background: url(../images/recruit/pic_03.png) no-repeat;
}
#RECRUIT #contents h3 {
   margin-top: 20px;
   text-align: center;
}
#RECRUIT #contents h3.main_title {
   text-align: left;
}
#RECRUIT #contents #main ul {
   margin: 30px auto 45px;
}
#RECRUIT #contents #main ul li {
   float: left;
   margin-right: 10px;
   width: 180px;
   height: 120px;
}
#RECRUIT #summary {
   border: 1px solid #EE0000;
   text-align: center;
}
#RECRUIT #summary h4 {
   background-color: #EE0000;
   color: #FFF;
   padding: 12px;
   font-size: 130%;
}
#RECRUIT #summary p {
   margin: 40px auto;
}

#RECRUIT #contents table {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 50px;
}
#RECRUIT #contents table td {
   padding: 5px 15px;
   border: 1px solid #ccc;
}
#RECRUIT #contents table th {
   padding: 5px;
   border: 1px solid #ccc;
   text-align: left;
   background: #F1F1F1;
}
#RECRUIT #contents table .red{ color:#ee0000;}
#RECRUIT #contents table th{padding:5px 10px;font-weight:100;}
#RECRUIT #contents table th p {
   background: url(../images/store/arrow.png) no-repeat 0px 7px;
   padding-left: 10px;
   text-align: left;
}
#RECRUIT #contents h5 {
   text-align: center;
   background: #ee0000;
   color: #FFF;
   padding: 12px;
}

#RECRUIT #contents .jobs {
   padding-top: 40px;
   overflow: hidden;
}
#RECRUIT #contents .jobs .job {
   width: 270px;
   height: 483px;
   margin-top: 20px;
   padding-bottom: 40px;
   float: left;
   text-align: center;
   border: 1px solid #ccc;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius :1px;
}
#RECRUIT #contents .jobs .job.n2{margin-left:20px}
#RECRUIT #contents .jobs .job .visual {
   position:relative;
   width: 100%;
   height: 240px;
   overflow: hidden;
}
#RECRUIT #contents .jobs .job .visual img {
   display: block;
   position: absolute;
   margin-left: -25%;
   height: 240px;
}
#RECRUIT #contents .jobs .job h5 {
   padding: 30px 30px 0;
   margin: 0;
   background: 0;
   line-height: 1;
}
#RECRUIT #contents .jobs .job p {
   padding-top: 30px;
}
#RECRUIT #contents .jobs .job .job_btn {
   display: inline-block;
   width: 200px;
   margin-top: 30px;
   padding: 15px;
   background: #e00;
   text-decoration: none;
   line-height: 1;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#RECRUIT #contents .jobs .job .job_btn img {
   width: 130px;
}
#RECRUIT #contents #main .page_back {
   display: inline-block;
   padding: 12px 20px;
   line-height: 1;
   background: #e00;
}
#RECRUIT #contents #main .page_back img {
   width: 250px;
}
#RECRUIT #contents #main .page_head {
   display: table;
   width: 00%;
   margin: 70px 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#RECRUIT #contents #main .page_head h3,
#RECRUIT #contents #main .page_head .lead {
   display: table-cell;
   vertical-align: middle;
   width: 50%;
   margin: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#RECRUIT #contents #main .page_head h3 {
   height: 100%;
   text-align: center;
   border-top: 1px solid #d7d7d7;
   border-bottom: px solid #d7d7d7;
}
#RECRUIT #contents #main .page_head .lead {
   padding-left: 20px;
}

#RECRUIT .wrap .pc_title {
   display: block;
}
#RECRUIT .wrap .sp_title {
   display: none;
}
#RECRUIT .wrap h2 {
   margin-bottom: 20px;
}
#RECRUIT .wrap .head_img {
   margin-bottom: 50px;
}
#RECRUIT #main .tel{
   margin-bottom: 65px;
}
#RECRUIT #main .tel h3 {
   margin-bottom: 25px;
}
#RECRUIT #main .tel p a {
   font-size: 40px;
   color: #f42400;
}
#RECRUIT #main .mail a {
   margin-right: 20px;
   display: inline-block;
}
#RECRUIT #main .mail a:last-child {
   margin-right: 0;
}

/* ================================================
   BLOG
   ==============================================*/
#BLOG #contents #main h3 {
   font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;font-size: 200%;
   font-weight: bold;
   line-height: 1.4em;
   margin-bottom: 40px;
}
#BLOG #contents #main .article img {
   margin: 15px 0;
}
#BLOG #contents #main .day_name {
   margin: 40px 0 15px;
}
#BLOG #contents #main .day_name span {
   margin-left: 10px;
}
#BLOG #contents #sub .post_box {
   background: #FFF;
   border-top: 1px solid #999;
   border-left: 1px solid #999;
   padding: 10px 0 30px 30px;
   margin-top: 30px;
}
#BLOG #contents #sub .post_box h4 {
   padding: 30px 0;
   color: #4AA433;
   font-size: 120%;
}
#BLOG #contents #another {
   clear: both;
   padding:20px 0;
   margin:0px auto;
}
#BLOG #contents #another .prev{
   float:left;
}
#BLOG #contents #another .next {
   float: right;
}

/* ================================================
   INQUIRY
   ==============================================*/
#INQUIRY #contents h2 {
   margin: 50px 20px 20px 90px;
}
#INQUIRY #contents .head_img {
   margin-bottom: 50px;
}
#INQUIRY #main .tel {
   margin-bottom: 65px;
}
#INQUIRY #main .tel h3 {
   margin-bottom: 25px;
}
#INQUIRY #main .tel p a {
   font-size: 40px;
   color: #f42400;
}
#INQUIRY #main .mail a {
   margin-right: 20px;
   display: inline-block;
}
#INQUIRY #main .mail a:last-child {
   margin-right: 0;
}

@media screen and (max-width: 640px) {
   #INQUIRY #contents h2 {
      text-align: center;
      margin: 30px 0 20px;
   }
}

/* ================================================
   PRIVACY
   ==============================================*/
#PRIVACY #main {
   width: auto;
   padding: 0 15px;
}
#PRIVACY .mb20 {
   margin-bottom: 20px;
}
#PRIVACY #main h2 {
   font-size: 14px;
   font-weight: bold;
}
#PRIVACY #main .btn_area {
   text-align: center;
}
#PRIVACY #main .btn_area .btn {
   background: #f4f4f4;
   border: 1px solid #d5d5d5;
   box-sizing: border-box;
   cursor: pointer;
   font-size: 14px;
   color: #333;
   text-decoration: none;
}
#PRIVACY #main .btn_area .btn01,
#PRIVACY #main .btn_area .btn02 {
   display: inline-block;
   height: 30px;
   padding: 3px 0;
   width: 160px;
}
#PRIVACY #main .btn_area .btn01 {
   margin-right: 20px;
}


/* ================================================
   TOS
   ==============================================*/
#TOS #contents .wrap {
	display: block;
}