@charset "utf-8";

/*
  File Name   : news.css
  Description : コンテンツエリア関係 他
*/

/* news-list-wrap
============================================================ */
.news-list-wrap th,
.news-list-wrap td {
  padding: 28px 0;
  border-bottom: solid 1px #ebd2c3;
  text-align: left;
  vertical-align: top;
}
.news-list-wrap tr:first-child th,
.news-list-wrap tr:first-child td {
  border-top: solid 1px #ebd2c3;
}
.news-list-wrap th {
  font-size: 10px;
  font-weight: bold;
  color: #c3aa99;
  width: 182px;
  padding-top: 30px;
}
.news-list-wrap td {
  font-size: 14px;
  font-weight: bold;
}
.news-list-wrap td a {
  color: #e24a7e;
  text-decoration: underline;
}
.news-list-wrap td a:hover {
  text-decoration: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .news-list-wrap th,
  .news-list-wrap td {
    padding: 20px 0;
    display: block;
  }
  .news-list-wrap tr:first-child td {
    border-top: none;
  }
  .news-list-wrap th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .news-list-wrap td {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
  }
  .news-list-wrap td a {
    color: #e24a7e;
    text-decoration: underline;
  }
  .news-list-wrap td a:hover {
    text-decoration: underline;
  }
}

/* pagination
============================================================ */
.pagination .screen-reader-text {
  display: none;
}
.pagination {
  margin: 40px 0 0;
}
.pagination .nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.pagination .nav-links ul {
  display: flex;
}
.pagination .nav-links li {

}
.pagination a {
  transition: opacity .3s ease;
}
.pagination a:hover {
  opacity: .7;
}
.pagination .prev a,
.pagination .next a {
  position: relative;
  top: 50%;
  font-weight: bold;
  text-decoration: none;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 2px;
  display: block;
  box-sizing: border-box;
}
.pagination .prev a:before,
.pagination .next a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: url(../img/news/icon-prev.png) 0 0 no-repeat;
  background-size: 35px;
}
.pagination .prev a {
  left: 0;
}
.pagination .prev a:before {
  left: -12px;
  transform: translateY(-50%);
}
.pagination .next a {
  right: 0;
}
.pagination .next a:before {
  right: -12px;
  left: auto;
  transform: translateY(-50%);
  background: url(../img/news/icon-next.png) 0 0 no-repeat;
  background-size: 35px;
}
.pagination .page-numbers:not(.prev):not(.next) a {
  font-weight: normal;
}
.pagination .page-numbers:not(.prev):not(.next):not(.current) a {
  font-size: 14px;
  font-weight: 700;
  color: #e24a7e;
  /* font-family: 'Barlow', sans-serif; */
  line-height: 1;
  text-align: center;
  position: relative;
  text-decoration: none;
  width: 35px;
  height: 35px;
  padding: 10px 0 0;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  letter-spacing: 0;
  border: 1px solid #ebd2c3;
}
.page-numbers.current span {
  font-size: 14px;
  font-weight: 700 !important;
  color: #fff;
  /* font-family: 'Barlow', sans-serif; */
  line-height: 1;
  text-align: center;
  position: relative;
  background-color: #e24a7e;
  width: 35px;
  height: 35px;
  padding: 10px 0 0;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;
  letter-spacing: 0;
  border: 1px solid #e24a7e;
}

/* pc
------------------------------------------------------------ */
@media screen and (min-width: 952px) {
  .pagination .nav-links {
    max-width: 100%;
  }
  .pagination .page-numbers:not(.prev):not(.next) span,
  .pagination .page-numbers:not(.prev):not(.next) a {
    margin: 0 7px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .pagination .page-numbers:not(.prev):not(.next):not(.current) a,
  .pagination .page-numbers a {
    display: none;
  }
  .pagination .prev.page-numbers a,
  .pagination .next.page-numbers a,
  .pagination .page-numbers.current span {
    display: block;
  }
  .pagination .prev a,
  .pagination .next a {
    width: 40px;
    height: 40px;
  }
  .pagination .prev a:before,
  .pagination .next a:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .pagination .next a:before {
    background-size: 40px;
  }
  .pagination .page-numbers:not(.prev):not(.next):not(.current) a {
    width: 40px;
    height: 40px;
  }
  .page-numbers.current span {
    width: 40px;
    height: 40px;
    padding: 13px 10px 0;
  }
}

/* detail
============================================================ */
.com-news-detail-wrap {
}
.com-news-detail-wrap .head {
  padding: 28px 0;
  border-top: solid 1px #ebd2c3;
  border-bottom: solid 1px #ebd2c3;
  margin-bottom: 40px;
}
.com-news-detail-wrap .head .data {
  display: flex;
  align-items: center;
}
.com-news-detail-wrap .head .data .day {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #c3aa99;
}
.com-news-detail-wrap .head .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #433c37;
  margin-top: 15px;
}
.com-btn-wrap {
  text-align: center;
  margin-top: 60px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .hoge {
  }
}


