@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    background-color: #FDFAF2;
}

@media screen and (min-width: 769px) {

    .-wrapper {
        max-width: 832px;
        width: 90%;
    }

}

@media screen and (max-width: 768px) {

    .-wrapper {
        width: 89.333%;
    }

}

.lv{
}

.lv-head {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

.lv-head-wrapper {
    padding: 124px 0 111px;
}

.lv-head-logo {
    width: 100%;
    margin-bottom: 25px;
}

.lv-head-ttl {
    width: 100%;
}

.lv-detail{
}

.lv-detail-wrapper {
    padding: 67px 0 138px;
}

.lv-detail-txt {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.751;
    margin-bottom: 66px;
    text-align: center;
}

.lv-detail-overview {

}
.lv-detail-overview-headline {
    padding: 4px 0;
    background: linear-gradient(to right, transparent 0%, #231815 15%, #231815 85%, transparent 100%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 12px;
    text-align: center;
    width: 100%;
}

.lv-detail-overview-txt {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 26px;
    text-align: center;
}

.lv-detail-note {
    border: 1px solid #231815;
    margin: 56px 0 91px;
    text-align: center;
    width: 100%;
}

.lv-detail-note-txt {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.823;
    padding: 33px 0 32px;
    text-align: left;
}

.lv-detail-list{
}

.lv-detail-list-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.lv-detail-list-nav-item {
    font-size: 16px;
    display: flex;
    line-height: 1;
    position: relative;
}

.lv-detail-list-nav-item::after {
    background-color: #000;
    content: '';
    display: inline-block;
    height: 100%;
    margin: 0 0.5em;
    width: 1px;
}

.lv-detail-list-nav-item:last-child::after {
    display: none;
}

.lv-detail-list-table {
    width: 100%;
}
th {
    background-color: #A48B78;
    color: #fff;
    text-align: center;
    padding: 1.5vw;
    width: 100%;
}

td {
    text-align: center;
    padding: 1vw;
    border-bottom: 1px solid #231815;
}

.area {
    width: 20%;
}
.theater{
}

.pagetop {
    display: block;
    font-size: 14px;
    margin: 5px 0 30px;
    text-align: right;
}

@media screen and (min-width: 769px) {

    .theater a {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .theater a:hover {
        color: #A48B78;
    }

    .pagetop {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .pagetop:hover {
        color: #A48B78;
    }

}


@media screen and (max-width: 768px) {
    
    .lv-head {
        background-image: url(../img/bg_sp.jpg);
    }
    
    .lv-head-wrapper {
        padding: 43.466vw 0 33.68vw;
    }
    
    .lv-head-logo {
        margin-bottom: 8.8vw;
    }
    
    .lv-head-ttl {
    }
    
    .lv-detail{
    }
    
    .lv-detail-wrapper {
        padding: 16.266vw 0 14.4vw;
    }
    
    .lv-detail-txt {
        font-size: 6.1333vw;
        line-height: 1.695;
        margin-bottom: 15.733vw;
    }
    
    .lv-detail-overview {
    
    }
    .lv-detail-overview-headline {
        padding: 2vw 0;
        font-size: 4.2666vw;
        margin: 0 auto 4.8vw;
        width: 100%;
    }
    
    .lv-detail-overview-txt {
        font-size: 5.6vw;
        line-height: 1.571;
        margin-bottom: 14.133vw;
    }

    .lv-detail-overview-txt:last-child {
        margin-bottom: 11.466vw;
    }
    
    .lv-detail-note {
        margin: 0 0 14.4vw;
    }
    
    .lv-detail-note-txt {
        font-size: 3.7333vw;
        line-height: 1.857;
        padding: 3.733vw 0;
        margin: 0 auto;
        width: 91.641%;
    }
    
    .lv-detail-list{
    }
    
    .lv-detail-list-nav {
        margin-bottom: 4.266vw;
    }
    
    .lv-detail-list-nav-item {
        font-size: 3.733vw;
        line-height: 1.4;
    }
    
    th {
        font-size: 3.733vw;
    }
    
    td {
        font-size: 3.2vw;
        padding: 3vw 1vw;
    }
    
    .area {
        width: 15%;
    }
    .theater{
    }
    
    .pagetop {
        font-size: 3.733vw;
        margin: 1.333vw 0 5.333vw;
    }

    
}

