@charset "utf-8";

/* タイトル周り */
.ad-data,.ad-date {
    font-size: 0.75rem;
    color: #666;
}

@media (min-width: 768px) {
    .ad-data,.ad-date {
        font-size: 1.25rem;
    }
}

/* コンテンツ */
.post-content-image {
    max-width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.post-content-caption {
    font-size: 1.3rem;
    color: #666;
}

/* サイドバー */

.sidebar-sticky {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    position: sticky;
    top: 10rem;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .sidebar {
        margin-bottom: 3rem;
    }
}

.sidebar-banner-item {
    width: 300px;
    display: block;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-primary {
    background-color: #cce5ff;
    border: #b8daff;
}

/* dtの>を消す */
.post-content dl dd:before, .post-content ul li:before {
    content: none;
}

/* 日程の色を白から黒へ */

.QRKYDOG__calendar__month {
    color: #333!important;
}

.QRKYDOG__day a {
    color: #333!important;
    font-size: 12px!important;
}

.QRKYDOG__saturday a {
    color: #007bad!important;
}

.QRKYDOG__sunday a {
    color: #e72830!important;
}

span {
    color: inherit!important;
}

.QRKYDOG__calendar__event-name span {
    color: #333!important;
    font-size: 12px;
}

.QRKYDOG__calendar__event-count span {
    color: #333!important;
    font-size: 12px;
}

.QRKYDOG__event a {
    font-size: 12px!important;
}