@charset "UTF-8";

/*
	Theme Name: otamom
	Author: west
	Author URI: 
	Version: 2025.9
*/


/*CSSリセット*/
@import url("css/reset.css");

/*PC用*/
@import url(css/pc/common.css) screen and (min-width: 768px);
@import url(css/pc/contents.css) screen and (min-width: 768px);

/*スマホ用*/
@import url(css/sp/common.css) screen and (max-width: 767px);
@import url(css/sp/contents.css) screen and (max-width: 767px);

/*プリント用／PC用と同じ*/
@import url(css/pc/common.css) print;
@import url(css/pc/contents.css) print;

