#title{
    position: relative;
    box-sizing: border-box;
    
    text-align: center;
    
    color: #fff;
    background: rgba(0,0,0,.5);
    overflow-y: hidden;
}
#title h1{
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.title_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: -10;
}
.bg_001{background: url("../img/main/head_bg_001.jpg") center;}
.bg_002{background: url("../img/main/head_bg_002.jpg") center;}
.bg_003{background: url("../img/main/head_bg_003.jpg") center;}
.bg_004{background: url("../img/main/head_bg_004.jpg") center;}
.bg_005{background: url("../img/main/head_bg_005.jpg") center;}

/*******************************************************************/

.shop_detail{
    padding-bottom: 10px;
}

.lst-con{
    margin-bottom: 10px;
    width: 100%;
}
.lst-con li{
    margin-bottom: 5px;
    padding: 10px 20px;
    display: flex;
    background: #fff;
    border-radius: 20px;
}
.lst-con li h4{
    font-weight: bold;
    font-size: 14px;
}
.lst-con li p{
    text-align: left;
    font-size: 14px;
    line-height: 1.25em;
}

.lst-con li.thead{
    background:rgba(0,0,0,0);
    font-size: 14px;
}

.notice{
    font-size: 12px;
    line-height: 1.5em;
}

/*******************************************************************/

@media screen and (max-width: 799px){
    #title{margin: 103px 0 20px 0;padding: 60px 0;}
    #title h1{font-size: 2.5rem;}
    .title_bg{height: 100%;background-size: cover;}
}
@media screen and (min-width: 800px){
    #title{margin: 105px 0 20px 0;padding: 100px 0;height: 296px;}
    #title h1{font-size: 70px;}
    .title_bg{height: 296px;background-size: cover;}
}