
html{
	font-size: 10px;
}

body{
	padding: 0;
	margin: 0;
	font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
}

h1,h2,h3,h4,h5,p{
	margin: 0;
}

img{
	display: block;
}

header{
	display: block;
}

@media (max-width: 768px){
	
.sp-none{
	display: none;
}

.nav-area{
	display: block;
    width: 60%; 
    position: absolute;
    top: 10px;
    right: 10px;
}
	
.nav-box{
	width: 100%;
    height: 52px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    position: absolute;
}
	
.nav-box h1{
	display: block;
    margin: 15px 0 10px 20px;
    padding: 0;
    background: url(img/01.svg) no-repeat;
    background-size: cover;
    width: 100px;
    height: 18px;
}
	
.nav-box h1 a {
    width: 100px;
    height: 18px;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
	
.gloval-nav {
	display: block;
    margin: 10px 0;
    padding: 10px 0 0;
    width: 100%;
}
	
.gloval-nav nav{
	display: none;
}
	
.gloval-nav nav ul{
	width: 100%;
    font-size: 0;
    margin: 0;
    padding: 10px 0 10px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    top: 50px;
}
	
.gloval-nav nav ul li {
	display:block;
	vertical-align: top;
	font-size: 14px;
	margin: 0 20px;
}
	
.gloval-nav nav ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}
	
#nav_toggle{
	display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 27px;
    z-index: 100;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #000;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	#nav_toggle p{
		display: block;
		position: absolute;
		top: 40px;
		color: #000;
		font-size: 13px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

.slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
	display: block;
}
.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
	height: 250px;
}
.slider ul li {
    width: 100%;
	height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 24s;
    background-size: cover;
    z-index: -1;
}
.slider ul li:nth-child(1) {
    background-image: url("img/top_1.jpg");
    animation-name: slider;
    animation-delay: -3s;
}
.slider ul li:nth-child(2) {
    background-image: url("img/top_2.jpg");
    animation-name: slider;
    animation-delay: 5s;
    opacity: 0;
}
.slider ul li:nth-child(3) {
    background-image: url("img/top_3.jpg");
    animation-name: slider;
    animation-delay: 13s;
    opacity: 0;
}
	
.slider ul li:nth-child(4) {
    background-image: url("img/top_4.jpg");
    animation-name: slider;
    animation-delay: 21s;
    opacity: 0;
}
.slider ul li:nth-child(5) {
    background-image: url("img/top_5.jpg");
    animation-name: slider;
    animation-delay: 28s;
    opacity: 0;
}
.slider ul li:nth-child(6) {
    background-image: url("img/top_6.jpg");
    animation-name: slider;
    animation-delay: 36s;
    opacity: 0;
}
 @keyframes slider {
 0% {
 opacity:0;
}
 20.83% {
 opacity:1;
}
 33.33% {
 opacity:1;
}
 45.83% {
 opacity:0;
}
 100% {
 opacity:0;
}
}
	
/*---商品---*/
	
.cap-area{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 0;
}
	
.cap-area h2{
	text-align: center;
	margin: 0 auto;
	font-size: 3rem;
	line-height: 5rem;
}
	
.cap-area p{
	font-size: 1.4rem;
	text-align: center;
}
	
.cap_660{
	width: 90%;
	margin: 60px auto;
}
	
.cap_660 h3{
	text-align: center;
	font-size: 3rem;
	color: #be9345;	
	margin: 0 auto;
}
	
.product_area{
	width: 100%;
}
	
.product_area ul{
	width: 100%;
	list-style: none;
	padding: 0;
	font-size: 0;
}
	
.product_area ul li{
	width: 90%;
    min-height: 560px;
    display: block;
    box-sizing: border-box;
	margin: 4% auto;
    vertical-align: middle;
}
	
.product_area ul li h4{
	font-size: 3rem;
	color: #BF9345;
	border-top: 2px solid #BF9345;
	border-bottom: 2px solid #BF9345;
	text-align: center;
}
	
.product_area ul li h5{
	font-size: 1.6rem;
	margin: 30px 0 10px;
	color: #be9345;
}
	
.product_area ul li p{
	text-align: left;
	font-size: 1.2rem;
}
	
.product_area ul li img{
	width: 100%;
}
	
/*---レシピ---*/
	
.menu_head{
	width: 100%;
}
	
