/*=================================================
 * CSS for PC
 * ================================================= */

#cnt {
    padding: 40px 0 20px 0;
}


/** day_select **/

#day_select {
    clear: left;
    margin-bottom: 40px;
    text-align: center;
}

#day_select {
    font-size: 0;
    line-height: 0;
}

#day_select ul {}

#day_select li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 0 5px;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#day_select li div,
#day_select li a {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 100%;
    padding: 22px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#day_select li a,
#day_select li a:hover {
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#day_select li .bg8:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/** sche_a **/

.sche_a .sbox {
    position: relative;
    width: 1120px;
    border-width: 1px;
    border-style: solid;
    margin: 0 auto 20px auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sche_a .sbox_in {
    display: flex;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: left;
    padding-bottom: 2%;
    min-height: 170px;
}

.sche_a .sbox_l,
.sche_a .sbox_r {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sche_a .sbox_l {
    width: 131px;
}

.sche_a .sbox_l .img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.sche_a .sbox_l .img img{}

.sche_a .sbox_l .icon {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 14px);
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    bottom: 7px;
    left: 7px;
}

.sche_a .sbox_r {
    width: calc(100% - 131px);
    padding: 8px 0 0 0;
}

.sche_a .sbox_r p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
}

.sche_a .sbox_r p a {
    font-size: 20px;
    font-weight: bold;
}

.sche_a .sbox_r p:nth-of-type(1) {
    margin-right: 10px;
}

.sche_a .sbox table {
    width: 950px;
    height: 100px;
    font-size: 13px;
    line-height: 15px;
    table-layout: fixed;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    bottom: 6%;
    right: 20px;
}

.sche_a .sbox tr {
    vertical-align: middle;
}

.sche_a .sbox th {
    height: 32px;
    font-weight: normal;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
}

.sche_a .sbox th br {
    display: none;
}

.sche_a .sbox td {
    position: relative;
    font-size: 14px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 2;
}

.sche_a .sbox th:last-of-type,
.sche_a .sbox td:last-of-type {
    border: none;
}

