html,body {
	display: flex;
	flex-direction: column;
}
body {
	min-height: 100vh;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
img{
-webkit-backface-visibility: hidden;
}

.sp_only{
display: none
}
#wrap {
	width:100%;
	min-width:960px;
	border-top: 3px solid #FF781E;
	border-bottom: 1px solid #ccc;
	background:url(../images/wrap_bg.jpg);
	position:relative;
	box-shadow: inset 0 -4px 6px rgba(255,102,0,0.20);
}

#hd {
position: relative;
	width:960px;
	height: 90px;
	margin:0 auto;
	overflow:hidden;
	padding:15px 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end;
}
#hd h1 {
	width:510px;
	padding:0 0 5px;
}
#hd h1 img {
	width:100%;
}
#hd h1.en {
	width:510px;
}
#hd h1.en img {
	width:100%;
}
#hd .language ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding: 0 0 14px;
}
#hd .language ul li {
	margin-left:15px;
	padding: 0 8px;
	background: #FF781E;
	border:1px solid #FFF;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
}
#hd .language ul li a {
	display:block;
	color:#FFF;
	padding:5px 0 5px 10px;
	text-decoration:none;
	position:relative;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#hd .language ul li a:after {
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width:5px 0 5px 8.7px;
	border-color:transparent transparent transparent #FFF;
	position:absolute;
	top:13px;
	left:0;
	width:0;
	height:0;
	border-style:solid;
	border-width:3px 0 3px 5px;
	border-color:transparent transparent transparent #FFF:
}
#hd .language ul li:hover {
	background: rgba(255,102,0,0.6);
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
}
#hd p {
	color:#666
}

.bnr{
position: absolute;
top: 10px;
right: -120px
}

.bnr img{
width: 70%
}
.nav_ttl{
	width:100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #FF9900;
    padding: 15px 0;
    margin-bottom: 10px
}

#nav_bg .nav {
	width:100%;
	overflow:visible
}
#nav_bg .nav ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	z-index:1000
}
#nav_bg .nav ul li {
	width:100%;
	position:relative;
	border: 1px solid #E0E0E0;
}
#nav_bg .nav ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	font-weight: bold;
	text-shadow : 1px 1px 2px rgba(255,255,255,0.8);
	background: url(../images/nav_bg.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #DDDDDD), color-stop(0.00, #F2F2F2));
	background: url(../images/nav_bg.png) 10px center no-repeat, -webkit-linear-gradient(#F2F2F2, #DDDDDD);
	background: url(../images/nav_bg.png) 10px center no-repeat, -moz-linear-gradient(#F2F2F2, #DDDDDD);
	background: url(../images/nav_bg.png) 10px center no-repeat, -o-linear-gradient(#F2F2F2, #DDDDDD);
	background: url(../images/nav_bg.png) 10px center no-repeat, -ms-linear-gradient(#F2F2F2, #DDDDDD);
	background: url(../images/nav_bg.png) 10px center no-repeat, linear-gradient(#F2F2F2, #DDDDDD);
	border: 1px solid rgba(255,255,255,0.8);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.20);
}
#nav_bg .nav ul li a:hover {
	color: #fff;
	text-shadow : 1px 1px 2px rgba(0,0,0,0.8);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF781E), color-stop(0.00, #FF7B24));
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -webkit-linear-gradient(#FF7B24, #FF781E);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -moz-linear-gradient(#FF7B24, #FF781E);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -o-linear-gradient(#FF7B24, #FF781E);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -ms-linear-gradient(#FF7B24, #FF781E);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, linear-gradient(#FF7B24, #FF781E);
}
#nav_bg .nav ul li.current-menu-item a, 
#nav_bg .nav ul li.current-menu-parent a {
	color: #fff!important;
	text-shadow : 1px 1px 2px rgba(0,0,0,0.8)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF781E), color-stop(0.00, #FF7B24))!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -webkit-linear-gradient(#FF7B24, #FF781E)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -moz-linear-gradient(#FF7B24, #FF781E)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -o-linear-gradient(#FF7B24, #FF781E)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -ms-linear-gradient(#FF7B24, #FF781E)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, linear-gradient(#FF7B24, #FF781E)!important;
}

#nav_bg .nav ul li.current-menu-parent li a {
	color: #fff!important;
	background: rgba(0,0,0,0.7) !important
}
#nav_bg .nav ul ul {
	display: none;
	width: 220px;
	position: absolute;
	top: 0;
	left: 218px
}
#nav_bg .nav ul ul li {
	width: 100%;
	border: none
}
#nav_bg .nav ul ul li a {
	background: rgba(0,0,0,0.7) !important;
	padding: 10px;
	text-decoration: none;
	text-shadow : 1px 1px 2px rgba(0,0,0,0.4);
	color: #fff !important;
	display: block;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.4)
}
#nav_bg .nav ul li.current-menu-item li a{
	background: rgba(0,0,0,0.7) !important;
	padding: 10px;
	text-decoration: none;
	text-shadow : 1px 1px 2px rgba(0,0,0,0.4);
	color: #fff !important;
	display: block;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.4)
}
#nav_bg .nav ul li.current-menu-item li a:hover,#nav_bg .nav ul ul li a:hover{
	background: rgba(0,0,0,0.5) !important
}
#nav_bg .nav ul ul li.current-menu-item {
	background: rgba(0,0,0,0.5) !important
}
#nav_bg .nav ul ul li.current-menu-item a {
	color: #140963
}
#nav_bg .nav ul ul li ul {
	position: absolute;
	top: -1px;
	left: 100%
}
#nav_bg .nav ul ul li ul li {
	width: 100%
}
#nav_bg .nav ul ul li ul li a {
	border-left: 1px solid rgba(255,255,255,0.4)!important
}


