@charset "utf-8";
/*-----------------------------------------------------

クラブオフ

------------------------------------------------------*/
/*  PC  */
@media screen and (min-width: 751px){
	
.reception .bl_freeDialBlock.bl_freeDialBlock__type02 .bl_freeDialBlock_num::before {
    margin-right: 20px;
    width: 50px;
    height: 38px;
}

.reception .bl_freeDialBlock .bl_freeDialBlock_num::before {
    content: "";
    background-image: url(/cluboff/images/freecall_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

} /* media */

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

.reception .bl_freeDialBlock .bl_freeDialBlock_num::before {
    content: "";
    background-image: url(/cluboff/images/freecall_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}


} /* media */


