@charset "UTF-8";

/* 汎用の青（--blue）異なる色に変更 */
:root{
  --black:#434343;
  --white:#ffffff;
  --gray:#ffeef3;
  --gray2:#8b92a9;
  --time:#5f6c6e;
  --border:#c7cde0;
  --red:#ca0f2a;
  --blue:#d4006d;
  --shadow: 0px 0px 25px 5px rgb(13 39 132 / 8%);
  --transition: 0.4s;
}

/*====================================================================
一部を濃い色で補う
=====================================================================*/
/*//////////////////// 文字色 /////////////////////*/
/* ヘッダー */
.tel_area p a,
.menu_area .menu li a:hover,
.menu_label,
/* メイン */
h2.top_tit,
.more_bt:hover,
.topics_tit:hover,
/* editor */
.front_page .editor h2,
.wp-block-details summary,
.editor ol > li::marker,
.editor ul > li::marker,
/* フッター */
.top_bt a,
.more_bt2{
  color: #d4006d;
}

/*//////////////////// 背景色 /////////////////////*/
/* ヘッダー */
.tel_area__sp,
.menu_button .hamburger__line,
.menu_button .hamburger__line::before,
.menu_button .hamburger__line::after,
/* ページ */
.sidebar .sidebar_con .tree_list > li:first-child a,
/* フッター */
.top_bt__arrow::before,
.top_bt__arrow::after,
.tel_bt,
.contact_bt.more_bt2 .mail_icon,
.more_bt2:hover{
  background-color: #d4006d;
}

/*//////////////////// ボーダー /////////////////////*/
.menu_button{
  border-left-color: #d4006d;
  border-right-color: #d4006d;
  border-bottom-color: #d4006d;
}

/* ページ */
.sidebar .sidebar_con .tree_list > li:first-child a,
/* フッター */
.more_bt2{
  border: solid 1px #d4006d;
}

/*//////////////////// その他 /////////////////////*/
.hamburger.-active + .overlay{
  background: rgba(252, 159, 184, 0.45);
}