@charset "utf-8";


/*--- カテゴリ ---*/

.categoryHeader {
    font-size: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #D9A066;
}

.categoryListItem {
    display: block;
    margin: 10px 0 0;
}

.categoryLink {
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    color: #745E48;
    font-size: 16px;
}

.categoryLink:hover{
    color: #745E48;
  	text-decoration: underline;
}

.categoryLink:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D9A066;
    transition: all .3s;
    z-index: -1;
}

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

.newsFrame {
    gap: 0 45px;
}

/* -- 一覧 -- */

.inNewsItem .imgArea > img + .noImg {
    display: none;
}

.inNewsItem .imgControl {
    position: relative;
    background: #F2F2E7;
    padding: 0 0 64.29%;
    overflow: hidden;
    height: 0;
}

.inNewsItem > a {
    display: block;
    position: relative;
    transition: .5s;
}

.inNewsItem:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.inNewsItem img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
    object-fit: cover;
    transition: all .5s;
}

.newsMain section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 3.22%;
}

.dateCateArea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 18px 0 0;
}

.inNewsDateBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.inNewsItem .inCate {
    max-width: 70px;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: center;
    padding: 3px 10px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #CEC4B8;
}

.inNewsItem .inNewsTxtBox {
  	margin: 10px 0 0;
}

.inNewsItem .inDate {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.24em;
    letter-spacing: 0.05em;
    margin: 10px 0 0;
    word-break: break-all;
}

.inNewsItem .inTit {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    color: #333;
}

.inNewsItem > a:hover .inTit {
	text-decoration: underline;
}

.number.selected {
    list-style: none;
}

.number.selected a {
    color: #333;
}

/* -- 詳細 -- */

.newsCont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newsDateBox {
    display: flex;
    align-items: center;
}

.newsDtl .cate {
    display: inline-block;
    padding: 3px 20px 4px;
    min-width: 100px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #CEC4B8;
}

.newsDtl .date {
    margin: 0 10px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.24em;
    letter-spacing: 0.05em;
}

.newsDtl .tit {
    font-size: 16px;
    margin: 10px 0 0;
    border-bottom: solid 1px #E6E6E6;
    padding: 0 0 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    color: #414141;
}

.newsDtl .img {
    margin: 15px 0 0;
    text-align: center;
}

.newsDtl .content {
    margin: 15px 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2.15em;
}

.backBtn {
    margin: 25px auto 0;
}

.pdfBtn {
    max-width: 300px;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 20px 25px 20px 25px;
    border-radius: 5px;
}

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

.newsBlock .webgene-pagination {
    grid-column: 3 / 1;
}


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

.inNewsDateBox {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
} 
  
.inNewsItem .cate {
	max-width: 120px;
}    
  
.inNewsItem .inDate {
	margin: 0 20px 0 0;
}

.newsDtl .content {
    font-size: 14px;
}
 
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.inNewsItem .cate {
    font-size: 10px;
}    
  
/* ---------- 新着情報一覧 ---------- */
    
.newsMain section {
    grid-template-columns: repeat(3, 1fr);
}

.newsDtl .content {
    font-size: 16px;
}
  
/* ---------- ぺージャー ---------- */

.newsBlock .webgene-pagination {
    grid-column: 1/4;
}

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

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

  
/*-----------------------------------------------------------
新着情報一覧
-----------------------------------------------------------*/

.newsMain section {
    gap: 60px 3.22%;
}
  
.inNewsItem .inCate {
    max-width: 100px;
	font-size: 14px;
}
 
.inNewsItem .inDate {
    font-size: 14px;
}

.inNewsItem .inTit {
    margin: 6px 0 0;
    font-size: 16px;
}

/*-----------------------------------------------------------
新着情報詳細
-----------------------------------------------------------*/
  
.newsDtl .tit {
    font-size: 20px;
    margin: 20px 0 0;
    padding: 0 0 10px;
}

.newsDtl .cate {
    font-size: 16px;
} 
  
.newsDtl .date {
    font-size: 16px;
} 

.newsDtl .content {
    margin: 30px 0 0 0;
    font-size: 18px;
}  

.newsDtl .img {
    margin: 30px 0 0;
}

.newsDtl .img:empty {
    display: none;
}

.newsDtl .pdfBtn {
    margin: 30px auto 0;
}

.backBtn {
    margin: 50px auto 0;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/* -- お知らせ -- */ 
  
.inNewsItem .inDate {
	font-size: 16px;
}
  
.inNewsItem .inCate {
	max-width: 120px;
    font-size: 16px;
}
  
.inNewsItem .inTit {
	font-size: 18px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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