@charset "UTF-8";

*{
	color:#260E05;
    margin:0;
    padding:0;
    font-size:16px;
	box-sizing:border-box;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing:1px;

}
img{
    vertical-align: text-bottom;
}
a{
	text-decoration:none;
}
li{
    list-style:none;
}
a:link, a:visited, a:hover, a:active {
  color:#FFF;
}

.pc{
    display:block;
}
.sp{
    display:none;
}


#containar{
    max-width:1280px;
    margin:auto;
    
}



.max{
   text-align:center;
}
.max img{
    max-width:100%;
}
.space{
    text-align:center;
    margin:0 5%;
}
.space img{
    max-width:100%;
}
h2{
    text-align:center;
}
h2 img{
    max-width:100%;
}

.item{
    width:90%;
    margin:auto;
    padding:30px 5%;
}
.item ul{
    display:flex;
    flex-wrap:wrap; 
    justify-content:space-between;
}

.menu{
    width:100%;
}
.menu ul{
    width:90%;
    margin:auto;
    display:flex;
    flex-wrap:wrap; 
    justify-content:space-between;
}
.menu li{
    width:50%;
}

.recipe ul{
    width:100%;
    margin:auto;
    display:flex;
    flex-wrap:wrap; 
    
}
.recipe li{
    width:33.3%;
}



}















