@charset "UTF-8";


/*
------------------------------------------
屋良事務所　レイアウト設定CSS
制作者：　ヤラタツヤ
作成日：　2022年4月04日
----------------------------------------*/


/*////// インポート index.html ////////////*/

/*共通  ------------------*/

@import url("normalize.min.css") screen ;




/*pc  ------------------*/

@import url("common.css") screen and (min-width:768px);
@import url("header_oth.css") screen and (min-width:768px);
@import url("schedule.css") screen and (min-width:768px);
@import url("pc_oth.css") screen and (min-width:768px);

	

/*mb  ------------------*/

@import url("common_mb.css") screen and (max-width: 767px);
@import url("header_mb.css") screen and (max-width:767px);
@import url("schedule_mb.css") screen and (max-width:767px);
@import url("mb_oth.css") screen and (max-width:767px);
