/*
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;
    }
}
  