/* =========================================================
   BULGARIAN ROSE PLAZA &#8212; V7 PLATFORM-CONTROLLED PAGES
   Use for:
   - お問い合わせ
   - マイアカウント・会員ログイン
   - 友達に教える
   - メルマガ登録・解除
   - レビュー
========================================================= */
body {
  color: #373231;
  background: #FFFFFF;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.c-button {
  border-radius: 0;
  background: #FBF9F6;
  box-shadow: none;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #373231;
}

.c-button:hover {
  background: #FDF1F3;
}

.c-button--primary {
  background: #AD5147;
}

.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #FFFFFF;
}

.c-button--primary:hover {
  background: #93443C;
}

.c-button--danger {
  background: <{$button3_bgcolor}>;
}

.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}

.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}

.c-input--text {
  border-color: #B7ABA3;
  border-radius: 0;
}

.c-input--text:focus {
  border-color: #D77A90;
  outline: 2px solid rgba(215, 122, 144, 0.22);
  outline-offset: 1px;
}
