@charset "UTF-8";
/* content CSS Document */
/*--------------------------------------------------------------
 * editor-style - 装飾
--------------------------------------------------------------*/
/*root*/
:root {
	--text:#57422D;
	--site-color:#7dbec3;
	--theme-colorB:#93d5d7;
	--theme-colorBB:#74c4c7;
	--theme-colorBBB:#5fb4b8;
	--theme-color-hover:#5fdadf;
	--theme-text-color:#2b393b;
	--theme-h-color:#61b4b8;
}

p {letter-spacing:0.05em;}