@charset "utf-8";

.pccate_obi_ttl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.bnr_wrap {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.bnr_left {
  margin: 0 10px;
}
.bnr_left > img {
  max-width: 300px;
  width: 100%;
}
.bnr_right {
  margin: 0 10px;
}
.bnr_right > img {
  max-width: 300px;
  width: 100%;
}

/* カテゴリースライダ― */
.slider {
  width: 90%;
  margin: 10px auto;
}
.slider img {
   width: 100%;
   height: auto;
}
.slider .slick-slide {
   margin: 0 5px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  height: 15px;
  width: 15px;
   
}
.slick-prev {
  left: -2%;
  transform: rotate(-135deg);
}
.slick-next {
  right: -2%;
  transform: rotate(45deg);
}
.slick-prev:before, .slick-next:before {
  opacity: 0;
}
.slick-next:before {
  content: none;
}

@media (max-width: 768px) {
  .slider {
    width: 100%;
    margin: 0 auto 20px;
  }
  .slider img {
    width: 100%;
  }
}
/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
  margin:20px 0 0 0;
}
.slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
  background:#ccc;
}
.slick-dots .slick-active button{
   background:#333;
}



  /* 3,980円以上送料無料帯 */
.free_3980 {
  width: 100%;
  background: #6db8fd;
  text-align: center;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 10px;
}
.free_3980 img {
  width: 30px;
  vertical-align: bottom;
  margin-right: 10px;
}

/* EVENT */
.event {
  width: 100%;
  display: flex;
  margin: 10px auto;
  justify-content: center;
}
.event > img {
  width: 100%;
}
.event_txt {
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.event_link {
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10px auto;
}
.event_link > a {
  margin: 2px;
}

@media screen and (max-width: 768px) {
  .free_3980 {
    margin-top: 45px;
  }
  .event {
    max-width: 768px;
  }
  .event_txt {
    font-size: 1.5rem;
  }
  .event_link_img {
    max-width: 200px;
    width: 100%;
  }
  /* CONTACT */
  .contact_txt {
    text-align: center;
    font-size: 1.8rem;
    color: #000;
    margin-top: 10px;
  }
  .contact {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 10px;
  }
  .contact a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  .contact_tel {
    width: 100px;
    text-align: center;
    background: #A80B0B;
    padding: 10px;
    border-radius: 3px;
  }
  .contact_mail {
    width: 100px;
    text-align: center;
    background: #0A152C;
    padding: 10px;
    border-radius: 3px;
  }
  .contact_line {
    width: 100px;
    text-align: center;
    background: #06c755;
    padding: 10px;
    border-radius: 3px;
  }
  /* BEGINNER */

  .beginner {
    width: 100%;
    display: flex;
    margin: 20px auto;
    justify-content: center;
  }
  .beginner > img {
    width: 100%;
  }
}
