@charset "utf-8";
@import url("sp.css") only screen and (max-width: 930px);
@import url("pc.css") only screen and (min-width: 931px);

/*==============================================

	Index

==============================================*/

/*================================
	Common Syles
================================*/
:root {
	--col-text : #333;
	--col-text-hlt: #A5605A;
	--col-main: #D48B89;
	--col-hlt: #A5605A;
	--col-bg-main: #F4F3F0;
	--fnt-min: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	--fnt-go: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}






