@charset "UTF-8";
/******************
 * css_all
 ******************/

/*default CSS
-----------------------------------------------*/
@import url("/ts/wp-content/themes/base/css/default.css");
@import url("/ts/wp-content/themes/base/css/default_sp.css") screen and (max-width: 767px);

/*parts import
-----------------------------------------------*/
/*pc fix header*/
@import url("/ts/wp-content/themes/base/parts/pc_fix_header/pc_fix_header.css") screen and (min-width: 768px);
/*pc g navi*/
/*@import url("/ts/wp-content/themes/base/parts/pc_g_navi/g_navi.css") screen and (min-width: 768px);*/
/*pc fix side menu*/
/*@import url("/ts/wp-content/themes/base/parts/pc_fix_sidemenu/pc_fix_sidemenu.css");*/
/*pc fix footer*/
/*@import url("/ts/wp-content/themes/base/parts/pc_fix_footer/pc_fix_footer.css") screen and (min-width: 768px);*/
/*pc fix footer contact*/
/*@import url("/ts/wp-content/themes/base/parts/pc_footer_contact/pc_footer_contact.css") screen and (min-width: 768px);*/
/*pc fix bnr*/
@import url("/ts/wp-content/themes/base/parts/pc_fix_bnr/pc_fix_bnr.css") screen and (min-width: 768px);

/*sp fix menu*/
@import url("/ts/wp-content/themes/base/parts/sp_fix_menu/sp_fix_menu.css") screen and (max-width: 767px);

/*sp modal bnr*/
@import url("/ts/wp-content/themes/base/parts/sp_modal_bnr/sp_modal_bnr.css") screen and (max-width: 767px);
/*sp footer contact*/
@import url("/ts/wp-content/themes/base/parts/sp_footer_contact/sp_footer_contact.css") screen and (max-width: 767px);

/*sliderpro*/
/*@import url("/ts/wp-content/themes/base/parts/sliderpro/css/slider-pro.css");*/
/*tel modal*/
/*@import url("/ts/wp-content/themes/base/parts/tel_modal/tel_pc.css") screen and (min-width: 768px);
@import url("/ts/wp-content/themes/base/parts/tel_modal/tel_sp.css") screen and (max-width: 767px);*/

/*sub_page CSS
-----------------------------------------------*/
@import url("/ts/wp-content/themes/base/css/sub_page.css");
@import url("/ts/wp-content/themes/base/css/sub_page_sp.css") screen and (max-width: 767px);

/*custom CSS
-----------------------------------------------*/
@import url("/ts/wp-content/themes/base/css/custom.css");
@import url("/ts/wp-content/themes/base/css/custom_sp.css") screen and (max-width: 767px);

