@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #58a91d;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #58a91d;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #F98D17;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #58a91d; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #58a91d;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #58a91d;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #58a91d;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #58a91d;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #58a91d;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #58a91d;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #58a91d;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #58a91d;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#FEEDD3;
	color:#333;
}

table.table2 th {
	background-color:#FEEDD3;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#EA8E1E;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}

/* catch */

h3.h3Catch1 {
	color:#58a91d;
}

h3.h3Catch2 {
	color:#58a91d;
}

/* catchiphrase */

.catch1 {
	color:#58a91d;
}

.catch2 {
	color:#58a91d;
}

.catchS {
	color:#58a91d;
}

/* list */

ul.liCircle li::before {
	background:#58a91d;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#58a91d;
	border-bottom:1px dotted #CCC;
}




#mainimage {
	text-align: inherit;
}
@media screen and (max-width: 768px){
#mainimage {
  background-position: right -80px top 48px !important;
}
#mainCatch p {
	text-align: left;
	padding-left: 1em;
}
}
/*//////////add//////////*/


.mtS{
	margin-top: 20px;
	}
	
	.mtM{
	margin-top: 40px;
	}
	
	.mtL{
	margin-top: 60px;
	}
	@media screen and (max-width: 768px){
	.mtM{
	margin-top: 30px;
	}
	.mtL{
	margin-top: 40px;
	}
	}
	
	.txt_strong{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.025em;
	}

	.txt_strong_l{
		font-weight: bold;
		font-size: 150%;
		letter-spacing: 0.025em;
		}
	.txt_red{
		color: #ff0000;
	}
	.txt_color{
		color: #58a91d;
	}
	.txt_right{
	text-align: right;
	}
	.txt_center{
	text-align: center;
	}
	.mw500{
		max-width: 500px;
		width: 100%;
		margin-left: auto !important;
		margin-right: auto;
	}
	.mw700{
	max-width: 700px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto;
	}
	.mw900{
	max-width: 900px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto;
	}
	.fbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.fbox_center{
		align-items: center;
	}
	.fbox_1_1 > *{
	width: 49%;
	}
	.fbox_1_1 > *:nth-child(2n){
	margin-left: 2%;
	}
	.fbox_2_1 > *:first-child{
	width: 65%;
	}
	.fbox_2_1 > *:last-child{
	width: 33%;
	}
	.fbox_1_2 > *:first-child{
	width: 33%;
	}
	.fbox_1_2 > *:last-child{
	width: 65%;
	}
	.fbox_3 > *{
	width: 32%;
	}
	.fbox_reverse{
	display: flex;
	/* max-width: 1100px; */
	margin: 0 auto;
	}
	.fbox_reverse > *{
	width: 50%;
	}
	.fbox_reverseWrap > .fbox_reverse:nth-child(even){
	flex-direction: row-reverse;
	}
	.fbox_reverseWrap > .fbox_reverse > *:nth-child(odd){
	padding: 30px;
	box-sizing: border-box;
	line-height: 1.8;
	/* background-color: #f5f5f5; */
	}
	@media screen and (max-width: 600px){
	.fbox_3 > *,
	.fbox_2_1 > *,
	.fbox_1_2 > *,
	.fbox_1_1 > *{
	width: 100% !important;
	margin-left: 0 !important;
	}
	.fbox_3 > * + *,
	.fbox_2_1 > *:not(:last-child),
	.fbox_1_2 > *:not(:last-child),
	.fbox_1_1 > *:not(:last-child){
	margin-bottom: 20px !important;
	}
	.fbox_reverse{
	display: block;
	}
	.fbox_reverse > *{
	width: 100%;
	}
	.fbox_reverseWrap > .fbox_reverse > *:nth-child(odd){
	padding:10px 20px;
	box-sizing: border-box;
	}
	}
	
	
	.check li{
	font-size: 18px;
	border-bottom: none;
	text-align: left;
	padding-left:24px;
	position:relative;
	margin-top: 30px;
	font-weight: bold;
	line-height: 1.6;
	}
	
	.check li:before,
	.check li:after{
	content:"";
	display:block;
	position:absolute;
	}
	.check li:before{
	width:18px;
	height:18px;
	background:#58a91d;
	left:0;top:5px;
	
	}
	.check li:after{
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 6px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 10px;
	border-radius: 2px;
	}
	.tdColorBeige{
		word-break: break-all;
		background-color: #e6f0e0;
		background-color: #f2f3f2 !important
	}
	table.table2 th,table.table3 th{
	background-color: #e6f0e0 !important
	}

	h4{
		border-left: 5px solid #58a91d;
		padding-left: 10px;
		margin-bottom: 1rem;
	}

	.bd_Box{
		border: #ccc 1px solid;
		background: #fff;
		padding: 20px;
		line-height: 2;
		box-sizing: border-box;
	}
.haccp_img{
	text-align: center;
}
.haccp_img img{
	width: 200px;
}
.inline_list{max-width: 60em;}
.inline_list li{display: inline-block;width: 45%;}
@media screen and (max-width: 600px){
	.inline_list{max-width: inherit;}
	.inline_list li{display: block;width: 100%;}
}


