/*
THEME NAME: matsuwa202507
THEME URI: http://www.matsuwa.info/
DESCRIPTION: 202507株式会社マツワのテーマ(TOPのチラシサムネイルのリンク変更)
VERSION:4.1
Author: CWC_SDR
AUTHOR URI: http://www.matsuwa.info/
*/
/*メインCSS*/
@import "./css/style.css";

/*------------サイズ調整------------*/
/*最大サイズ（PC用）*/
@import url("./css/pc_max.css") screen and (min-width: 961px);

/*中間サイズ（PC用）
@import url("./css/pc_max.css") screen and (min-width: 921px) and (max-width: 1139px);
*/
/*タブレットサイズ*/
@import url("./css/tablet.css") (min-width: 600px) and (max-width: 960px);

/*最小サイズ*/
@import url("./css/min.css") (max-width: 599px);
