@media(max-width:768px){

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  .br-sp{
    display: inline;
  }

  header .logo_title{
    display: block;
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 23%;

    letter-spacing: 0.1em;
    background-image: url('../img/logo-mawari-sp.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;

    z-index: 1;
  }

  header .logo_title img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    width: 50%;
    height: auto;
  }

  #wrapper{
    position: relative;
    padding-top: 100px;

    z-index: 2;
  }

  .tel_box_l{
    width: 100%;
    max-width: 414px;
    margin:0 auto;
  }

  .tel_box{
    display: block;
    margin:0 0 0 auto;
    max-width: 64px;
  }

  .tel_box a{
    padding:25px;

    background-image: url('../img/icon/tel-back1.png');
    background-repeat: no-repeat;
    background-size: 64px auto;
    background-position: center;
  }

  .tel_box a span{
    display: none;
  }

  /* ========================
          top_txt
  ======================== */
  .top_txt{
    width: 100%;
    max-width: 360px;
    margin:50px auto 0;
    padding:25px 0 23px;

    background-image: url('../img/bac/awa_b_1.png'),url('../img/bac/awa_b_2.png');
    background-repeat: no-repeat,no-repeat;
    background-size: 36px auto,36px auto;
    background-position: top left,bottom right;
  }

  .top_txt .midashi{
    max-width: 265px;
    margin:0 auto 40px auto;
    font-size: 20px;
  }

  .top_txt > p{
    max-width: 265px;
    margin:0 auto 0.3em auto;
    font-size: 14px;
  }

  /* ========================
          top_img_box
  ======================== */
  .top_img_box{
    position: relative;
    width: 100%;
    max-width: 360px;
    margin:0 auto 0;
    padding-top: 641px;

    background-image: url('../img/bac/awa_w_1.png'),url('../img/bac/awa_w_2.png'),url('../img/bac/awa_c_2.png'),url('../img/bac/awa_c_1.png');
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-size: 36px auto,36px auto,36px auto,36px auto;
    background-position: bottom 45% left 18%,bottom right 27%,top left,bottom 20% right 7%;
  }

  .hotate{
    position: absolute;
    top: 10%;
    left: 2%;
    width: 100%;
    max-width: 240px;
  }

  .yakisakana{
    position: absolute;
    top: 43%;
    left:42%;

    width: 100%;
    max-width: 200px;
  }

  .ikura{
    position: absolute;
    bottom: 8%;
    left: 17%;
    width: 100%;
    max-width: 160px;
  }

  /* ========================
            news
  ======================== */
  .news{
    width: 100%;
    max-width: 360px;
    margin:64px auto 0;
  }

  .news_title{
    padding:15px 0 15px 40px;
    font-size: 24px;
  }

  .news_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /* padding:50px 0; */
    padding:100px 0;



    background-image: url('../img/bac/news_back-sp.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center left;
  }

  .news_list>.left{
    width: 100%;
    max-width: 321px;
  }

  .news_list>.left ul{
    max-width: initial;
    margin:0 0 0 auto;
  }

  .news_list>.left ul li{
    margin-bottom: 0.7em;
  }

  .news_list>.left ul li a{
    font-size: 14px;
    white-space: nowrap;
  }

  .news_list>.right{
    width: 100%;
    height: auto;
    margin-top: 1em;
    text-align: center;
  }

  .news_list>.right a{
    padding-right: 50px;
    padding: 8px 50px 8px 0;
    font-size: 16px;
  }

  /* ========================
            footer
  ======================== */
  footer{
    position: relative;
    margin-top: 47.5px;
    padding-top:160px;

    text-align: center;
    background-color: #F9F1DF;
    background-image: url('../img/footer-sp.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }

  footer p{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);

    font-family: "ヒラギノ明朝 W3 JIS2004";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #fff;

  }







}
