@charset "utf-8";
/* CSS Document */

/*
Theme Name: 吉岡ファーム様2026
Version: 3.1
Author: k-design
*/

@import url(css/post.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button{border:0;font-family:inherit;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}

body, html{width:100%;}

body{
	font-size:100%;
	line-height:1.6;
	font-family:"Noto Sans JP";
}

p{margin-bottom:16px;}
ol, ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";content:none;}
blockquote, q{quotes:none;}
a{font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;}
img{max-width: 100%;height: auto;width /***/:auto;vertical-align:bottom;}
a img{border: 0;}
a:hover img,a:active img{-moz-opacity:0.8;opacity:0.8;filter:alpha(opacity=80);}
input, select{vertical-align:middle;}

/* パンくずリスト */
.bread_crumbs{margin:0 0 40px;font-size:12px;clear:both;}
.bread_crumbs li{margin-right:3px;display:inline;color:#333333;letter-spacing:1.5px;}
.bread_crumbs li a{color:#333333;}
.box{margin-bottom:64px;}

/* 注意 */
.red{color:#FF0000;}

/* text */
.txt_r{text-align:right;}
.txt_c{text-align:center;}
.alignleft{margin:0 16px 16px 0;float:left;}
.alignright{margin:0 0 16px 16px;float:right;}

/* ===== Navigation ===== */
.navigation{margin-bottom:30px;padding-bottom:10px;line-height:18px;overflow:hidden;clear:both;border-bottom:1px dotted #CCCCCC;}

.navigation a{position:relative;}
.navigation a:before,.navigation a:after{width: 6px;height: 6px;position: absolute;content: "";top: 50%;z-index: 0;}
.nav-previous{float:left;width:40%;}
.nav-previous a{padding-left:24px;}
.nav-next{float:right;text-align:right;width:40%;}
.nav-next a{padding-right:24px;}
.nav-previous a:before{border-top: 2px solid #10193A;border-left: 2px solid #10193A;
	left:4px;-webkit-transform: translateY(-41%) rotate(-45deg);transform: translateY(-41%) rotate(-45deg);}
.nav-next a:after{border-top: 2px solid #10193A;border-right: 2px solid #10193A;
	right:4px;-webkit-transform: translateY(-41%) rotate(45deg);transform: translateY(-41%) rotate(45deg);}
.wp-pagenavi {margin-bottom:40px;clear: both;text-align:center;}
.wp-pagenavi a, .wp-pagenavi span {color: #001433;background-color: #FFFFFF;padding: 8px 15px;margin: 0 2px;white-space: nowrap;-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;text-align: center;text-decoration: none;border: thin dotted #10193A;display: inline-block;}
.wp-pagenavi a:hover{color: #fff;background-color: #10193A;}
.wp-pagenavi span.current{color: #fff;background-color: #10193A;}

/* ===== 全体 ===== */
.l_wrap{max-width:1280px;margin:0 auto;}
.wrap{max-width:1000px;margin:0 auto;}
.s_wrap{max-width:800px;margin:0 auto;}
.pc{display: block;}
.sp{display: none;}
.clear:after{content:"";display:block;clear:both;}
.corp_color{color:#008C45;font-size:110%;}

.flex_box{margin-bottom:40px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.two_flex .item{width:48%;box-sizing:border-box;position:relative;}
.three_flex .item{width:32%;box-sizing:border-box;position:relative;}
.three_flex::after{content:"";display: block;width:32%;}
.four_flex .item{width:24%;box-sizing:border-box;position:relative;}
.four_flex::before{content:"";display: block;width:24%;order:1;}
.four_flex::after{content:"";display: block;width:24%;}
.box_link{width:100%;height:100%;position:absolute;top:0;left:0;text-indent:-9999px;white-space:nowrap;overflow:hidden;}
.list_center{display:block;text-align:center;}
.list_center li{display:inline-block;}
/* youtube埋め込みレスポンシブ */
.movie{height:0;padding-bottom:56.25%;position:relative;overflow: hidden;}
.movie iframe{width:100%;height:100%;position:absolute;top:0;left:0;}
/* Google mapの下余白&レスポンシブ */
.map {height:0;padding-bottom:56.25%;overflow:hidden;position: relative;}
.map iframe {width:100%;height:100%;position:absolute;left:0;top:0;vertical-align:bottom;}
/* 画像ポップアップ */
.lightbox-target{width:100%;position:fixed;top:-100%;left:0;background:rgba(0, 0, 0, 0.7);opacity:0;transition:opacity 0.5s ease-in-out;overflow:hidden;z-index:300;}
.lightbox-target .container{margin:auto;position:absolute;top:50vh;left:50vw;background-color:white;box-shadow:0px 0px 8px rgba(0, 0, 0, 0.3);transition:0.5s ease-in-out;text-align:left;transform:translate3d(-50%, -50%, 0);}
a.lightbox-close{width:50px;height:50px;line-height:50px;margin:0;display:block;background:white;color:black;text-decoration:none;position:absolute;top:0;right:0;text-align:center;}
.lightbox-target:target{opacity:1;top:0;bottom:0;}
.lightbox-target:target img{max-height:560px;vertical-align:top;}
.btn_dsn1{width:240px;margin:0 auto;text-align:center;}
.btn_dsn1 a{padding:8px 0;display:block;background:#FFFFFF;color:#008C45;border:1px solid #008C45;border-radius:24px;transition:0.4s;font-size:14px;font-weight:500;}
.btn_dsn1 a:hover{background:#008C45;color:#FFFFFF;}

#page-top{position:fixed;bottom:0;right:16px;z-index:999;background-color:rgba(0,0,0,0.6);font-size:12px;}
#page-top a{width:40px;height:40px;line-height:40px;color:#FFFFFF;text-decoration: none;text-align: center;display: block;position:relative;}

/* ===== header ===== */
#header{padding:12px 3%;position: relative;background:#FFFFFF;}
#logo{font-size:200%;}
#logo a{text-decoration: none;color:#333333;}

/* menu */
.overlayMenuBtn{height:32px;position: absolute;top:50%;right: 4%;cursor: pointer;z-index:100001;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.overlayMenuBtn span{width: 40px;position: relative;display: block;border:1px solid #008C45;transition: .5s;background-color:#008C45;}
.overlayMenuBtn span:nth-child(1){top: 0;}
.overlayMenuBtn span:nth-child(2){top: 10px;}
.overlayMenuBtn span:nth-child(3){top: 20px;}
.open .overlayMenuBtn span{border:1px solid #FFFFFF;}

.overlayMenu{display: none;position: fixed;width: 100%;height: 100vh;overflow: auto;background-color:#FFFFFF;z-index: 100000;color:#333333;top:0;left:0;}
.overlayMenuInner{padding:60px 4% 40px;}

.overlayMenuItem ul.sp_menu{margin:20px 0 40px;padding:0;list-style-type:none;display:flex;justify-content:space-between;flex-wrap:wrap;}
.overlayMenuItem ul.sp_menu li{width:48%;border-top:1px solid #ccc;}
.overlayMenuItem ul.sp_menu li:nth-of-type(4),.overlayMenuItem ul.sp_menu li:last-child{border-bottom: 1px solid #ccc;}
.overlayMenuItem ul.sp_menu li a{width:100%;padding:12px 40px;color: #333333;text-decoration: none;transition: .5s;display: block;box-sizing:border-box;}
.overlayMenuItem ul.sp_menu li a:hover{background-color:#008C45;color:#FFFFFF;}
.overlayMenuItem .access_box .access_detail{width:100%;}

.overlayMenuItem ul.list_center li{width:128px;}

/* h_sns */
#h_sns{width:100px;position:absolute;top:50%;right:140px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
#h_sns .pc_ig{display:block;}
#h_sns .sp_ig{display:none;}
/* head_tel */
.head_tel{width:180px;position:absolute;top:50%;right:264px;font-size:18px;font-weight:700;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);text-align:center;background:#008C45 url("image/tel.svg") no-repeat 10% center / 24px;}
.head_tel a{padding:4px 0 4px 36px;display:block;color:#FFFFFF;}

/* mainimage */
.mainimage{text-align: center;position:relative;}
.mainimage img{width:100%;}
.mainimage .btn_dsn1{width:320px;position:absolute;bottom:20%;left:45%;}
.mainimage .btn_dsn1 a{font-size:18px;}

/* ===== contents ===== */
#contents h2{margin-bottom:24px;font-weight:700;letter-spacing:0.025em;}
#contents h3{letter-spacing:0.025em;}
/* about */
#about{padding:40px 0;background:url("image/about_bg.jpg?202207251816") no-repeat center center / cover;text-align:center;}
#about h2{text-align:center;}
#about p{max-width:640px;margin:0 auto 24px;line-height:2.4;text-align:center;}
/* concept */
#concept{position:relative;}
#concept::before{width:100%;height:100vh;background-image:url("image/concept_bg.jpg?202207251817");background-position:center;background-size:cover;background-repeat:no-repeat;content:"";display:block;position:fixed;top:0;left:0;z-index:-1;}
#concept .concept_box{padding:80px 20%;box-sizing:border-box;background-color:rgba(255,255,255,0.6);}
#concept .concept_box p.catch{font-size:18px;font-weight:700;}
#concept .concept_box p{line-height:2;}
/* feature */
#feature{padding:64px 0;background:url("image/feature_bg.jpg?202207251849") no-repeat center center / cover;}
#feature .wrap{padding:24px 40px;background-color:rgba(255,255,255,0.80);box-sizing:border-box;}
#feature .wrap h2{text-align:center;}
#feature .wrap .feature_box{display:flex;justify-content:space-between;flex-wrap:wrap;counter-reset: number;}
#feature .wrap .feature_step{width:32%;padding:24px;background:#008C45;box-sizing:border-box;color:#FFFFFF;border-radius:4px;}
#feature .wrap .feature_step dt{margin-bottom:12px;font-size:18px;font-weight:700;text-align:center;}
#feature .wrap .feature_step dt::before{counter-increment: number;content: counter(number);display:block;}
#feature .wrap .feature_step dd{font-size:14px;}
/* item */
#item{display:flex;justify-content:space-between;flex-wrap:wrap;}
#item .item_box{width:50%;padding:80px;box-sizing:border-box;display:flex;flex-direction:column;background:no-repeat center center / cover;color:#FFFFFF;}
#item .item_box:nth-of-type(1){background-image:url("image/narutokintoki.jpg?202207251824");}
#item .item_box:nth-of-type(2){background-image:url("image/daikon.jpg?202207251824");}
#item .item_box h3{margin-bottom:24px;text-align:center;font-size:24px;font-weight:900;}
#item .item_box p{margin-bottom:40px;}
#item .item_box .btn_dsn1{margin-top:auto;}
/* cooking */
#cooking{padding:64px 0;background:#FFFFFF;}
#cooking .item h3{margin-bottom:16px;font-size:21px;font-weight:700;}
#cooking .item p.catch{font-size:18px;font-weight:700;}
#cooking .item p{line-height:2;}

#cooking .s_wrap .item{display:flex;flex-direction:column;}
#cooking .s_wrap .cooking_photo{margin-bottom:8px;}
#cooking .s_wrap dt{margin-bottom:8px;font-size:18px;font-weight:700;color:#008C45;letter-spacing:0.25em;}
#cooking .s_wrap dd{margin-bottom:12px;font-size:13px;}
#cooking .s_wrap .cooking_item{margin-top:auto;line-height:1.4;font-size:11px;}
/* news */
#news{padding:64px 0;background:#FFEBDD;}
#news h3{margin-bottom:24px;text-align:center;font-size:21px;font-weight:700;}
#news .news_wrap::after{width:30%;content:"";display:block;}
#news .news_item{width:30%;color:#333333;position:relative;transition:0.4s;}
#news .news_item .news_photo{margin-bottom:6px;position:relative;}
#news .news_item .news_photo img{object-fit:cover;border-radius:12px;}
#news .news_item .news_title{font-size:14px;transition:0.4s;}
#news .news_item:hover .news_title{color:#008C45;}
#news .news_item .news_time{padding:2px 10px;background:#439549;position:absolute;left:0;bottom:0;border-radius:0 4px 0 4px;font-size:13px;color:#fff;letter-spacing:0.05em;}

/* access_box */
.access_box{display:flex;justify-content:space-between;flex-wrap:wrap;background:#FFFFFF;}
.access_box .access_photo{width:50%;}
.access_box .access_photo img{width:100%;height:100%;object-fit:cover;}
.access_box .access_detail{width:50%;display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;}
.access_box .access_detail h2{margin-bottom:12px;}
.access_box .access_detail p{letter-spacing:0.1em;}
.access_box .access_detail p small{letter-spacing:normal;}
.access_box .access_detail .access_tel p{color:#008C45;font-size:24px;font-weight:900;}
.access_box .access_detail .access_tel p a{color:#008C45;}
.access_box .access_detail .access_tel p small{font-size:15px;font-weight:500;}

.access_box .access_detail ul#f_sns{width:130px;margin:40px auto 0;}
.access_box .access_detail ul#f_sns li{width:130px;}
/* ===== footer ===== */
#footer{padding:32px 3%;background:#008C45;color:#FFFFFF;display:flex;justify-content:flex-end;flex-wrap:wrap;}
#footer ul.f_menu{width:calc(100% - 292px);}
#footer ul.f_menu li{margin:0 12px;display:inline-block;font-size:14px;}
#footer ul.f_menu li a{color:#FFFFFF;}
#footer div.copy{width:200px;font-size:11px;display:flex;align-items:center;justify-content:flex-end;}

/* 配下共通 */
.sub_head{margin-bottom:40px;padding:64px 0;background:url("image/sub_header.jpg?202207251829") no-repeat center center / cover;text-align:center;color:#FFFFFF;font-size:18px;font-weight:900;letter-spacing:0.2em;}
.archive .sub_head{margin-bottom:0;}
ul.gallery{margin-bottom:24px;display:flex;justify-content:space-between;flex-wrap:wrap;}
ul.gallery li{width:calc(100%/3);}

/* corporation */
.corporation .message_box{margin-bottom:64px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.corporation .message_box .message_detail{width:calc(100% - 320px);}
.corporation .message_box .message_detail p.catch{font-size:18px;font-weight:700;}
.corporation .message_box .message_photo{width:280px;}
.corporation #corp_about{margin-bottom:40px;}
.corporation #corp{margin-bottom:40px;}
.corporation #corp h3{margin-bottom:16px;color:#008C45;font-weight:700;}
.corporation #corp .corp_table{padding:40px;background:#FFEBDD;border-radius:12px;}
.corporation #corp .corp_table table{width:100%;font-size:14px;}
.corporation #corp .corp_table tr{border-bottom:1px solid #333333;}
.corporation #corp .corp_table th{width:120px;padding:8px 0;}
.corporation #corp .corp_table td{padding:8px 0;}
.corporation #map iframe{vertical-align:bottom;}
/* itemlist */
.itemlist .sub_head{background-image:url("image/itemlist/sub_header.jpg?202207251831");}
.itemlist #producer{margin-bottom:64px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.itemlist #producer .producer_detail{width:240px;}
.itemlist #producer .producer_detail .p_sticky{position:sticky;top:0;}
.itemlist #producer .producer_detail .producer_photo{margin-bottom:12px;}
.itemlist #producer .producer_detail .producer_photo img{border-radius:24px;}
.itemlist #producer .producer_msg{width:calc(100% - 280px);padding:40px;background:#FFEBDD;box-sizing:border-box;border-radius:24px;}
.product_box{margin-bottom:64px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.product_box .product_photo{width:400px;}
.product_box .product_photo img{border-radius:18px;}
.product_box .product_detail{width:calc(100% - 460px);display:flex;flex-direction:column;background:url("image/itemlist/item1_bg.jpg?202207090955") no-repeat center right;}
#product_item2 .product_detail{background-image:url("image/itemlist/item2_bg.jpg?202207090955");}
.product_box .product_detail h3{margin-bottom:12px;padding-bottom:8px;font-weight:700;border-bottom:1px dashed #000000;}
.product_box .product_detail .product_time{width:100px;margin-bottom:12px;padding:2px 12px;background:#000000;color:#FFFFFF;display:inline-block;border-radius:18px;font-size:13px;text-align:center;}
.product_box .product_detail ul.item_table{margin-bottom:24px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.product_box .product_detail ul.item_table li{width:48%;padding:8px 0;border-bottom:1px dashed #333333;}
.product_box .product_detail .list_center{margin-top:auto;display:flex;justify-content:center;flex-wrap:wrap;}
.product_box .product_detail .list_center li{width:240px;margin:0 12px 12px;font-size:13px;font-weight:500;line-height:1.4;letter-spacing:0.1em;}
.product_box .product_detail .list_center li a{border-radius:40px;font-size:15px;font-weight:900;}
.product_box:nth-of-type(2) .product_photo{order:2;}
.product_box:nth-of-type(2) .product_detail{order:1;}
.product_box .product_detail dl.example{margin-bottom:40px;padding:16px;background:#EFEFEF;border-radius:3px;}
.product_box .product_detail dl.example dt{font-weight:700;}
.product_box .product_detail dl.example dd{font-size:13px;}
/* recruit */
.recruit #contents h2{color:#008C45;}
.recruit section{padding:40px 0;}
.recruit #recruit_voice{background:#FFEBDD;}
.recruit #recruit_voice h2{text-align:center;}
.recruit #recruit_voice dl{margin:16px 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
.recruit #recruit_voice dl dt{width:200px;}
.recruit #recruit_voice dl dt img{border-radius:50%;}
.recruit #recruit_voice dl dd{width:calc(100% - 240px);color:#008C45;display:flex;align-items:center;}
.recruit #recruit_voice dl:nth-of-type(even) dt{order:2;}
.recruit #recruit_voice dl:nth-of-type(even) dd{order:1;}
.recruit #recruit_overview .recruit_image{width:50%;}
.recruit #recruit_overview .recruit_image img{width:100%;height:100%;object-fit:cover;object-position:left bottom;transition:0.4s;}
.recruit #recruit_overview .recruit_detail{width:50%;padding:24px 40px;box-sizing:border-box;}
.recruit #recruit_overview .recruit_detail table{width:100%;font-size:14px;}
.recruit #recruit_overview .recruit_detail table tr{border-bottom:1px solid #333333;}
.recruit #recruit_overview .recruit_detail table th,.recruit #recruit_overview .recruit_detail table td{padding:8px 0;}
.recruit #recruit_overview .recruit_detail table th{width:100px;}
.recruit #item{padding:0;}

/* contact */
#contact{text-align:left;}
#contact dt{margin-bottom:4px;}
#contact dt span.red{margin-left:16px;padding:0 8px;background:#D90000;color:#FFFFFF;font-size:11px;}
#contact dd{margin-bottom:16px;}
.wpcf7 input[type="text"],.wpcf7 input[type="tel"],.wpcf7 input[type="email"],.wpcf7 textarea,.wpcf7 select{width:100%;padding:8px;box-sizing:border-box;font-size:100%;cursor:pointer;}
.wpcf7 input[type="submit"]{display:block;width:200px;margin:0 auto;padding:4px 0;border:1px solid #0F2350;cursor:pointer;outline: none;background:#0F2350;color:#FFFFFF;box-sizing: border-box;-webkit-appearance: none;border-radius:0;clear:both;}
.wpcf7 input[type="submit"]:hover{background:#FFFFFF;color:#0F2350;}

/* ===== single ===== */
.single #contents{padding:24px 0 100px;}
.single #contents .page_title{margin-bottom:40px;padding:40px 0;border-top:1px solid #000000;border-bottom:1px solid #000000;}
.single #contents .page_title h1{margin-bottom:8px;line-height:1;}
.single #contents .page_title .entry_data{color:#666666;font-weight:700;font-size:12px;}

.archive #news article{margin-bottom:32px;}

/* ===== error404 ===== */
.error404 #contents{padding-top:80px;text-align:center;}
.error404 #contents h1{margin:0;font-size:600%;font-family:Arial, Helvetica, "sans-serif";font-weight:600;line-height:1;color:#E60019;}
.error404 #contents h2{border-bottom:none;}
.error404 #contents p a{text-decoration:underline;}

@media screen and (min-width: 1025px) {
	#global_menu{display:block !important;}
}
@media screen and (min-width: 741px) {
	a[href^="tel:"]{pointer-events:none;cursor:default;text-decoration: none;}
}

@media screen and (max-width: 1400px){
	.access_box .access_photo{max-height:inherit;}
	.access_box .access_photo img{height:100%;max-height:inherit;}
	.access_box .access_detail{padding:40px 0;}
}

@media screen and (max-width: 1280px){
	.l_wrap{width:90%;}
}

@media screen and (max-width: 1100px) {
	/* h_sns */
	#h_sns{right:104px;}
	/* head_tel */
	.head_tel{right:224px;}
	
	/* mainimage */
	.mainimage .btn_dsn1{width:280px;bottom:16%;left:45%;}
	.mainimage .btn_dsn1 a{font-size:16px;}
}

@media screen and (max-width: 1000px) {
	.pc{display: none;}
	.sp{display:block;}
	.wrap{width:90%;}
	/* header */
	#header{position:sticky;top:0;background-color:rgba(255,255,255,0.8);z-index:9999;}
	/* concept */
	#concept{background-color:rgba(255,255,255,0.4);}
	#concept::before{background:none;}
	/* access_box */
	.access_box{flex-direction:column;}
	.access_box .access_photo{width:100%;}
	.access_box .access_photo img{width:100%;max-height:240px;}
	.access_box .access_detail{width:60%;margin:0 auto;padding:40px;box-sizing:border-box;}
	/*  */
	.product_box .product_detail ul.item_table li{width:100%;}
	/* recruit */
	.recruit #recruit_overview .recruit_detail table th,.recruit #recruit_overview .recruit_detail table td{width:100%;display:block;}
	.recruit #recruit_overview .recruit_detail table th{padding-bottom:2px;font-weight:600;}
	.recruit #recruit_overview .recruit_detail table td{padding-top:2px;}
}

@media screen and (max-width: 900px) {
	/* concept */
	#concept{padding:24px;background-image:url("image/concept_sp_bg.jpg?202207251839");background-position:left center;}
	#concept .concept_box{width:100%;margin-left:0;padding:16px;background-color:rgba(255,255,255,0.8);}
	/*  */
	#footer ul.f_menu{width:100%;margin-bottom:24px;text-align:center;display:block;}
	#footer ul.f_menu li{display:inline-block;}
	#footer ul#f_sns{width:100%;margin-bottom:24px;}
	#footer ul#f_sns li{margin:0 auto;}
	#footer div.copy{width:100%;text-align:center;display:block;}
}

@media screen and (max-width: 800px) {
	.s_wrap{width:90%;}
	/* item */
	#item .item_box{width:100%;padding:40px 80px;}
	/* ===== footer ===== */
	#footer ul.f_menu{width:100%;display:none;}
	#footer div.copy{width:100%;justify-content:center;}
	/* corporation */
	.corporation .message_box .message_detail{width:100%;margin-bottom:24px;}
	.corporation .message_box .message_photo{display:none;}
	/* 配下共通 */
	.sub_head{padding:64px 0;}
	
	/* itemlist */
	.itemlist #producer .producer_detail{width:100%;}
	.itemlist #producer .producer_detail .p_sticky{display:flex;justify-content:space-between;flex-wrap:wrap;position:inherit;}
	.itemlist #producer .producer_detail .producer_photo{width:120px;}
	.itemlist #producer .producer_detail .producer_photo img{border-radius:0;}
	.itemlist #producer .producer_des{width:calc(100% - 140px);}
	.itemlist #producer .producer_des h2{margin-bottom:8px;line-height:1;font-size:20px;}
	.itemlist #producer .producer_msg{width:100%;padding:24px;}
	.product_box .product_photo{width:35%;}
	.product_box .product_detail{width:60%;}
}

@media screen and (max-width: 780px) {
	#news .news_item{width:48%;margin-bottom:24px;}
}

@media screen and (max-width: 740px) {
	.table_scroll{overflow: auto;white-space: nowrap;display:block;}
	.table_scroll::-webkit-scrollbar{height: 5px;}
	.table_scroll::-webkit-scrollbar-track{background: #333;}
	.table_scroll::-webkit-scrollbar-thumb {background: #999;}
	.table-scroll table{width:100%;}
	a[href^="tel:"]{text-decoration:none;color:#000000;}
	
	.two_flex .item{width:100%;margin:0 0 40px;}
	.three_flex .item{width:100%;}
	.four_flex .item{width:48%;}
	.four_flex::before{content:"";display: block;width:48%;order:1;}
	.four_flex::after{content:"";display: block;width:48%;}
	
	.alignleft,.alignright{float:none;}
	.nav-previous,.nav-next{float:none;width:100%;text-align:left;}
	/* head_tel */
	.head_tel{display:none;}
	/* h_sns */
	#h_sns{width:42px;right:100px;}
	#h_sns .pc_ig{display:none;}
	#h_sns .sp_ig{display:block;}
	
	/* mainimage */
	.mainimage .btn_dsn1{width:280px;bottom:24%;left:5%;}
	.mainimage .btn_dsn1 a{font-size:2.4vw;}
	/* about */
	#about{background-position:right center;}
	/* feature */
	#feature .wrap .feature_step{width:100%;margin-bottom:16px;}
	#feature .wrap .feature_step:last-of-type{margin-bottom:0;}
	/* cooking */
	#cooking{padding:64px 40px;box-sizing:border-box;}
	#cooking .two_flex{margin-bottom:24px;}
	#cooking .two_flex .item:nth-of-type(1){order:2;margin-bottom:0;}
	#cooking .two_flex .item:nth-of-type(2){order:1;}
	#cooking .two_flex .item img{width:100%;}
	#cooking ol li{width:100%;margin-bottom:1.5%;}
	/* news */
	#news{padding:40px 0;}
	#news article{width:48%;margin-bottom:24px;}
	#news article:after{display:none;}
	/* access_box */
	.access_box .access_detail{width:100%;padding:40px 24px;box-sizing:border-box;}
	
	/* corporation */
	.corporation #corp .corp_table{padding:24px;}
	.corporation #corp .corp_table th{width:92px;}
	/* itemlist */
	.product_box .product_photo{width:20%;}
	.product_box .product_photo img{height:100%;object-fit:cover;}
	.product_box .product_detail{width:75%;}
	.product_box .product_detail .list_center li a{color:#008C45;}
	.product_box .product_detail .list_center li a:hover{color:#FFFFFF;}
	/* recruit */
	.recruit #contents h2{font-size:21px;}
	.recruit #recruit_voice dl{margin:0 0 40px;}
	.recruit #recruit_voice dl dt{width:200px;margin:0 auto 24px;}
	.recruit #recruit_voice dl dd{width:80%;margin:0 auto;}
	.recruit #recruit_voice dl:nth-of-type(even) dt{order:1;}
	.recruit #recruit_voice dl:nth-of-type(even) dd{order:2;}
	.recruit #recruit_overview .recruit_image{width:100%;}
	.recruit #recruit_overview .recruit_detail{width:100%;padding:24px 0;}
}

@media screen and (max-width: 640px) {
	#h_sns{right:80px;}
	/* header */
	#logo img{width:180px;}
	.overlayMenuItem ul.list_center{margin-bottom:64px;}
	/* mainimage */
	.mainimage .btn_dsn1{width:240px;bottom:15%;}
	.mainimage .btn_dsn1 a{font-size:15px;}
	/* about */
	#about p{width:94%;}
	/* feature */
	#feature .wrap{padding:24px;}
	/* concept */
	#concept{background-size:cover;background-attachment:inherit;}
	/* item */
	#item .item_box{padding:40px;}
	/* cooking */
	#cooking{padding:40px 24px;}
	/* news */
	#news{padding:40px 24px;box-sizing:border-box;}
	#news .news_wrap{width:100%;}
	#news .news_item{width:80%;margin:0 auto 24px;}
	/* recruit */
	.recruit #recruit_voice dl dd{width:90%;}
}