/* 「ニュースリリース」にある「お知らせ」の文字色を白色にする */
.butn-dark a span {
    color: white;
}

/* 「RisortBizのサポート」の番号を大きくする */
.news .item .date i {
    font-size: 40px !important;
}

@media screen and (max-width: 576px) {
    .restaurant-menu .restaurant-menu-content .cont h5 {
        font-size: 17px;
    }
    .accordion-box .block .acc-btn {
        padding: 10px 20px;
        font-size: 15px;
        padding-right: 40px;
    }
    .accordion-box .block .acc-btn:before {
        right: 15px;
    }
    .accordion-box .block .content {
        padding: 0 20px 20px;
    }
}

/* 「RisortBiz Clubとは」にある「加入メリット」の調整 */
.services .content .info h6 {
    display: inline-block;
    padding: 5px 10px;
    color: white;
    background: #222;
    font-weight: bold;
    font-size: 20px !important;
}

/* 「料金について」のカテゴリー名の調整 */
.restaurant-menu .restaurant-menu-content .cont h4 {
    border-bottom: 2px solid #aa8453;
    color: #aa8453 !important;
}

/* 「料金について」の「入会申込」ボタンの調整 */
.restaurant-menu .tabs-icon .item.active {
    width: 230px !important;
    margin: 0 auto;
}

/* 「料金について」の「入会申込」ボタンのアニメーション */
.butn-gold a {
    position: relative;
}

.butn-gold a h6 {
    position: relative;
    z-index: 2;
}

.butn-gold a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #ab8a62;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butn-gold a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
