body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;	
	color: #111;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2em;
}
*{
	box-sizing: border-box!important; /* make sure that the padding is included and not added */
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}
a{
	display: inline-block;
	text-decoration: none;
	color: #333;
	transition: all 0.1s;
}
a:hover{
	text-decoration: underline;
	opacity: 0.75;
}
img{
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
h1{
	font-size: 2rem;
	line-height: 1.2em;
}
h2{
	font-size: 2rem;
	line-height: 1.2em;
}
h3{
	font-size: 1.2rem;
	line-height: 1.2em;
}
/*time{
	color: #999;
}*/

/*common*/
@media(min-width: 769px) {
	.sp{
		display: none!important;
	}
}
@media(max-width: 768px) {
	.pc{
		display: none!important;
	}
}
.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.container-inner{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.left{
	float: left;
	width: 50%;
}
.right{
	float: right;
	width: 50%;
}
.lnk-button-pn{
	margin-top: 55px;
	text-align: center;
}
a.lnk-button{
	background-color: #e15d36;
	color: #fff;
	padding: 0px 50px;
	line-height: 60px;
	margin-left: 10px;
	margin-right: 10px;
}
a.lnk-button:hover{
	text-decoration: none;
}

body.right-sidebar .page-section{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
body.right-sidebar #primary{
	width: 1200px;
	float: left;
	margin-top: 140px;
	margin-bottom: 110px;
	padding-right: 100px;
}
body.right-sidebar #secondary{
	width: 400px;
	float: right;
	margin-top: 140px;
	margin-bottom: 110px;
}

h2.title{
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 50px;
	border-left: 15px solid #d2d524;
	padding-left: 20px;
	position: relative;
}
h2.title:after{
	content: "";
	width: 100%;
	height: 0px;
	border-bottom: 2px dashed #d2d524;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
h2.title-1{
	background-image: url("../img/bg-line.png"), url("../img/bg-line.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	background-position: center top, center bottom;
    padding: 1.4rem 0px;
    text-align: center;
}
h2.title-2{
	background-image: url("../img/bg-line-2.png"), url("../img/bg-line-2.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	background-position: center top, center bottom;
	padding: 1.4rem 0px;
	text-align: center;
}

@media(max-width: 1599px) {
	body.right-sidebar #primary{
		float: unset;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0px;		
	}
	body.right-sidebar #secondary{
		display: none;
	}
}

@media(max-width: 1199px) {
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	body.right-sidebar #primary, body.right-sidebar #secondary{
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	body.right-sidebar #primary{
		padding: 0px;
	}
}

@media(max-width: 768px) {
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	h2.title-1, h2.title-2{
		font-size: 1.7rem!important;
	}
	.left, .right{
		float: unset;
		width: 100%!important;
	}
}
/*end common*/

/*header*/
#masthead{
	height: 110px;
	overflow: hidden;
}
.site-branding{
	float: left;
}
.site-branding img{
	margin-top: 10px;
	margin-left: 10px;
	width: 90px;
	display: inline-block;
	float: left;
}
.site-branding a{
	overflow: hidden;
}
.site-branding a span{
	float: left;
	margin-top: 30px;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}
.site-branding a h1{
	float: left;
	font-size: 3rem;
	margin-top: 30px;
	margin-bottom: 0px;
}
#site-navigation{
	float: right;
}
#site-navigation, 
#site-navigation .nav-menu{
	height: 100%;
}
#site-navigation .nav-menu li{
	display: inline-block;
	position: relative;	
}
#site-navigation .nav-menu li:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 1px;
	background-color: #1e9144;
	bottom: 15px;
	left: 50%;
	transition: all 0.3s;
}
#site-navigation .nav-menu li.contact{
	background-color: #e15d36;
	background-image: url("../img/icon-plain.png");
	background-repeat: no-repeat;
	background-position: center 10px;
}

