@charset "UTF-8";


.p-slider {
  padding: 35px 0;
  border-top: solid 1px #e5e1da;
  border-bottom: solid 1px #e5e1da;
  background: #f5eee2;
}

.p-slider-list li {
  margin: 0 20px;
    width: 600px;
}

.p-slider-list li a {
    display: block;
    text-decoration: none;
    color: #666666;
}

.p-slider-list li a:hover {
    opacity: .7;
}

.p-slider-img {
  width: 600px;
  height: 375px;
  border-radius: 10px;
}

.p-slider-list li a figure figcaption {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-family: "秀英丸ゴシック B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
}

.p-container {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 75px;
}

.p-block {
  padding-bottom: 100px;
}

.p-block-img img {
    max-width: 100%;
}

@media screen and (max-width: 767px){

  .slick-prev,
  .slick-next{
    width: 9.3vw!important;
    height: 21vw!important;
    top: 18.6vw!important;
  }
  .slick-next {
    right: 0!important;
    margin-right: 0!important;
  }


.p-slider {
  padding: 18px 0;
  border-top: solid 1px #e5e1da;
  border-bottom: solid 1px #e5e1da;
  background: #f5eee2;
}

  .slick-next:before {
    background: url(../../images/top/icn_slide_next_sp.png) no-repeat!important;
    background-size: cover!important;
    width: 9.3vw!important;
    height: 21vw!important;
  }

  .slick-prev {
    left: 0!important;
    margin-left: 0!important;
  }

  .slick-prev:before {
    background: url(../../images/top/icn_slide_prev_sp.png) no-repeat!important;
    background-size: cover!important;
    width: 9.3vw!important;
    height: 21vw!important;
  }

  .p-slider-list li {
    width: 90.6vw;
  }

  .p-slider-img {
    width: 100%;
    height: 56.6vw;
  }

  .p-slider-list li a figure figcaption {
    font-size: 1.8rem;
    padding-bottom: 5px;
    padding-top: 13px;
  }

  .p-container {
    max-width: inherit;
    width: 100%;
    padding-top: 50px;
  }

  .p-block {
    padding-bottom: 60px;
  }

  .p-block {
    width: 90%;
    margin: 0 auto;
  }

  .c-post-2col:first-child {
    border-top: solid 1px #e5e1da!important;
  }

}
