@charset "UTF-8";
html{
	font-size: 62.5%;
}

body{
	background: #fff;
	color : #39240c;
	overflow-x: hidden;
	width : 100%;
	font-size: calc(1.6rem + (1vw - 1.20rem) * 800.0000);/* 16px~24pxで可変*/
    line-height: 2.2;
	font-family: "Yu Gothic","YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
	font-weight:500;
}

a{
	text-decoration : none;
	color : #fff;
}

img {
	vertical-align: top;
}

svg {
	vertical-align: top;
}





.nav_btn {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 35px;
  }
  
.nav_btn:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #B5BA84;
	/*transform: translate(-100%, 0);*/
	transform: scale(0, 1);
    transform-origin: center top;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	content: "";
  }
  
.nav_btn:hover:after {
	/*transform: translate(0, 0);*/
	transform: scale(1, 1);
}


li{
	list-style-type : none;
}


.clearfix::after{
	content : "";
	display : block;
	clear : both;
}




/* フェードイン */
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 800ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/* スライダー */
.lazy .mnit {
	opacity: 0;
	transition: opacity .3s linear;
}

.lazy .mnit .slick-initialized{
	opacity: 1;
}



/* ========================================PC======================================== */
@media screen and (min-width: 1200px){

	.sp{display : none;}

	body{
		font-size:2.0rem;
		line-height: 2.5;
	}

	h2{
	text-align : center;
	}

	/* ロゴ */
	header .logo{
	float : left;
	position : absolute;
	Z-index : 100;
	top: 10px;
    left: 76px;
	}

	header .logo .logosize{
	width : 300px;
	}

	header .logo .logocolor{
		fill : #553C3C;
	}

	header .logo2{
		float : left;
		position : absolute;
		Z-index : 80;
		left : 220px;
		top : 260px;
	}


	/* SNS */
	header .facebook{
		float: right;
		position: absolute;
		right: 100px;
		top: 400px;
		Z-index: 70;
		width: 350px;
		height: 350px;
		border-radius: 50%;
		border: 5px solid #fff;
		background-color: #95A792;
	}

	/*
	header .material-icons{
		float: right;
		position: absolute;
		right: 122px;
		top: 222px;
		Z-index: 90;
		font-size: 65px;
	}
	*/
	.socialEffect__link {
		margin: .3em;
		display: block;
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 50%;
		text-align: center;
		position: relative;
		z-index: 1;
		color: #fff;
		font-size: 1.6rem;
		background: #fff;
		transition: transform ease-out 0.2s;
		top: 238px;
		left: 132px;
	}
	  
	  .socialEffect__box li {
		display: inline-block;
	  }
	.icon-facebook::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		z-index: -1;
		transform: scale(0.9);
	  }
	  .fab.fa-facebook-f {
		display: inline-block;
		color: #95A792;
		font-size: 2.8rem;
		position: absolute;
		top: 17px;
		right: 22px;
	  }
	  .icon-facebook:hover {
		background: #3b5998;
		transform: scale(0.9);
	  }





	header .facebook .imgtext{
		float: right;
		position: absolute;
		right: 46px;
		top: 50px;
		Z-index: 90;
		}


	/* ナビ */
	header .nav1{
		width: 100%;
		height: 110px;
		padding: 30px 0px;
	}

	header .nav1 a{
	color : #39240c;
	}

	header .nav1 ul{
	Z-index : 60;
	position: relative;
	}


	header .nav1 li{
	margin: 0px 30px 20px;
	float : right;
	text-align : right;
	}


	header .headbox{
	float : left;
	position : absolute;
	Z-index : 40;
	left : 0px;
	top : 0px;
	width : 2000px;
	height : 60px;
	background-color : #de4307;
	}






	/* フッター */
	footer{
	background-image: url(../images/wood.png);
	width : 100%;
	padding : 20px;
	text-align : center;
	line-height: 2.5;
	}

	footer .footerlogo .logosize {
		width : 15%;
	}

	footer .footerlogo .logocolor {
		fill: #553C3C;
	}


	/*　ハンバーガー　*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*ロゴのスペース*/
#nav-open {
	display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -640px;
    color: #fff;
    font-size: 7.0rem;
    background-image: url(../images/wood.png);
    text-align: center;
    line-height: 15;
    width: 480px;
    height: 440px;
    border-bottom-right-radius: 40px;
	border-right: 20px solid #fff;
	border-bottom: 20px solid #fff;
	z-index: 1;
}

#nav-close {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

.illustimg01 {
	display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 384px;
    text-align: center;
    line-height: 15;
    width: 480px;
    height: 440px;
	z-index: 10;
}


/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  content: '';
  cursor: pointer;
}

/*中身*/
#nav-content {
  overflow: auto;
  z-index: 9999;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  transition: .5s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-155%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
}



}






