@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;
}


/*==================================
ホバーの共通化
====================================*/

.cmn_hover {
    transition: 0.5s;
}

.cmn_hover:hover {
    opacity: 0.6;
    text-decoration: none;
}

/*==================================
共通のpadding設定
====================================*/

.sub_pdg {
    padding: 80px 0 150px;
}

/*====================
一覧ページネーション
====================*/

.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;
}

/*========================================
詳細ページネーションの設定
==========================================*/

.paginated-link {
    display: flex;
    justify-content: center;
    color: inherit;
    margin-top: 40px;
}

.paginated-link a {
    display: block;
    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;
}



/*==================================
パンくずリスト設定
====================================*/

.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;
    }
}

/*==================================
テキスト中央寄席の設定
====================================*/

.cen_txt {
    text-align: center;
}

/*==================================
ここから追加
====================================*/


/*tel_num*/

.tel_num {
    display: inline-block;
    background: url(../images/common/tel_icon.png) no-repeat left center;
    padding-left: 35px;
    font-family: fot-tsukuardgothic-std, 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 3.0rem;
    line-height: 1;
}

/*cmn_pdg*/

.cmn_pdg {
    padding: 100px 0;
}

/*cmn_ttl*/

.cmn_ttl {
    position: relative;
    font-family: fot-tsukuardgothic-std, 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.cmn_ttl::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 31px;
    height: 36px;
    background: url(../images/common/cmn_ttl_deco.png) no-repeat center / contain;
}

/*cmn_news*/

.cmn_news li {
    line-height: 1;
}

.cmn_news li:not(:last-child) {
    margin-bottom: 20px;
}

.news_post_inner {
    position: relative;
    background: #f8f0e5;
    border-radius: 10px;
    align-items: center;
    padding: 17px 100px 17px 20px;
}

.news_post_inner::before {
    content: '';
    position: absolute;
    top: 45%;
    right: 25px;
    transform: translate(50%) rotate(45deg);
    transition: .6s;
    width: 5px;
    height: 5px;
    border-top: 2px solid #f29600;
    border-right: 2px solid #f29600;
}

.news_post_inner:hover::before {
    right: 15px;
}

.news_post_time {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 20px;
}

.news_post_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 25px;
    background: #f29600;
    color: #fff;
    margin-right: 30px;
    font-size: 1.4rem;
}

.news_post_ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

/*cmn_btn*/

.cmn_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    background: url(../images/common/pattern02.jpg);
    border-radius: 30px;
    margin: 0 auto;
    cursor: pointer;
}

.cmn_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    transition: .6s;
    width: 16px;
    height: 16px;
    background: url(../images/common/arrow.png) no-repeat center;
}

.cmn_btn:hover::before {
    right: 7px;
}

/*cmn_card*/

.cmn_card {
    margin-bottom: 60px;
}

.cmn_card_txt {
    max-width: 530px;
    width: 100%;
    line-height: 1.66;
    padding-top: 20px;
}

.cmn_card_txt p:not(:last-child) {
    margin-bottom: 30px;
}

.cmn_card_txt span {
    color: #f29600;
    font-size: 1.8rem;
}


/*cmn_explanation*/

.cmn_explanation_group {
    max-width: 520px;
    width: 100%;
    border: 2px solid #f29600;
    border-radius: 15px;
    padding: 0 25px 20px;
    background: #fff;
}

.cmn_explanation_ttl {
    position: relative;
    font-family: fot-tsukuardgothic-std, 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f29600;
    line-height: 1;
    width: 395px;
    height: 60px;
    margin: -30px auto 30px;
    font-size: 2.2rem;
}
.cmn_explanation_sub_ttl{
    font-size: 15px;
    margin-top: 5px
}

.cmn_explanation_ttl::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-top: 11px solid #f29600;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.cmn_explanation_txt p:not(:last-child) {
    margin-bottom: 10px;
}

.cmn_explanation_txt-small {
    font-size: 1.4rem;
}

