body{
  font-family: sans-serif;
}

.showpc {
  display: block !important;
}

.showsp {
  display: none !important;
}

.brsp{
  display: none;
}

.small {
  font-size: .9em;
}

.container {
  width: 760px;
  margin: 0 auto;
}

section {
  position: relative;
  overflow: visible;
}

#header {
  height: 100px;
  position: relative;
  overflow: hidden;
}

#header h1 {
  text-align: center;
  margin: 0;
  padding: 32px 0;
}

#header .logo {
  position: absolute;
  top: 25px;
  left: 40px;
  margin-top: 0 !important;
}

#header .close {
  position: absolute;
  top: 24px;
  right: 30px;
  margin: 0;
  padding: 0;
}

#photo img {
  width: 100%;
  display: block;
}

h2 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #b5b5b5;
  padding: 0 0 2px;
  letter-spacing: .25em;
  text-align: center;
}

.bg {
  background: #fffaef;
  padding: 0 0 60px;
}

.recipe-stat {
  overflow: hidden;
  position: absolute;
  bottom: -32.5px;
  left: 30px;
  margin: 0;
  padding: 0;
}

.recipe-stat:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.recipe-stat li {
  list-style: none;
  width: 75px;
  height: 75px;
  float: left;
}

.recipe-stat li img {
  width: 100%;
  height: 100%;
  display: block;
}

#material {
  padding: 30px 0 40px;
}

#material h2 {
  width: 77px;
  margin: 0 auto 35px;
}

#material .wrap-list {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

#material ul {
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#material ul.fl {
  float: left;
  width: 315px;
}

#material ul.fr {
  float: right;
  width: 175px;
}

#material ul li {
  list-style: none;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .1em;
}

hr {
  width: 732px;
  height: 3px;
  border: none;
  background: url(2017/lampo/recipe/line-recipe-dash.png) no-repeat;
  margin: 0 auto;
}

#howto h2 {
  width: 100px;
  margin: 35px auto;
}

#howto ul {
  width: 595px;
  margin: 0 auto 50px;
  padding: 0;
}

#howto ul li {
  font-size: 14px;
  line-height: 26px;
  list-style: none;
  letter-spacing: .1em;
}

#howto .cooking-point {
  width: 575px;
  margin: 0 auto 115px;
}

#howto .cooking-point .bal {
  margin: 0 0 0 -30px;
}

#howto .cooking-point .wrap-txt p {
  font-size: 14px;
  letter-spacing: .1em;
}

#howto .cooking-point .wrap-txt.showpc p:first-child:before,
#howto .cooking-point .wrap-txt.showpc p:after {
  width: 100%;
  height: 3px;
  display: block;
  background: url(2017/lampo/recipe/line-recipe.png) no-repeat;
  background-size: cover;
  content: "";
  margin: 10px 0px;
}

.close {
  width: 70px;
  text-align: center;
  letter-spacing: .125em;
  margin: 0 auto;
  cursor: pointer;
}

.close p {
  font-size: 22px;
  color: #444444;
  line-height: 0;
  top: -30px;
  position: relative;
}

.close img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .showpc {
      display: none !important;
  }
  .showsp {
      display: block !important;
  }
  .brsp{
      display: inherit;
  }
  .container {
      width: 100%;
  }
  #header {
      width: 100%;
      height: auto;
      padding: 0 0 15px;
  }
  #header .logo {
      width: 45px;
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin: 10px auto 0;
  }
  #header h1 {
      height: 15px;
      padding: 7.5px 0px;
      margin: auto;
      text-align: center;
  }
  #header h1 img {
      height: 100%;
      display: block;
      margin: auto;
  }
  #header .close {
      width: 28px;
      height: 28px;
      top: 12px;
      right: 10px;
  }
  #header .close img {
      display: block;
      width: 100%;
  }
  .recipe-stat {
      bottom: -25px;
      left: 10px;
  }
  .recipe-stat li {
      width: 50px;
      height: 50px;
  }
  #material {
      padding: 20px 0 25px;
  }
  #material h2 {
      width: 60px;
      font-size: 12px;
      margin: 0 auto 20px;
  }
  #material .wrap-list {
      width: 290px;
      padding: 0 15px;
      margin: auto;
  }
  #material ul.fl{
      width: 60%;
      padding: 0;
  }
  #material ul.fr{
      width: 40%;
      padding: 0;
  }
  #material ul li {
      font-size: 10px;
      line-height: 19px;
      letter-spacing: normal;
  }
  hr {
      width: auto;
      margin: 0 10px;
      background-size: contain;
  }
  #howto h2 {
      width: 60px;
      font-size: 12px;
      margin: 20px auto;
  }
  #howto ul {
      width: auto;
      margin: 0 auto 20px;
      padding: 0 15px;
  }
  #howto ul li {
      font-size: 10px;
      line-height: 19px;
  }
  #howto .cooking-point {
      width: auto;
      margin: 0 20px;
      position: relative;
  }
  #howto .cooking-point .bal {
      width: 90px;
      position: relative;
      top: 0;
      right: 0;
      background: #fffaef;
      z-index: 1000;
      margin: -40px 0 0;
      float: right;
  }
  #howto .cooking-point .bal img {
      width: 100%;
      display: block;
  }
  #howto .cooking-point .wrap-txt {
      font-size: 10px;
      line-height: 22px;
      margin-top: 55px;
  }
  #howto .cooking-point .wrap-txt p {
      width: 100%;
      font-size: 10px;
      line-height: 22px;
      background: url(2017/lampo/recipe/line-recipe-sp.png) repeat-y;
      background-size: 100% 22.5px;
      background-position: 0px 1px;
      padding-bottom: 5px;
  }
  #howto .cooking-point .wrap-txt.showpc p:first-child:before,
  #howto .cooking-point .wrap-txt.showpc p:after {
      width: auto;
      margin: 2px 0;
      display: none;
  }
  .close {
      margin: 50px auto 0;
  }
  .close p {
      font-size: 13px;
      line-height: 13px;
  }
  .close img {
      width: 12px;
  }
}