@charset "euc-jp";

/*
top_sp.css
*/


.top_info{
  background: #eed;
    text-align: center;
    letter-spacing: .1rem;
    padding: .5rem 0;
}
  .top_info a{
    color: #333;
  }
/*お店のこと*/
.top_shop_info{
    margin: 0;
    padding: 2rem 1rem 3rem;
    background: #ededed;
}
  .top_shop_info h2{
    text-align: center;
  }
  .top_shop_info .shop_description{
    margin-top: 1rem;
    font-size: .7rem;
    line-height: 1.4rem;
    letter-spacing: .1rem;
    text-align: center;
  }

p.link_detail{
    width: 250px;
    margin: 30px auto 0;
  }
  .link_detail_btn{
    padding: 1.2rem 0;
    display: block;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  .link_detail_btn:hover{
    color: #FFF;
    background: #000;
    opacity: 1;
  }
  .link_detail_btn:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(https://img21.shop-pro.jp/PA01444/231/etc/icon_arrow_l_b.png?cmsp_timestamp=20200321150723) no-repeat;
    background-size: contain;
    position: absolute;
    top: 44%; }
  .link_detail_btn:hover:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(https://img21.shop-pro.jp/PA01444/231/etc/icon_arrow_l_w.png?cmsp_timestamp=20200321150730) no-repeat;
    background-size: contain;
    position: absolute;
    top: 44%;
    right: 10%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; 
  }



/*カテゴリナビ*/
.category_nav{
  width:  100%;
  margin: 3rem auto;
}
  .category_nav ul{
    padding: 0 2rem;
  }
  .category_nav ul li{
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: .5rem  0;
  }
  .category_nav ul li+li{
    border-top: 1px solid #999;
  }
  .category_nav ul li a{ 
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px 0 20px 20px;
    position: relative;
  }
  .category_nav ul .cat_pound a:before{ 
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(http://anfruitiere.com/online/category/cat_pound.png
) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 40px;
  }
  .category_nav ul .cat_gakigashi a:before{ 
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(http://anfruitiere.com/online/category/cat_yakigashi.png
) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 40px;
  }
  .category_nav ul .cat_scone a:before{ 
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(http://anfruitiere.com/online/category/cat_scone.png
) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 40px;
  }
  .category_nav ul .cat_gift a:before{ 
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(http://anfruitiere.com/online/category/cat_gift.png
) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 40px;
  }
  .category_nav .top_gift_info{
  padding: 1rem 1rem 0;
  } 






