@charset "utf-8";

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

.news-side {
    margin: 60px 0 0;
}


/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.newsBox:hover .newsTit {
    text-decoration: underline;
}

.newsBox:hover .newsTit:before {
    transition: all .5s;
    transform: translateX(9px);
}

.newsBox .newsTit:before {
    transition: all .5s;
}

.news-block {
    margin: -20px 0 0;
}

.newsItemBox {
    border-bottom: 1px solid #D2C4B9;
}

.newsCate {
    font-size: 13px;
    color: #392204;
    background: #EADBBE;
    min-width: 100px;
    max-width: 160px;
    padding: 1px 20px 1px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 1.5em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    white-space: nowrap;
    overflow: hidden;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 0;
    gap: 5px 20px;
}

.newsInBox {
    width: 100%;
    margin: 8px 0 0;
}

.newsDate {
    display: inline-block;
    font-size: 13px;
    color: #392204;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.newsBox {
    display: block;
    width: 100%;
    position: relative;
    padding: 20px 40px 20px 0;
}

.newsTit {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #392204;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.5em;
}

.newsTit:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 5px;
    background: url(/system_panel/uploads/images/news_arrow.svg)no-repeat;
    background-size: 100%;
    right: 0;
    top: 26px;
    margin: auto;
    background-position: center;
}

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

.news-detail-cate {
    flex: 1;
    width: 100%;
    max-width: max-content;
    font-size: 13px;
    color: #392204;
    background: #EADBBE;
    padding: 1px 20px 1px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 1.5em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-detail-date {
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.news-detail-title {
    font-size: 22px;
    font-family: "Yuji Syuku", serif;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    margin: 15px 0 0;
    border-bottom: 1px solid #D2C4B9;
    padding: 0 0 10px;
}

.news-detail {
    padding: 25px 3%;
    border-top: solid 5px #986846;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.news-detail-info {
    display: flex;
    align-items: center;
}

.news-detail-info > .news-detail-date {
    margin: 0;
}

.news-detail-info > .news-detail-cate {
    margin: 0 0 0 20px;
}

.news-detail-img {
    text-align: center;
    background: unset;
    padding: 0;
    height: auto;
    margin: 20px 0 0;
}

.news-detail-img > img {
    position: static;
}

.news-detail-content {
    margin: 15px 0 0;
}

.news-detail-pdf-btn {
    margin: 20px auto 0;
}

.news-detail-back-btn {
    margin: 25px auto 0;
}

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

.category-box {
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.category-box:not(:first-child) {
    margin: 30px 0 0;
}

.category-box > section {
    margin: 10px 0 0;
}

.category-header {
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #986846;
    color: var(--white);
    padding: 8px 10px;
}

.category-list {
    margin: 5px 0 0;
}

.category-link {
    display: block;
    color: inherit;
    padding: 5px 10px;
    border-bottom: 1px solid #D2C4B9;
    font-size: 14px;
}

.category-link:hover {
    color: inherit;
    opacity: 0.7;
}


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

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

.news-flex-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.news-main {
    width: 75%;
}

.news-side {
    width: 20%;
    margin: 0;
}

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.newsCate {
    font-size: 15px;
}
   
.newsDate {
    font-size: 15px;
}
    
.infoDetailTit01 {
    font-size: 20px;
}

.newsCateSet {
    flex-wrap: nowrap;
}

.newsTit {
    font-size: 16px;
}

.newsTit:before {
    top: 26px;
}

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

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

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.newsTit {
    font-size: 18px;
}

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

.news-detail {
    padding: 50px 3%;
}

.news-detail-title {
    font-size: 26px;
    margin: 20px 0 0;
    padding: 0 0 15px;
}

.news-detail-cate {
    font-size: 15px;
}

.news-detail-date {
    font-size: 15px;
}

.news-detail-img {
    margin: 40px 0 0;
}
    
.news-detail-pdf-btn {
    margin: 40px auto 0;
}
    
.news-detail-back-btn {
    margin: 50px auto 0;
}
    
.news-detail-content {
    margin: 30px 0 0;
}

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

.category-link {
    font-size: 16px;
    padding: 10px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */