/* カラム並行表示対応 */
.content div.wp-block-column {
    margin-top: 0rem;
}

/* 共通 */
.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.snsFollow__item {
    color: #fff;
}

/* サイドバー */
.l-sidebar h2 {
    margin: 6px 0;
}

.l-sidebar a {
    line-height: 1.5;
}

/* TOPページ　イベント一覧へのリンク */
.home .box-event-list-link {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* TOPページ　お知らせ */
.home .archiveHead .heading {
    background-color: #34a84f;
    color: #fff;
    padding: 3px 16px 0px;
}

.home .heading-main span {
    color: rgba(255, 255, 255, .9);
}

.custom__cat.red {
    background-color: #e2244d;
}

.custom__cat.green {
    background-color: #34a84f;
}

/* TOPページ　カレンダー */
.box-calendar>div {
    width: 100%;
}

.box-calendar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #bbb;
    object-fit: cover;
    margin-right: 6px;
}

.date {
    background-color: #34a84f;
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff;
}

.pros,
.events {
    border-bottom: 2px solid #ddd;
}

.type {
    display: inline-block;
    background-color: #34a84f;
    color: #fff;
    padding: 4px !important;
    margin-left: 2px;
    margin-right: 4px;
    line-height: 1;
    border-radius: 3px;
}

.pro {
    margin: 6px 0px !important;
    line-height: 20px;
}

.pro span,
.pro a,
.event span,
.event a {
    display: inline-block;
}

.pro .time {
    padding-right: 4px;
}

.event {
    margin: 6px 0px !important;
    line-height: 20px;
}

.event .time {
    padding-right: 4px;
}

/* プロ詳細 */
h2.pro-name {
    margin-bottom: 10px;
}

table.pro-profile {
    width: 100%;
    border-collapse: collapse;
}

table.pro-profile tr {
    border-bottom: solid 2px white;
}

table.pro-profile tr:last-child {
    border-bottom: none;
}

table.pro-profile th {
    position: relative;
    text-align: left;
    width: 20%;
    background-color: #34a84f !important;
    color: white;
    text-align: center;
    padding: 10px 0;
}


/* 481px以上に適用されるCSS（タブレット用） */
@media screen and (min-width: 768px) {

    .pros img,
    .events img {
        width: 52px;
        height: 52px;
    }
}

/* プロ一覧 */
.pro-link {
    width: 20%;
    min-width: 70px;
    background-color: #34a84f;
    color: #fff;
    margin: 0 4px;
    padding: 1rem;
    text-align: center;
}

.h-dani {
    background-color: #34a84f;
    color: #fff;
    font-size: 2rem;
    width: 100%;
    margin: 1rem 0px;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.prolist {
    display: flex;
    flex-wrap: wrap;
}

.h-prolist {
    width: 100%;
    padding: 1rem 2rem;
    border-left: 4px solid #34a84f;
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.prolist_item {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0px;
}

.prolist_item .heading {
    margin-bottom: 10px;
}

.prolist_item a {
    align-items: flex-start;
}

.prolist_item img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .prolist {
        margin-bottom: 30px;
    }

}

/* イベントカレンダー */
#page-evecal .btn__link-primary {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#page-evecal .content .btn-prev.btn__link::before,
#page-evecal .content .btn-next.btn__link::before {
    border-top: 0px solid !important;
    border-right: 0px solid !important;
}

#page-evecal .links-ym::after {
    display: none !important;
}

#page-evecal .cal-date {
    width: 40px;
    background-color: #34a84f;
    color: #fff;
    font-size: 2rem;
    padding: 6px;
    border: 1px solid #fff;
}

#page-evecal .cal-pro,
#page-evecal .cal-event {
    width: 50%;
}