@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,figure,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul,li {
  list-style: none;
}

caption,th {
  text-align: left;
}



/* pc(1280px)フォントサイズ指定 */

/* 12px */
.news li {
  font-size: 1.2rem;
}

/* 16px */

header nav ul li,.catch-copy p,.item-all p,.recipe p,.cta-button p,footer {
  font-size: 1.6rem;
}

/* 22px */

h3 {
  font-size: 2.2rem;
}

/* 30px */

h2 {
  font-size: 3rem;
}
/* ------------------------------------------ */


/* clearfix------------------------------- */
.clearfix {
  zoom: 1;
}

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