@charset "utf-8";
/*
 看板
======================================================= */
.kanban_toptext{
  color: #6f594e;
  background-color: #fff6d9;
}
/*
 navi
======================================================= */
.nav_area{
  position: relative;
}
.nav_area::before{
  content: "";
  background-color: #ff90b4;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
 h2
======================================================= */
.con01 .conTtl{ color: #e63c6c;}
.con02 .conTtl{ color: #3485ed;}
.con03 .conTtl{ color: #1dbcf1;}
/* .con04 .conTtl{ color: #333;} */
/*
 ショップ
======================================================= */
.shop_list h2 {
  display: block;
  text-align: center;
  color: #6f594d;
}