.tenpurako_top__main_img {
  width: 100%;
  background: url(../images/top01.png) no-repeat center center;
  padding-top: 610px;
  background-size: cover;
  background-position: top 60% center;
}

@media (max-width: 40em) {
  .tenpurako_top__main_img {
    padding-top: 80%;
  }
}

.tenpurako_top__goods__wrap {
  position: relative;
}

.tenpurako_top__goods {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 35px;
  width: 90%;
}

@media all and (-ms-high-contrast: none) {
  .tenpurako_top__goods {
    bottom: 520px;
  }
}

@media (max-width: 40em) {
  .tenpurako_top__goods {
    bottom: 50px;
  }
}

@media all and (max-width: 40em) and (-ms-high-contrast: none) {
  .tenpurako_top__goods {
    bottom: 280px;
  }
}

.tenpurako_top_text01 {
  font-weight: bold;
  font-size: 25px;
  margin: 20% auto 0px auto;
  text-align: center;
  line-height: 1.5em;
}

@media (max-width: 40em) {
  .tenpurako_top_text01 {
    font-size: 20px;
  }
}

.tenpurako_top_links {
  text-align: center;
}

@media (max-width: 40em) {
  .tenpurako_top_links {
    margin-top: 20px;
  }
}

.tenpurako_top_links img {
  padding: 0 2%;
  max-width: 500px;
  width: 45%;
}

@media (max-width: 40em) {
  .tenpurako_top_links img {
    width: 90%;
  }
}

.tenpurako_top_links img:last-child {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .recipe {
    margin-bottom: 40px;
  }
}

.recipe {
  margin-bottom: 100px;
}

.recipe h2 {
  color: #f00;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.recipe-list {
  overflow: hidden;
}

.recipe-list li {
  overflow: hidden;
  float: left;
  width: 47%;
  margin: 0 5% 0 0;
}

.recipe-list li:nth-child(2n) {
  margin: 0 0 5% 0;
}

@media screen and (max-width: 768px) {
  .recipe-list li {
    width: auto;
    min-height: 160px;
    margin: 0 0 5%;
  }
}

.recipe-img {
  width: 40%;
  float: left;
}

.recipe-img img {
  width: 100%;
}

.recipe-txt {
  width: 56%;
  float: left;
  margin-left: 4%;
}

.recipe-txt h3 {
  font-weight: 18px;
  margin-bottom: 20px;
  color: #f00;
}

.recipe-txt p {
  color: #000;
}

.recipe-btn2 {
  text-align: center;
  margin: 20px 0 150px 0;
}

.recipe-btn2 a {
  border: 1px solid #000;
  border-radius: 10px;
  color: #f00 !important;
  font-weight: bold;
  padding: 10px 15px;
  width: 200px;
  display: inline-block;
}

.recipe-btn {
  text-align: center;
  margin: 20px 0 150px 0;
}

.recipe-btn a {
  border: 1px solid #000;
  border-radius: 10px;
  color: #f00 !important;
  font-weight: bold;
  padding: 10px 15px;
  width: 200px;
  display: inline-block;
}





.recipe a {
  color: #9d5e2c;
}

.recipe a:visited {
  color: #9d5e2c;
  text-decoration: none;
}


.campbnr{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 20px 0;
    padding: 20px 0;
}

.campbnr img{
    margin-top: 0;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .campbnr img{
    width: 90%;
    margin: 10px 0;
  }
}



.ft-cont {
  max-width: 980px;
  margin: 0 auto;
  line-height: 1.8em;
  display: block;
}

.recipe_add {
  background-color: #eee;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.recipe_add .recipe-ttl-h2 {
  margin-bottom: 20px;
}
.recipe_add .recipe-ttl-h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.recipe_add p {
  line-height: 1.8em;
}

.insta {
  margin: 0 auto;
  width: 980px;
}

.insta-img {
  margin:10px auto;
  clear: both;
}

.insta-img li{
  display: inline-block;
  list-style: none;
}
.insta-img li img{
  margin: 8px;
  width: 170px;
}




@media only screen and (max-width: 736px) {
  .insta {
    width: 100%;
  }
  .insta-img li {
  }
  .insta-img li img {
    width:100px;
    margin: 5px;
  }
}

.recipe-btn2 {
  text-align: center;
  margin:20px 0 150px 0;
}
.recipe-btn2 a {
  border: 1px solid #000;
  border-radius: 10px;
  color: #f00;
  font-weight: bold;
  padding: 10px 15px;
  width: 200px;
  display: inline-block;
}

