@charset "utf-8";

/*============================================
  semiorder-natural.css
  ナチュラルの各色の色の定義
==============================================*/
:root.is-color-pink01 {
  /* Semantic */
  --color-main-default: #e77b77;
  --color-main-light: #f0aaa6;
  --color-main-thin: #fceae6;
  --color-main-muted: #f9f6f4;
  --color-accent: #f9eec4;
  --color-text-default: #1a1a1a;
   /* Component */
  --text-default: var(--color-text-default);
  --link-default: var(--color-main-default);
  --link-hover: var(--color-main-light);
  --hours__open-day1: var(--color-main-light);
  --hours__open-day2: #5ac4db;
  --hours__closed-day: #f4bb78;
}
