.info-top {
    width: 100%;
    background-color: #111111;
    display: flex;
    transition: 0s;
}

.sr-info-left,
.sr-info-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.sr-info-right {
    background-color: #313131;
    transition: 0.3s;
}

.sr-info-right:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.info-top p,
.info-top a {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.5em;
}
.top_infomation-02 {
    position: absolute;
    top: 65px;
    right: 0px;
}

.top_infomation-02 a.border-link {
    width: 100%;
    text-align: center;
    background-color: #111111;
    color: #ffffff;
    font-size: 1.4rem;
    display: block;
    line-height: 1.5;
    transition: 0s;

    padding: 10px 20px!important;
}

.top_infomation-02 a.border-link:hover {
    border-bottom: 0px solid rgba(0, 0, 0, 1);
    transition: 0s;
    opacity: 1;
}

.top-info-banner p {
    width: 100%;
    text-align: center;
    background-color: #111111;
    color: #ffffff;
    font-size: 1.4rem;
    display: block;
    line-height: 1.5;
    transition: 0s;
    padding: 10px 0;
}
.sp-up {
    display: none;
}

@media all and (max-width: 735px) {
    .info-top {

        display: flex;
        flex-wrap: wrap;
    }

    .info-top p,
    .info-top a {

        font-size: 1.1rem;

    }

    .sr-info-left,
    .sr-info-right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 16px;
    }

    .sp-up {
        display: block;
    }

    .sp-hide {
        display: none;
    }

    .ta-c {
        text-align: center;
        margin-bottom: 8px;
    }

    .icon-small {
        font-size: 1.0rem;
    }

    ul.reserve_pic li {
        width: calc(20% - 4px);
        text-align: center;
    }
    .top_infomation-02 {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 71px;
    z-index: 99;
    width: 100%;
}
}