@charset "UTF-8";
/*スケジュール詳細*/

/* -------------------------------------------------------------- */
/*  共通ここから  */
/* -------------------------------------------------------------- */
.bg-media {
    background: url("../img/bg-media-01.jpg") no-repeat top center;
    background-size: cover;
}

.area-schedules dl dt {
    display: inline-block;
    color: #AA97D6;
    margin-right: .8em;
    vertical-align: middle;
    line-height: 1;
}

dd.box-cat-schedule {
    display: inline-block;
    vertical-align: middle;
}

a.link-schedules-cat {
    border: #AA97D6 solid 1px;
    color: #AA97D6;
    line-height: 1;
    display: block;
}

.area-schedules h1 {
    border-bottom: #fff solid 1px;
}

.box-schedules-sns {
    font-size: 0;
    text-align: right;
}

.box-schedules-sns li {
    display: inline-block;
    color: #AA97D6;
    vertical-align: middle;
    line-height: 1;
}

.box-schedules-sns li:first-child {
    font-size: 16px;
}

.box-media-contents {
    margin-top: 3rem;
}

.box-media-contents h2, .box-media-contents h3, .box-media-contents h4, .box-media-contents h5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* -------------------------------------------------------------- */
/*  共通ここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  SMPここから  */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .area-schedules li a dl dt {
        font-size: 3.5vw;
    }
    
    dd.box-cat-schedule a {
        padding: 3px 1em;
        font-size: 3.5vw;
        margin-right: 10px;
    }
    
    .area-schedules h1 {
        font-size: 5.5vw;
        margin: 1rem 0;
        padding-bottom: 4px;
    }
    
    .box-schedules-sns {
        margin: 5vw 0;
    }
}
/* -------------------------------------------------------------- */
/*  SMPここまで  */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*  PCここから  */
/* -------------------------------------------------------------- */
@media print,screen and (min-width: 769px) {
    .list-schedules-cat li a {
        font-size: 16px;
    }
    
    dt.txt-time {
        font-size: 16px;
    }
    
    a.link-schedules-cat {
        padding: 3px 1em;
        font-size: 14px;
        margin-right: 10px;
    }
    
    .area-schedules h1 {
        font-size: 24px;
        margin-top: 4px;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }
    
    .box-schedules-sns {
        margin: 16px 0 24px 0;
    }
}
/* -------------------------------------------------------------- */
/*  PCここまで  */
/* -------------------------------------------------------------- */