#site-navigation .nav-menu li a{
	text-decoration: none;
	padding: 60px 10px 20px;
}
#site-navigation .nav-menu li.about a{
	padding-right: 20px;
}
#site-navigation .nav-menu li.contact a{
	padding: 60px 30px 20px;
	color: #fff;
}
#site-navigation .nav-menu li:hover a{
	color: #1e9144;
}
#site-navigation .nav-menu li.contact:hover{
	opacity: 0.85;
}
#site-navigation .nav-menu li.contact:hover a{
	color: #fff;
}
#site-navigation .nav-menu li:not(.contact):hover:after{
	transform: translateX(-50%);
	width: 100%;	
}
#top_tel{
	position: absolute;
	right: 130px;
	padding-top: 7px;
	padding-right: 30px;
	z-index: 1;
}

@media(max-width: 1400px) {
	#masthead .site-branding img.pc{
		display: none!important;
	}
	#masthead .site-branding img.sp{
		display: block!important;
	}
}
@media(max-width: 1050px) {
	body{
		padding-top: 65px;
	}
	#top_tel{
		display: none;
	}

	#masthead button.sp{
		display: block!important;
	}

	#masthead{
		height: 65px;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 999;
		background-color: #fff;
		border-bottom: 1px solid #f1f1f1;
		width: 100%;
	}
	.site-branding img {
		margin-top: 0px;
		margin-left: 0px;
		width: 67px;
	}
	.site-branding a span{
		margin-top: 11px;
		line-height: 1.4em;
		font-size: 1.1em;
		margin-left: 10px;
		margin-right: 10px;
		display: none;
	}
	.site-branding a h1{		
		font-size: 2.5rem;
		margin-top: 12px;
		margin-left: 5px;
	}

	.mod_spNav_btn{
		position: fixed;
		border: 1px solid transparent;
		padding: 17px 17px;
		top: 12px;
		right: 10px;
		z-index: 9999;
		background-color: #333;
		-webkit-transition: background 1s,border 1s;
		transition: background 1s,border 1s;		
	}
	.mod_spNav_btn:focus {
		outline: none;
	}
	.mod_spNav_btn span {
		display: block;
		margin: auto;
		width: 60%;
		height: 2px;
		position: absolute;
		background-color: #fff;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.mod_spNav_btn span:before, .mod_spNav_btn span:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-webkit-transition: top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
		transition: top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
		transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s;
		transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
		position: absolute;
		left: 0;
	}
	.mod_spNav_btn span:before{
		top: -7px;
	}
	.mod_spNav_btn span:after{
		bottom: -7px;
	}

	.mod_spNav_btn.open span {
		background-color: rgba(255, 255, 255, 0);
	}
	.mod_spNav_btn.open span:before, .mod_spNav_btn.open span:after {
		top: 0;
		bottom: 0;
	}
	.mod_spNav_btn.open span:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mod_spNav_btn.open span:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#site-navigation, #site-navigation .nav-menu{		
		width: 100%;
		height: unset;
	}
	#site-navigation{
		transition: all 0.3s;
		position: fixed;
		z-index: 999;
		top: 0px;
		left: 100%;
		height: 100vh;
		background-color: #333;
		padding-top: 50px;		
	}
	#site-navigation.open{
		left: 0px;
	}
	#site-navigation .nav-menu li{
		background: unset!important;
		display: block;
		text-align: center;
		border-bottom: 1px solid #999;
	}
	#site-navigation .nav-menu li:after{
		display: none;
	}
	#site-navigation .nav-menu li a{
		text-decoration: none;
		padding: 20px 10px!important;
		color: #fff!important;
		display: block;
	}
}
@media(max-width: 768px) {
	
}
/*end header*/

/*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/
.index{
	margin-top: 10px;
}
.index h2{
	text-align: center;
}

/*--------------------------------------------------------------
## Main Sliderトップスライダー
--------------------------------------------------------------*/
#slider-banner-wrapper {
	
}
#main-slider{
	position: relative;
}
#main-slider .slider-item {
	background-position: 50%;
	padding: 20.5vw 0;
	background-size: cover;
	text-align: center;
	position: relative;
}
@media(max-width: 768px){
	#main-slider .slider-item {
		padding: 30vw 0;
	}
}
/*--------------------------------------------------------------
## TOPICS
--------------------------------------------------------------*/
#topic{
	text-align: center;
	background-color: #1e9144;
	color: #1e9144;
	padding: 20px 0px;
}
#topic span{
	background-color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	border-radius: 5px;	
	font-weight: bold;
	padding-top: 2px;
}
#topic a{
	color: #fff;
}
#topic a:hover{
	text-decoration: none;
}
#topic time{
	margin-left: 20px;
	margin-right: 5px;
}
@media(max-width: 768px){
	#topic{
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	#topic a{
		display: inline;
	}
}

