/*
Theme Name: resposive_site
Description: resposive_site
*/

@import url("./css/base.css");
@import url("./css/common.css");

@import url("./css/sp.css") screen and ( max-width: 991px );

/*
切り替えが必要な際に使用
@import url("./css/tablet.css") screen and ( min-width: 768px ) and (max-width: 991px );
@import url("./css/custom.css") screen and ( min-width: 992px );
*/

@import url("./css/custom.css") screen and ( min-width: 992px );
