@charset "utf-8";

/*===========スライド画像=======================*/


.full div .main01 {
  background-image: url(../images/slider/indexslider/slider-mobile-kuzu-agar-icepops.jpg); 
}

.full div .main02 {
  background-image: url(../images/slider/indexslider/slider-mobile-kingyo.jpg); 
}

.full div .main03 {
  background-image: url(../images/slider/indexslider/slider-mobile-chestnuts-paste.jpg);
}

.full div .main04 {
  background-image: url(../images/season/winter/strawberry-mochi-all-640.jpg);
}

.full div .main05 {
  background-image: url(../images/season/spring/nerikiri-sakura.jpg);
}

.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

/*========スライダーおしまい！==========================*/

.special-news {
  margin-bottom: 30px;
}

.newyear-holiday {
  line-height: 1.6;
  border-bottom: rgba(31, 31, 31, 0.1) solid 1px;
}

/*=============インスタ====================================*/
.instagram {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.instagram p {
  display: none;
}


/*==========instagramボタン==============*/

.instagram-btn a {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1rem 3rem;
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 100%;
}


.instagram-btn a:hover {
  background-color: rgba(76, 82, 132, .8);
  border: 1px solid #fff;
  color: #fff;
  opacity: unset;
}

/*===============インスタ終わり==============================*/

/*========記事部分==================================*/
.news {
  margin-bottom: 50px;
}

.img-l {
  margin-bottom: 20px;
}

.about-img-l {
  margin-bottom: 50px;
}

.about-img-r {
  margin-bottom: 50px;
}

.inside {
  margin-bottom: 20px;
}

@media (min-width: 600px) {


  /*========スライダーおしまい！==========================*/
  .instagram {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width:1024px) {


  /*===========スライド画像=======================*/

  .full div .main01 {
    background-image: url(../images/slider/indexslider/slider-pc-kingyo02.jpg);
  }

  .full div .main02 {
    background-image: url(../images/slider/indexslider/slider-pc-wakaayu.jpg);
  }

  .full div .main03 {
    background-image: url(../images/slider/indexslider/slider-pc-chestnuts-paste.jpg);
  }

  .full div .main04 {
    background-image: url(../images/slider/indexslider/fresh-greenleaves.jpg);
  }

  .full div .main05 {
    background-image: url(../images/slider/indexslider/slider-pc-nerikiri-sakura.jpg);
  }

  /*.full div .main01{
  background-image: url(../images/slider/indexslider/slider-pc-nerikiri-sakura.jpg);
}
.full div .main02{
  background-image: url(../images/slider/indexslider/slider-pc-wakaayu.jpg);
}
.full div .main03{
  background-image: url(../images/slider/indexslider/slider-pc-chestnuts-paste.jpg);
}
.full div .main04{
  background-image: url(../images/slider/indexslider/fresh-greenleaves.jpg);
}
.full div .main05{
  background-image: url(../images/slider/indexslider/kuzu-agar-icepops02.jpg);
}*/

  .full .slick-dots {
    bottom: 4%;
    z-index: +1;
  }

  /*========スライダーおしまい！==========================*/

  .news {
    margin-top: -40px;
  }

  /*==========詳しくボタン============================*/

  .instagram-btn a {
    width: 55%;
    margin: 8px auto 0 auto;
    padding: 1.2rem 3rem;
  }

  .btn a {
    width: 55%;
    margin: 8px;
  }

  /*==========記事左右振り分け=======================================*/
  .about-img-l {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }


  .about-img-r {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }


  div.img-l {
    width: 50%;
    margin-right: 50px;
  }

  div.img-r {
    width: 50%;
    margin-left: 50px;
  }

  .sentence {
    width: 50%;
  }

}