/**
 * Theme Name: Hueman Child
 * Template: hueman
 */

@media only screen and (min-width: 720px) {
    .header-ads-desktop #header-widgets {
        margin-top: -45px;
    }
}

#header .pad {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-title a,
.site-description {
    color: #ccc;
}

.d-block {
    display: block;
}

.mt-0 {
    margin-top: 0 !important;
}
.mb-5 {
    margin-bottom: 1.5em;
}

.pt-0 {
    padding-top: 0 !important;
}

/* フリーダイアル */
.sidebar-top__tel {
    padding: 0 20px;
    text-align: center;
}

.sidebar-top__tel h2 {
    font-size: 1.1rem;
    padding: 1em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.sidebar-top__tel .tel__number {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 1em;
    color: #6EA160;
}

.sidebar-top__tel .tel__day {
    font-size: .8em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.sidebar-top__tel .tel__caution {
    font-size: .8em;
}

/* カレンダー */
.sidebar-top__cal {
    margin-top: 30px;
    padding: 0 20px;
}

.sidebar-top__cal h2 {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}

.sidebar-top__cal table {
    width: 100%;
    margin-bottom: 1em;
}
.sidebar-top__cal th {
    background-color: #171147;
    color: #fff;
    font-size: .8em;
}
.sidebar-top__cal td {
    font-size: .8em;
    text-align: right;
    padding: 3px;
}

.img-thumbnail {
    background-size: cover;
    height: 200px;
}

.wp-block-media-text {
    margin-bottom: .5em;
}

.smb-btn:active, .smb-btn:focus, .smb-btn:hover {
    color: #fff;
}

.wp-block-snow-monkey-blocks-btn {
    margin-bottom: 2em;
}

.entry table td {
    text-align: left;
}

.calendar__caution {
    font-size: .8em;
    color: #f33;
}

.top__topics > .post-row > .grid-item {
    margin-bottom: 2em;
}

@media only screen and (max-width: 760px) {
    .top__topics .group {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-3cm .main-inner {
        padding-left: 260px;
    }
    .col-3cm .sidebar.s1 {
        margin-left: -260px;
        width: 260px;
    }
    .pad {
        background-color: #fff;
    }
}

@media print {
    body {
        background-color: #fff;
    }

    .nav-wrap {
        display: none;
    }
    
    .sidebar {
        display: none;
    }

    .col-3cm .main-inner {
        padding: 0;
    }
}

.post-list .post-row {
	display: flex;
	flex-wrap: wrap;
}