@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  width: 100%;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 1206px) {
  .c-topicspath li {
    font-size: 0.8rem;
  }
}
.c-topicspath li a {
  color: #333;
}
@media (any-hover) {
  .c-topicspath li a:hover {
    text-decoration: underline;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 0.3333333333rem;
}
.c-topicspath li:last-child::after {
  content: normal;
}

.l-lowerCaption {
  position: relative;
  background: #FFF9EE;
  padding-top: 110px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1206px) {
  .l-lowerCaption {
    padding-top: 5.5333333333rem;
    margin-bottom: 4rem;
  }
}
.l-lowerCaption__inner {
  max-width: 75.375rem;
  padding-inline: 1.875rem;
  margin-inline: auto;
}
.l-lowerCaption__title {
  font-size: 48px;
}
@media screen and (max-width: 1206px) {
  .l-lowerCaption__title {
    font-size: 2.1333333333rem;
  }
}

@media screen and (max-width: 1206px) {
  body#recipesLower .l-lowerCaption {
    margin-bottom: 2rem;
  }
}

#contents .p-articleHeader {
  padding-bottom: 16px;
  margin-bottom: 34px;
  border-bottom: 1px solid #CCCCCC;
}
#contents .p-articleHeader__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  column-gap: 0.56em;
  margin-bottom: 0.6em;
}
#contents .p-articleHeader__pubdate {
  font-size: 14px;
  font-weight: 700;
}
#contents .p-articleHeader__category {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 9px;
  border: 1px solid #ABABAB;
  border-radius: 14px;
}
@media screen and (max-width: 568px) {
  #contents .p-articleHeader__category {
    font-size: 0.6rem;
    padding: 0.2666666667rem 0.6rem;
    border-radius: 0.6666666667rem;
  }
}
#contents .p-articleHeader__ttl {
  font-size: 36px;
}
@media screen and (max-width: 568px) {
  #contents .p-articleHeader__ttl {
    font-size: 1.8666666667rem;
  }
}
#contents .p-articleFooter .c-btn {
  text-decoration: none;
}
#contents .single_body {
  padding-bottom: 60px;
}
@media screen and (max-width: 568px) {
  #contents .single_body {
    padding-bottom: 2.6666666667rem;
  }
}
#contents .single_body::after {
  content: "";
  display: table;
  clear: both;
}
#contents .single_body figure img {
  width: auto;
}
@media screen and (max-width: 568px) {
  #contents .single_body figure img {
    width: 100%;
  }
}
#contents .single_body figure figcaption {
  text-align: center;
  display: block;
}
#contents .single_body img {
  max-width: 100%;
  height: auto;
}
#contents .single_body a {
  font-weight: 700;
  text-decoration: underline;
}
#contents .single_body p,
#contents .single_body li,
#contents .single_body th,
#contents .single_body td {
  color: #333;
}
#contents .single_body ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
#contents .single_body ul:last-child {
  margin-bottom: 0;
}
#contents .single_body ul[class*=block] {
  list-style-type: none;
  padding: 0;
}
#contents .single_body ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
#contents .single_body ol:last-child {
  margin-bottom: 0;
}
#contents .single_body li {
  margin-bottom: 0.6em;
}
#contents .single_body li:last-child {
  margin-bottom: 0;
}
#contents .single_body li::marker {
  color: #E83828;
  font-weight: 700;
}
#contents .single_body blockquote {
  background-color: #F5F5F5;
  padding: 2rem 1.3333333333rem 2rem 4.6666666667rem;
  margin-bottom: 2em;
  position: relative;
}
#contents .single_body blockquote:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  #contents .single_body blockquote {
    padding: 1.3333333333rem 1rem 1.3333333333rem 3.8rem;
  }
}
#contents .single_body blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: block;
  color: #E83828;
  font-size: 20px;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media screen and (max-width: 568px) {
  #contents .single_body blockquote::before {
    left: 1.3333333333rem;
    top: 1.3333333333rem;
  }
}
/*# sourceMappingURL=../_map/project/single.css.map */