.menu_area{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
	
.menu_area h3{
	font-size: 3rem;
	text-align: center;
	line-height: 4rem;
	color: #be9345;
}
	
.menu_area h3 span{
	font-size: 1.6rem;
	display: block;
}
	
.menu_area p{
	font-size: 1.2rem;
	margin: 30px auto;
	width: 90%;
}

.recipe_area{
	width: 100%;
	border-top: 2px solid #000;
}
	
.recipe_area img {
	width: 100%;
	margin: 2px auto;
}
	
.recipe_area ul{
	width: 100%;
	list-style: none;
	padding: 0;
	font-size: 0;
	margin: 0 auto;
}
	
.recipe_area ul li{
	width: 90%;
    min-height: 740px;
    display: block;
    box-sizing: border-box;
	margin: 10% auto;
    vertical-align: top;
}
	
.recipe_area ul li h4{
	font-size: 2rem;
	color: #BF9345;
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 30px;
}
	
.recipe_area ul li img{
	display: block;
	width: 100%;
}
	
.recipe_area ul li dl{
	font-size: 1.2rem;
}
	
.recipe_area ul li dl dt{
	display: inline-block;
}
	
.recipe_area ul li dl dt::before{
	content: "■";
	display: inline-block;
}
	
.recipe_area ul li dl dd{
	margin: 0;	
}
	
.prof_area{
	width: 100%;
	padding: 0 0 30px;
	border-bottom: 1px solid #000;
	font-size: 0;
}
	
.chief{
	width: 90%;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	font-size: 0;
	box-sizing: border-box;
}
	
.chief h3{
	text-align: left;
	color: #000;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: normal;
}
	
.chief p{
	font-size: 1rem;
	margin: 30px auto 20px;
}
	
.chief img{
	width: 100%;
	margin: 0;
}
	
.chief .owner{
	display: block;
    margin: 20px auto 0;
    width: 100%;
    box-sizing: border-box;
}
	
.chief h4{
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
	width: 40%;
	box-sizing: border-box;
}
	
.chief address{
	font-size: 1rem;
	font-style: normal;
}
	
.chief_img{
	width: 90%;
	display: block;
	vertical-align: bottom;
	margin: 0 auto;
}
	
.chief_img p{
	width: 90%;
    display: block;
    margin: 0 auto;
}
	
.chief_img img{
	display: block;
	width: 80%;
	margin: 0 auto;
}
	
.recipe_area02{
	width: 100%;
	margin: 2px auto 0;
	padding: 60px 0 0;
	border-top: 2px solid #000;
}
	
.recipe_area02 img {
	width: 100%;
	margin: 2px auto;
}
	
.recipe_area02 ul{
	width: 90%;
	list-style: none;
	padding: 0;
	font-size: 0;
	margin: 0 auto;
}
	
.recipe_area02 ul li{
	width: 100%;
    min-height: 740px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10%;
    vertical-align: top;
}
	
.recipe_area02 ul li h4{
	font-size: 2rem;
	color: #BF9345;
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 30px;
}
	
.recipe_area02 ul li img{
	display: block;
	width: 100%;
}
	
.recipe_area02 ul li dl{
	font-size: 1.2rem;
	display: block;
	width: 100%;
	vertical-align: top;
}
	
.recipe_area02 ul li dl dt{
	display: inline-block;
}
	
.recipe_area02 ul li dl dt::before{
	content: "■";
	display: inline-block;
}
	
.recipe_area02 ul li dl dd{
	margin: 0;
}
	
.outline{
	width: 100%;
}
	
.outline h3{
	width: 100%;
	text-align: center;
	border-bottom: 4px solid #BF9345;
	font-size: 3rem;
	color: #BF9345;
}

.outline img{
	width: 100%;
	margin: 0 auto 30px;
}

.contact_area{
	width: 100%;
	margin: 0 auto;
}
	
.contact_area p{
	width: 90%;
    font-size: 1.4rem;
    text-align: center;
    margin: 30px auto;
}

.contact_area a{
	display: block;
	width: 160px;
	margin: 20px auto;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.contact_area a img{
	display: block;
	width: 60px;
	margin: 0 auto;
}

.contact_area a span{
	display: block;
	margin: 0 auto;
	font-size: 2rem;
	font-family: 'Kozuka Gothic Pro','小塚ゴシック Pro',sans-serif;
}

.about_area{
	width: 100%;
	margin: 30px auto;
}

.about_area ul{
	width: 90%;
	padding: 0;
	margin: 0 auto;
	display: block;
	list-style: none;
	box-sizing: border-box;
	font-size: 1.2rem;
	vertical-align: top;
}

.about_area ul li{
	display: block;
	margin: 0 ;
	padding: 0;
}

.about_area p{
	width: 90%;
	padding: 0;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	font-size: 1.2rem;
}

footer{
	width: 100%;
	background: #EEE4C9;
	padding: 10px 0;
}

footer h2{
	display: block;
    margin: 10px auto;
    padding: 0;
    background: url(img/04.svg) no-repeat;
    background-size: cover;
    width: 170px;
    height: 104px;
}
	
footer h2 a {
    width: 170px;
    height: 104px;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

footer address{
	font-family: 'Kozuka Gothic Pro','小塚ゴシック Pro',sans-serif;
	font-size: 1.2rem;
	text-align: center;
	font-style: normal;
}

.copy {
	text-align: center;
	margin: 10px auto 0;
}
	
}

@media (min-width: 768px) and (max-width: 920px){

.nav-area{
	display: block;
    width: 36%; 
    /* height: 50px; */
    position: absolute;
    top: 20px;
    right: 20px;
}
	
.nav-box{
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	position: absolute;
}
	
.nav-box h1{
	display: block;
    margin: 28px 0 10px 20px;
    padding: 0;
    background: url(img/01.svg) no-repeat;
    background-size: cover;
    width: 170px;
    height: 30px;
}
	
.nav-box h1 a {
    width: 170px;
    height: 30px;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
	
.gloval-nav {
	display: block;
    margin: 10px 0;
    padding: 10px 0 0;
    width: 100%;
}
	
.gloval-nav nav{
	display: none;
}
	
.gloval-nav nav ul{
	width: 100%;
    font-size: 0;
    margin: 0;
    padding: 10px 0 10px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    top: 57px;
}
	
.gloval-nav nav ul li {
	display:block;
	vertical-align: top;
	font-size: 14px;
	margin: 0 20px;
}
	
.gloval-nav nav ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}
	
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 30px;
		right: 27px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	#nav_toggle p{
		display: block;
		position: absolute;
		top: 40px;
		color: #000;
		font-size: 13px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

.slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
	display: block;
}
.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
	height: 550px;
}
.slider ul li {
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 24s;
    background-size: cover;
    z-index: -1;
}
.slider ul li:nth-child(1) {
    background-image: url("img/top_1.jpg");
    animation-name: slider;
    animation-delay: -3s;
}
.slider ul li:nth-child(2) {
    background-image: url("img/top_2.jpg");
    animation-name: slider;
    animation-delay: 5s;
    opacity: 0;
}
.slider ul li:nth-child(3) {
    background-image: url("img/top_3.jpg");
    animation-name: slider;
    animation-delay: 13s;
    opacity: 0;
}
.slider ul li:nth-child(4) {
    background-image: url("img/top_4.jpg");
    animation-name: slider;
    animation-delay: 21s;
    opacity: 0;
}
.slider ul li:nth-child(5) {
    background-image: url("img/top_5.jpg");
    animation-name: slider;
    animation-delay: 28s;
    opacity: 0;
}
.slider ul li:nth-child(6) {
    background-image: url("img/top_6.jpg");
    animation-name: slider;
    animation-delay: 36s;
    opacity: 0;
}
 @keyframes slider {
 0% {
 opacity:0;
}
 20.83% {
 opacity:1;
}
 33.33% {
 opacity:1;
}
 45.83% {
 opacity:0;
}
 100% {
 opacity:0;
}
}
	
/*---商品---*/
	
.cap-area{
	width: 700px;
	margin: 0 auto;
	padding: 60px 0;
}
	
.cap-area h2{
	text-align: center;
	margin: 0 auto;
	font-size: 4rem;
}
	
.cap-area p{
	font-size: 1.6rem;
	text-align: center;
}
	
.cap_660{
	width: 660px;
	margin: 60px auto;
}
	
.cap_660 h3{
	text-align: center;
	font-size: 3rem;
	color: #be9345;	
	margin: 0 auto;
}
	
.product_area{
	width: 100%;
}
	
.product_area ul{
	width: 100%;
	list-style: none;
	padding: 0;
	font-size: 0;
}
	
.product_area ul li{
	width: 48%;
    min-height: 560px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 4%;
    margin-bottom: 4%;
    vertical-align: middle;
}
	
.product_area ul li:nth-child(even){
	margin-right: 0;
}
	
.product_area ul li h4{
	font-size: 3.6rem;
	color: #BF9345;
	border-top: 2px solid #BF9345;
	border-bottom: 2px solid #BF9345;
	text-align: center;
}
	
.product_area ul li h5{
	font-size: 1.6rem;
	margin: 30px 0 10px;
	color: #be9345;
}
	
.product_area ul li p{
	text-align: left;
	font-size: 1.2rem;
}
	
.product_area ul li img{
	width: 100%;
}
	
/*---レシピ---*/
	
.menu_head{
	width: 100%;
}
	
.menu_area{
	width: 700px;
	margin: 0 auto;
	padding: 60px 0;
}
	
.menu_area h3{
	font-size: 3.6rem;
	text-align: center;
	line-height: 4rem;
	color: #be9345;
}
	
.menu_area h3 span{
	font-size: 1.6rem;
	display: block;
}
	
.menu_area p{
	font-size: 1.2rem;
	margin: 30px auto;
}

.recipe_area{
	width: 100%;
	border-top: 2px solid #000;
}
	
.recipe_area img {
	width: 100%;
	margin: 2px auto;
}
	
.recipe_area ul{
	width: 96%;
	list-style: none;
	padding: 0;
	font-size: 0;
	margin: 0 auto;
}
	
.recipe_area ul li{
	width: 47%;
    min-height: 740px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 6%;
    margin-bottom: 10%;
    vertical-align: top;
}
	
.recipe_area ul li:nth-child(even){
	margin-right: 0;
}
	
.recipe_area ul li h4{
	font-size: 2rem;
	color: #BF9345;
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 30px;
}
	
.recipe_area ul li img{
	display: block;
	width: 100%;
}
	
.recipe_area ul li dl{
	font-size: 1.2rem;
}
	
.recipe_area ul li dl dt{
	display: inline-block;
}
	
.recipe_area ul li dl dt::before{
	content: "■";
	display: inline-block;
}
	
.recipe_area ul li dl dd{
	margin: 0;	
}
	
.prof_area{
	width: 100%;
	padding: 0 0 30px;
	border-bottom: 1px solid #000;
	font-size: 0;
}
	
.chief{
	width: 52%;
	display: inline-block;
	vertical-align: bottom;
	font-size: 0;
	box-sizing: border-box;
}
	
.chief h3{
	text-align: left;
	color: #000;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: normal;
}
	
.chief p{
	font-size: 1rem;
	margin: 30px auto 20px;
}
	
.chief img{
	width: 90%;
	margin: 0;
}
	
.chief .owner{
	display: inline-block;
	margin: 20px auto;
	width: 60%;
	box-sizing: border-box;
}
	
.chief h4{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: normal;
	width: 40%;
	box-sizing: border-box;
}
	
.chief address{
	font-size: 1rem;
	font-style: normal;
}
	
.chief_img{
	width: 48%;
	display: inline-block;
	vertical-align: bottom;
}
	
.chief_img p{
	width: 47%;
    display: inline-block;
    margin: 0 0 0 3%;
}
	
.chief_img img{
	display: inline-block;
	width: 50%;
	margin: 0;
}
	
.recipe_area02{
	width: 100%;
	margin: 2px auto 0;
	padding: 60px 0 0;
	border-top: 2px solid #000;
}
	
.recipe_area02 img {
	width: 100%;
	margin: 2px auto;
}
	
.recipe_area02 ul{
	width: 96%;
	list-style: none;
	padding: 0;
	font-size: 0;
	margin: 0 auto;
}
	
.recipe_area02 ul li{
	width: 47%;
    min-height: 740px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 6%;
    margin-bottom: 6%;
    vertical-align: top;
}
	
.recipe_area02 ul li:nth-child(even){
	margin-right: 0;
}
	
.recipe_area02 ul li h4{
	font-size: 2rem;
	color: #BF9345;
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 30px;
}
	
.recipe_area02 ul li img{
	display: block;
	width: 100%;
}
	
.recipe_area02 ul li dl{
	font-size: 1.2rem;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
	
.recipe_area02 ul li dl dt{
	display: inline-block;
}
	
.recipe_area02 ul li dl dt::before{
	content: "■";
	display: inline-block;
}
	
.recipe_area02 ul li dl dd{
	margin: 0;
}
	
.outline{
	width: 100%;
}
	
.outline h3{
	width: 100%;
	text-align: center;
	border-bottom: 4px solid #BF9345;
	font-size: 3.6rem;
	color: #BF9345;
}

.outline img{
	width: 100%;
	margin: 0 auto 30px;
}

.contact_area{
	width: 760px;
	margin: 0 auto;
}
	
.contact_area p{
	width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin: 30px auto;
}

.contact_area a{
	display: block;
	width: 160px;
	margin: 20px auto;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.contact_area a img{
	display: block;
	width: 60px;
	margin: 0 auto;
}

.contact_area a span{
	display: block;
	margin: 0 auto;
	font-size: 2.6rem;
	font-family: 'Kozuka Gothic Pro','小塚ゴシック Pro',sans-serif;
}

.about_area{
	width: 700px;
	margin: 30px auto;
}

.about_area ul{
	width: 49%;
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
	box-sizing: border-box;
	font-size: 1.4rem;
	vertical-align: top;
}

.about_area ul li{
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
}

.about_area p{
	width: 49%;
	padding: 0;
	margin: 0;
	display: inline-block;
	box-sizing: border-box;
	font-size: 1.4rem;
}

footer{
	width: 100%;
	background: #EEE4C9;
	padding: 10px 0;
}

footer h2{
	display: block;
    margin: 10px auto;
    padding: 0;
    background: url(img/04.svg) no-repeat;
    background-size: cover;
    width: 170px;
    height: 104px;
}
	
footer h2 a {
    width: 170px;
    height: 104px;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

footer address{
	font-family: 'Kozuka Gothic Pro','小塚ゴシック Pro',sans-serif;
	font-size: 1.2rem;
	text-align: center;
	font-style: normal;
}

.copy {
	text-align: center;
	margin: 10px auto 0;
}
	
	
}

@media (min-width: 920px){
	
.nav-area{
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 20px;
}
	
.nav-box{
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 10px;
}
	
.nav-box h1{
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	background: url("img/01.svg") no-repeat;
    background-size: cover;
    width: 170px;
    height: 30px;
}
	
.nav-box h1 a {
    width: 170px;
    height: 30px;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
	
.gloval-nav {
	float: right;
	display: block;
	margin: 0 20px 0;
}
	
.gloval-nav ul{
	font-size: 0;
    margin: 0;
	padding: 2px;
    box-sizing: border-box;
}
	
.gloval-nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin: 0 20px;
	vertical-align: bottom;
}
	
.gloval-nav ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}

.gloval-nav ul li a:hover{
	color: #ccc;
}

.slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
	display: block;
}
.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
	height: 550px;
}
.slider ul li {
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 24s;
    background-size: cover;
    z-index: -1;
}
.slider ul li:nth-child(1) {
    background-image: url("img/top_1.jpg");
    animation-name: slider;
    animation-delay: -3s;
}
.slider ul li:nth-child(2) {
    background-image: url("img/top_2.jpg");
    animation-name: slider;
    animation-delay: 5s;
    opacity: 0;
}
.slider ul li:nth-child(3) {
    background-image: url("img/top_3.jpg");
    animation-name: slider;
    animation-delay: 13s;
    opacity: 0;
}
.slider ul li:nth-child(4) {
    background-image: url("img/top_4.jpg");
    animation-name: slider;
    animation-delay: 21s;
    opacity: 0;
}
.slider ul li:nth-child(5) {
    background-image: url("img/top_5.jpg");
    animation-name: slider;
    animation-delay: 28s;
    opacity: 0;
}
.slider ul li:nth-child(6) {
    background-image: url("img/top_6.jpg");
    animation-name: slider;
    animation-delay: 36s;
    opacity: 0;
}
 @keyframes slider {
 0% {
 opacity:0;
}
 20.83% {
 opacity:1;
}
 33.33% {
 opacity:1;
}
 45.83% {
 opacity:0;
}
 100% {
 opacity:0;
}
}
	
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
	
/*---商品---*/
	
.cap-area{
	width: 760px;
	margin: 0 auto;
	padding: 60px 0 0;
}
	
.cap-area h2{
	text-align: center;
	margin: 0 auto;
	font-size: 4rem;
}
	
.cap-area p{
	font-size: 1.6rem;
	text-align: center;
}
	
.cap_660{
	width: 660px;
	margin: 60px auto;
}
	
.cap_660 h3{
	text-align: center;
	font-size: 3rem;
	color: #be9345;	
	margin: 0 auto;
}
	
.product_area{
	width: 100%;
}
	
.product_area ul{
	width: 100%;
	list-style: none;
	padding: 0;
	font-size: 0;
}
	
.product_area ul li{
	width: 45%;
    min-height: 560px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 10%;
    margin-bottom: 10%;
    vertical-align: middle;
}
	
.product_area ul li:nth-child(even){
	margin-right: 0;
}
	
.product_area ul li h4{
	font-size: 3.6rem;
	color: #BF9345;
	border-top: 2px solid #BF9345;
	border-bottom: 2px solid #BF9345;
	text-align: center;
}
	
.product_area ul li h5{
	font-size: 1.6rem;
	margin: 30px 0 10px;
	color: #be9345;
}
	
.product_area ul li p{
	text-align: left;
	font-size: 1.2rem;
}
	
.product_area ul li img{
	width: 100%;
}
	
/*---レシピ---*/
	
.menu_head{
	width: 100%;
}
	
.menu_area{
	width: 760px;
	margin: 0 auto;
	padding: 60px 0;
}
	
.menu_area h3{
	font-size: 3.6rem;
	text-align: center;
	line-height: 4rem;
	color: #be9345;
}
	
.menu_area h3 span{
	font-size: 1.6rem;
	display: block;
}
	
.menu_area p{
	font-size: 1.2rem;
	margin: 30px auto;
}

.recipe_area{
	width: 100%;
	border-top: 2px solid #000;
}
	
.recipe_area img {
	width: 100%;
	margin: 2px auto;
}
	
.recipe_area ul{
	width: 96%;
	list-style: none;
	padding: 0;
	font-size: 0;
	margin: 0 auto;
}
	
.recipe_area ul li{
	width: 47%;
    min-height: 740px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 6%;
    margin-bottom: 10%;
    vertical-align: top;
}
	
.recipe_area ul li:nth-child(even){
	margin-right: 0;
}
	
.recipe_area ul li h4{
	font-size: 2rem;
	color: #BF9345;
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 30px;
}
	
.recipe_area ul li img{
	display: block;
	width: 100%;
}
	
.recipe_area ul li dl{
	font-size: 1.2rem;
}
	
.recipe_area ul li dl dt{
	display: inline-block;
}
	
.recipe_area ul li dl dt::before{
	content: "■";
	display: inline-block;
}
	
.recipe_area ul li dl dd{
	margin: 0;	
}
	
.prof_area{
	width: 100%;
	padding: 0 0 30px;
	border-bottom: 1px solid #000;
	font-size: 0;
}
	
.chief{
	width: 52%;
	display: inline-block;
	vertical-align: bottom;
	font-size: 0;
	box-sizing: border-box;
}
	
.chief h3{
	text-align: left;
	color: #000;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: normal;
}
	
.chief p{
	font-size: 1rem;
	margin: 30px auto 20px;
}
	
.chief img{
	width: 90%;
	margin: 0;
}
	
.chief .owner{
	display: inline-block;
	margin: 20px auto;
	width: 60%;
	box-sizing: border-box;
}
	
.chief h4{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: normal;
	width: 40%;
	box-sizing: border-box;
}
	
.chief address{
	font-size: 1rem;
	font-style: normal;
}
	
.chief_img{
	width: 48%;
	display: inline-block;
	vertical-align: bottom;
}
	
.chief_img p{
	width: 47%;
    display: inline-block;
    margin: 0 0 0 3%;
}
	
.chief_img img{
	display: inline-block;
	width: 50%;
	margin: 0;
}
	
.recipe_area02{
	width: 100%;
	margin: 2px auto 0;
	padding: 60px 0 0;
	border-top: 2px solid #000;
}
	
.recipe_area02 img {
	width: 100%;
	margin: 2px auto;
}
	
.recipe_area02 ul{
	width: 96%;
	list-style: none;
	padding: 0;
	font-size: 0;
	margin: 0 auto;
}
	
.recipe_area02 ul li{
	width: 47%;
    min-height: 740px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 6%;
    margin-bottom: 6%;
    vertical-align: top;
}
	
.recipe_area02 ul li:nth-child(even){
	margin-right: 0;
}
	
.recipe_area02 ul li h4{
	font-size: 2rem;
	color: #BF9345;
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 30px;
}
	
.recipe_area02 ul li img{
	display: block;
	width: 100%;
}
	
.recipe_area02 ul li dl{
	font-size: 1.2rem;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
	
.recipe_area02 ul li dl dt{
	display: inline-block;
}
	
.recipe_area02 ul li dl dt::before{
	content: "■";
	display: inline-block;
}
	
.recipe_area02 ul li dl dd{
	margin: 0;
}
	
.outline{
	width: 100%;
}
	
.outline h3{
	width: 100%;
	text-align: center;
	border-bottom: 4px solid #BF9345;
	font-size: 3.6rem;
	color: #BF9345;
}

.outline img{
	width: 100%;
	margin: 0 auto 30px;
}

.contact_area{
	width: 760px;
	margin: 0 auto;
}
	
.contact_area p{
	width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin: 30px auto;
}

.contact_area a{
	display: block;
	width: 160px;
	margin: 20px auto;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.contact_area a img{
	display: block;
	width: 60px;
	margin: 0 auto;
}

.contact_area a span{
	display: block;
	margin: 0 auto;
	font-size: 2.6rem;
	font-family: 'Kozuka Gothic Pro','小塚ゴシック Pro',sans-serif;
}

.about_area{
	width: 760px;
	margin: 30px auto;
}

.about_area ul{
	width: 49%;
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
	box-sizing: border-box;
	font-size: 1.4rem;
	vertical-align: top;
}

.about_area ul li{
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
}

.about_area p{
	width: 49%;
	padding: 0;
	margin: 0;
	display: inline-block;
	box-sizing: border-box;
	font-size: 1.4rem;
}

footer{
	width: 100%;
	background: #EEE4C9;
	padding: 10px 0;
}

footer h2{
	display: block;
    margin: 10px auto;
    padding: 0;
    background: url(img/04.svg) no-repeat;
    background-size: cover;
    width: 170px;
    height: 104px;
}
	
footer h2 a {
    width: 170px;
    height: 104px;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

footer address{
	font-family: 'Kozuka Gothic Pro','小塚ゴシック Pro',sans-serif;
	font-size: 1.2rem;
	text-align: center;
	font-style: normal;
}

.copy {
	text-align: center;
	margin: 10px auto 0;
}

}


.wrap-ins .inner {
	display: flex;
	flex-flow: row wrap;
	width: 770px;
	margin-top: 60px;
}
.wrap-ins .inner .ins-list {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	margin: 0 0 -5px 0;
	width: 465px;
}
.wrap-ins .inner .ins-list li {
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 150px;
}
.wrap-ins .inner .ins-list li a {
	display: block;
	overflow: hidden;
}
.wrap-ins .inner .ins-list li a img {
	transition: all .4s ease-in-out;
}
.wrap-ins .inner .ins-list li a:hover img {
	transform: scale(1.05);
}
.wrap-ins .inner .ins-ttl {
	width: 305px;
	background: #BE9245;
}
.wrap-ins .inner .ins-ttl a {
	display: block;
	padding: 20px;
	transition: all .4s ease-in-out;
}
.wrap-ins .inner .ins-ttl a:hover {
	opacity: 0.75;
}
@media screen and (min-width: 769px) {
	.pc-none {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pc-none {
		display: inline-block;
	}
	.wrap-ins .inner {
		display: block;
		width: 100%;
	}
	.wrap-ins .inner .ins-list {
		width: calc(100% + 5px);
		margin: 0 0 -5px -5px;
	}
	.wrap-ins .inner .ins-list li {
		width: calc(100%/2 - 5px);
		margin: 0 0 5px 5px;
	}
	.wrap-ins .inner .ins-list li a img {
		width: 100%;
		height: auto;
	}
	.wrap-ins .inner .ins-ttl {
		width: 100%;
		text-align: center;
	}
	.wrap-ins .inner .ins-ttl img {
		display: inline-block;
	}
}

/** contact **/
.w_contact {
	max-width: 782px;
	margin: 0 auto;
	padding: 30px 0 50px;
}
.w_contact .w_contact_h {
	font-size: 18px;
	text-align: center;
}
.w_contact .w_contact_t {
	font-size: 12px;
	text-align: center;
	margin: 20px 0 50px;
}
.w_contact .w_contact_f dl {
	display: flex;
	flex-flow: row wrap;
	margin: 15px 0;
	width: 100%;
}
.w_contact .w_contact_f dl dt {
	font-size: 18px;
	width: 230px;
	margin: 0;
	font-weight: bold;
}
.w_contact .w_contact_f dl dt span {
	font-size: 11px;
	display: inline-block;
}
.w_contact .w_contact_f dl dt span.req {
	color: #ED1C24;
}
.w_contact .w_contact_f dl dt span.required {
	display: none !important;
}
.w_contact .w_contact_f dl dt span.optional {
	display: none !important;
}
.w_contact .w_contact_f dl dd {
	width: 530px;
	margin: 0;
}
.w_contact .w_contact_f dl dd ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 15px;
}
.w_contact .w_contact_f dl dd ul li + li {
	margin: 5px 0;
}
.ipt, .are {
	width: 100%;
	padding: 10px;
	border: 1px solid #231F20;
	outline: none;
	border-radius: 5px;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 1.8;
}
.are {
	min-height: 200px; 
}
.ckk input[type="checkbox"],
.ckk input[type="radio"] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
	outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    border-color: transparent !important;
}
.ckk label {
	position: relative;
	cursor: pointer;
}
.ckk label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent !important;
	border: none;
	box-shadow: none;
	padding: 12px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	border-radius: 5px;
	background: url(img/bg_ckb.svg) left top no-repeat;
	background-size: 24px 21px;
}
.ckk input:checked + label:after {
	content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 12px;
    width: 8px;
    height: 22px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.group-btn {
	padding-left: 230px;
}
.p-contact-btn {
	background: url(img/btn-bg.png) left top no-repeat;
	background: cover;
	width: 214px;
	height: 92px;
	border: none;
	outline: none;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
.send-success {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.w_contact {
		max-width: 90%;
		margin: 0 auto;
	}
	.w_contact .w_contact_h {
		font-size: 14px;
	}
	.w_contact .w_contact_f dl {
		display: block;
	}
	.w_contact .w_contact_f dl dt {
		width: 100%;
	}
	.w_contact .w_contact_f dl dd {
		width: 100%;
	}
	.group-btn {
		padding: 0;
		text-align: center;
	}
}

.page_contact main {
	margin-top: 50px;
}
.page_contact header {
	background: #BF9345;
	position: relative;
	padding: 20px 0;
}
.page_contact .nav-area {
	position: static;
}
.contact-thanks {
	text-align: center;
}
.contact-thanks h3 {
	font-size: 32px;
	margin-bottom: 30px;
}
.contact-thanks p {
	font-size: 18px;
}
.contact-thanks a {
	display: block;
    width: 300px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    background: #BF9345;
    background-size: cover;
    margin: 60px auto 0;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.txt_push {
	overflow: hidden;
	opacity: 0;
	display: none;
}
@media screen and (max-width: 768px) {
	.page_contact main {
		margin-top: 0;
		padding-top: 60px;
	}
	.page_contact header {
		padding: 0;
	}
	.page_contact .nav-box {
		border-radius: 0;
	}
	.page_contact .nav-box h1 {
		width: 175px;
    	height: 32px;
    	margin: 15px 0 10px 20px;
	}
	.contact-thanks p {
		font-size: 14px;
	}
}

.cta-box a {
	display: block;
	background: #BA8F52;
	color: #fff;
	text-align: center;
	max-width: 768px;
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	text-decoration: none;
	padding: 20px 15px;
}
.cta-box .cta-box_ttl {
	font-size: 28px;
}
.cta-box .cta-box_ttl span {
	display: inline-block;
	position: relative;
	padding-left: 50px;
}
.cta-box .cta-box_ttl span:after {
	position: absolute;
	content: '';
	width: 38px;
	height: 25px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/icon_mail.svg) left top no-repeat;
}
.cta-box .cta-box_sub {
	display: inline-block;
	font-size: 16px;
}
.recipe_logo {
	text-align: center;
	margin-top: 80px;
}
.recipe_logo img {
	width: 323px;
	height: auto;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.cta-box a {
		padding: 15px 10px;
	}
	.cta-box .cta-box_ttl {
		font-size: 16px;
	}
	.cta-box .cta-box_ttl span {
		padding-left: 40px;
	}
	.cta-box .cta-box_ttl span:after {
		position: absolute;
		content: '';
		width: 28px;
		height: 18px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url(img/icon_mail.svg) left top no-repeat;
	}
	.cta-box .cta-box_sub {
		font-size: 12px;
		padding-left: 40px;
	}
	.recipe_logo {
		margin-top: 40px;
	}
	.recipe_logo img {
		width: 50%;
	}
}