/* ----------------------------------------------------------------------
  共通
---------------------------------------------------------------------- */
/* ------------------------------------------
  sec_page_ttl
------------------------------------------ */
.sec_page_ttl .page_ttl_wrap .inner.event {
    padding: 13px 0 18px;
}
.sec_page_ttl .page_ttl_wrap .inner.now {
    padding: 17px 0 20px;
}
.sec_page_ttl .page_ttl_wrap .inner.news {
    padding: 25px 0 25px;
}

.sec_page_ttl .page_ttl_wrap .inner.event .date {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: calc(27/18);
}
.sec_page_ttl .page_ttl_wrap .inner.now .date {
    font-size: 1rem;
    line-height: calc(24/16);
    font-weight: 500;
}
.sec_page_ttl .page_ttl_wrap .inner.news .date {
    font-size: 1rem;
    line-height: calc(24/16);
    font-weight: 500;
}

.sec_page_ttl .page_ttl_wrap .evet_ttl {
    font-family: "Shippori Mincho", sans-serif;
    font-size: 2.187rem;
    margin-top: 13px;
    line-height: calc(42/35);
}

.sec_page_ttl .page_ttl_wrap .inner.now .evet_ttl {
    margin-top: 8px;
}
.sec_page_ttl .page_ttl_wrap .inner.news .evet_ttl {
    margin-top: 15px;
    font-size: 1.562rem;
    line-height: calc(30/25);
}

@media screen and (max-width: 767px) {  
    .sec_page_ttl .page_ttl_wrap .inner.event {
        padding: 5px 0 12px;
    }
    .sec_page_ttl .page_ttl_wrap .inner.now {
        padding: 26px 0 40px;
    }
    .sec_page_ttl .page_ttl_wrap .inner.news {
        padding: 19px 10px 30px;
    }
    
    .sec_page_ttl .page_ttl_wrap .inner.event .date {
        font-size: 1rem;
        line-height: calc(24/16);
    }
    .sec_page_ttl .page_ttl_wrap .inner.now .date {
        font-size: 0.875rem;
        line-height: calc(20/14);
    }
    .sec_page_ttl .page_ttl_wrap .inner.news .date {
        font-size: 0.875rem;
        line-height: calc(24/16);
    }

    
    .sec_page_ttl .page_ttl_wrap .evet_ttl {
        font-size: 1.25rem;
        margin-top: 7px;
        line-height: calc(27/20);
    }

    .sec_page_ttl .page_ttl_wrap .inner.now .evet_ttl {
        margin-top: 10px;
        font-size: 1.562rem;
        line-height: calc(30/25);
    }
    .sec_page_ttl .page_ttl_wrap .inner.news .evet_ttl {
        margin-top: 18px;
        font-size: 1.562rem;
        line-height: calc(30/25);
    }
    .sec_page_ttl .page_ttl_wrap .inner.news .evet_ttl {
        margin-top: 15px;
        font-size: 1.25rem;
        line-height: calc(27/20);
    }
}

/* ------------------------------------------
  sec_single_page_content
------------------------------------------ */
.sec_single_page_content {
    margin-top: 55px;
}

.sec_single_page_content .thumb {
    max-width: 800px;
    margin: 0 auto;
}

.sec_single_page_content .content {
    margin-top: 62px;
}

.sec_single_page_content.news .content {
    border-bottom: 1px solid #000;
    padding-bottom: 110px;
}

.sec_single_page_content .content p {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: calc(36/16);
}

.sec_single_page_content .content p + p {
    margin-top: 40px;
}

.sec_single_page_content .btn_archive_link {
    margin-top: 45px;
}

.single_page_pagination {
    margin-top: 38px;
}

.single_page_pagination a {
    border: 2px solid #000;
    border-radius: 5px;
    transition: .5s ease;
    display: block;
    font-size: 0.875rem;
    font-family: "Shippori Mincho", sans-serif;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    line-height: 44px;
}

.single_page_pagination a:hover {
    background-color: #FFEB00;
}

.single_page_pagination .prev {
    float: left;
    background-image: url(../images/common/single_page_pagination_arrow_prev.png);
    background-position: left 13px center;
    padding: 0 23px 0 36px;
}

.single_page_pagination .next {
    float: right;
    background-image: url(../images/common/single_page_pagination_arrow_next.png);
    background-position: right 13px center;
    padding: 0 36px 0 23px;
}

.single_page_tag {
    margin-top: 62px;
    padding-bottom: 38px;
    border-bottom: 1px solid #000;
}

.single_page_tag .tag_ttl {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}

.single_page_tag .tag_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 38px;
}

.single_page_tag .tag_list a {
    padding: 14px 18px;
    min-width: 85px;
    line-height: 1;
    border: 2px solid;
    border-radius: 5px;
    font-size: 0.875rem;
    text-align: center;
    transition: background-color 0.5s ease;
}

.single_page_tag .tag_list a:hover {
    background-color: #FFFF00;
    opacity: 1;
}



@media screen and (max-width: 767px) {  
    .sec_single_page_content {
        margin-top: 20px;
    }
    
    .sec_single_page_content .thumb {
        max-width: 86.4%;
    }
    
    .sec_single_page_content .content {
        margin-top: 15px;
    }

    .sec_single_page_content.event .content {
        border-bottom: 1px solid #000;
        padding-bottom: 36px;
    }
    .sec_single_page_content.news .content {
        padding-bottom: 85px;
    }
    
    .sec_single_page_content .content p {
        font-size: 0.875rem;
        line-height: calc(30/14);
    }
    
    .sec_single_page_content .content p + p {
        margin-top: 30px;
    }
    
    .sec_single_page_content .btn_archive_link {
        margin-top: 37px;
        width: 130px;
    }

    .single_page_pagination {
        margin-top: 30px;
    }

    .single_page_pagination .prev {
        padding: 0 23px 0 34px;
    }
    
    .single_page_pagination .next {
        float: right;
        background-image: url(../images/common/single_page_pagination_arrow_next.png);
        background-position: right 13px center;
        padding: 0 34px 0 23px;
    }

    .single_page_tag {
        margin-top: 43px;
        padding-bottom: 30px;
    }
    
    .single_page_tag .tag_ttl {
        font-size: 0.875rem;
    }
    
    .single_page_tag .tag_list {
        margin-top: 12px;
    }    
}
