/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;
  margin: 0 auto; }
.sp { display: none !important; }

@media (max-width: 1024px) {/*------------------------------------------- */
  .top_img{
    margin: auto;
  }
  ul:after{
    content: none;
  }


@media (max-width: 780px) {/*------------------------------------------- */

  .pc { display: none !important;
    margin: 0 auto; }
  .sp { display: block !important; }

  #wrap{
    margin-top: 10px;
  }
  .top_copy {
      padding: 0 10px 20px 10px;
  }
  .top_img{
    padding:0 20px;
  }

.center{
  width: 90%;
}
.news p{
  font-size: 1.1rem;
  width: 90%;
}
.news p br{
  display: none;
}
.menu_Button ul li{
  width: 48%;
}
.img_wapper img{
  width:100%;
}
.news h2{
  width: 70%;
}
.price{
  color: #CC0000 !important;
}
.price > span:first-of-type{
  color: #CC0000 !important;
}

/*クーポン*/
.coupon-wrap div{
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  right: inherit;
  flex-direction: column;
  top: 180px;
  width: 90%;
}

.coupon-wrap div img{
  max-width: 177px;
}
.coupon-wrap div p{
  color: #4d4846;
  font-size: 1.2rem;
  margin-top: 10px;
}
.masuku div:nth-of-type(2) > a{
  margin-top: 200px;
}



@media (max-width: 530px) {/*iPhone6/7/8 Plus------------------------------------------- */
.center {
  width: 95%;
}


.news a {
  font-size: 1.1rem;
}

.recipe-ichiran{
  padding-top: 150px;
}
.recipe > div > div:nth-of-type(2) h4{
  font-size: 1.5rem;
}

.recipe > div > div:nth-of-type(2) p{
  font-size: 1.5rem;
}

@media (max-width: 380px) {/*iPhone------------------------------------------- */

.recipe-ichiran{
  padding-top: 130px;
}

@media (max-width: 280px) {/*------------------------------------------- */
  #wrap{
    height: 80px;
  }

.news{
  padding-top: 0px;
}
