.single-tours .entry-meta {
    display: none;
}
.ht-tour-tags {
    margin-bottom: 20px;
}
.c-postTitle__ttl {
    font-size: 1.4rem;
}
.single-tours #comments {
    display: none;
}
.single-post_lp #header,
.single-post_lp #footer {
    display: none !important;
}
.metaslider {
    margin-bottom: 50px !important;
}


@media screen and (max-width: 580px) {
    .cap_box_content {
        padding: .8em;
    }
    .cap_box_content .wp-block-columns {
        gap: .5em !important;
    }
}

.post_content h2.alignfull {
    margin-left: 0;
    margin-right: 0;
}

/* ツアースケジュール */
.tour-schedule {
    width: 100vw;
    padding: 50px 30px;
    margin: 50px calc(50% - 50vw);
    background-color: #eff4fa;
}
.tour-schedule__inner {
    max-width: 900px;
    margin: 0 auto;
}
.tour-schedule h2 {
    margin-bottom: 0;
}
.tour-schedule .date {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 30px;
}
.tour-schedule .wrapper {
    position: relative;
}
.tour-schedule .wrapper::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 150px;
    background-color: #ddd;
    z-index: 2;
}
.tour-schedule .row {
    position: relative;
    display: flex;
    gap: 30px;
    margin: 8px 0;
    padding: 10px;
    background-color: #fff;
}
.tour-schedule .time {
    width: 150px;
    font-size: .9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #7f7f7f;
}
.tour-schedule .time p::after {
    content: '';
    position: absolute;
    width: .75rem;
    height: .75rem;
    background-color: #fff;
    border: 3px solid #b6b6b6;
    box-sizing: border-box;
    border-radius: 100%;
    z-index: 2;
    top: 50%;
    left: 145px;
    transform: translateY(-50%);
}
.tour-schedule .content {
    width: 100%;
    font-size: .95rem;
    padding-left: 10px;
}
.tour-schedule ul br {
    display: none;
}
.tour-schedule .wrapper .row:last-child:after {
    content: '';
    position: absolute;
    width: .75rem;
    height: .75rem;
    background-color: #fff;
    border: 3px solid #b6b6b6;
    box-sizing: border-box;
    border-radius: 100%;
    z-index: 2;
    top: 50%;
    left: 145px;
    transform: translateY(-50%);
}
@media screen and (max-width: 580px) {
    .tour-schedule {
        padding: 30px 15px;
    }
    .tour-schedule .row {
        gap: 10px;
    }
    .tour-schedule .time {
        width: 80px;
        font-size: 12px;
    }
    .tour-schedule .time p::after {
        left: 74px;
    }
    .tour-schedule .wrapper .row:last-child:after {
        left: 74px;
    }
    .tour-schedule .wrapper::before {
        left: 79px;
    }
}
/* //END ツアースケジュール */