@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 {
    padding: 4px 0;
    background: url(../images/common/pattern01.png);
}

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;
}

/*==================================
テキスト中央寄席の設定
====================================*/

.cen_txt {
    text-align: center;
}

/*==================================
ここから追加
====================================*/


/*cmn_pdg*/

.cmn_pdg{
    padding: 60px 0;
}

/*tel_num*/

.tel_num{
    display: inline-block;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1;
}

.tel_num::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 22px;
    background: url(../images/common/tel_num_icon.png) no-repeat center;
}

/*cmn_ttl*/

.cmn_ttl{
    position: relative;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 70px;
}

.cmn_ttl::before{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 9px;
    background: #68f0ff;
    border-radius: 50%;
    box-shadow: -18px 0 0 #b2f7ff, 18px 0 0 #b2f7ff;
}

.cmn_ttl span{
    position: relative;
    display: inline-block;
}

.cmn_ttl span::before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: -33px;
    width: 27px;
    height: 29px;
    background: url(../images/common/cmn_ttl_icon01.png) no-repeat center / contain;
}

.cmn_ttl span::after{
    content: '';
    position: absolute;
    top: -10px;
    right: -30px;
    width: 35px;
    height: 24px;
    background: url(../images/common/cmn_ttl_icon02.png) no-repeat center / contain;
}


/*cmn_news*/

.cmn_news li{
    line-height: 1;
}

.cmn_news li:not(:last-child){
    margin-bottom: 15px;
}

.cmn_news li a{
    transition: .5s;
    align-items: center;
}

.cmn_news li a:hover{
    transform: translate(5px,-5px);
}

.news_post_time{
    display: inline-block;
    color: #fff;
    letter-spacing: 0.05em;
    margin-right: 15px;
    padding: 5px;
    background: #f2a81d;
}

.news_post_ttl{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*cmn_event*/

.cmn_event{
    line-height: 1;
}

.cmn_event a{
    align-items: center;
}

.cmn_event_list_group{
    width: calc(100% - 90px);
}

.cmn_event_list_group .news_post_time{
    margin-bottom: 10px;
}

.cmn_event_list_img{
    position: relative;
    width: 85px;
    height: 85px;
    overflow: hidden;
    background: #362a1b;
}

.cmn_event_list_img::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: url(../images/common/cmn_event_list_img_logo.png) no-repeat center / contain;
    pointer-events: none;
    z-index: 10;
}

.cmn_event_list_noimg::before{
    content: none;
}

.cmn_event_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    opacity: .75;
}

.cmn_event a:hover .cmn_event_list_img img{
    opacity: 1;
}

/*cmn_btn*/

.cmn_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    color: #fff;
    margin: 0 auto;
    background: #f2a81d;
}

.cmn_btn::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-left: 9px solid #68f0ff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

/*deco_ttl*/

.deco_ttl{
    position: relative;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 60px;
}

.deco_ttl::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 9px;
    background: #68f0ff;
    border-radius: 50%;
    box-shadow: -18px 0 0 #b2f7ff, 18px 0 0 #b2f7ff;
}

.deco_ttl span{
    position: relative;
    display: inline-block;
    padding: 0 50px;
}

.deco_ttl span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(../images/cake/cake_ttl_deco.png) no-repeat center / contain;
}


/*cmn_menu*/

.cmn_menu{
    background: url(../images/common/pattern01.png);
}

.cmn_menu_point_txt{
    text-align: center;
    margin-bottom: 40px;
}

.cmn_menu_list li{
    width: 100%;
}

.cmn_menu_list li:not(:last-child){
    margin-bottom: 50px;
}

.cmn_menu_list_ttl{
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 25px;
    padding: 6px 0;
    background: #fff;
}

.cmn_menu_list_ttl::before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
}

.cmn_menu_list_ttl::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 50px;
    background: url(../images/common/cmn_menu_list_ttl_leaf.png) no-repeat center / contain;
}

.cmn_menu_list_img{
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.cmn_menu_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.cmn_menu_list_img a:hover img{
    transform: scale(1.2);
}

.cmn_menu_list_group{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-left: 15px;
    line-height: 1.75;
}

.cmn_menu_list_txt{
    margin-bottom: 20px;
}

.cmn_menu_list_price{
    text-align: right;
}

.cmn_menu_list_price_num{
    color: #f2a81d;
    font-weight: 500;
    font-size: 1.6rem;
}


/*cmn_tb*/

.cmn_tb{
    width: 100%;
    border: 1px solid #36d8ea;
    background: #fff;
}

.cmn_tb th,
.cmn_tb td{
    display: block;
    width: 100%;
    padding: 10px 10px;
    line-height: 1.7;
}

.cmn_tb tr:not(:last-child) th{
    border-bottom: 1px solid #fff;
}

.cmn_tb th{
    vertical-align: middle;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    background: #36d8ea;
}

.cmn_tb tr:not(:last-child) td{
    border-bottom: 1px solid #36d8ea;
}

/*cmn_subsec*/

.cmn_subsec{
    background: url(../images/common/pattern01.png);
}








