@charset "UTF-8";

.p-sec01 {
    padding: 100px 0;
}

.p-sec01 .m-shop-content {
  position: relative;
}

.p-img {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.p-sec02 {
  position: relative;
  background: #fff;
    padding: 50px 0;
}

.p-sec02-waves {
    position: absolute;
    top: -40px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.p-sec02-waves_bottom {
    position: absolute;
    bottom: -40px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.p-sec02-head {
  margin-bottom: 60px;
    border-top: solid 8px #231815;
    border-bottom: solid 1px #231815;
    position: relative;
    padding: 25px 0 15px;
    text-align: center;
}

.p-sec02-head:before {
    position: absolute;
    content: "";
    background: #231815;
    width: 100%;
    height: 1px;
    top: 8px;
    left: 0;
}

.p-sec02-head p {
    position: absolute;
    margin: 0;
    bottom: 5px;
    right: 0;
}

.p-sec02 .m-shop-3colImg figcaption {
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.11em;
}

.p-sec03 {
    padding: 100px 0 0;
}

@media screen and (max-width: 980px) {

  .p-sec01 {
    padding: 60px 0;
  }

  .p-img {
      bottom: -20px;
      width: 100px;
  }

  .p-sec02 {
    padding: 60px 0;
  }

}

@media screen and (max-width: 767px){

  .p-sec01 {
      padding: 50px 0 100px;
  }

  .p-sec02 {
    padding: 50px 0;
  }

  .p-img {
    display: none;
  }

  .p-sec02-head p {
      position: inherit;
      bottom: inherit;
      right: inherit;
      text-align: right;
      padding-top: 10px;
  }

  .p-sec02-head {
      padding-bottom: 4px;
      margin-bottom: 30px;
  }

  #taberu .slick-dotted.slick-slider {
    margin: 0;
  }


  #taberu .slick-dots {
    bottom: -20px;
  }

  #taberu .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  #taberu .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  #taberu .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      content: '';
      border-radius: 50%;
      border: solid 1px #E08812;
      text-align: center;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  #taberu .slick-dots li.slick-active button:before {
    background: #E08812;
    opacity: 1;
  }

  .p-sec02-waves_bottom {
      height: 50px;
      bottom: -40px;
  }

  .p-sec02-waves {
      height: 50px;
      top: -10px;
  }

}
