
.columnes {
    background: url(../images/page/column-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 50px 0;
    margin: 120px auto 100px;
    width: 92%;
    max-width: 1280px;
}
.columnes.single-section {
    background: none;
}
.columnes-inner {
    margin: 0 auto 55px;
    width: 90%;
}
.columnes.single-section .columnes-inner {
    width: 100%;
}
.columnes-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.columnes-main {
    width: calc(100% - 30%);
}
.columnes-sidebar {
    width: 26%;
}
.post .columnes-sidebar {
    background: #fff;
    filter: var(--shadow);
    padding: 15px 10px 80px;
}
.sidebar-widget:not(:last-child) {
    margin: 0 0 25px;
}
.widget-ttl {
    border-bottom: 2px solid #010000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
.widget-list li:not(:last-child) {
    margin: 0 0 6px;
}
.widget-list li a {
    color: var(--main-text-color);
    font-size: 16px;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .columnes-main {
        margin: 0 0 35px;
        width: 100%;
    }
    .columnes-sidebar {
        width: 100%;
    }   
}


.block-head__flex {
    margin: 0 auto 35px;
}
.block-head__flex h1 {
    background: #010000;
    color: #fff;
    display: inline-block;
    padding: 2px 20px;
}
.columnes-content__image {
    margin: 0 0 25px;
}
.columnes-content p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 18px;
    line-height: 2em;
    margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
    .columnes-content p {
        font-size: 16px;
    }
}

.sinular-info {
    margin: 15px 0 0;
}
.location {
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
}
.location::before {
    background: url(../images/icon-card.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
.singular-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.singular-item:not(:last-child) {
    margin: 0 0 10px;
}
.singular-item dt,
.singular-item dd {
    color: #333;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.singular-item dt {
    border: 1px solid #333;
    border-radius: 50px;
    margin-right: 10px;
    padding: 3px 0;
    text-align: center;
    width: 85px;
}
.singular-item dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 95px);
}

.columnes-cards {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;
    flex-flow: wrap;
}
.columnes-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: calc((100% - 20px) / 3);
    margin-bottom: 20px;
}
.columnes-card__image {
    line-height: 0;
}
.columnes-card:last-child {
    display: block;
}
.columnes-card__text {
    margin: 0;
    padding: 15px 12px;
    width: 100%;
}
.columnes-card__text p {
    color: #010000;
}
.columnes-card__text p.date {
    font-size: 14px;
}
.columnes-card__text p.ttl {
    margin: 0;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .columnes-card {
        width: 100%;
    }
    .columnes-card:not(:last-child) {
        margin: 0 0 25px;
    }
    .columnes-card__image img{
        width:100%;
    }
}