@charset "UTF-8";
:root {
	/* フォント */
	--font-base: YakuHanJP, "Noto Sans JP", sans-serif;/* weight 100-900 */
	--font-sub: YakuHanJP, "Zen Old Mincho", sans-serif;/* weight 300-500 */
	--font-en: "Roboto", sans-serif;/* weight 400-800 */

	/* フォントサイズ */
	--fontsize-base: 1.4rem;
	/* 文字間 */
	--letter-spacing: 0.15em;
	/* 行間 */
	--lingh-height: 2;
	/* 最高幅 */
	--max-width: 1200px;
	/* 最低幅 */
	--min-width: 980px;

	/* カラー */
	--color-font: #6a594c;

	--color-main: #506c50;
	--color-main_rgb: 80 108 80;

    --color-sub: #e9f3ec;
	--color-sub_rgb: 233 243 236;

    --color-accent: #93cb9c;
	--color-accent_rgb: 147 203 156;

    --color-red: #ea5550;

    --color-other1: #e1d8c8;
	--color-other1_rgb: 225 216 200;


	/* フォントウェイト */
	--weight-thin: 100;
	--weight-extralight: 200;
	--weight-light: 300;
	--weight-regular: 400;
	--weight-medium: 500;
	--weight-semibold: 600;
	--weight-bold: 700;
	--weight-extrabold: 800;
	--weight-black: 900;
}
