@charset "UTF-8";
[data-v-8c79f2e0]:export {
  brand-primary01: #d10000;
  brand-secondary01: #2e5851;
  brand-accent01: #46aecf;
  brand-accent02: #ff7a00;
  brand-error: #ff0014;
  common-blue01: #46aecf;
  common-green01: #5a9d1d;
  common-green02: #56b98a;
  common-orange01: #ff7a00;
  common-lightenorange01: #ffebd9;
  common-beige01: #696458;
  common-beige02: #cec8ba;
  common-beige03: #f2ecde;
  common-grey01: #7f808b;
  common-grey02: #9d9da8;
  common-grey03: #cdcdcf;
  common-grey04: #f0f0f0;
  common-black01: #373841;
  common-white01: #fcfcfc;
  dp-primary: #df6800;
  dp-error: #ff0014;
  dp-red01: #c90011;
  dp-black01: #000;
  dp-grey01: #444;
  dp-grey02: #666;
  dp-grey03: #888;
  dp-grey04: #aaa;
  dp-grey05: #ccc;
  dp-grey06: #eaeaea;
  dp-white01: #fff;
}

/**
 * 画像を指定アスペクト比で描画する
 * @param $horizontal 幅の比率
 * @param $vertical 高さの比率
 * @param $objectFit
 *
 * @example
 * 画像を 4:3 で描画する場合
 *
 * ```html
 * <div class="wrapper">
 *   <img />
 * </div>
 * ```
 *
 * ```css
 * .wrapper {
 *   @include imageAspectRatio(4, 3);
 * }
 * ```
 */
.log-card[data-v-8c79f2e0] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  width: 100%;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.5;
}
.log-card--favorite[data-v-8c79f2e0] .c-coffeeCardTiled__img img {
  border-radius: 0;
  object-fit: contain;
}
.log-card__icon[data-v-8c79f2e0] {
  flex: 0 0 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #f0f0f0;
  border-radius: 999px;
}
.log-card__content[data-v-8c79f2e0] {
  flex: 1 1 100%;
  padding: 0 1rem 0 1.6rem;
}
.log-card__mile[data-v-8c79f2e0] {
  flex: 1 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #2e5851;
}
.log-card + .log-card[data-v-8c79f2e0]::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #f0f0f0;
  width: 100%;
  height: 1px;
}

/*# sourceMappingURL=72.2bb32721.css.map?v=1786938416561*/