/*
Theme Name: 共立病院
Theme URI: https://2create.jp/
Description: A theme 2create site v1.0
Version: 1.0
Author: ツクリテコーポレーション
Author URI: https://2create.jp/
*/

@charset "UTF-8";
/*pc*/
@import url("css/base.css") screen and (min-width:1200px) and (max-width: 5000px);
@import url("css/layout.css") screen and (min-width:1200px) and (max-width: 5000px);
@import url("css/plus.css") screen and (min-width:1200px) and (max-width: 5000px);

/*tablet*/
@import url("css/base_tab.css") screen and (min-width:769px) and (max-width: 1199px);
@import url("css/layout_tab.css") screen and (min-width:769px) and (max-width: 1199px);
@import url("css/plus_tab.css") screen and (min-width:769px) and (max-width: 1199px);

/*SP*/
@import url("css/base_sp.css") screen and (min-width:0px) and (max-width: 768px);
@import url("css/layout_sp.css") screen and (min-width:0px) and (max-width: 768px);
@import url("css/plus_sp.css") screen and (min-width:0px) and (max-width: 768px)