/* =========================================================
   HQ Background: Style
   key: dbar-breadcrum
   name: 全サイト共通モデル（ラウンジ蓮仕様）
   group: breadcrumb
   type: Style
   layer: breadcrumb
   value:
   selector:
   ========================================================= */

/* =========================================================
   Breadcrumb
   ========================================================= */

.c-breadcrumbArea {
  margin: 0;
  padding: 12px 0;

  width: 100%;
  background: transparent;

  border-radius: 0;
  box-shadow: none;
}

/* 中身 */
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  font-size: 13px;
  line-height: 1.7;

  color: rgba(244, 239, 232, 0.7);
}

/* Link */
.c-breadcrumb__link {
  color: rgba(244, 239, 232, 0.7);
  text-decoration: none;
}

.c-breadcrumb__link:hover {
  opacity: 0.7;
}

/* Current */
.c-breadcrumb__current {
  color: #f4efe8;
  font-weight: normal;
}

/* Separator */
.c-breadcrumb__sep {
  margin: 0 0.5em;
  color: rgba(244, 239, 232, 0.4);
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
  .c-breadcrumbArea {
    padding: 10px 0;
  }

  .c-breadcrumb {
    font-size: 12px;
  }
}