/*レシピページ*/

.nav_recipe_ttl{
	width:100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background:#FF9900;
    padding: 10px;
    margin-bottom: 10px

}

#nav_bg02 .nav {
	width:100%;
    noverflow:visible!important

}
#nav_bg02 .nav ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	z-index:1000
}
#nav_bg02 .nav ul li {
	width:100%;
	position:relative;
	border: 1px solid #FFCC00;
}
#nav_bg02 .nav ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 30px;
	font-size: 14px;
	font-weight: bold;
	/*text-shadow : 1px 1px 2px rgba(255,255,255,0.8);*/
	background: url(../images/nav_bg.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFFE8), color-stop(0.00, #FFFFCC));
	background: url(../images/nav_bg.png) 10px center no-repeat, -webkit-linear-gradient(#FFFFE8, #FFFFCC);
	background: url(../images/nav_bg.png) 10px center no-repeat, -moz-linear-gradient(#FFFFE8, #FFFFCC);
	background: url(../images/nav_bg.png) 10px center no-repeat, -o-linear-gradient(#FFFFE8, #FFFFCC);
	background: url(../images/nav_bg.png) 10px center no-repeat, -ms-linear-gradient(#FFFFE8, #FFFFCC);
	background: url(../images/nav_bg.png) 10px center no-repeat, linear-gradient(#FFFFE8, #FFFFCC);
	border: 1px solid rgba(255,255,255,0.8);
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.20);
}
#nav_bg02 .nav ul li a:hover {
	color: #fff;
	text-shadow : 1px 1px 2px rgba(0,0,0,0.8);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF781E), color-stop(0.00, #FF7B24));
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -webkit-linear-gradient(#FF7B24, #FF781E);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -moz-linear-gradient(#FF7B24, #FF781E);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -o-linear-gradient(#FF7B24, #FF781E);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -ms-linear-gradient(#FF7B24, #FF781E);
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, linear-gradient(#FF7B24, #FF781E);
}
#nav_bg02 .nav ul li.current-menu-item a, 
#nav_bg02 .nav ul li.current-menu-parent a {
	color: #fff!important;
	/*text-shadow : 1px 1px 2px rgba(0,0,0,0.8)!important;*/
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF781E), color-stop(0.00, #FF7B24))!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -webkit-linear-gradient(#FF7B24, #FF781E)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -moz-linear-gradient(#FF7B24, #FF781E)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -o-linear-gradient(#FF7B24, #FF781E)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, -ms-linear-gradient(#FF7B24, #FF781E)!important;
	background: url(../images/nav_bg_ov.png) 10px center no-repeat, linear-gradient(#FF7B24, #FF781E)!important;
}

#nav_bg02 .nav ul li.current-menu-parent li a {
	color: #fff!important;
	background: rgba(0,0,0,0.7) !important
}
#nav_bg02 .nav ul ul {
	display: none;
	width: 220px;
	position: absolute;
	top: 0;
	left: 218px
}
#nav_bg02 .nav ul ul li {
	width: 100%;
	border: none
}
#nav_bg02 .nav ul ul li a {
	background: #FEF1E8 !important;
	padding: 10px;
	text-decoration: none;
	/*text-shadow : 1px 1px 2px rgba(0,0,0,0.4);*/
	color: #333 !important;
	display: block;
	border: none;
	border-bottom: 1px solid #807D7D
}

#nav_bg02 .nav ul li.current-menu-item li a{
	background: rgba(0,0,0,0.7) !important;
	padding: 10px;
	text-decoration: none;
	/*text-shadow : 1px 1px 2px rgba(0,0,0,0.4);*/
	color: #fff !important;
	display: block;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.4)
}
#nav_bg02 .nav ul li.current-menu-item li a:hover,#nav_bg02 .nav ul ul li a:hover{
 background: rgba(255,255,255,0.6)!important;
 text-shadow: none
	/*background: rgba(0,0,0,0.5) !important*/
   
}
#nav_bg02 .nav ul ul li.current-menu-item {
	background: rgba(0,0,0,0.5) !important;
}
#nav_bg02 .nav ul ul li.current-menu-item a {
	color: #140963
}
#nav_bg02 .nav ul ul li ul {
	position: absolute;
	top: -1px;
	left: 100%
}
#nav_bg02 .nav ul ul li ul li {
	width: 100%
}
#nav_bg02 .nav ul ul li ul li a {
	border-left: 1px solid rgba(255,255,255,0.4)!important
}