/*--------------------------------------------------------------
## よねむら青果のカット野菜
--------------------------------------------------------------*/
#index-1{
	background-image: url("../img/bg-carot.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: left bottom; 
	padding: 20px 0px;
}
#index-1 .lnk-button-pn{
	text-align: right;
}
#index-1 .index-ctt{
	padding: 20px 30px 0px 95px;
}

/*--------------------------------------------------------------
## お取扱店 募集中
--------------------------------------------------------------*/
#index-2{
	background-image: url("../img/bg-hanh-toi.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right bottom; 
	padding: 20px 0px 10px;
}
#index-2 .container-inner{
	position: relative;
	padding: 20px 0px;
}
#index-2 .container-inner:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #faf8d2;
	z-index: -1;
}

#index-2 .index-ctt{
	padding: 20px 95px 0px 30px;
	min-height: 290px;
}
#index-2 .lnk-button-pn{
	text-align: left;
}

@media(max-width: 768px) {
	#index-1, #index-2{
		background-image: unset;
	}
	#index-1 .index-ctt, #index-2 .index-ctt{
		padding: 15px;
	}	
	#index-1 .lnk-button-pn, #index-2 .lnk-button-pn{
		text-align: center;
		margin-top: 0px;
	}
	#index-2 .index-ctt{
		min-height: unset;
	}
}

/*--------------------------------------------------------------
## 採用・お問い合わせ
--------------------------------------------------------------*/
#index-3 {
	margin-top: 0px;
}
#index-3 ul{
	display: flex;	
}
#index-3 li:nth-of-type(1){
	margin: 1px;
	background-image: url("../img/index-03-01.jpg");
}
#index-3 li:nth-of-type(2){
	margin: 1px;
	background-image: url("../img/index-03-02.jpg");	
}
#index-3 li{
	width: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 57px 53px;
	position: relative;
}
#index-3 li > div{
	padding: 55px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 590px;
}
#index-3 li .lnk-button-pn {
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
}
#index-3 h2, #index-3 h3{
	margin-top: 0px;
}
#index-3 h2{
	margin-bottom: 10px;
}
#index-3 p{
	text-align: left;
}
.index-3-tel{
	margin-top: 19px;
}

@media(max-width: 768px) {
	#index-3 ul{
		display: block;
	}
	#index-3 li{
		display: block;
		padding: 30px 20px;
	}
	#index-3 li > div{
		min-height: unset;
	}
}

/*--------------------------------------------------------------
# 固定ページ
--------------------------------------------------------------*/
.page-header{
	height: 13vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.page-header h2{
	margin-top: 8vw;	
	font-weight: normal;
	text-shadow: #fff 1px 1px 0;
}

@media(max-width: 1599px) {
	.page-header h2{
		padding-left: 20px;
	}
}
@media(max-width: 768px) {
	.page-header{
		height: 35vw;
	}
	.page-header h2{
		margin-top: 20vw;
	}
}


/*--------------------------------------------------------------
## 業務内容
--------------------------------------------------------------*/
#business_1 .left{
	padding: 20px;
}
#business_1 .lnk-button-pn{
	text-align: left;
}

#business_2{
	margin-top: 50px;
}
.business-2{
	background-image: url("../img/business-2-bg.jpg?d=20201111");
	background-repeat:  no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 30px;
	margin-top: 30px;
}
.business-2 > div {
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.85);
}
.business-2 > div:not(:first-of-type){
	margin-top: 30px;
}
.business-2 p{
	margin: 0px;
	padding: 20px 30px;
}
.business-2 .left{
	width: 360px;
	text-align: center;
}
.business-2 .left p{
	font-size: 1.3rem;
	text-shadow: #fff 1px 1px 0;
	margin: 0px;
}

.business-2 .right{
	width: calc(100% - 360px);
}
.business-2 .right p{
	/*background-color: rgba(255, 255, 255, 0.7);*/
}


