@charset "utf-8";

body,
div,
h1,
h2,
h3,
p,
ul,
li,
img {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: 'Hiragino Kaku Gothic Pro', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3',
    'MS PGothic', sans-serif;
}
.clr {
  clear: both;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}

.container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

header {
  margin: 50px auto;
}

header h1 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
header p {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}

.menu_cell .tabs {
  /*display: flex;*/
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  /*align-items: center;*/
}

.cat_wrap h2 {
  font-size: 38px;
  line-height: 80px;
  display: block;
  color: #fff;
  text-align: center;
}

.cat_wrap .h2_box {
  width: 100%;
  max-width: 960px;
  height: 80px;
  background: #b3643a;
}

.cat_wrap h3 {
  text-align: center;
  font-size: 30px;
  color: #892500;
  margin: 15px 0;
}

.cat_wrap img {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
}

.cat_wrap .materials_text {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
  margin-bottom: 30px;
}

.materials_text li {
  display: none;
}

p.copy {
  text-align: right;
  padding: 0 10px;
}

.wrap {
  margin: 10px;
}

.form_text {
  max-width: 400px;
  margin: 0 auto 15px;
  line-height: 1.5;
  font-size: 16px;
}

form {
  margin: 0 0 15px 0;
  display: block;
  text-align: center;
}

input:invalid {
  border: dashed 2px red;
}

input {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .menu_cell .tabs {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  .cat_wrap .materials_text {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
  }
}
