@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);
/*pc form-2*/
/*@import url("/ts/wp-content/themes/base/parts/form2_include/css/form2_include.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 fix menu*/
@import url("/ts/wp-content/themes/base/css/SetTime_view.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);
/*pc form-2*/
/*@import url("/ts/wp-content/themes/base/parts/form2_include/css/form2_include_sp.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/tel_modal2/tel_pc2.css") screen and (min-width: 768px);
@import url("/ts/wp-content/themes/base/tel_modal2/tel_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);

/* SideNavi CSS
----------------------------*/
@import url("/ts/wp-content/themes/base/css/sidenavi.css") screen and (min-width: 768px);
@import url("/ts/wp-content/themes/base/css/side_custom.css") screen and (min-width: 768px);
@import url("/ts/wp-content/themes/base/css/side_sub_page.css") screen and (min-width: 768px);

/*utility CSS
----------------------------*/
@import url("/ts/wp-content/themes/base/css/utility.css");
@import url("/ts/wp-content/themes/base/css/utility_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);

/*コンテンツ枠、サイドメニュー枠
--------------------------------*/
@media (min-width:1025px){
/*.site_contents {
width: 750px;
margin-right: 20px;
}*/
}
@media (min-width:768px) and (max-width:1024px){
.site_contents {
/*width: 700px;*/
/*margin-right: 20px;*/
}
}

@media (max-width:767px){
.site_contents {
width: 100%;
/*margin-right: 20px;*/
}
}	