.sche_a .sbox td .s_on {
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    left: calc(50% - 25px);
    bottom: 10px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    animation: anime 2s ease-in-out infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes anime {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    25% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    75% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.sche_a .sbox td .s_on.off {
    font-size: 12px;
    filter: saturate(0%);
}

.sche_a .sbox td .s_on.off br {
    display: none;
}

.sche_a .sbox td .yoman {
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid currentcolor;
    position: absolute;
    z-index: 2;
    left: calc(50% - 20px);
    bottom: 15px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    animation: yoman 1.5s ease-in-out infinite alternate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes yoman {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


/** sche_b **/

.sche_b {
    width: 1150px;
    text-align: left;
    margin: 0 auto;
    min-height: 150px;
}

.sche_b ul {
    font-size: 0;
    line-height: 0;
}

.sche_b li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 10px 20px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sche_b li.off {
    filter: saturate(0%);
}

.sche_b li .img {}

.sche_b li .txt {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 7px 0;
}

.sche_b li .txt span {
    color: #ff0000;
}

.sche_b li .img a>img {
    width: 190px;
    height: 253px;
}

.sche_b li .img {
    position: relative;
    overflow: hidden;
}

.sche_b li .s_on {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

.sche_b li .s_off,
.sche_b li .s_now,
.sche_b li .s_tel {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.sche_b li .s_on {}

.sche_b li .s_on span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    animation: anime 2s ease-in-out infinite;
    transform-origin: 50% 50%;
}

@keyframes anime {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    25% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    75% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.sche_b li .s_off {
    background: #666;
    color: #333;
}

.sche_b li .s_now {
    background: #0066ff;
}

.sche_b li .s_tel {
    background: #cc9933;
}

.sche_b li .s_on,
.sche_b li .s_off,
.sche_b li .s_now,
.sche_b li .s_tel {
    display: inline-block;
    width: 190px;
    margin: 0 auto;
}

.sche_b li .icon {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 14px);
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    bottom: 7px;
    left: 7px;
}

.sche_b .yoman_bg a img {
    filter: grayscale(100%);
}

.pc_no {
    display: none;
}

.sp_no {
    display: inline;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
    #cnt {
        padding: 0 0 10px 0;
    }

    /** day_select **/
    #day_select {
        margin-bottom: 0;
    }

    #day_select ul {
        padding: 10px 0;
    }

    #day_select li {
        width: calc(100% / 7);
        font-size: 11px;
        font-weight: normal;
        line-height: 13px;
        margin: 0;
    }

    #day_select li div,
    #day_select li a {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 6px 0 0 0;
    }

    #day_select li em {
        font-weight: normal;
    }

    /** sche_a **/
    .sche_a {
        padding: 10px;
    }

    .sche_a .sbox {
        position: relative;
        width: auto;
        margin: 0 0 10px 0;
        padding: 10px;
    }

    .sche_a .sbox:last-of-type {
        margin-bottom: 0;
    }

    .sche_a .sbox_in {
        display: flex;
        align-items: center;
        align-content: center;
        min-height: auto;
    }

    .sche_a .sbox_l {
        width: 74px;
    }

    .sche_a .sbox_l .img {
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 2px;
    }

    .sche_a .sbox_l .img img {
        width: 60px;
        height: 80px;
    }

    .sche_a .sbox_l .icon {
        width: calc(100% - 6px);
        font-size: 10px;
        line-height: 10px;
        position: absolute;
        bottom: 3px;
        left: 3px;
        border-radius: 1px;
        padding: 1px 0;
    }

    .sche_a .sbox_r {
        width: calc(100% - 74px);
        padding: 2px 0 0 0;
    }

    .sche_a .sbox_r p {
        display: block;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        padding: 3px 0 3px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
    }

    .sche_a .sbox_r p a {
        font-size: 16px;
        font-weight: bold;
    }

    .sche_a .sbox_r p:nth-of-type(1) {
        margin-right: 0;
    }

    .sche_a .sbox_r p:only-child {
        border-bottom: none;
    }

    .sche_a .sbox table {
        width: 100%;
        height: 80px;
        font-size: 11px;
        line-height: 12px;
        margin: 10px 0 0 0;
        position: static;
    }

    .sche_a .sbox th {
        height: 30px;
    }

    .sche_a .sbox th br {
        display: inline;
    }

    .sche_a .sbox td {
        font-size: 11px;
        line-height: 12px;
        word-break: break-word;
    }

    .sche_a .sbox td .s_on {
        width: 36px;
        height: 36px;
        font-size: 11px;
        line-height: 36px;
        left: calc(50% - 18px);
        bottom: 5px;
    }

    .sche_a .sbox td .yoman {
        width: 28px;
        height: 28px;
        font-size: 20px;
        line-height: 22px;
        z-index: 2;
        left: calc(50% - 14px);
        bottom: 9px;
    }

    /** sche_b **/
    .sche_b {
        width: auto;
        margin: 0;
        padding: 0 1px 0 1px;
        min-height: 20vh;
    }

    .sche_b li {
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3 - 3px);
        margin: 0 1.5px 10px 1.5px !important;
        padding: 1px;
    }

    .sche_b li .img {
        position: relative;
    }

    .sche_b li .img .fade {}

    .sche_b li .img a>img {
        width: 100%;
        height: auto;
    }

    .sche_b li .txt {
        font-size: 11px;
        line-height: 13px;
        padding: 5px 0 4px 0;
    }

    .sche_b li .txt a {
        display: inline-block;
        font-size: 12px;
        margin: 0 0 2px 0;
    }

    .sche_b li .s_on,
    .sche_b li .s_off,
    .sche_b li .s_now,
    .sche_b li .s_tel {
        width: 100%;
        font-size: 10px;
        line-height: 16px;
    }

    .sche_b li .s_on {}

    .sche_b li .s_on span {
        width: 100%;
        font-size: 10px;
        font-weight: bold;
        line-height: 16px;
    }

    .sche_b li .icon {
        width: calc(100% - 6px);
        font-size: 10px;
        line-height: 14px;
        position: absolute;
        bottom: 3px;
        left: 3px;
    }

    .pc_no {
        display: inline;
    }

    .sp_no {
        display: none;
    }

    .sche_a .sbox td .s_on.off {
        font-size: 11px;
        padding-top: 6px;
        line-height: 13px;
    }

    .sche_a .sbox td .s_on.off br {
        display: inline;
    }
}

@media screen and (max-width: 320px) {
    .sche_b li .txt {
        font-size: 10px;
        letter-spacing: -0.3px;
        padding-left: 0;
        padding-right: 0;
    }

    .sche_b li .txt a {
        letter-spacing: 0;
    }

}