@charset "utf-8";

/*----------お知らせ------------*/

.newsItem a:hover .newsTitle {
    text-decoration: underline;
}

.newsSet {
    display: block;
}

.newsBlock section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.newsBlock article {
    width: 100%;
}


.newsTitle {
    font-size: 14px;
    color: #555;
    line-height: 1.5em;
    font-weight: 500;
    position: relative;
    margin-top: 6px;
    letter-spacing: 0.05em;
}

.newsItem {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.newsItem a {
    display: block;
    position: relative;
}

.newsImgBx {
    position: relative;
    padding: 0 0 70.39%;
    background: #FFF9F2;
}

.newsImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.newsImgControl {
    width: 100%;
    position: relative;
    padding: 0 0 66.5%;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

.newsImgControl > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.newsImgBx > span >img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}
  
.newsImgBx > img+span{
    display: none;
}

.newsCate{
  font-size: 10px;
  display: inline-block;
  font-weight: 500;
  padding: 4px 18px;
  line-height: 1.267em;
  min-width: 70px;
  max-width: 100px;
  border: 1px solid #AF6762;
  background: #fff;
  color: #AF6762;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.newsDay {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.newsTitleBx {
    margin: 8px 0 0;
}

.sideTit {
    position: relative;
    font-size: 20px;
    line-height: 1em;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #E3D6C6;
}

.cateBox:first-child {
    margin-bottom: 30px;
}

.sideLink {
    position: relative;
    display: block;
    margin: 0 0 0 0.7em;
    padding: 10px 2% 10px 12px;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: .5s;
}

.sideLink:hover {
    color: #AF6762;
    transition: .5s;
}

.sideLink::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.25rem;
    left: 0;
    /* transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #AF6762;
    transition: all .5s;
}

.sideLink:hover::before {
    opacity: 1;
    transition: all .5s;
}

.webgene-pagination {
    width: 100%;
    grid-column: 1/3;
}

/* -- pager -- */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

.webgene-pagination > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height:30px;
    min-height:30px;
    width:100%;
    max-width:30px;
    margin: 30px 5px 0;
    padding: 4px 0;
    font-size: 14px;
    background-color: #FFF;
    list-style: none;
    border: 1px #AF6762 solid;
}

.webgene-pagination > ul > li.selected > a {
    color: #FFF;
    background-color: #AF6762;
    cursor: inherit;
    transition: all .5s;
}

.webgene-pagination > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #AF6762;
    transition: all .5s;
}

.webgene-pagination > ul > li > a:hover {
    color:#FFF;
    background-color: #AF6762;
    text-decoration: none;
    transition: all .5s;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a {
    font-size: 11px;
    color: #FFF;
}

/*---詳細---*/

.newsDetailTxt {
    margin-top: 32px;
}

.newsDetailCate {
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    padding: 4px 18px;
    line-height: 1.267em;
    border: 1px solid #AF6762;
    background: #fff;
    color: #AF6762;
}

.newsDetailTime {
    color: #555;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-size: 16px;
}

.newsDetailSubBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 30px;
    margin-bottom: 10px;
}

.newsDetailTit {
    font-size: 20px;
    color: #555;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #E3D6C6;
    padding-bottom: 10px;
    margin-bottom: 32px;
}

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

.newsCate{
  font-size: 12px;
  min-width: 80px;
  max-width: 100px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.newsBlock  section {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.webgene-pagination {
    grid-column: 1/4;
}
    
.newsCate {
    max-width: 120px;
}

.newsDetailTit {
    font-size: 25px;
}

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

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

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

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

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

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


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

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

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


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

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

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

.newsBlock  section {
    gap: 45px;
}


.newsDay {
    font-size: 16px;
}

.newsCate{
  font-size: 15px;
}

.newsTitle {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topnewsBlockBox  article {
    width: 100%;
}

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

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

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