@charset "utf-8";
/* CSS Document */

/*==================================
ページトップへのボタン
====================================*/

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 45px;
    height: 45px;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
}

#pagetop:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transition: .5s;
}

#pagetop:hover::before {
    top: 12px;
}

#pagetop a{
    display: block;
    height: 100%;
}

/*==================================
ホバーの共通化
====================================*/

.cmn_hover {
    transition: 0.5s;
}

.cmn_hover:hover {
    opacity: 0.6;
    text-decoration: none;
}

/*==================================
共通のpadding設定
====================================*/

.sub_pdg {
    padding: 60px 0;
}

/*====================
一覧ページネーション
====================*/

.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;
    line-height: 1;
    margin-top: 40px;
    font-size: 1.3rem;
}

.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;
}

/*==================================
パンくずリスト設定
====================================*/


.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: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
}

.breadcrumbs li,
.breadcrumbs a {
    font-size: 1.2rem;
}

#online .breadcrumbs li,
#online .breadcrumbs a{
    color: #fff;
}

.breadcrumbs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 0;
    width: 100%;
}

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;
}

/*==================================
ここから追加
====================================*/

/*cmn_info*/

.cmn_info{
    align-items: center;
}

.cmn_info_group{
    text-align: center;
    margin-right: 15px;
}

.tel_num{
    display: inline-block;
    font-family: 'Hannari','Noto Serif JP', serif;
    line-height: 1;
    font-size: 2.7rem;
    letter-spacing: 0.05em;
}

.tel_num span{
    font-size: 1.8rem;
}

.cmn_info_time{
    flex-direction: column;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 30px;
    text-align: left;
}

.cmn_info_time p:not(:last-child){
    margin-bottom: 10px;
}

.cmn_info_time span{
    display: inline-block;
    color: #fff;
    border-radius: 8px;
    padding: 3px 10px;
    margin-right: 7px;
    background: #eda9be;
}

.ct_link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    padding-left: 15px;
    background: url(../images/common/ct_link_icon.png) no-repeat center left 25px,#4a2409;
}

/*deco_ttl*/

.deco_ttl {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    font-family: 'Hannari','Noto Serif JP', serif;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

.deco_ttl_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.deco_ttl_icon::before,
.deco_ttl_icon::after{
    content: '';
    display: inline-block;
    width: 35px;
    height: 25px;
    background: url(../images/common/ttl_illust01.png) no-repeat center / contain;
}

.deco_ttl_icon::before{
    margin-right: 10px;
}

.deco_ttl_icon::after{
    margin-left: 10px;
    background-image: url(../images/common/ttl_illust02.png);
}

/*shadow_btn*/

.shadow_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 45px;
    border-radius: 5px;
    box-shadow: 7px 7px 0 #eca4ba;
    background: #fff;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: 500;
    transition: .3s;
    font-weight: 500;
    border: 1px solid #ececec;
}

.shadow_btn:hover{
    transform: translate(7px,7px);
    box-shadow: none;
}

.shadow_btn_arrow span{
    display: flex;
    align-items: center;
}

.shadow_btn_arrow span::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-right: 10px;
    background: url(../images/top/shadow_btn_arrow01.png) no-repeat center / contain;
}


/*cmn_news*/

.cmn_news li{
    line-height: 1;
    border-bottom: 1px solid #ececec;
}

.cmn_news li a{
    padding: 25px 0;
}

.news_post_time{
    display: inline-block;
    margin-right: 15px;
    color: #eca4ba;
}

.news_post_ttl{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*cmn_pdg*/

.cmn_pdg{
    padding: 60px 0;
}

/*line_ttl*/

.line_ttl{
    position: relative;
    font-size: 2.0rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.075em;
    margin-bottom: 25px;
    margin-bottom: 35px;
    background: url(../images/common/line_ttl_bg.png) no-repeat center / cover;
}

.line_ttl::before,
.line_ttl::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 4px double #502902;
}

.line_ttl::before{
    top: -8px;
}

.line_ttl::after{
    bottom: -8px;
}