/* ========================================SP======================================== */
@media screen and (max-width: 1199px){

	.pc{display : none;}

	h2{
	text-align : center;
	}


	.nav1{
	display : none;
	}

	.nav2{
	position: absolute;
	top: 0;
	left: 0;
	}

	body{
	font-size:1.8rem;
    line-height: 2;
	width : 100%;
	}

	/* ロゴ */
	header .logo{
	text-align : center;
	position: relative;
	z-index: 1000;
	bottom: 0%;
	left: 0%;
	width: 100%;
	background-color: rgba(57,36,12);
	}

	header .logo .logosize{
		position: relative;
		bottom: -6%;
		z-index: 5000;
	}
	
	header .logo .logocolor{
		fill : #fff;
	}

	header .hdbg {
		position: absolute;
		z-index: 1000;
		top: 0px;
		width: 100%;
		height: 330px;
		background-color: rgba(57,36,12,0.7);
	}

	header .nav1 ul li{
	display:none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック";
	font-size: 2.2rem;
	font-weight: bold;
	}


	header .headbox{
	float : left;
	position : absolute;
	Z-index : 40;
	left : 0px;
	top : 0px;
	width : 2000px;
	height : 60px;
	background-color : #de4307;
	}






	/* SNS */
	.facebook{
		position: absolute;
		top: -15%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		Z-index: 700;
		width: 250px;
		height: 250px;
		border-radius: 50%;
		border: 5px solid #fff;
		background-color: #95A792;
	}
	.imgtext {
		position: relative;
		top: 30px;
		left: 35px;
	}
	.imgtext img{
		width: 70%;
	}

	.socialEffect__link {
	margin: .3em;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.6rem;
    background: #fff;
    transition: transform ease-out 0.2s;
    top: 10px;
    left: 85px;
	  }
	  
	  .socialEffect__box li {
		display: inline-block;
	  }
	.icon-facebook::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		z-index: -1;
		transform: scale(0.9);
	  }
	  .fab.fa-facebook-f {
		display: inline-block;
		color: #95A792;
		font-size: 3.0rem;
		position: absolute;
		top: 16px;
		left: 20px;
	  }
	  .icon-facebook:hover {
		background: #3b5998;
		transform: scale(0.9);
	  }





	header .facebook .imgtext{
		float: right;
		position: absolute;
		right: -46px;
		top: 30px;
		Z-index: 90;
	}

	header .facebook .imgtext img{
		width: 70%;
	}


	/* フッター */
	footer{
		background-image: url(../images/wood.png);
		width : 100%;
		padding : 20px;
		text-align : center;
		line-height: 2.5;
	}

	footer .footerlogo .logosize {
		width : 15%;
		min-width: 200px;
	}

	footer .footerlogo .logocolor {
		fill: #553C3C;
	}


	/*　ハンバーガー　*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1000;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    vertical-align: middle;
    padding: 29%;
    background-image: url(../images/wood.png);
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	top: 5px;
    left: 24px;
	font-size: 3.5rem;
	color: #553C3C;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 9999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background-image: url(../images/wood.png);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content li{
	width : 100%;
	padding: 30px 0px 20px 30px;
}

#nav-content li a{
	color : #fff;
	font-size: 3rem;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
  z-index: 1001;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 3px 0 10px rgb(0 0 0 / 30%);
}

.tel-number a {
    color:#39240c;
    text-decoration:none;
}




}



/* ========================================SPs======================================== */


@media screen and (max-width: 499px){

	.illustimg10{display : none;}
	.illustimg11{display : none;}
	.illustimg12{display : none;}
	.illustimg13{display : none;}
	.illustimg14{display : none;}
	.illustimg15{display : none;}
	.illustimg17{display : none;}
	.illustimg18{display : none;}
	
	body{
		font-size: 1.4rem;
		overflow-x: hidden;
	}

	header .logo .logosize{
		width : 60%;
		bottom: -15%;
	}

	header {
		width: 100%;
		max-width: 1200px;
		margin: 0px auto 65%;
		position: relative;
	}

	header .slide {
		overflow-y: hidden;
	}

	#nav-open {
		width: 50px;
		height: 50px;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		top: 1px;
		left: 14px;
		font-size: 2.5rem;
		color: #553C3C;
		display: block;
		content: '';
		cursor: pointer;
	}

	.facebook{
		position: absolute;
		bottom: 5%;
		Z-index: 7000;
	}

	.imgtext {
		left: 0px;
	}
	.imgtext img {
		position: relative;
		left: 33px;
	}

	h2 img{
		width: 70%;
	}
	h2 .title img{
		max-width: 156px;
	}

	.wavesize {
		margin-top: -20%;
	}

	.conceptarea {
		margin-top: -10%;
		margin-bottom: -1%;
	}

	.concepttextbox {
		text-align: left;
	}

	.conceptpic .pic1 {
		right: 3%;
	}
	.cloudimg .illustimg02 img {
		left: 12px;
	}
	.cloudimg .illustimg03 img {
		top: -50px;
		right: 5px;
	}
	.cloudimg .illustimg05 img {
		right: 20px;
		top: 140px;
	}
	.cloudimg .illustimg06 img {
		right: 230px;
	}

	.how_to_cookarea {
		margin-top: -1%;
	}

	.manaita01 {
		top: 150px;
	}

	.slick-slide img {
		height: 260px;
	}

	.how_to_cookarea {
		height: 570px;
		position: relative;
	}
	.how_to_cooktextbox {
		top: 350px;
		left: 10%;
	}
	.htctextbg {
		background-color: #ffffffd9;
	}

	.menutextbox {
		text-align: left;
		padding: 20px;
	}

	.logosize {
		width: 200px;
	}

	.menutextbox p {
		line-height: 2.5rem;
		font-size: 1.3rem;
	}
	main .menutext_l {
		padding: 0px 20px 0px 20px;
	}
	main .menutext_l span {
		font-size: 2rem;
	}
	main .menutext_r span {
		font-size: 2rem;
	}

	#access {
		padding-top: 10px;
	}

	.accessarea .imgtext img {
		left: 0px;
	}

	a.mapbtn {
		top: 375px;
	}

	table {
		margin: 180px auto 50px;
	}

	th {
		padding: 3%;
		font-size: 1.5rem;
	}
	td {
		padding: 3% 5% 3% 10%;
		font-size: 1.4rem;
	}

	footer .footerlogo .logosize {
		min-width: 130px;
	}
}