*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.main_box{
  	width: 100%;
  	height: 300px;
    background-color: #f5f5f5;
  
}
main{
    width: 100%;
}             

.main-s-box{
    padding : 3%;
}

/* スライダーのcss　触らないコト*/
.slider{
    margin: 0 auto;
}
.slider img{
    height: auto;
    width:100%;
}
.slider-img {
    margin: 0 10px;
}
.slick-next{ right:0px!important;}
  .slick-prev{ left:0px!important; }
  .slick-next:before{
    background: url(https://file001.shop-pro.jp/PA01247/661/img/top/next_icon.png)!important;
    background-size: contain!important;
  }
  .slick-prev:before{
    background: url(https://file001.shop-pro.jp/PA01247/661/img/top/prev_icon.png)!important;
    background-size: contain!important;
  }
  .slick-arrow{
    z-index:2!important;
    width:30px!important;
    height:30px!important;
  }
  .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1!important;
  }
@media only screen and (max-width: 850px) {
    .slick-next:before{
    background: url(none)!important;
    background-size: contain!important;
  }
  .slick-prev:before{
    background: url(none)!important;
    background-size: contain!important;
  }
    .slider img{
    height: 80%;
}
}
@media only screen and (max-width: 550px) {

}
/* スライダーのcss　完*/  

    
/* 新着商品のcss */ 
.new-box{
    margin-top: 5%;
}
.new-title{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-family: sans-serif;
}  
.new-subtitle{
    width: 20%;
    color: #fff;
    font-size: 0.8rem;
    margin: 0.5% auto 0;
    padding: 0.3em;
    background-color: #b0c4de;
    text-align: center;
    letter-spacing: 2px;
}   
.new-item-box{
    width: 100%;
    margin: 3% 0 2%;
    display: flex;
    justify-content: space-between; 
}
.n-item{
    width: 29%;
    margin: 1% auto;
}
.n-item p{
    font-size: 0.75rem;
    margin-top: 1.5%;
    line-height: 2;
    letter-spacing: 2px;
}
.n-item span{
    display: block;
    text-align: center;
}
/* 新着商品のcss 完*/   
    
/* 人気商品のcss */
.popular-box{
    width: 100%;
    margin: 3% 0 2%;
}
.popular-title{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-family: sans-serif;
}  
.popular-subtitle{
    width: 20%;
    color: #fff;
    font-size: 0.8rem;
    margin: 0.5% auto 0;
    padding: 0.3em;
    background-color: #b0c4de;
    text-align: center;
    letter-spacing: 2px;
}       
.p-box{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 3% 0;
}    
.p-item{
    width: 24%;
    margin: 2% auto;
}    
.p-name{
    line-height: 2;
    letter-spacing: 3px;
    margin-top: 5px;
}
.p-name-exp{
    font-size: 10px;
}
.price-favorite{
    display: flex;
}
.p-price{
    width: 70%;
    font-size: 0.8rem;
    letter-spacing: 3px;
}
/* お気に入りボタン */
.product-list__fav-items {
  margin-top: 1px;
  margin-bottom: 8px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 0 0 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
@media only screen and (max-width: 1090px) {
    .p-price{
        font-size: 0.6rem;
        letter-spacing: 1px;
}
    .product-list__fav-items {
        margin-top: 1px;
        margin-bottom: 8px;
        width: 20px;
}

.product-list__fav-items button {
        display: block;
        width: 100%;
        padding: 0 0 5px 0;
        cursor: pointer;
        transition: .2s;
        text-align: center;
        color: #999;
        border: 0;
        outline: none;
        background: transparent;
}

.product-list__fav-items .fav-items {
        color: #ff7373;
}

.product-list__fav-items svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
}
/* 人気商品のcss 完*/
    
/* お店について */     
.shop-box{
    width: 100%;
    margin: 3% 0 5%;
}   
.shop-title{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-family: sans-serif;
}  
.shop-subtitle{
    width: 20%;
    color: #fff;
    font-size: 0.8rem;
    margin: 0.5% auto 0;
    padding: 0.3em;
    background-color: #b0c4de;
    text-align: center;
    letter-spacing: 2px;
} 
.ips_info{
    width: 65%;
    margin: 3% auto 1%;
}
.shop-text{
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 2;
    text-align: center;
}
/* お店について 完*/  
    
/* カテゴリのcss */
.category-title{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-family: sans-serif;
}  
.category-subtitle{
    width: 20%;
    color: #fff;
    font-size: 0.8rem;
    margin: 0.5% auto 0;
    padding: 0.3em;
    background-color: #b0c4de;
    text-align: center;
    letter-spacing: 2px;
} 
.c-container{
    width: 100%;
    background-color: #f5f5f5;
    margin: 5% 0 3%;
}
.c-box{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 3% 0;
}    
.c-item{
    width: 19.5%;
    margin: 2% auto;
}  
/* カテゴリのcss 完*/
/* 850px以下でpc版の表記を消す。以下にスマホverのcss */  
    .sh-only{
        display: none;
}  
@media only screen and (max-width: 850px) {
    .pc-only{
        display: none;
    }
    .sh-only{
        display: block;
    }
    .sh_info-box{
        width: 93%;
        margin: 3% auto 1%;
        border-bottom: 1px solid #808080;
    }
    .sh-title{
        width: 40%;
        background-color: #b0c4de;
        text-align: center;
        color: #fff;
        font-size: 0.85rem;
        padding: 0.3rem 0.8rem 0.3rem 0.8rem;
        margin: 2% auto;
    }
    .sh-newitem-box{
        width: 93%;
        margin: 3% auto 1%;
        border-bottom: 1px solid #808080;
    }
    .sh-newitem-container{
        width: 100%;
        margin: 3% 0 2%;
        display: flex;
        justify-content: space-between; 
    }
    .sh-n-text{
        line-height: 2;
    }
    .sh-n-item{
        width: 29%;
        margin: 1% auto;
    }
    .sh-new-item-name{
        display: block;
        font-size: 0.7rem;
        margin: 2% auto 0;
        text-align: center;
    }
    .sh-n-item p{
        font-size: 0.5rem;
        margin-top: 1.5%;
        line-height: 1.5;
    }
    .s-popular-box{
        width: 93%;
        margin: 3% auto 1%;
        border-bottom: 1px solid #808080;
    }
    .s-p-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 3% auto;
    }
    .s-p-item{
        width: 48%;
        margin: 1% auto;
    }
    .s-p-name{
        margin: 1% auto;
        font-size: 0.85rem;
        font-weight: bold;
    }
    .s-p-price{
        display: block;
        margin-top: -0.5%;
        font-size: 0.8rem;
    }
    .sh-place-container{
        width: 93%;
        margin: 4% auto;
        border-bottom: 1px solid #808080;
        padding-bottom: 3%;
    }
    .sh-place-sec{
        margin-top: 6%;
        background-color: #f5f5f5;
    }
    .sh-place-box{
        display: flex;
        justify-content: space-between;
        margin: 2% 0;
    }
    .sh-place-item{
        width: 32%;
        margin: 1% auto;
    }
    .sh-cal-box{
        width: 93%;
        margin: 5% auto 5%;
    }
    .sh-cal-title{
        text-align: center;
        font-size: 0.8rem;
    }
    .sh-cal-item{
        margin: 2% auto;
    }
}    

   .d-s-box{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 3 auto;
        font-size: 0.85rem;

    }

