@charset "utf-8";
/* CSS Document */

/*==================================
ページトップへのボタン
====================================*/

.topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
}

.topBtn:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transition: .5s;
}

.topBtn:hover::before {
    top: 12px;
}

@media screen and (max-width:767px) {

    .topBtn {
        width: 45px;
        height: 45px;
    }

    .topBtn::before {
        top: 16px;
    }

}

/*==================================
ホバーの共通化
====================================*/

.cmn_hover {
    transition: 0.5s;
}

.cmn_hover:hover {
    opacity: 0.6;
    text-decoration: none;
}

/*==================================
共通のpadding設定
====================================*/

.sub_pdg {
    padding: 130px 0 100px;
}

@media screen and (max-width:767px) {

    .sub_pdg {
        padding: 80px 0 60px;
    }

}

/*====================
一覧ページネーション
====================*/

.pagenation {
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
}

.pagenation li {
    margin: 0 5px;
}

.pagenation li span,
.pagenation li a {
    padding: 10px;
    display: block;
    background-color: #fff;
    border: 1px solid;
    line-height: 1.5;
}

.pagenation li span,
.pagenation li:hover a {
    color: #fff;
}

.pagenation li span,
.pagenation li a:hover {
    background-color: #434343;
}

.post_none {
    margin: 0 auto;
    font-size: 2rem;
}

.top_post_none {
    font-size: 1.4rem;
    color: #fff;
}

@media screen and (max-width:767px) {}

/*========================================
詳細ページネーションの設定
==========================================*/

.paginated-link {
    display: flex;
    justify-content: center;
    color: inherit;
    margin-top: 40px;
}

.paginated-link a {
    line-height: 1;
}


.back-link {
    position: relative;
    width: 100px;
    text-align: center;
    border-left: 1px solid;
    border-right: 1px solid;
}

.prev-link,
.next-link {
    width: 40%;
}

.prev-link {
    margin-right: 20px;
    text-align: right;
}

.next-link {
    margin-left: 20px;
}

@media screen and (max-width:767px) {

    .paginated-link {
        font-size: 1.2rem;
    }

}

/*==================================
パンくずリスト設定
====================================*/

.breadcrumbs .bread_boxs {
    justify-content: flex-start;
}

.breadcrumbs li {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.breadcrumbs .bread_name {
    flex: 1;
}

.breadcrumbs li:not(:last-child)::before {
    content: ' ';
    display: block;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
}

.breadcrumbs li,
.breadcrumbs a {
    font-size: 1.2rem;
}

.breadcrumbs a {
    text-decoration: underline;
}


@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 7px 0;
    }

    .breadcrumbs li:not(:last-child) {
        padding: 0 30px 0 0;
    }

    .breadcrumbs li:not(:last-child)::before {
        width: 8px;
        height: 8px;
        right: 13px;
    }
}

@media screen and (max-width:767px) {

    .breadcrumbs {
        padding: 4px 0;
    }

    body:not(#top) .breadcrumbs .bread_boxs {
        flex-direction: row;
        padding: 4px 0;
    }

    .breadcrumbs li:not(:last-child) {
        padding: 0 22px 0 0;
    }

    .breadcrumbs li:not(:last-child)::before {
        width: 7px;
        height: 7px;
        right: 10px;
    }

    .breadcrumbs a {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}

/*==================================
テキスト中央寄席の設定
====================================*/

.cen_txt {
    text-align: center;
}

/*==================================
ここから追加
====================================*/

/*tel_num*/

.tel_num{
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.3rem;
    background: url(../images/common/tel_num_icon.png) no-repeat left center;
    padding-left: 50px;
    font-weight: 500;
    line-height: 1;
    color: #232323!important;
}

@media screen and (max-width:767px) {

    .tel_num{
        font-size: 2.8rem;
        padding-left: 40px;
        background-size: 30px;
    }

}

/*cmn_ttl*/

.cmn_ttl{
    position: relative;
    font-size: 4.3rem;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #4e3710;
    margin-bottom: 70px;
}

.cmn_ttl::before,
.cmn_ttl::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 270px;
    height: 1px;
    background: url(../images/common/cmn_ttl_line.png) no-repeat center;
}

.cmn_ttl::after{
    left: auto;
    right: 0;
}

.cmn_ttl span{
    position: relative;
    z-index: 0;
}

.cmn_ttl span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 360px;
    height: 159px;
    background: url(../images/common/cmn_ttl_deco01.png) no-repeat center / contain;
    z-index: -1;
}

.cmn_ttl span::after{
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 259px;
    height: 53px;
    background: url(../images/common/cmn_ttl_deco02.png) no-repeat center / contain;
}

.cmn_ttl_deconone span::before{
    content: none;
}

@media screen and (max-width:767px) {

    .cmn_ttl{
        font-size: 2.6rem;
        margin-bottom: 50px;
    }

    .cmn_ttl::before, .cmn_ttl::after{
        width: 50px;
    }

    .cmn_ttl span::before{
        width: 245px;
        height: 110px;
    }

    .cmn_ttl span::after{
        top: -45px;
        width: 175px;
        height: 37px;
    }

}

/*fix_sns*/

.fix_sns{
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 1000;
}

.fix_sns a{
    display: block;
}

.fix_sns a:not(:last-child){
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {

    .fix_sns{
        display: none;
    }

}

/*sp_fix_info*/

.sp_fix_info{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 5px 10px;
}

.sp_fix_info_in{
    max-width: 400px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

.sp_fix_info .tel_num{
    font-size: 2.4rem;
    background-size: 24px;
    padding-left: 35px;
}

.sp_fix_info .h_line_bnr{
    width: 130px;
}






