/*
Theme Name: KIMAGURE TOOLBOX WP THEME
Theme URI: https://toolbox.tacobose.com
Description: KIMAGURE TOOLBOX WPテーマ
Version: 1.0
Author: tacobose
Author URI: https://tacobose.com
*/

@charset "UTF-8";

/* ===================================================================
各cssファイル読み込み用
=================================================================== */


/* default style - リセット
----------------------------------------------------------- */
@import url("css/default.css");


/* media queries
----------------------------------------------------------- */
/* for 1240px - */
@import url("css/style1.css") only screen and (min-width:1240px);

/* for 768px - 1239px */
@import url("css/style2.css") only screen and (min-width:768px) and (max-width: 1239px);

/* for - 767px */
@import url("css/style3.css") only screen and (max-width: 767px);