#head_bg{
    position: fixed;
    z-index: -10;}

.main_bg_m{background: url("../img/shop/top_mishima.jpg") no-repeat;}
.main_bg_h{background: url("../img/shop/top_hara.jpg") no-repeat;}


#shop_head{
    text-align: center;
    color: #fff;
}

.bowlicon{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    background: url("../img/shop/bowl_icon.svg") no-repeat top 12px center;
    background-size: 50px;
}
.hshop .bowlicon{
    background-color: #ef295d;
}
.mshop .bowlicon{
    background-color: #20af9e;
}

#shop_head h1{
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}


/*shop_head****************************************************/

.common h3{
    font-size: 2.8rem;
    font-weight: 600;
    transform: translateY(-2.3rem) translateX(-1.45rem);
}
.common h3 span{
    font-family: vdl-logomaru,sans-serif;
    font-size: 0.95rem;
}

#shop_news{background: #F5F5F5;}
#shop_news h3{color: #F5F5F5;}

#shop_hour{background: #333333;}
#shop_hour h3{color: #333333;}

#shop_info{background: #6640d1;}
#shop_info h3{color: #6640d1;}

#shop_price{background: #F5F5F5;}
#shop_price h3{color: #F5F5F5;}

#shop_pack{background: #333333;}
#shop_pack h3{color: #333333;}


/*common****************************************************/

.list-table{
    margin: 0 -10px;
    width: calc(100% + 20px);
    border-collapse: separate;
    border-spacing: 10px;
}
.list-table tr td{
    padding: 20px;
}
.list-table tr th,
.list-table tr td{
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
}
.lt-head{
    width: calc(100% / 3);
    background: #333;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
}
.lt-accent{
    background: #6640d1!important;}
.lt-pack{
    padding: 10px!important;
}

.lt-head span{
    display: block;
    margin-bottom: 6px;
    padding: 5px;
    font-size: 0.75rem;
    background: #fff;
    border-radius: 10px;
    color: #6640d1;
}


.lt-item{
    background: #fff;
    color: #333;
    text-align: left;
    line-height: 1.1rem;
}

/*table****************************************************/




.hour_wrap{
    margin-top: 20px;
    position: relative;
    padding: 30px 0 20px 0;
    border:2px solid #fff;
    border-radius: 20px;
    color: #F5F5F5;
    text-align: center;
}

.hour_wrap h4{
    position: absolute;
    top: -20px;
    left: calc(50% - 5rem);
    padding: 10px 20px;
    background: #333;
    display: block;
    width: 10rem;
    
}
.hour_time{
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
}

/*shop_hour****************************************************/

#shop_info .photo{
    width: 80%;
    padding-bottom: 20px;
    margin: 0 auto;
}
#shop_info .photo img{
    width: 100%;
}

#shop_info h4,
#shop_info p,
#shop_info a{
    text-align: center;
    color: #fff;
}
#shop_info h4{
    padding-bottom: 5px;
    font-size: 1.4rem;
}
#shop_info p{
    padding: 5px;
}
.tel_link a{
    padding-left: 2px;
    font-size: 2.5rem;
    font-weight: 600;
}

.social_link{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.social_link li{
    margin: 0 5px;
    padding: 1px;
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 40px;
}
.social_link img{
    width: 100%;
}


/*shop_info****************************************************/

/*shop_price****************************************************/

.cup_com h4,
#shop_pack p,
.catch{
    color: #fff;
}

.cup_com .catch{
    padding-bottom: 5px;
    font-size: 1rem;
}
.cup_com h4{
    padding-bottom: 10px;
    font-size: 2rem;
}
.cup_com .notes{
    padding-top: 10px;
    font-size: 0.85rem;
    line-height: 1.1rem;
}

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

#shop_pack{
    padding-bottom: 30px!important;
}

.link-ribbon:hover{
    transform: translateY(-1px);
}
.link-ribbon{
    position: relative;
    margin: 20px auto;
    width: 15rem;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
    background: #6640d1;
}
.link-ribbon a,
.link-ribbon a:hover{color: #FFF;}

.link-ribbon::before,
.link-ribbon::after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.link-ribbon::before{
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #333;
    border-style: solid;
}

.link-ribbon::after{
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #333 transparent transparent;
    border-style: solid;
}

.compe-base{
    padding-top: 40px;
    padding-bottom: 30px!important;
}


/*shop_pack****************************************************/



@media screen and (max-width: 1023px){
#head_bg{
    left: 0;
    width: 100vw;
    height: 500px;
    background-size: 100%;
    background-position: top 50px center;}

#shop_head{padding: 200px 0 ;}
#shop_head h1{font-size: 1.5rem;}
    
.main_bg_m,.main_bg_h{top: 20px;}

#contents > .hshop{background: linear-gradient(165deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(239,41,93,1) 45%, rgba(239,41,93,1) 100%);}
#contents > .mshop{background: linear-gradient(165deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(32,175,158,1) 45%, rgba(32,175,158,1) 100%);}
    
.compe-01{background: linear-gradient(165deg, #6640d1 0%, #6640d1 45%, #F5F5F5 45%, #F5F5F5 100%);}
.compe-02{background: linear-gradient(165deg, #333 0%, #333 45%, #F5F5F5 45%, #F5F5F5 100%);}
.compe-03{background: linear-gradient(165deg, #20af9e 0%, #20af9e 45%, #F5F5F5 45%, #F5F5F5 100%);}
.compe-04{background: linear-gradient(165deg, #f4843f 0%, #f4843f 45%, #F5F5F5 45%, #F5F5F5 100%);}
}


@media screen and (min-width: 1024px){
#head_bg{
    left: 0;
    width: calc(100vw - 300px);
    height: 500px;
    background-size: 100%;
    background-position: top 50px center;}

#shop_head{padding: 300px 0;}
#shop_head h1{font-size: 42px;}
    
.main_bg_m,.main_bg_h{margin-left: 300px; top: 30px;}
    
#contents > .hshop{background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(239,41,93,1) 45%, rgba(239,41,93,1) 100%);}
#contents > .mshop{background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(32,175,158,1) 45%, rgba(32,175,158,1) 100%);}
    
.compe-01{background: #6640d1;}
.compe-02{background: #333;}
.compe-03{background: #20af9e;}
.compe-04{background: #f4843f;}
    
    .compe-base p{
        color: #fff;
    }
}