@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;
  }
}

.pagination ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.4rem;
  padding-top: 4rem;
}
.pagination ul.page-numbers > li .page-numbers {
  color: #E83828;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  border: 1px solid #E83828;
  border-radius: 0.3333333333rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition-property: color, background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
@media screen and (max-width: 568px) {
  .pagination ul.page-numbers > li .page-numbers {
    width: 2.6666666667rem;
    height: 2.6666666667rem;
  }
}
.pagination ul.page-numbers > li .page-numbers.current {
  background-color: #E83828;
  color: #FFFFFF;
}
.pagination ul.page-numbers > li .page-numbers.dots {
  pointer-events: none;
  pointer-events: none;
}
.pagination ul.page-numbers > li .page-numbers.next, .pagination ul.page-numbers > li .page-numbers.prev {
  border: none;
}
@media (any-hover) {
  .pagination ul.page-numbers > li .page-numbers:hover {
    color: #FFFFFF;
    background-color: #E83828;
  }
}

#archive-news .p-newsCatList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.7em;
}
#archive-news .p-newsCatList__area {
  padding-bottom: 2.25rem;
}
#archive-news .p-newsCatList__item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  white-space: nowrap;
}
#archive-news .p-newsCatList__link {
  line-height: 1;
  font-weight: 500;
  height: 2.4em;
  padding: 0 1em 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #E83828;
  border-radius: 1.2em;
  transition: all 0.4s ease;
}
#archive-news .p-newsCatList__link.current, #archive-news .p-newsCatList__link:hover {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #E83828;
  transition: all 0.4s ease;
}
/*# sourceMappingURL=../_map/project/archive.css.map */
