@charset "utf-8";

.gapWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.newsImgArea img {
    border-radius: 10px;
}

.tit {
    border-bottom: 1px solid #BBAB90;
    padding-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.45em;
}

.newsCateArea {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.date {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1em;
    margin-top: 5px;
}

.cate {
    background: #C7B18C;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 5px 15px;
}

.newsMain section article:first-child {
    margin-top: 0;
}

.newsMain section article {
    margin-top: 80px;
    position: relative;
}

.newsHight {
    position: absolute;
    z-index: -9;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
}

/* ---------- カテゴリここから ---------- */

.cateH {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 0 15px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #BBAB90;
}

.cateLink {
    display: inline-block;
    color: #4C3C2E;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.222em;
}

.cateLink:hover {
    color: #887F6F;
}

.cateBox {
    margin: 40px auto 0;
}

.cateBox:first-child {
    margin: 0 auto;
}

/* ---------- ぺージャーここから ---------- */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  gap: 10px;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  height: 45px;
  width:100%;
  max-width: 45px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #BBAB90 solid;
  overflow: hidden;
  border-radius: 50%;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.webgene-pagination > ul > li.selected > a{
  color: #F2EDE4;
  background: #4C3C2E;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #4C3C2E;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 100%;
  width: 100%;
  color: #4C3C2E;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #4C3C2E;
  text-decoration: none;
}

.next > a {
    font-size: 0;
    padding-top: 0 !important;
}

.prev > a{
    font-size: 0;
    padding-top: 0 !important;
}

.next > a:before {
    content: "";
    background: url(/system_panel/uploads/images/news_next.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 6px;
    height: 10px;
}

.prev > a:before {
    content: "";
    background: url(/system_panel/uploads/images/news_prev.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 6px;
    height: 10px;
}

.webgene-pagination > ul > .prev > a:hover:before {
    filter: brightness(0) invert(1);
}

.webgene-pagination > ul > .next > a:hover:before {
    filter: brightness(0) invert(1);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.date {
    font-size: 16px;
}

.cate {
    font-size: 16px;
    padding: 5px 15px;
}

.tit {
    font-size: 25px;
}

.cateH {
    font-size: 20px;
    padding: 0 0 20px;
    margin-bottom: 15px;
}

.cateLink {
    font-size: 18px;
}

gapWr {
    gap: 30px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.webgene-pagination > ul > li{
  height: 60px;
  max-width: 60px;
  font-size: 20px;
}

.webgene-pagination > ul{
  margin: 80px auto 0;
}

.newsMain section article {
    margin-top: 130px;
}

.date {
    font-size: 20px;
    margin-top: 5px;
}

.cate {
    font-size: 20px;
    padding: 5px 20px;
}

.tit {
    font-size: 30px;
}

.gapWr {
    gap: 30px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */