/****************************************/
/* CSS file For シェーン相模大野		*/
/* FileName: import_css.css				*/
/* date: 2022.08.17						*/
/****************************************/


@charset "utf-8";


@import url("../css/smartphone-mini.css")screen and (min-width:0px)  and (max-width:359px);
@import url("../css/smartphone.css")screen and (min-width:360px)  and (max-width:540px) and (orientation: portrait);
@import url("../css/smartphone_side-mini.css")screen and (min-width:417px) and (max-width:568px) and  (orientation: landscape);
@import url("../css/smartphone_side.css")screen and (min-width:569px) and (max-width:668px) and (orientation: landscape);
@import url("../css/tablet.css")screen and (min-width:600px) and (max-width:810px) and (min-height:500px);
@import url("../css/smartphone_side-wide.css")screen and (min-width:724px) and (max-width:830px) and (orientation: landscape);
@import url("../css/smartphone_side-wide2.css")screen and (min-width:831px) and (max-width:916px) and (orientation: landscape);
@import url("../css/tablet_side.css")screen and (min-width:917px) and (max-width:1080px) and (min-height: 600px) and (orientation: landscape)
@import url("../css/tablet_side_large.css")screen and (min-width:1200px) and (max-width:1349px);
/*@import url("../css/PC.css")screen and (min-width:1350px);*/
@import url("../css/tablet_side_pro")screen and (min-width:1100px) and (max-width:1440px) and (min-height: 700px) and (orientation: landscape)
