/*
Theme Name: SBorigin-child
Version: 1.6
Template: SBorigin
*/

/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/
/*=====================================
*
*header
*
=======================================*/

/*=====================================
*
*front
*
=======================================*/

/*=====================================
*section1
=======================================*/

/*=====================================
*section2
=======================================*/

/*=====================================
*section3
=======================================*/

/*=====================================
*section4
=======================================*/

/*=====================================
*section5
=======================================*/

/*=====================================
*section6
=======================================*/

/*=====================================
*section7
=======================================*/

/*=====================================
*section8
=======================================*/

/*=====================================
*section9
=======================================*/

/*=====================================
*section10
=======================================*/


/*=====================================
*
*single
*
=======================================*/

/*=====================================
*
*page
*
=======================================*/

/*=====================================
*
*archive
*
=======================================*/

/*=====================================
*
*breadcrumb
*
=======================================*/

/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/

/*=====================================
*
*sidenav
*
=======================================*/

/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pcのみ削除
=======================================*/
@media screen and (min-width: 1025px) {
    .pcnone {
        display: none;
    }
}

/*=====================================
*tablet削除
=======================================*/
@media screen and (max-width: 1024px) and (min-width: 415px) {
    .tabnone {
        display: none;
    }
}

/*=====================================
*sp削除
=======================================*/
@media screen and (max-width:414px) {
    .spnone {
        display: none;
    }
}

/*=====================================
*
*pc
*
=======================================*/
@media screen and (min-width: 1025px) {
    .sp {
        display: none;
    }

    .tb {
        display: none;
    }

    .sp_tb {
        display: none;
    }
}

/*=====================================
  *
  *tb
  *
=======================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .pc {
        display: none;
    }

    .sp {
        display: none;
    }

    .tb {
        display: inherit;
    }

    .tb_pc {
        display: inherit;
    }

    .sp_tb {
        display: inherit;
    }
}

/*=====================================
  *
  *sp
  *
=======================================*/
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .tb_pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    .tb {
        display: none;
    }

    .sp_tb {
        display: inherit;
    }
}