@charset "utf-8";

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

/* base
============================================================ */
#lay-main {
  padding-top: 0;
  background:  url(../img/common/bg_grunge_03.png) top -325px left, #2D3238;
  background-size: 800px 800px, 100% 100% ;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  #lay-main {
    background:  url(../img/common/bg_grunge_03.png) top -200px left, #2D3238;
  }
}

/* news-wrap
============================================================ */
/* .news-wrap {
  width: 630px;
  min-height: 150px;
  margin: 0 auto;
}
.news-wrap table th,
.news-wrap table td {
  padding: 27px 0;
  border-bottom: solid 1px #bababa;
  vertical-align: top;
}
.news-wrap table tr:first-child th,
.news-wrap table tr:first-child td {
  padding-top: 0;
}
.news-wrap table th {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 2;
  color: #778ba0;
  white-space: nowrap;
  width: 130px;
}

.news-wrap td a,
.news-wrap td span {
  font-size: 13px;
  display: block;
}
.news-wrap td a:hover {
  text-decoration: underline;
} */

.blog-wrap{}

.blog-list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -45px;
  /* margin-top: -90px; */
}

.blog-item{
  /* width: calc(33.3333% - 40px);
  margin-left: 40px; */
  width: calc(33.3333% - 45px);
  margin-left: 45px;
  margin-top: 90px;
}

.blog-item:nth-child(-n+3){
  margin-top: 0;
}

.blog-item a,
.blog-item span{
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #797C7E;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blog-item a:hover{
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

.blog-item .blog-img{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(180 / 290 * 100%);
}

.blog-item .blog-img img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* height: 180px; */
  object-fit: cover;
}

.blog-item .time{
  display: block;
  margin-top: 17px;
  font-size: 14px;
  line-height: 1;
  color: #797C7E;
}

.blog-title{
  margin-top: 10px;
  /* height: 50px; */
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: calc(27 / 15);
}

/* tb
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .news-wrap {
    width: 65.557vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  /* .news-wrap {
    width: 100%;
    min-height: auto;
  }
  .news-wrap table th,
  .news-wrap table td {
    padding: 29px 0;
    display: block;
    width: 100%;
  }
  .news-wrap table tr:first-child th,
  .news-wrap table tr:first-child td {
    padding-top: 0;
  }
  .news-wrap table tr:first-child td {
    padding-top: 10px;
  }
  .news-wrap table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    line-height: 1;
  }
  .news-wrap table td {
    padding-top: 10px;
    padding-bottom: 18px;
  }
  .news-wrap td a,
  .news-wrap td span {
    width: 100%;
    overflow: visible;
    white-space: normal;
    text-decoration: none;
  }
  .news-wrap td a:hover {
    text-decoration: none;
  } */
  
  .blog-wrap{}
  
  .blog-list{
    display: block;
    margin: 0 auto;
    max-width: 550px;
  }
  
  .blog-item{
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .blog-item{
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .blog-item:nth-child(-n+3){
    margin-top: 50px;
  }

  .blog-item:first-child{
    margin-top: 0;
  }
  
  .blog-item a{
    padding-bottom: 20px;
  }

   .blog-item .time{
    margin-top: 15px;
  }
  
  .blog-title{
    margin-top: 8px;
  }
}

/* pagination
============================================================ */
.pagination .screen-reader-text {
  display: none;
}
.pagination {
  margin: 50px 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 a {
  transition: opacity .3s ease;
}
.pagination a:hover {
  opacity: .7;
}
.pagination .prev a,
.pagination .next a {
  position: relative;
  top: calc(50% + 1px);
  font-weight: bold;
  text-decoration: none;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  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/common/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/common/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: 18px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  text-align: center;
  position: relative;
  text-decoration: none;
  /* width: 20px;
  height: 20px; */
  padding: 5px 20px 5px;
  box-sizing: border-box;
  background-color: none;
  display: block;
  border-radius: 50%;
  letter-spacing: 0;
}
.page-numbers.current span {
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  text-align: center;
  position: relative;
  background-color: none;
  /* width: 20px;
  height: 20px; */
  padding: 5px 20px 5px;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;
  letter-spacing: 0;
}
.page-numbers.current span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background-color: #E3BE6A;
}

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

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .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;
  }
}

/* detail
============================================================ */
/* body.detail .com-kv-wrap-A .contents-title .day {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  color: #778ba0;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 328px;
  left: 14px;
}

.news-detail {
  width: 630px;
  margin: 0 auto;
} */
.com-news-detail-wrap .head {
  padding: 0 0 30px;
  border-bottom: solid 1px #797C7E;
  margin-bottom: 50px;
}
.com-news-detail-wrap .head .data .day {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #797C7E;
  margin-bottom: 10px;
}
.com-news-detail-wrap .head .title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #E3BE6A;
}

.com-news-detail-wrap .body{
  font-size: 16px;
  color: #D5D5C8;
  line-height: calc(33 / 16);
  letter-spacing: 0.04em;
}

.com-news-detail-wrap .body li{
  font-size: 16px;
  color: #D5D5C8;
  line-height: calc(24 / 16);
  letter-spacing: 0.04em;
}

/* .com-news-detail-wrap .body a{
  color: #E3BE6A;
} */
/* 
.com-news-detail-wrap .body span{
  text-decoration: underline;
  text-decoration-color: #E3BE6A;
} */


.com-btn-wrap {
  margin-top: 90px;
}

.com-btn-wrap a{
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}

/* .com-btn-wrap span a{
  text-decoration-color: #E3BE6A;
} */


/* tb
------------------------------------------------------------ */
/* @media screen and (max-width: 961px) {
  .news-detail {
    width: 65.557vw;
  }
} */

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .news-detail {
    width: 100%;
  }
  .com-news-detail-wrap .head {
    margin-bottom: 30px;
  }
  .com-news-detail-wrap .head .title {
    font-size: 18px;
    line-height: 1.8;
  }
}

/* hoge
============================================================ */
.hoge {
}

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