#business_3{
	margin-top: 50px;
}
.business-3{
	padding-left: 50px;
}
.business-3 dl{
	margin-bottom: 30px;
}
.business-3 dt{
	font-size: 1.1rem;
}
.business-3 dd{
	text-align: right;
	margin: 0px;
}
.business-3 dd img{
	display: inline-block;
}

@media(max-width: 768px) {
	#business_1 .left{
		padding: 0px;
	}
	#business_1 .lnk-button-pn{
		text-align: center;
	}

	.business-3{
		padding-left: 0px;
	}
	.business-3 dd{
		text-align: center;
	}
}


/*--------------------------------------------------------------
## 会社概要
--------------------------------------------------------------*/
.about table{
	width: 100%;
}
.about th, .about td{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 7px 50px;
}
.about th{
	width: 220px;
}
.about table a{
	background-color: #de4e29;
	color: #fff;
	padding: 0px 10px;
	margin-left: 20px;
}
.about table a:hover{
	text-decoration: none;
}

#about_1 th, #about_1 td{
	border-bottom: 1px dashed #d2d524;
}

#about_2{
	margin-top: 50px;
}
.about-2{
	background-color: #f2f4cf;
	padding: 30px;
	margin-top: 30px;
}
.about-2 > div {
	overflow: hidden;
	position: relative;
}
.about-2 > div:not(:first-of-type){
	margin-top: 30px;
}
.about-2 p{
	margin: 0px;
	padding: 20px 30px;
}
.about-2 .left{
	width: 360px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.about-2 .left p{
	font-size: 1.3rem;
	text-shadow: #fff 1px 1px 0;
	margin: 0px;
}

.about-2 .right{
	width: calc(100% - 360px);
}
.about-2 .right p{
	background-color: rgba(255, 255, 255, 1);
}


#about_3{
	margin-top: 50px;
}

@media(max-width: 768px) {
	.about th, .about td{
		padding: 5px 5px;
	}
	.about th{
		width: 130px;
	}
	.about-2 .left{
		position: relative;
		top: unset;
		transform: unset;
	}
}

/*--------------------------------------------------------------
## お問い合わせ
--------------------------------------------------------------*/
.wpcf7{
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}


.wpcf7 input, .wpcf7 select{
	height: 50px;
	border: 1px solid #b9b9b9;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.wpcf7 textarea{
	width: 100%;
	height: 100px;
	resize: vertical;
	border: 1px solid #b9b9b9;
	padding: 20px;
}
.wpcf7-submit{
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 50px;
	background-color: #e15d36;
	color: #fff;
	padding: 0px 50px;
	height: 60px!important;
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
# カテゴリ
--------------------------------------------------------------*/
.category li:not(:last-of-type){
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #aaa;
}
.category h3{
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
.category .pagination{
	margin-top: 50px;
	text-align: center;
}
.category .pagination a:hover{
	text-decoration: none;
}
.category .page-numbers{
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
}
.category .current{
	background-color: #ff5224;
	color: #fff;
	font-weight: bold;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#aside_recruit{
	margin-top: 85px;
}
#aside_news{
	margin-top: 85px;
	margin-bottom: 85px;
}
#aside_news h2{
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #999;
}
#aside_news li{
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
footer{
	color: #fff;
	padding: 40px 0px 30px;
	background-color: #1e9144;
	background-image: url("../img/bg-bi-ot.png"), url("../img/bg-ca-cai.png");
	background-size: auto, auto;
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;

	
}
footer a{
	color: #fff;
}
footer h2, footer h3{
	margin-top: 0px;
}
footer h2{
	font-weight: normal;
}
footer .ft-site-map, footer .ft-news{
	float: left;
}
.ft-site-map{
	width: 160px;
}
.ft-news{
	width: 550px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 2px dotted #fff;
	border-right: 2px dotted #fff;
	min-height: 230px;
}
div.ft-about{
	float: right;
}
@media(max-width: 768px) {	
	footer .ft-site-map, footer .ft-news, div.ft-about{
		float: unset;
	}
	footer .ft-site-map{
		width: 100%;
	}
	footer .ft-news{
		margin-top: 2rem;
		padding: 0px;
		border: unset;
		width: 100%;
	}
	div.ft-about{
		margin-top: 3rem;
		width: 100%;
	}

	footer .ft-site-map li, footer .ft-news li{
		margin-top: 10px;
	}
}