@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 970px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}

#async_refine_display_item h3 {
  display: none;
}

#wg_wash_news {
  margin: 0 auto;
  font-size: 13px;
  color: #2d2d2d;
  /*テキストとボックスをうまい具合に重ねる*/
  /* テキストがボックスからはみ出さないようにする*/
  /* テキストの位置調整 */
}
@media screen and (min-width: 970px) {
  #wg_wash_news {
    max-width: 710px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #wg_wash_news {
    width: 100%;
    font-size: 12px;
  }
}
#wg_wash_news a {
  color: #2d2d2d;
}
#wg_wash_news a:hover {
  opacity: 0.5;
}
#wg_wash_news .box {
  margin-bottom: 80px;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .box {
    margin-bottom: 70px;
  }
}
#wg_wash_news .wg_read {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .wg_read {
    text-align: left;
  }
}
#wg_wash_news .border {
  margin: 0 auto;
  border-bottom: #000 solid 1px;
  width: 100%;
}
#wg_wash_news .ttl_box {
  text-align: center;
}
#wg_wash_news .item_box {
  padding: 70px 10px 0;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .item_box {
    margin: 70px 10px 0;
    padding: 0px;
  }
}
#wg_wash_news .item_box .title {
  border-bottom: solid 1px #000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline;
}
#wg_wash_news .item_box .item {
  font-family: "Lato";
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 18px;
}
#wg_wash_news .item_box .item_jp {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 18px;
}
#wg_wash_news .item_box .btn_staff {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #000;
  width: 30%;
  margin: 30px auto;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .item_box .btn_staff {
    width: 70%;
  }
}
#wg_wash_news .btn_item {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #000;
  width: 30%;
  margin: 60px auto;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .btn_item {
    width: 70%;
  }
}
#wg_wash_news .item_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 13px;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .item_flex {
    padding-bottom: 8px;
  }
}
#wg_wash_news .item_flex .itemin {
  width: 49%;
  text-align: center;
}
#wg_wash_news .item_flex .itemin .item {
  font-family: "Lato";
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 5px;
}
#wg_wash_news .item_flex .itemin .credit {
  margin-top: 20px;
}
#wg_wash_news .item_flex .itemin_3 {
  width: 32%;
}
#wg_wash_news .credit {
  margin: 30px 0;
  text-align: center;
}
#wg_wash_news .credit > p {
  margin: 0px;
  padding-bottom: 3px;
}
#wg_wash_news .btn {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .btn {
    margin-top: 0px;
  }
}
#wg_wash_news .btn a {
  background-color: #696969;
  color: #fff !important;
  width: 70%;
  display: block;
  margin: 0px auto 50px;
  padding: 15px 0;
  text-decoration: none;
}
#wg_wash_news .note {
  margin-bottom: 70px;
  text-align: center;
  font-size: 10px;
}
#wg_wash_news .slick-arrow {
  z-index: 999;
}
#wg_wash_news .slick-prev {
  left: 0 !important;
}
#wg_wash_news .slick-next {
  right: 0 !important;
}
#wg_wash_news .double-slider {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .double-slider {
    width: 95%;
  }
}
#wg_wash_news .double-slider > img {
  width: 100%;
}
#wg_wash_news .text-slider {
  width: 80%;
  margin: 0 auto;
}
#wg_wash_news .text-slider .txt {
  margin: 35px 0;
}
#wg_wash_news .text-slider .staff {
  display: block !important;
  text-align: center;
  text-decoration: underline;
}
#wg_wash_news .text-slider .txt2 {
  text-align: start;
  text-decoration: none !important;
}
#wg_wash_news .slick-slide {
  margin-left: 0.5vw !important;
  margin-right: 0.5vw !important;
}
#wg_wash_news .slick-prev:before, #wg_wash_news .slick-next:before {
  font-size: 30px;
  opacity: 1;
  color: darkgray;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .slick-prev:before, #wg_wash_news .slick-next:before {
    font-size: 20px;
  }
}
#wg_wash_news .slick-prev, #wg_wash_news .slick-next {
  width: 60px;
}

/* ANIMATION
--------------------------------------*//*# sourceMappingURL=style.css.map */