@charset "UTF-8";


#reservation .title_area {
    margin-top: 6rem;
}

#reservation .box {
    margin: 5rem auto;
    display: block;
    text-align: center;
}

#reservation .txt {
    text-align: center;
    font-size: 1.4em;
    margin: 1em auto;
    line-height: 1.8;
}

#reservation .venue {
    font-size: 1.6em;
}

#reservation #info h3 {
    font-size: 1.6em;
    display: inline;
}

/* #reservation .kv_sp {
    background-image: url(../images/kv_reserve_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 68.2666%;
}

#reservation .kv_pc {
    background-image: url(../images/kv_reserve_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 68.177%;
} */

.kv_reserve.sp {
    margin: -1rem auto;
    position: relative;
    z-index: -1;
	width: 100%;
}

.kv_reserve.pc {
    width: 35%;
    margin: -1rem auto;
    position: relative;
    z-index: -1;
}

.reservetit {
    margin-bottom: 2rem;
}

.reserve.btnsub {
    display: block;
    text-align: center;
    margin: 3rem auto 5rem;
}

.reserve.btnsub a {
    margin: 1rem auto 3rem;
    max-width: 250px;
    display: inline;
    padding: .8em 3.5em;
}

.txtsub {
    font-size: 1.4em;
    text-align: left;
    margin: 1em;
}

.border {
    border-bottom: 1px dotted #501301;
    padding-bottom: .5em;
    margin: 0 auto;
    display: block;
    width: 90%;
}

.center {
    text-align: center;
}

.timeschedule {
    margin: 2rem auto 5rem;
}

.attention_content {
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
}

.attention_list li {
    margin-bottom: .3rem;
    font-size: 1.1rem;
    margin: 0 auto;
}

#info h4.atention {
    display: inline;
    font-size: .9em;
    padding: .2em 1em;
}

.reserve_atention {
    display: block;
    text-align: center;
    margin: 2em auto 1em;
}

a {
    color: #0c927b;
}

/* ------------------- PC --------------------- */

@media screen and (min-width:768px) {
    .txtsub {
        margin: 1em auto;
        text-align: center;
        line-height: 1.8;
        width: 100%;
    }

    .attention_content {
        margin: 0 1em;
        line-height: 2;
    }

    .timeschedule {
        width: 100%;
    }

    #info h4.atention {
        padding: 0.5em 1.5em;
    }

    #reservation #info h3 {
        font-size: 2em;
    }

    #reservation .box {
        margin-bottom: 6rem;
    }

    #reservation .title_area {
        margin-top: 12rem;
    }

    #reservation .btn {
        margin: 0 2rem 0rem;
    }

    .content{
        margin-bottom: 6em;
    }

    #reservation .btn_box {
        display: flex;
        justify-content: center;
    }

    #reservation .btn a {
        display: inline-block;
        width: auto;
        padding: 0.8em 3em;
            margin: 0 auto 0em;
    }
}