@charset "utf-8";
/* CSS Document */

/*==================================
ページトップへのボタン
====================================*/

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f9d3cd;
    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 {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 4px 0;
    z-index: 20;
}

body:not(#top) .breadcrumbs .bread_boxs {
    flex-direction: row;
    padding: 4px 0;
}

.breadcrumbs .bread_boxs {
    justify-content: flex-start;
}

.breadcrumbs li {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.breadcrumbs li:not(:last-child) {
    padding: 0 22px 0 0;
}

.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;
    width: 7px;
    height: 7px;
    right: 10px;
}

.breadcrumbs li,
.breadcrumbs a {
    font-size: 1.2rem;
}

.breadcrumbs a {
    text-decoration: underline;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*post_tag_item*/

.post_tag_item{
    position: relative;
    margin-bottom: 40px;
    color: inherit;
}

.post_tag_item::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #f9d3cd;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
}

.post_tag_item_select{
    display: block;
    width: 55%;
    max-width: 350px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 10px;
    line-height: 1.5;
    margin-left: auto;
    font-weight: inherit;
    font-family: inherit;
    vertical-align: middle;
    color: inherit;
    font-size: 1.5rem;
    border: 1px solid #f9d3cd;
    background-color: #fff;
    box-shadow: 0 1px 1px rgb(150 150 150 / 10%) inset;
    box-sizing: border-box;
    outline: none;
}

.post_tag_item_option{
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}


/*==================================
テキスト中央寄席の設定
====================================*/

.cen_txt {
    text-align: center;
}

/*==================================
ここから追加
====================================*/


/*cmn_info*/

.cmn_info{
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.cmn_info_ads{
    margin-bottom: 20px;
}

.tel_num{
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    padding-left: 40px;
    letter-spacing: 0.04em;
}

.cmn_info .tel_num{
    margin-bottom: 25px;
}

.tel_num::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/common/tel_num_icon.png) no-repeat center / contain;
}

.ct_link{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    width: 200px;
    height: 42px;
    padding-left: 20px;
    background: url(../images/common/ct_link_icon.png) no-repeat left 25px center,#7cc3c0;
}

/*cmn_txt*/

.cmn_txt p:not(:last-child){
    margin-bottom: 20px;
}


/*cmn_ttl*/

.cmn_ttl{
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 35px;
}

/*cmn_btn*/

.cmn_btn{
    text-align: center;
}

.cmn_btn a{
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 13px 30px;
    border-radius: 20px;
    min-width: 160px;
    text-align: center;
    transition: .5s;
    background: #7cc3c0;
}

.cmn_btn a::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    transition: .5s;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.cmn_btn a:hover{
    background: #f9d3cd;
}

/*cmn_news*/

.cmn_news li{
    line-height: 1;
}

.cmn_news li:not(:last-child){
    margin-bottom: 15px;
}

.cmn_news li a{
    position: relative;
    display: block;
    padding: 10px 25px 10px 15px;
    border-radius: 8px;
    background: #fff;
}

.cmn_news li a::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    transition: .5s;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.cmn_news li a:hover::before{
    right: 7px;
}

.news_post_time{
    display: inline-block;
    font-weight: bold;
    padding-top: 2px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.news_post_tag{
    flex: 1;
}

.news_post_tag p{
    display: inline-block;
    line-height: 1;
    padding: 3px 8px;
    font-size: 1.2rem;
    margin: 0 10px 8px 0;
    border-radius: 4px;
    background: #f9d3cd;
}

.news_post_ttl{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*cmn_tb*/

.cmn_tb{
    width: 100%;
}

.cmn_tb th,
.cmn_tb td{
    display: block;
    padding: 10px 12px;
    width: 100%;
}

.cmn_tb th{
    background: #f5f5f5;
}

/*cmn_subsec*/

.cmn_subsec{
    background: #fef7ef;
}






