
@charset "UTF-8";

/* about */

.headWrap{
    display: flex;
    height: auto;
    min-height: 40vh;
    background-image: url(../../img/bgLlive.jpg);
    background-position: center top;
    background-size: cover;
    color: #FFF;
    align-items: center;
    justify-content: center;
    
}

.pageWrap {
    padding-top: 50px;

}

h3{
    font-size: 4rem;
    text-align: center;
    margin: 0 auto 50px;
}

em{
    display: block;
    text-align: center;
    font-weight: bold;
}

em a{
    color: #0d48ff;
}

.day{
    font-size: 4rem;
}

.at{
    font-size: 4rem;
}

.address{
    font-size: 1.8rem;
}

.detail{
    margin: 20px;
    font-size: 1.8rem;
}

.message{
    text-align: center;
    line-height: 2;
}

.btn.accessPc{
    margin-bottom: 30px;
    background: #1d5b71;    
}

.btn.accessMob{
    background: #be8d38;
}

.att_title{
    margin: 50px auto 30px;
    font-size: 2rem;
}

#onemanmain ul{
    list-style: square;
    line-height: 1.8;
    margin: 0 auto 50px;
}

#onemanmain ul li{
    margin-bottom: 10px;    
}

.pWrap{
    width: 700px;
    margin: 50px auto;
    
}

.ph_center{
    width: 700px;
    margin: 0 auto;
}

.line_bnr{
    width: 450px;
    margin: 0 auto 30px;
}

/*sp*/
@media screen and (max-width: 750px) {

.headWrap{
    height: auto;
    min-height: 20vh;
}

.headWrap h2{
    font-size: 5vw;
    margin-bottom: -50px;
}    

 h3 {
     font-size: 6.5vw;
    }
 
.pWrap{
    width: 100%;
    
}

    
.ph_center{
    width: 100%;
    }


em{
    display: block;
    text-align: center;
    font-weight: bold;
}

em a{
    color: #0d48ff;
}

.day{
    font-size: 9vw;
}

.at{
    font-size: 9vw;
}

.address{
    font-size: 6vw;
}

.detail{
    margin: 20px;
    font-size: 6vw;
}

.message{
    text-align: left;
    line-height: 2;
}

#onemanmain ul{
    margin: 50px 4%;
    }

#onemanmain ul li{
    
}

a.btn {
        max-width: 90%;
        min-width: 90%;
}
    
.line_bnr{
    width: 60%;
    }
    
}