@charset "UTF-8";


/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/



html {
	font-size: 62.5%; 
}

body {
	font-size: 1.8em;
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-weight:900;
	color: #151414;
	margin: 0px;
	padding: 0px;
	
}








li {
	list-style-type: none;
	padding: 0px;
}



a {
	color: #151414;
	
}
a:hover {
    text-decoration: none;
    color: #791e78;
	cursor: pointer;
}







body {
  background-image: url("repbg.jpg");
  
}





.bg-wrapper {
	max-width: 100%;
	text-align: center;
}

.bg-wrapper img{
	max-width: 100%;

}

header {
	max-width: 1080px;
	margin: auto;
}

header {

	padding-top: 39px;
	
}



.menu {
	max-width: 1080px;
	margin: auto;
	
}



.organic {
	float: left;
	
}

.header-title {
	float: left;
	padding-left: 145px;
}

.makuwauri01{
	float: left;
	padding-left: 200px;
}


header:after {
  content: "";
  display: block;
  clear: both;
}


.menubox {
	width: 100%;
	margin-left: 50px;
	margin-top: 40px;
	
}

.main-visual {
	float: left;
}


.menulist {
	float: left;
	margin-left: 60px;
	
}

.menulist:before {
    content: 'Menu';
    font-size: 160%;
    font-weight: 700;
    font-style: normal;
	
}

.menu-list {
	text-align: center;
	height: 40px;
}

.underbar {
	padding-bottom: 20px;
	display: none;
	
}




/*親要素をrelativeに*/
#zindex-menulist {
  position: relative;
}
/*2つともabsoluteに*/
.menulist, .kakko {
  position: absolute;
}


.menulist {
	position: relative;
	z-index: 20;
  	left: 45px;
    top: 45px;
}

.kakko {
    position: absolute;
    z-index: 10;
    left: 710px;
    top: 80px;
}




.menubox:after {
  content: "";
  display: block;
  clear: both;
}



.content01 {
	padding-top: 200px;
}

.section-title02-2 {
	display: none;
}

.txt-sec-title02-2{
	display: none;
}

.eat {
	width: 1080px;
	margin: auto;
	
}





#eat01-image {
	width: 500px;
	float: left;
}

.eat01-text {
	width: 580px;
	float: left;
	text-align: left;
}




.kihon {
	padding-top: 17px;
	padding-left: 130px;
}

.hiyashite {
	padding-bottom: 10px;
}

.eat01:after {
  content: "";
  display: block;
  clear: both;
}






.socool {
	padding-left: 505px;
	padding-top: 30px;
}




#eat02-image {
	width: 500px;
	height: 240px;
	float: left;
}

.eat02-text {
	width: 580px;
	float: left;
}

.eat02-text {
	padding-top: 50px;
	text-align: left;
}


.eat02 {
	padding-bottom: 90px;
}





.eat02:after {
  content: "";
  display: block;
  clear: both;
}


#eat03-image {
	width: 500px;
	float: left;
}

.eat03-text {
	width: 580px;
	float: left;
	padding-top: 34px;
	text-align: left;
}



.eat03:after {
  content: "";
  display: block;
  clear: both;
}


.eat03 {
	padding-bottom: 90px;
}



.makuwalover {
	padding-left: 600px;
}








.banner p {
	font-size: 1.9em;
	text-align: center;
}

.SPbanner {
	display:none;
}

	




.PCbanner {
  opacity: 0.6;/*通常は半透明*/
  transition: .4s;
}

.PCbanner:hover {
  opacity: 1;/*ホバーで不透明*/
}






.content04 {
	width: 1080px;
	margin: auto;
	
}
	
	
.content04 {
	
	background-color: #FBF7DE;
}

.con04Harie {
	width: 900px;
	padding-bottom: 50px;
	margin: auto;
}

.con04-txareaa {
	width: 400px;
	float: left;
}

.con04-txareaa p {
	letter-spacing: 0.05em;
}

.con04-image {
	float: left;
	padding-left: 60px;
}