.menu-trigger {
	display:none
}
#con {
	width:100%;
	min-width:960px;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	background:url(../images/con_bg.jpg) repeat-x #fff;
	margin: 0 0 20px;
	padding: 20px 0 40px;
}
#main {
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	-ms-flex-order:3;
	order:3;
	width:720px
}
#main ol, #main ul {
	padding:5px 0px 5px 25px
}
#main ul {
	list-style-type:disc
}
#main ol li, #main ul li {
	padding:5px 0px
}
#main table {
	margin:10px 0px
}
#main table th, #main table td {
	padding:5px
}
#main img {
	max-width:100%;
	height:auto
}
#main a img {
	display:inline-block;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#main a img:hover {
	opacity:0.7
}
#main h1 {
	color: #fff;
	border: 1px solid #FF781E;
	font-size: 34px;
	font-weight: normal;
	text-shadow : 0px 0px 5px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);
	height: 80px;
	padding: 0.8em 0 0.0em 0.5em;
	background: url(../images/i_img.jpg);
}

#main h2 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.4em;
	font-weight: normal;
	height: 40px;
	padding: 0.5em 0 0.0em 0.4em;
	border: 1px solid #E0E0E0;
	content: '■';
	background: -webkit-linear-gradient(#F2F2F2, #DDDDDD);
	background: -moz-linear-gradient(#F2F2F2, #DDDDDD);
	background: -o-linear-gradient(#F2F2F2, #DDDDDD);
	background: -ms-linear-gradient(#F2F2F2, #DDDDDD);
	background: linear-gradient(#F2F2F2, #DDDDDD);
}
#main h2::before {
	content: '■';
	color: #FF781E;
	margin-right: 5px;
}
#main h2 span{
float: right;
font-size: 14px;
margin-right: 10px
}

#main h3 {
	font-size:1.1em;
	font-weight:normal;
	padding:1px 0 1px 10px;
	margin:12px 0 8px 0;
	border-left:4px solid #FF781E;
}
#side {
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1;
	width:220px
}
#side h2 {
	font-size:1.1em;
	color:#333;
	text-align:center;
	padding:5px;
	margin:0 0 6px;
	border: 1px solid #E0E0E0;
	background: #F2F2F2;
}
#side #sidenav {
	width:100%
}
#side #sidenav a {
	width:100%;
	padding:8px 6px 8px 23px;
	display:block;
	text-decoration:none;
	background:url(../images/sidenav_icon.png) no-repeat 6px center;
	font-size:12px;
	color:#000;
	border-bottom:dotted 1px #ccc;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.1)
}
#side #bnr {
	margin-top:20px;
	width:100%
}
#side #bnr li {
	margin-bottom:4px
}
#side #bnr li a {
	display: block;
	line-height: 20px;
	width: 100%;
	text-shadow: none;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	padding: 15px 0 15px 30px;
	border: 1px solid #FF781E;
	border-radius: 3px;
	background: url(../images/bnr_bg.png) 8px center no-repeat #fff;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.20);
}
#side #bnr li a:hover {
	color: #fff;
	background: url(../images/bnr_bg_hover.png) 8px center no-repeat #FF781E;
}
#side #contact {
	margin-top:20px;
	padding-bottom:10px;
	font-size:0.9em;
}
#side #contact p {
	padding:5px 10px
}
#side #contact a.form {
	display:block;
	margin:10px 10px 0;
	padding:6px 2px;
	background:#FFF;
	color:#FF781E;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #FF781E;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#side #contact a.form:hover {
	background:#FF781E;
	color:#FFF;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#center {
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	-ms-flex-order:2;
	order:2;
	width:10px;
	margin:0 10px 0 0;
}
.ft_language {
	display:none
}
#ft {
	width:100%;
	min-width:960px;
	margin-top:auto;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
    color: #fff;
    background: #FF781E;
}
.slider_slick {
    display: none;
}
.slider_slick.slick-initialized {
    display: block;
}
#i_img {
	width:100%;
    background: #fbcf59;
	margin: 0;
    padding: 20px 0 0 0;
    box-shadow: inset 0 0 20px rgba(255,102,0,0.50);
	overflow:hidden
}
#i_img_slide {
    width: 960px;
    margin: 0 auto;
}
#i_img_slide img{
	width: 100%;
}
#i_news {
	height:300px;
	overflow:auto
}
#i_news table {
	width:100%
}
#i_news table tr {
	border-bottom:1px dotted #cccccc
}
#i_news table td {
	vertical-align:top;
	font-size:0.9em;
	padding:10px;
	white-space:nowrap
}
#i_news table td:first-child {
	background:url(../images/news_icon.png) 5px 18px no-repeat;
	padding-left:20px;
	width:140px
}
#i_news table td:last-child {
	white-space:normal
}
#page-top {
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:0.9em;
	background: #FF781E;
	text-decoration:none;
	border:1px solid #FFF;
	color: #fff;
	padding: 20px;
	text-align:center;
	display:block;
	border-radius:5px;
}

