/*====================================================*/
/* 共通 */
/*====================================================*/
body {
    background-image: url(../img/common/bg_fix_sp.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
@media print,screen and (min-width: 1000px){
    body {
        background-image: url(../img/common/bg_fix_pc.jpg);
    }
}

.page-title {
    margin: 4rem 0 2rem;
    color: var(--point-color);
    font-family: var(--font-cormorant);
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: center;
}


/*====================================================*/
/* ページネーション */
/*====================================================*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers {
    margin-right: 2rem;
}

/* 記事一覧 */
.archive_page .nav-links {
    margin-top: 6rem;
    margin-bottom: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.archive_page .page-numbers.current {
    text-decoration: underline;
}

@media print,screen and (min-width: 1025px){
    .archive_page .nav-links {
        margin-top: 10rem;
        margin-bottom: 13.5rem;
        font-size: 1.6rem;
    }
}

/* 記事詳細 */
.single_pagination {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    font-family: var(--font-cormorant);
    font-size: 1.3rem;
    letter-spacing: 0.025em;
}
.single_pagination .back-link {
    text-align: center;
}
.single_pagination .prev-link a {
    padding-left: 4em;
    position: relative;
}
.single_pagination .prev-link a::before {
    content: "";
    display: inline-block;
    width: 3em;
    height: 1px;
    background-color: #444;
    position: absolute;
    top: 0.9em;
    left: 0;
}
.single_pagination .prev-link a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid #444;
    border-bottom: 0 solid transparent;
    border-left: 0px solid transparent;
    position: absolute;
    top: 0.5em;
    left: 0;
}
.single_pagination .next-link a {
    padding-right: 4em;
    text-align: right;
    position: relative;
}
.single_pagination .next-link a::before {
    content: "";
    display: inline-block;
    width: 3em;
    height: 1px;
    background-color: #444;
    position: absolute;
    top: 0.9em;
    right: 0;
}
.single_pagination .next-link a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 8px solid #444;
    position: absolute;
    top: 0.5em;
    right: 0;
}
.single_pagination li {
    transition: var(--hover-transition);
}
.single_pagination li:hover {
    opacity: 0.6;
}

@media print,screen and (min-width: 1025px){
    .single_pagination {
        font-size: 1.6rem;
    }
    .single_pagination .prev-link a::after,
    .single_pagination .next-link a::after {
        top: 0.55em;
        right: 0;
    }
}

/*====================================================*/
/* お知らせ共通 */
/*====================================================*/
.news-category {
    display: inline-block;
    margin-left: 1.5em;
    padding: 0.3em 1em;
    background-color: #fff;
    border: 0.5px solid #444;
    font-size: 1.2rem;
}

/*====================================================*/
/* お知らせ一覧 */
/*====================================================*/
.news.archive_page {
    margin-bottom: 8rem;
}
.news-ist {
    margin-right: calc( 22 * 100% / 750 );
    margin-left: calc( 22 * 100% / 750 );
    margin-bottom: 5rem;
}
.news-post {
    padding: 1.2em 0;
    border-bottom: 0.5px solid #444;
    font-size: 1.4rem;
    transition: var(--hover-transition);
}
.news-post_top {
    margin-bottom: 1em;
}
.news-post_title {
    color: var(--point-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news.archive_page .nav-links {
    margin-top: 5.5rem;
}
.news-post:hover {
    opacity: 0.6;
}

@media print,screen and (min-width: 1025px){
    .news.archive_page {
        margin-bottom: 13.5rem;
    }
    .news-ist {
        margin-right: calc( 270 * 100% / 1500 );
        margin-left: calc( 270 * 100% / 1500 );
    }
    .news-post {
        display: grid;
        grid-template-columns: 220px 1fr;
        padding: 3rem 0;
        font-size: 1.6rem;
    }
    .news-post_top {
        margin-bottom: 0;
    }
    .news.archive_page .nav-links {
        margin-top: 8rem;
    }
}

/*====================================================*/
/* お知らせ詳細 */
/*====================================================*/
.news-single {
    margin-right: calc( 40 * 100% / 750 );
    margin-left: calc( 40 * 100% / 750 );
}
.news-single_top {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}
.news-single_title {
    margin: 1em 0;
    color: var(--point-color);
    font-size: 2rem;
}
.news-single_main {
    min-height: 200px;
    font-size: 1.4rem;
    line-height: 1.75;
}
.news-single_main p {
    margin-bottom: 1em;
}
.news-single_main figure {
    margin-bottom: 1em;
}
.news .single_pagination {
    margin-top: 5rem;
    margin-bottom: 7rem;
    margin-right: calc( 40 * 100% / 750 );
    margin-left: calc( 40 * 100% / 750 );
}

@media print,screen and (min-width: 1025px){
    .news-single {
        margin-right: calc( 270 * 100% / 1500 );
        margin-left: calc( 270 * 100% / 1500 );
    }
    .news .page-title {
        margin-top: 10.5rem;
        margin-bottom: 8.5rem;
        margin-left: calc( 155 * 100% / 1500 );
        font-size: 6.3rem;
        text-align: left;
    }
    .news-single_main {
        min-height: 250px;
        font-size: 1.6rem;
    }
    .news .single_pagination {
        margin-top: 7.5rem;
        margin-bottom: 13.5rem;
        margin-right: calc( 270 * 100% / 1500 );
        margin-left: calc( 270 * 100% / 1500 );
    }
}