.con04Harie:after {
  content: "";
  display: block;
  clear: both;
}












footer img:hover {
  opacity: 0.7;/*ホバーで不透明*/
}



address {
	font-style: normal;
}






/*================================================
 *  SP599px以下
 ================================================*/
@media screen and (max-width: 559px) {
	/*　この位置に記述する　*/

	
.bg-wrapper {
	width: 100%;
	text-align: none;
}

.organic,.header-title,.makuwauri01,.main-visual,.menulist,#eat01-image,.eat01-text,#eat02-image,.eat02-text,#eat03-image,.eat03-text,.con04-txareaa,.con04-image {
float: none;
}
	

	


	
html {
	font-size: 45%;
	}
	
	

	
header {
    max-width: 100%;
    height: auto;
    padding-top: 0px;

}
	
	.organic {
		width: 30%;
	}
	
.header-title {
    padding-left: 0px;
	width: 80%;
}
	
.makuwauri01 {
    width: 10%;
}
	
.main-visual {
    display: none;
}
	
header {
  position: relative;/*相対配置*/
}

header:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 100px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background-image: url("makuwakun02.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


.menu:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 300px;/*画像の幅*/
  height: 300px;/*画像の高さ*/
  background-image: url("makuwauri01.jpg"); 
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
	
.menu {
    width: auto;
    
}
	
	
.menulist {
   background-color: #ffe9b0;
   border-radius: 4em;
   text-align: center;
   margin: 15px;
}

.menubox {
    width: 100%;
    margin-left: 0px; 
    margin-top: 40px;
}
	
	
.kakko {
		display: none;
	}
	
	
	
/*親要素をrelativeに*/
#zindex-menulist {
  position: none;
}
/*2つともabsoluteに*/
.menulist, .kakko {
  position: none;
}


.menulist {
	position: none;
	z-index: 0;
  	left: 0px;
    top: 0px;
}

.kakko {
    position: none;
    z-index: 0;
    left: 0px;
    top: 0px;
}
	
	
	
.content01 {
    padding-top: 90px;
}
	

.section-title02 {
	display: none;
}
	
.section-title01 {
	padding-bottom: 90px;
}
	
	
	
.section-title02-2{
	display: block;
}	
	
	
.txt-sec-title02-2 {
    display: block;
    padding: 10px;
}
	
	
.eat {
    width:  100%;
    margin: 0px;
}
	
.eat p {
	padding: 10px;
}
	
	
	
	
#eat01-image {
	width: 100%;
	padding-bottom: 0px;
}
	
.eat01-text {
	width:  100%;
	
}
	
.eat01 {
	padding-bottom: 30px;
}
	
	
.hiyashite {
    padding-bottom: 0px;
}

	
.kihon {
	display: none;
}
	
	
.socool {
    padding-left: 0px;
    padding-top: 0px;
	padding-bottom: 0px;
}
	
	
.eat02 {
    padding-bottom: 90px;
}
	
#eat02-image {
	width: 100%;
}
	
.eat02-text {
	width:  100%;
	padding-top: 0px;
	
}	
	

#eat03-image {
	width: 100%;
}
	
.eat03-text {
	width:  100%;
	padding-top: 0px;
}
	
	

	
.dortto {
	padding-top: 10px;
}
	
	

	
.kihon {
    padding-top: 0px;
}
	
	
	
	
.makuwalover {
	padding-left: 0px;
}
	
	
.PCbanner {
	display: none;
}
	
.SPbanner {
		display: block;
		padding-bottom: 80px;
	}
	

	
	
	
.content04 {
    width: 100%;
    margin: 0px;
}

	
.con04Harie {
	width: 100%;
	padding-bottom: 0px;
	margin: 0px;
	
}
	
.con04-txareaa {
	width: 100%;
}
	

.con04-txareaa p {
	text-align: left;
	padding: 10px;
}
	
	
.con04-image {
	padding-left: 0px;
	width: 80%;

}
	
.footerlogo {
	width: 80%;
}

}


































