@charset "UTF-8";
.inlineblock{
  display: inline-block;
}
.sp{
  display: none;
}
.sliderouter{
  width: 100%;
  overflow: hidden;
  margin: 40px auto 25px;
}
p.toptxt{
  text-align: center;
  color: #603813;
  margin: 15px auto;
}
#SliderTop .slick-slide img {
    width: 90%;
    margin: 0 auto;
}
#SliderTop .slick-list{
  overflow: inherit;

}
#SliderTop .slick-slide{
  opacity: .4;
}
#SliderTop .slick-current{
  opacity: 1;
}
#SliderTop .slick-prev{
  position: absolute;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 56px;
  height: 56px;
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/slider_prev.svg) no-repeat;
  background-size: cover;
  color: rgba(255,255,255,0);
  border: none;
}
#SliderTop .slick-next{
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 56px;
  height: 56px;
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/slider_next.svg) no-repeat;
  background-size: cover;
  color: rgba(255,255,255,0);
  border: none;
}
#SliderTop .slick-dots{
  text-align: center;
}
#SliderTop .slick-dots li{
  display: inline-block;
}
#SliderTop .slick-dots li button{
  width: 10px;
  height: 10px;
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/slider_pagenate.svg) no-repeat;
  background-size: auto;
  color: rgba(255,255,255,0);
  border: none;
  margin: 20px 5px;
}
#SliderTop .slick-dots li.slick-active button{
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/slider_pagenate_active.svg) no-repeat;
}


/* ランキング */
.ranking{
  background: rgba(96,56,19,.15);
  background-image: url(https://file003.shop-pro.jp/PA01426/370/images/common/bg_logo.png);
  background-repeat: no-repeat;
  background-position: center top -120px;
  background-size: 350px auto;
  padding: 20px 0 40px;
}
.ranking .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ranking li{
  background: #fff;
  text-align: center;
  width: 19.65%;
  max-width: 204px;
  transition: .3s;
  font-weight: bold;
}

.ranking li:hover{
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(0,0,0,.3);

}

.ranking li img{
  display: block;
  width: 100%;
}

.ranking .icon{
  display: block;
  width: 54px;
  margin: 10px auto 15px;
}
.ranking li p{
  margin: 0;
}
.ranking .prod_name{
  color: #000;
  line-height: 1.2;
  width: 62%;
  margin: 0 auto;
}
.ranking li:nth-child(3) .prod_name{
  width: 63%;
}
.ranking li:nth-child(4) .prod_name{
  width: 80%;
}

.ranking .prod_price{
  color: #B9272D;
  margin-bottom: 10px;
}

/* ３トップカテゴリー */
.tocate{
  width: 100%;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
}
.tocate.sp{
  display: none;
}
.tocate li{
  width: 32.5%;
  position: relative;
}
.tocate li > img{
  display: block;
  width: 100%;
  position: relative;
  z-index: 1
}
.tocate .mouseon{
  opacity: 0;
  transition: .3s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.tocate li:nth-child(1) .mouseon{
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/tocate01_hover.png) no-repeat;
  background-size: cover;

}

.tocate li:nth-child(2) .mouseon{
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/tocate02_hover.png) no-repeat;
  background-size: cover;

}
.tocate li:nth-child(3) .mouseon{
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/tocate03_hover.png) no-repeat;
  background-size: cover;

}
.tocate .mouseon img{
  width: 58%;
  max-width: 260px;
  position: absolute;
  bottom: 12.5%;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}


.tocate li:hover .mouseon{
  opacity: 1;
}
.tocate li:hover .mouseon img{
  opacity: 1;
}


/* バナー */
.banner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner li{
  width: 49%;
  margin-bottom: 1%;
}
.banner li img{
  display: block;
  width: 100%;
}


/* おすすめ商品スライダー */
.recommendtop{
  background: #fff;
  background-image: url(https://file003.shop-pro.jp/PA01426/370/images/top/recommendtop_bg.png);
  background-repeat: no-repeat;
  background-size: 463px auto;
  background-position: center top;
  margin: 28px auto 0px;
  padding: 20px 0 30px;
}
.recommendtop .inner{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.recommendtop li{
  text-align: center;
  font-weight: bold;
}
.recommendtop li img{
  width: 90%;
  margin: 0 auto;
}
.recommendtop li .prod_name{
  color: #000;
  display: inline-block;
  margin-top: 15px;
}
.recommendtop li .prod_price{
  color: #B9272D;
 /*display: inline-block;*/
  margin-left: 1em;
  display:none;
}

.recommendtop .slick-prev{
  position: absolute;
  left: 15%;
  top: 35%;
  z-index: 10;
  width: 19px;
  height: 35px;
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/slider_reco_prev.png) no-repeat;
  background-size: 100% 100%;
  color: rgba(255,255,255,0);
  border: none;
}
.recommendtop .slick-next{
  position: absolute;
  right: 15%;
  top: 35%;
  z-index: 10;
  width: 19px;
  height: 35px;
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/slider_reco_next.png) no-repeat;
  background-size: 100% 100%;
  color: rgba(255,255,255,0);
  border: none;
}
.recommendtop .slick-slide:hover{
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/slider_reco_mouseon.png) no-repeat;
  background-size: 100% auto;
}


