body {
    color: #3a3a3a;
}

/*=======================================================================

お知らせページ

=======================================================================*/

.main_lower {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 20px;
}

.news-classification {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .03em;
    padding: 4px 12px;
    border: 2px solid #DDDDDD;
    border-radius: 11px;
    color: #fff;
    background-color: #660b06;
    margin-left: 10px;
}

.news-row_wrapper {
    list-style: none;
}

.news-date_wrapper {
    display: flex;
    padding: 10px 5px;
}

.news-row_wrapper a {
    text-decoration: none;
    color: #636363;
}

.news-content {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.main_single {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.main_single img{
    width: 100%;
}

.main_single_title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.main_single_title h1 {
    padding: 12px 0;
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 22px;
}

.content h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.content h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.main_single_title a {
    text-decoration: none;
}

.news-detail__btn {
    margin-top: 70px;
    border-top: 1px solid #d0dcd4;
    padding-top: 35px;
}

.news-detail__btn a {
    background: #660b06;
    color: #fff;
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.more-btn {
    background: #f5f5f5;
    color: #62bec9;
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.tab-btn {
    transition: all 0.3s ease;
}

.news-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.news-tabs li{
    list-style: none;
}

.tab {
    cursor: pointer;
    background: #eee;
    border-radius: 4px;
}

.tab a {
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: #eee;
    border-radius: 4px;
}

.tab.current {
    background: #660b06;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.tab-news-all {
    padding: 0.5rem 1rem;
}

.tab-news {
    padding: 0.5rem 1rem;
}

.tab-btn.active a {
    background-color: #660b06;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

.tab-btn a {
    display: block;
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: #eee;
    color: #636363;
    border-radius: 4px;
    text-decoration: none;
}

.page-numbers {
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    background: #f5f5f5;
    text-decoration: none;
}

.page-numbers.current {
    background: #660b06;
    color: #fff;
}

.wp-pagenavi {
    margin-top: 30px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #636363 !important;
}

/*=======================================================================

お知らせ詳細atf

=======================================================================*/

.title-area a {
    color: #000;
}

.hour-area p {
    color: #000;
}

.menu-icon span {
    background: #000;
}

.menu-icon p {
    color: #000;
}

.news-lower-atf {
    background: none;
    height: 85px;
}

.news-lower-atf-title h2 {
    text-align: left;
    color: #000;
    text-shadow: 0 0 #000;
}

.news-lower-atf-title p {
    color: #000;
    text-shadow: 0 0 #000;
}

/*=======================================================================

お知らせ詳細

=======================================================================*/


.singlepage p {
    line-height: 1.8;
}

.singlepage li {
    line-height: 1.8;
    list-style: unset;
}

.wp-block-list li {
    margin-left: 20px;
}

.singlepage h2 a {
    color: #636363;
}


.time_cate_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.cate_single {
    display: inline-block;
    font-size: 11px;
    line-height: 1 !important;
    letter-spacing: .03em;
    padding: 4px 12px;
    border: 2px solid #DDDDDD;
    border-radius: 20px;
    color: #fff !important;
    background-color: #660b06;
    margin-left: 10px;
}

.thumbnail-img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 20px;
}

.news-detail__btn_single {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}



.news-detail__btn_single a {
    background-color: #660b06;
    color: #fff;
    border: 1px solid #660b06;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    max-width: 150px;
    width: 150px;
    text-align: center;
    transition: 0.3s;
}

.news-detail__btn_single a:hover {
    color: #660b06;
    background-color: #fff;
    border: 1px solid #660b06;
}

.more-btn_single {
    margin: 0 auto;
    background-color: #fff!important;
    color: #660b06!important;
    border: 1px solid #660b06!important;
    padding: 10px 20px!important;
    text-decoration: none!important;
    display: block!important;
    max-width: 310px!important;
    width: 310px!important;
    text-align: center!important;
    transition: 0.3s!important;
}

.more-btn_single:hover {
    color: #fff!important;
    background-color: #660b06!important;
    border: 1px solid #660b06!important;
}