.cmn_explanation_txt-small span {
    color: #f29600;
}

/*border_ttl*/

.border_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: fot-tsukuardgothic-std, 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 40px;
}

.border_ttl::before,
.border_ttl::after {
    content: '';
    display: block;
    flex: 1;
    border-bottom: 4px dotted #f29600;
    margin-right: 10px;
}

.border_ttl::after {
    margin-right: 0;
    margin-left: 10px;
}


/*ここからモーダル用*/
.js-modal__bg {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.js-modal__main {
    width: 1080px;
    min-height: 400px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 50px 20px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
    position: absolute;
    border: 2px solid #f29600;
}

.js-modal__btn {
    cursor: pointer
}

.js-modal__btn--close {
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 101;
    cursor: pointer;
    font-size: 1.4rem;
    background: #f29600;
    color: #fff;
    padding: 5px 10px;
}

.modal_ttl {
    position: relative;
    font-size: 2.5rem;
    border-bottom: 2px dotted #f29600;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.modal_data_post {
    align-items: center;
    margin-bottom: 20px;
}

.modal_data_post > *:not(:last-child) {
    margin-right: 10px;
}

.modal_post_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 25px;
    background: #f29600;
    color: #fff;
    font-size: 1.4rem;
}

.modal_body {
    line-height: 1.6;
    padding-bottom: 50px;
}

.modal_body img {
    max-width: 100%;
    height: auto;
}


/*ここからスマホ*/
@media screen and (max-width:767px) {

    /*==================================
    ページトップへのボタン
    ====================================*/

    .topBtn {
        width: 45px;
        height: 45px;
    }

    .topBtn::before {
        top: 16px;
    }

    /*==================================
    共通のpadding設定
    ====================================*/

    .sub_pdg {
        padding: 60px 0 100px;
    }

    /*==================================
    パンくずリスト設定
    ====================================*/

    .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;
    }

    /*========================================
    詳細ページネーションの設定
    ==========================================*/

    .paginated-link {
        font-size: 1.2rem;
    }

    /*==================================
    ここから追加
    ====================================*/

    .cmn_pdg {
        padding: 60px 0;
    }

    .cmn_ttl {
        font-size: 2.6rem;
        padding-bottom: 45px;
    }

    .cmn_ttl::before {
        background-size: 25px;
    }

    .cmn_btn{
        width: 220px;
        height: 50px;
    }

    .js-modal__main{
        width: calc(100% - 25px);
        padding: 50px 10px 20px;
    }

    .js-modal__btn--close{
        right: 10px;
        font-size: 1.3rem;
        padding: 5px 7px;
    }

    .modal_ttl{
        font-size: 2.1rem;
        padding-bottom: 5px;
    }

    .modal_post_tag{
        font-size: 1.3rem;
        width: 75px;
        height: 23px;
    }

    .modal_body{
        padding-bottom: 30px;
    }

    .cmn_card_txt{
        max-width: none;
        padding: 0;
        order: 2;
    }

    .cmn_card_img{
        width: 90%;
        text-align: center;
        margin: 0 auto 30px;
    }

    .border_ttl{
        font-size: 2.3rem;
    }

    .cmn_explanation{
        flex-direction: column;
        align-items: center;
    }

    .cmn_explanation_group{
        padding: 0 10px 20px;
    }

    .cmn_explanation_group:not(:last-child){
        margin-bottom: 60px;
    }

    .cmn_explanation_ttl{
        width: 300px;
        height: 55px;
        font-size: 1.8rem;
        margin: -20px auto 20px;
    }

    .cmn_explanation_ttl::before{
        bottom: -9px;
        border-top: 9px solid #f29600;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }



}
/* 20220215 */
.area_sec{
    border: 2px solid #f29600;
    border-radius: 15px;
    background: #fff;
}
.area_sec .cmn_explanation_group{
    border: none;
}
@media screen and (max-width:767px) {
    .area_sec .cmn_explanation_group:not(:last-child){
        margin-bottom: 30px;
    }
}