/* 店舗情報 */
.shopinfo{
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/shopinfo_bg_outer.png) no-repeat;
  margin-bottom: 20px;
}
.shopinfo .inner{
  background-image: url(https://file003.shop-pro.jp/PA01426/370/images/common/bg_logo.png);
  background-image: url(https://file003.shop-pro.jp/PA01426/370/images/common/bg_logo.png);
  background-repeat: no-repeat;
  background-position: center top -120px;
  background-size: 350px auto;
  padding-top: 16px;
}
.shopinfo .title,
.shopinfo .en_title{
  color: #fff;
}

.shopinfo .image{
  width: 100%;
  height: 300px;
  max-width: 1280px;
  margin: 0 auto;
  background: url(https://file003.shop-pro.jp/PA01426/370/images/top/shopinfo_img.png) no-repeat;
  background-position: center top;
}
.shopinfo .image .inner_820{
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}

.shopinfo .image .text{
  display: block;
  max-width: 388.5px;
  margin: 0 auto 14px;
  padding-top: 23px;
  z-index: 10;
  position: relative;
}
.shopinfo .image .text_bg{
  display: block;
  width: 190px;
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .5;
}
.shopinfo .btns{
  display: flex;
  justify-content: space-around;
}
.shopinfo .btns li{
  width: 31.7%;
  max-width: 260px;
}
.shopinfo .btns li img{
  display: block;
  width: 100%;
  background: rgba(0,0,0,.2);
}
.shopinfo .information{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  padding: 35px 10px 67px;
}

.shopinfo .information .info_logo{
  width: 28%;
  max-width: 292px;
}
.shopinfo .information .info_logo img{
  display: block;
  width: 100%;
}

.shopinfo .information .info_address{
  width: 30%;
}
.shopinfo .information .info_address p{
  margin: 0;
  line-height: 1.9;
}

.shopinfo .information .info_tel{
  display: block;
  width: 29.3%;
  max-width: 304.5px;
}
.shopinfo .information .info_tel p{
  margin: 0 0 10px;
}

@media (max-width: 1140px){
  .tocate{
    width: 96%;
    max-width: 1040px;
    padding: 40px 0;
    margin: 0 auto;
  }
}
@media (max-width: 1080px){
  #SliderTop .slick-prev{
    left: 0;
  }
    #SliderTop .slick-next{
    right: 0;
  }
}
@media (max-width: 960px){
  .shopinfo .information {
    justify-content: space-between;
  }
  .shopinfo .information .info_address {
    width: 37%;
  }
}
@media (max-width: 768px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  div#container{
    margin-top: 19%;
  }

  .toptxt.fs_32{
    font-size: 50px;
  }
  .toptxt .fs_22{
    font-size: 37px;
  }
  .toptxt  .inlineblock{
    display: block;
  }
  #SliderTop .slick-list {
    overflow: hidden;
  }
  #SliderTop .slick-slide img {
    width: 100%;
  }
  #SliderTop .slick-next,
  #SliderTop .slick-prev{
    width: 40px;
    height: 40px;
  	top: 40%;
    transform: none;
  }
  
  .ranking{
    padding: 10px 0 12px;
  }
  .ranking .list{
    justify-content: space-around;
  }
  .ranking li{
    width: 49%;
    max-width: none;
    margin-bottom: 1%;
  }
  .ranking li:nth-child(3),
  .ranking li:nth-child(4),
  .ranking li:nth-child(5){
    width: 32%;;
  }
  .ranking .icon {
    width: 100px;
    margin: -10px auto 15px;
  }
  .ranking .prod_name,
  .ranking li:nth-child(3) .prod_name{
    width: 80%;
  }
  .tocate.sp {
    display: block;
    padding: 20px 0 0;
  }
  .tocate.pc{
    display: none;
  }
  .tocate li{
    width: 100%;
    margin-bottom: 15px;
  }
  .tocate li img{
    display: block;
    width: 100%;
  }

  .banner li{
    width: 100%;
  }
  .recommendtop {
    background-size: 420px auto;
    margin-bottom: 0;
  }
  .recommendtop li img{
    width: 50%;
    max-width: 400px;
  }
  .recommendtop .slick-slide:hover {
    background: none;
  }
  .shopinfo {
    background: url(https://file003.shop-pro.jp/PA01426/370/images/top/shopinfo_bg_sp.png) no-repeat;
  }
  .shopinfo .image{
    height: auto;
    background: url(https://file003.shop-pro.jp/PA01426/370/images/top/shopinfo_img_sp.png) no-repeat;
    padding-top: 150px;
    background-size: cover;
  }
  .shopinfo .image .text{
    width: 86%;
    max-width: 712px;
    margin-bottom: 80px;
  }
  .shopinfo .btns{
    display: block;
    padding-bottom: 20px;
  }
  .shopinfo .btns li {
    width: 95%;
    max-width: 780px;
    margin: 15px auto;
  }
  .shopinfo .btns li .pc{
    display: none;
  }
  .shopinfo .btns li .sp{
    width: 100%;
    border:1px solid #fff;
    background: rgba(0,0,0,.2);
    text-align: center;
    font-size: 26px;
    padding: 10px 0;
    margin: 0;
  }
  .shopinfo .information{
    display: block;
    padding: 40px 10px;
  }
  .shopinfo .information .info_logo{
    width: 90%;
    max-width: 698px;
    margin: 0 auto;
  }
  .shopinfo .information .info_address{
    width: 80%;
    max-width: 570px;
    margin: 30px auto;
  }
  .shopinfo .information .info_address p {
    line-height: 1.5;
  }
  .shopinfo .information .info_tel {
      width: 90%;
      max-width: 701px;
      margin: 0 auto;
  
  }
  .f_link.inner_1040 {
    margin: 33px auto 16%;
  }
}

@media (max-width: 650px){
  .shopinfo .information .info_address{
    width: 90%;
  }
}

@media (max-width: 550px){
  .toptxt.fs_32{
    font-size:32px;
  }
  .toptxt .fs_22{
    font-size: 22px;
  }
}