.activity_btn a {
	display:block;
	width: 250px;
	margin: 20px auto 0;
	padding:15px 5px;
	background:#FFF;
	color:#FF781E;
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #FF781E;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
.activity_btn a:hover {
	background:#FF781E;
	color:#FFF;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}

.menu_img{
background: #FEE9DC;
padding: 10px;
}
.menu_img img{
padding-bottom: 10px
}


.nav_txt{
font-size: 1.5em;
font-weight: bold;
color: #FF781E;
margin-top: 20px
}

.recipe_box{
display:flex;
justify-content:space-between;
width:100%	;
}

.recipe_img {
/*width:40%	;*/
margin-right:10px
}
.recipe_img img{
width:100%	
}

.recipe_txt{
display:flex;
flex-direction: row;
width: 100%
}

.recipe_ttl{
display:flex;
justify-content:start
}
.item{
position:relative;
border:3px solid #ccc;
border-radius: 3px;
width:130px;	
height:38px;
}
.item img{
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
}
.item span{
	position:absolute;
	top:7px;
	left:30px
}
	
.item2{
		
	position:relative;
	background:#CCFFCC;
	color:#006600;
    font-weight: bold;
	text-align:center;
    padding: 3px;
    border-radius: 3px;
	/*width:80px;*/
	/*height:38px;*/
	padding-top:8px;
	margin-left:10px
}


h4 {
   padding: 0.25em 0.8em;
  color: #494949;
  background: transparent;
  border-left: solid 4px #FF9900;
  margin:20px 0 20px 10px
}


.zairyou{
background:url(../images/zairyou.jpg)  no-repeat left center;
width: 720px;
height: 40px;
color: #494949;
font-size: 1.5em;
font-weight: bold;
padding: 10px 0 0 70px;
margin: 30px 0 5px 0
}

.tsukurikata{
background:url(../images/tsukurikata.jpg)  no-repeat left center;
width: 720px;
height: 40px;
color: #494949;
font-size: 1.5em;
font-weight: bold;
padding: 10px 0 0 70px;
margin: 30px 0
}
h2 img{
	margin-bottom: 4px;
}

/* バナー */
.index_bnr {
    margin: 10px 0;
}
.bnr_list {
    padding-left: 0!important;
}
.bnr_list li {
    list-style: none;
}