@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************
 *	一覧
 * ************************************************ */
@media print, screen and (min-width: 1024px) {
  .post__list-wrapper {
    padding-right: 144px;
  }
}

.post__list {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
@media print, screen and (min-width: 1024px) {
  .post__list {
    gap: 48px 0;
  }
}
.post__list .post__list-ttl {
  width: calc(70% - 16px);
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .post__list .post__list-ttl {
    width: 100%;
    font-size: 2rem;
    border-bottom: 1px solid rgba(40, 38, 38, 0.5);
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .post__list .post__list-ttl {
    font-size: 2.4rem;
  }
}
.post__list a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .post__list a {
    display: block;
    transition: opacity 0.3s;
  }
  .post__list a:hover {
    opacity: 0.6;
  }
}
.post__list .post__list-inner {
  width: 30%;
}
@media print, screen and (min-width: 768px) {
  .post__list .post__list-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .post__list .post__thumb {
    width: 240px;
  }
}
.post__list .post__thumb img {
  margin: 0 auto;
}
.post__list .post__list-text {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .post__list .post__list-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 264px);
  }
}
.post__list .post__more-btn {
  display: flex;
  justify-content: center;
  width: 128px;
  background-color: #a5895e;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 8px 0;
  margin-left: auto;
}
.post__list .post__more-btn span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.post__list .post__more-btn span::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
}

.post-category {
  display: flex;
  align-items: center;
  gap: 0 8px;
  line-height: 1;
}
.post-category span, .post-category a {
  display: inline-block;
  background-color: #F5EFE3;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #F5EFE3;
  padding: 4px 8px;
}
@media print, screen and (min-width: 1024px) {
  .post-category span, .post-category a {
    font-size: 1.2rem;
    transition: 0.3s;
  }
  .post-category span:hover, .post-category a:hover {
    background-color: #fff;
  }
}

.post-list__title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 8px;
}
@media print, screen and (min-width: 1024px) {
  .post-list__title {
    width: calc(100% - 204px);
    font-size: 2.4rem;
    margin-top: 0;
  }
}

.pagination-area {
  font-size: 1.4rem;
  padding-top: 48px;
}
@media print, screen and (min-width: 768px) {
  .pagination-area {
    font-size: 1.6rem;
    padding-top: 56px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pagination-area {
    padding-top: 64px;
  }
}
.pagination-area .pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #a5895e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #a5895e;
  border-radius: 50%;
  margin: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .pagination a {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .pagination a {
    transition: 0.3s;
  }
  .pagination a:hover {
    background-color: #a5895e;
    color: #fff;
  }
}

.pagination a.prev,
.pagination a.next {
  padding: 7px 15px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev,
  .pagination a.next {
    padding: 10px 15px;
  }
}

.pagination a.prev {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev {
    margin-right: 20px;
  }
}

.pagination a.next {
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.next {
    margin-left: 20px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
}

.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .pagination span {
    width: 32px;
    height: 32px;
  }
}

.pagination span.current {
  background-color: #a5895e;
  color: #fff;
  font-weight: 500;
  margin: 0 5px;
}

h2.screen-reader-text {
  display: none;
}

/* ************************************************
 *	カテゴリーページ
 * ************************************************ */
.post__category-ttl {
  background-color: #F5EFE3;
  font-size: 1.8rem;
  text-align: center;
  padding: 8px 0;
  margin: 24px 0;
}
@media print, screen and (min-width: 768px) {
  .post__category-ttl {
    font-size: 2.2rem;
    margin: 32px 0;
  }
}

/* ************************************************
 *	シングルページ 共通
 * ************************************************ */
/* タイトル
----------------------------------------*/
.single__ttl {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  border-bottom: 2px solid rgba(40, 38, 38, 0.5);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .single__ttl {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .single__ttl {
    font-size: 3.2rem;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}

.single__time-box {
  align-items: center;
  gap: 0 8px;
}
@media print, screen and (min-width: 768px) {
  .single__time-box {
    gap: 0 12px;
  }
}

.single__time {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  .single__time {
    font-size: 1.4rem;
  }
}

/* コンテンツ部分
----------------------------------------*/
.single__text {
  padding-top: 24px;
}
@media print, screen and (min-width: 1024px) {
  .single__text {
    padding-top: 40px;
  }
}
.single__text.faq {
  padding-top: 0;
}
.single__text a {
  text-decoration: underline;
}
.single__text hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0.5em 0;
  padding: 0;
}

/* ページ送り
----------------------------------------*/
.single__pagenav {
  font-size: 1.2rem;
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .single__pagenav {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    margin-top: 56px;
  }
}
.single__pagenav p.new {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1024px) {
  .single__pagenav p.new {
    margin-bottom: 0;
  }
}
.single__pagenav a {
  font-weight: 700;
  text-decoration: underline;
}
@media print, screen and (min-width: 1024px) {
  .single__pagenav a:hover {
    opacity: 0.6;
  }
}

/* 関連商品リンク
----------------------------------------*/
.single__item-wrapper {
  margin-top: 32px;
}

.single__item-header {
  background-color: #a5895e;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  padding: 8px;
}
@media print, screen and (min-width: 768px) {
  .single__item-header {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .single__item-header {
    font-size: 2.6rem;
    padding: 12px;
  }
}

.single__item-link {
  display: block;
  background-color: #F5EFE3;
  padding: 24px;
}
@media print, screen and (min-width: 1024px) {
  .single__item-link {
    padding: 32px;
    transition: opacity 0.3s;
  }
  .single__item-link:hover {
    opacity: 0.6;
  }
}

.single__item-description {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media print, screen and (min-width: 768px) {
  .single__item-description {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .single__item-description .single__item-img {
    width: 30%;
  }
}
@media print, screen and (min-width: 1024px) {
  .single__item-description .single__item-img {
    width: 27%;
    max-width: 240px;
  }
}
.single__item-description .single__item-img img {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .single__item-description .single__item-text-box {
    width: calc(70% - 24px);
  }
}
@media print, screen and (min-width: 1024px) {
  .single__item-description .single__item-text-box {
    width: calc(73% - 32px);
  }
}
.single__item-description .single__item-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .single__item-description .single__item-ttl {
    font-size: 2.2rem;
  }
}

.single__item-btn {
  display: flex;
  justify-content: center;
  background-color: #A30000;
  border-radius: 5px;
  padding: 16px 0;
  margin-top: 24px;
}
.single__item-btn p {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 32px;
}
@media print, screen and (min-width: 1024px) {
  .single__item-btn p {
    font-size: 2rem;
  }
}
.single__item-btn p::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1024px) {
  .single__item-btn p::before {
    width: 8px;
    height: 8px;
  }
}

/* 一覧に戻るボタン
----------------------------------------*/
.post__back-btn {
  text-align: center;
  margin-top: 36px;
}
@media print, screen and (min-width: 1024px) {
  .post__back-btn {
    margin-top: 48px;
  }
}
.post__back-btn a {
  display: inline-block;
  background-color: #a5895e;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #a5895e;
  border-radius: 5px;
  padding: 12px 16px;
}
.post__back-btn a span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.post__back-btn a span::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media print, screen and (min-width: 1024px) {
  .post__back-btn a {
    transition: 0.3s;
  }
  .post__back-btn a:hover {
    background-color: #fff;
    color: #a5895e;
  }
  .post__back-btn a:hover span::before {
    border-left: 2px solid #a5895e;
    border-top: 2px solid #a5895e;
  }
}

/* ************************************************
 *	シングルページ クッキング＆レシピ 
 * ************************************************ */
/* 分量
----------------------------------------*/
.oyakudachi-volume {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .oyakudachi-volume {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .oyakudachi-volume {
    font-size: 1.8rem;
  }
}

/* コンテンツ枠・セクション見出し
----------------------------------------*/
.oyakudachi__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding-top: 24px;
}
@media print, screen and (min-width: 1024px) {
  .oyakudachi__content-wrapper {
    gap: 56px 0;
    padding-top: 40px;
  }
}

.oyakudachi__section-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(40, 38, 38, 0.5);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__section-ttl {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .oyakudachi__section-ttl {
    font-size: 2.6rem;
  }
}

/* 完成イメージ・コメント
----------------------------------------*/
.oyakudachi__mv-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__mv-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__mv-wrapper .oyakudachi__mv-img {
    width: 50%;
  }
}
.oyakudachi__mv-wrapper .oyakudachi__mv-comment {
  background-color: #F5EFE3;
  padding: 24px;
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__mv-wrapper .oyakudachi__mv-comment {
    width: calc(50% - 32px);
  }
}
.oyakudachi__mv-wrapper .oyakudachi__mv-comment h2 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 1024px) {
  .oyakudachi__mv-wrapper .oyakudachi__mv-comment h2 {
    font-size: 1.8rem;
  }
}
.oyakudachi__mv-wrapper .oyakudachi__mv-comment p {
  margin-top: 8px;
}

/* 動画
----------------------------------------*/
.movie-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 材料
----------------------------------------*/
.oyakudachi__zairyou-list {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__zairyou-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px 24px;
  }
}
.oyakudachi__zairyou-list li {
  display: flex;
  align-items: center;
  line-height: 1.6;
  border-bottom: 1px solid rgba(40, 38, 38, 0.3);
  padding: 0 8px 8px;
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__zairyou-list li {
    width: calc(50% - 12px);
    padding: 0 8px 12px;
  }
}
.oyakudachi__zairyou-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #a5895e;
  border-radius: 50%;
  margin-right: 0.5em;
}
.oyakudachi__zairyou-list .bunryou {
  margin-left: 1em;
}

/* 作り方
----------------------------------------*/
.oyakudachi__recipe-list {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__recipe-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__recipe-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__recipe-list li {
    width: calc(50% - 16px);
  }
}
@media print, screen and (min-width: 1024px) {
  .oyakudachi__recipe-list li {
    width: calc(33.3333333333% - 32px);
  }
}
@media print, screen and (min-width: 768px) {
  .oyakudachi__recipe-list .oyakudachi__recipe-img img {
    width: 100%;
  }
}
.oyakudachi__recipe-list .oyakudachi__recipe-img figcaption {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 4px;
}
@media print, screen and (min-width: 1024px) {
  .oyakudachi__recipe-list .oyakudachi__recipe-img figcaption {
    font-size: 1.4rem;
  }
}
.oyakudachi__recipe-list .oyakudachi__recipe-text-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
  line-height: 1.6;
  margin-top: 12px;
}
.oyakudachi__recipe-list .oyakudachi__recipe-text-wrapper .oyakudachi__recipe-num {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background-color: #a5895e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
}
@media print, screen and (min-width: 1024px) {
  .oyakudachi__recipe-list .oyakudachi__recipe-text-wrapper .oyakudachi__recipe-num {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
}
.oyakudachi__recipe-list .oyakudachi__recipe-text-wrapper .oyakudachi__recipe-text {
  width: calc(100% - 36px);
}
@media print, screen and (min-width: 1024px) {
  .oyakudachi__recipe-list .oyakudachi__recipe-text-wrapper .oyakudachi__recipe-text {
    width: calc(100% - 38px);
  }
}

/* デフォルトエディター表示領域
----------------------------------------*/
.default-editor {
  background-color: #F5EFE3;
  padding: 24px;
}
@media print, screen and (min-width: 1024px) {
  .default-editor {
    padding: 32px;
  }
}

/* ************************************************
 *	よくある質問
 * ************************************************ */
/* 一覧
----------------------------------------*/
#faq__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media print, screen and (min-width: 1024px) {
  #faq__content-wrapper {
    gap: 56px 0;
  }
}

.faq__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .faq__search {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .faq__search {
    margin-bottom: 56px;
  }
}

#searchform {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
}
@media print, screen and (min-width: 1024px) {
  #searchform {
    justify-content: flex-start;
  }
}
#searchform input {
  width: calc(100% - 60px);
  max-width: 360px;
  border: 1px solid #413027;
  border-radius: 5px;
  padding: 6px 31px 6px 10px;
}
#searchform button {
  width: 56px;
  height: 37px;
  background-color: #dadada;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border: none;
  border-radius: 5px;
}
@media print, screen and (min-width: 1024px) {
  #searchform button {
    height: 41px;
    font-size: 1.6rem;
  }
  #searchform button:hover {
    cursor: pointer;
  }
}

.faq__search-word {
  display: inline-block;
}
.faq__search-word::before, .faq__search-word::after {
  content: '"';
}

.faq__fruits-scroll {
  text-align: right;
}
.faq__fruits-scroll a {
  display: inline-block;
  background-color: #a5895e;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #a5895e;
  border-radius: 5px;
  padding: 12px 16px;
}
.faq__fruits-scroll a span {
  position: relative;
  padding-left: 20px;
}
.faq__fruits-scroll a span::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(225deg);
  transition: 0.3s;
}
@media print, screen and (min-width: 1024px) {
  .faq__fruits-scroll a {
    transition: 0.3s;
  }
  .faq__fruits-scroll a:hover {
    background-color: #fff;
    color: #a5895e;
  }
  .faq__fruits-scroll a:hover span::before {
    border-left: 2px solid #a5895e;
    border-top: 2px solid #a5895e;
  }
}

.faq__section-ttl {
  font-size: 1.6rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(65, 48, 39, 0.5);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .faq__section-ttl {
    font-size: 2rem;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 1024px) {
  .faq__section-ttl {
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .faq__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1em 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .faq__list li {
    width: calc(50% - 40px);
  }
}
.faq__list a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding: 4px 0 4px 20px;
}
@media print, screen and (min-width: 1024px) {
  .faq__list a {
    padding: 6px 0 6px 24px;
  }
  .faq__list a:hover {
    text-decoration: underline;
  }
}
.faq__list a::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-left: 2px solid #282626;
  border-top: 2px solid #282626;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 1024px) {
  .faq__list a::before {
    top: 16px;
    width: 6px;
    height: 6px;
  }
}
.faq__list h3 {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1024px) {
  .faq__list h3 {
    font-size: 1.6rem;
  }
}

/* シングルページ
----------------------------------------*/
.faq__single-q {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(65, 48, 39, 0.5);
  padding: 0 0 16px 42px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .faq__single-q {
    font-size: 1.8rem;
    padding: 0 0 20px 46px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .faq__single-q {
    font-size: 2rem;
    padding: 0 0 24px 50px;
    margin-bottom: 24px;
  }
}
.faq__single-q::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "Q";
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background-color: #a5895e;
  color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .faq__single-q::before {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 1024px) {
  .faq__single-q::before {
    width: 40px;
    height: 40px;
  }
}

.faq__single-a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 42px;
}
@media print, screen and (min-width: 768px) {
  .faq__single-a {
    font-size: 1.8rem;
    padding-left: 46px;
  }
}
@media print, screen and (min-width: 1024px) {
  .faq__single-a {
    font-size: 2rem;
    padding-left: 50px;
  }
}
.faq__single-a::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "A";
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background-color: #A30000;
  color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .faq__single-a::before {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 1024px) {
  .faq__single-a::before {
    width: 40px;
    height: 40px;
  }
}

.faq__single-a-text {
  margin-top: 1.5em;
}

/********** ↓ 旧サイトから移植 ↓ **********/
/* ************************************************ 
 *	
 *	ブログ用基本CSS
 *	
 * ************************************************ */
/********** PC **********/
.loop_thumbnail {
  float: left;
  margin: 0px 20px 20px 0px;
  display: block;
  width: 150px;
  padding: 1px;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.page_thumbnail {
  text-align: center;
  margin: 5px 0px 30px 0px;
}

.posttitile_image {
  margin: 0px 0px 30px 0px;
  height: 120px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.post_morelink {
  text-decoration: none;
  background: #E3D1AC;
  padding: 3px 0px;
  font-weight: bold;
  width: 100px;
  display: inline-block;
  text-align: center;
}

p.loop_excerpt {
  margin-top: 5px;
}

.blog_pagetitle {
  background: url(images/blog_pagetitle.png) 0px 0px no-repeat;
}

.news_pagetitle {
  background: url(images/news_pagetitle.png) 0px 0px no-repeat;
}

.yamagata_pagetitle {
  background: url(images/yamagata_pagetitle.png) 0px 0px no-repeat;
}

.activityblog_pagetitle {
  background: url(images/activityblog_pagetitle.png) 0px 0px no-repeat;
}

.bacchan_pagetitle {
  background: url(images/bacchan_pagetitle.png) 0px 0px no-repeat;
}

.cooking_recipe_pagetitle {
  background: url(images/cooking_recipe.png) 0px 0px no-repeat;
}

.rice_pagetitle {
  background: url(images/rice_pagetitle.png) 0px 0px no-repeat;
}

.tayori_pagetitle {
  background: url(images/tayori_pagetitle.png) 0px 0px no-repeat;
}

.entry_contents_block {
  margin: 0px 0px 40px 0px;
}

span.post_days {
  font-size: 12px !important;
}

div.archives-title {
  border: 3px double #CDB98E;
  margin: 0px 0px 20px 0px;
  background: #F8F2E5;
  padding: 8px 0px 6px 0px;
  text-align: center;
}

.archives-title span,
.archives-title a {
  font-weight: bold;
  color: #640A14;
  text-decoration: none;
}

#entry_title_block {
  padding: 8px 10px 15px 80px;
  border-bottom: 1px dotted #AA8639;
}

.icon_post {
  background: url(images/icon_blog.png) 0 0 no-repeat;
}

.icon_yamagata {
  background: url(images/icon_blog.png) 0px 0px no-repeat;
}

.icon_activityblog {
  background: url(images/icon_blog.png) 0px 0px no-repeat;
}

.icon_bacchan {
  background: url(images/icon_blog.png) 0px 0px no-repeat;
}

.icon_oyakudachi {
  background: url(images/icon_cooking_recipe.png) 0px 0px no-repeat;
}

.icon_news {
  background: url(images/icon_news.png) 0px 0px no-repeat;
}

.icon_riceschool {
  background: url(images/icon_riceschool.png) 0px 0px no-repeat;
}

.icon_tayori {
  background: url(images/icon_tayori.png) 0px 0px no-repeat;
}

.entry_title {
  font-size: 20px;
  color: #AA8639;
}

.entry_title02 {
  font-size: 20px;
  color: #AA8639;
  margin: 15px 0 0 0;
}

.entry_title_tayori {
  font-size: 20px;
  margin: 15px 0px 15px 0px;
}

.entry_title_tayori a,
.entry_title a, .entry_title02 a {
  color: #AA8639;
  text-decoration: none;
}

.entry_title_tayori a:hover,
.entry_title a:hover, .entry_title02 a:hover {
  color: #8C110A;
  text-decoration: underline;
}

#entry_title_block .entry_meta span {
  font-size: 14px !important;
  display: block;
  margin-bottom: 4px;
}

.entry_contents {
  padding-top: 24px;
}
@media print, screen and (min-width: 1024px) {
  .entry_contents {
    padding-top: 40px;
  }
}

.loop_contents {
  padding: 10px 10px 30px 10px;
}

.entry_content_faq img,
.entry_contents img {
  border: 3px solid #fff;
  box-shadow: rgba(227, 227, 227, 0.65098) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(227, 227, 227, 0.65098) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(227, 227, 227, 0.65098) 0px 0px 6px 3px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dcdcdc, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}

.entry_contents blockquote {
  background: #f5f5f5;
  padding: 30px;
  margin: 0px;
  color: #000;
  line-height: 160%;
  font-style: italic;
}

.entry-tax {
  border-top: 3px double #dcdcdc;
  margin: 20px 0px 10px 0px;
  padding: 10px 10px 0px 10px;
}

.entry-tax a {
  background: url(images/yellowicon.png) 0px 5px no-repeat;
  padding: 0px 5px 0px 15px;
  margin-right: 10px;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter,
img.aligncenter {
  float: none;
  display: inline;
  margin: 20px auto;
  clear: both;
}

.alignnone {
  float: none;
  clear: both;
  display: inline;
  margin: 20px auto;
}

/* ページナビゲーション */
.post_navigation {
  margin: 0px auto 0px auto;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  clear: both;
}

.post_navigation p {
  width: 48%;
}

p.post_prev_link {
  float: left;
}

p.post_next_link {
  float: right;
}

.post_navigation p span {
  display: block;
  text-decoration: none;
}

.post_navigation p span a {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  font-size: 12px;
}

p.post_prev_link a {
  background: url(images/post_prev_link.png) 2% 50% no-repeat;
  padding: 10px 10px 10px 40px;
}

p.post_next_link a {
  background: url(images/post_next_link.png) 98% 50% no-repeat;
  padding: 10px 40px 10px 10px;
}

p.post_prev_link span {
  padding: 8px 10px;
}

p.post_next_link span {
  padding: 8px 10px;
}

#page_navigation {
  margin: 30px 0px;
  text-align: center;
}

/* サイドメニュー */
.side_menu {
  border: 1px dotted #dcdcdc;
  margin-bottom: 20px;
}

.side_menu ul li {
  background: url(images/top_ichiran_link.png) 5px 11px no-repeat;
  padding: 5px 15px 5px 25px;
  border-bottom: 1px dotted #aaa;
  display: block;
  margin: 2px;
  color: #666;
  line-height: 150%;
}

.side_menu ul li:last-child {
  border: none;
}

.children {
  margin: 5px 0px !important;
}

/* キャプション */
.wp-caption {
  background: #f5f5f5;
}

.wp-caption-text {
  text-align: center;
  font-size: 12px;
  /*font-weight:bold;*/
  margin: 5px 0px;
  color: #888;
}

h4.side_post_title {
  margin: 2px;
  background: url(images/side_menu_texttitle.png) -50px -30px no-repeat;
  border-top: 3px solid #8E6C25;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  color: #8E6C25;
  font-size: 15px;
}

/* ************************************************ 
 *	
 *	よくある質問
 *	
 * ************************************************ */
.question_title {
  font-size: 23px;
}

.question_title {
  color: #6F320D;
  font-size: 25px;
  background: url(images/question_title.png) left no-repeat;
  padding: 20px 20px 10px 50px;
  line-height: 140%;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.faq_loop_contents {
  padding: 0px 10px 0px 10px;
}

.faq_single_contents {
  border: 3px solid #f5f5f5;
  margin: 0px 10px;
  padding: 10px;
}

.faq_single_contents img {
  zoom: 95%;
}

.entry_title_faq {
  font-size: 20px;
  background: url(images/question_title.png) 0px 3px no-repeat;
  padding: 13px 0px 14px 60px;
  line-height: 140%;
  border-bottom: 2px solid #AA8639;
  margin: 0px 5px 25px 5px;
  color: #6F320D;
}

.maintext {
  background: url(images/answer_title.png) 0px 0px no-repeat;
  padding: 0px 0px 20px 60px;
  margin: 0px 7px 0px 7px;
}

.maintext span {
  font-size: 20px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}

.entry_content_faq {
  margin: 0px 10px 20px 10px;
}

.answer_title {
  padding: 10px 20px 40px 20px;
}

.answer_title ul li {
  width: 50%;
  float: left;
}

.answer_title ul li a {
  background: url(images/dot.png) 0px 8px no-repeat;
  padding: 0px 30px 20px 10px;
  line-height: 250%;
}

/* *******よくある質問検索フォーム***************************************** */
/* ************************************************ 
 *	
 *	共通
 *	
 * ************************************************ */
p.page_banner {
  text-align: center;
  padding-top: 30px;
}

p.page_banner_top {
  text-align: center;
  padding-bottom: 30px;
}

/***** 240411よくある質問 *****/
.faq_scroll {
  text-align: right;
}

.faq_scroll a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #c4a450;
  padding: 10px;
}

.faq_scroll a span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.faq_scroll a span::before {
  position: absolute;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #c4a450;
}

.faq_scroll a span::after {
  position: absolute;
  left: 6px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-bottom: 2px;
  transform: rotate(225deg);
}

/***** 240509更新日追加 *****/
.single_post_time {
  display: block;
  margin-top: 10px;
}

.single_post_time span {
  margin-right: 10px;
}

/********** SP **********/
@media print, screen and (max-width: 1023px) {
  /* アーカイブ */
  .loop_thumbnail {
    float: left;
    margin: 0px 10px 10px 0px;
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
  .loop_thumbnail img {
    width: 70px;
    height: 70px;
  }
  .page_thumbnail {
    text-align: center;
    margin: 20px auto !important;
  }
  .page_thumbnail img {
    width: 96% !important;
    height: auto;
  }
  .posttitile_image {
    margin: 0px 0px 0px 0px;
    display: block;
    background: #ECD495;
    font-size: 20px;
    padding: 8px 8px 8px 10px;
    border-bottom: 2px solid #CAA950;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .posttitile_image h1 {
    padding: 10px 10px 8px 50px;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
  }
  .loop_excerpt {
    margin-top: 5px;
    font-size: 10px;
    line-height: 110%;
  }
  .entry_contents_block {
    margin: 0px 0px 0px 0px;
  }
  .entry_contents_block p {
    margin: 0px 0px 10px 0px;
    display: block;
  }
  span.post_days {
    font-size: 12px !important;
  }
  div.archives-title {
    border: 3px double #dcdcdc;
    margin: 8px 0px 10px 0px;
    background: #f5f5f5;
    padding: 8px 0px 6px 0px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .archives-title span,
  .archives-title a {
    font-weight: bold;
    color: #640A14;
    text-decoration: none;
  }
  #entry_title_block {
    margin: 10px 0px 15px 0px;
    padding: 0px 10px 10px 50px;
    border-bottom: 1px dotted #AA8639;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
  }
  .icon_post {
    background: url(images/icon_blog.png) 0 2px no-repeat;
  }
  .icon_yamagata {
    background: url(images/icon_blog.png) 3px 2px no-repeat;
  }
  .icon_activityblog {
    background: url(images/icon_blog.png) 3px 2px no-repeat;
  }
  .icon_bacchan {
    background: url(images/icon_blog.png) 3px 2px no-repeat;
  }
  .icon_news {
    background: url(images/icon_news.png) 3px 2px no-repeat;
  }
  .icon_riceschool {
    background: url(images/icon_riceschool.png) 3px 2px no-repeat;
  }
  .icon_tayori {
    background: url(images/icon_tayori.png) 3px 2px no-repeat;
  }
  .entry_title_tayori {
    font-size: 16px;
    color: #AA8639;
    padding: 10px 0px;
  }
  .entry_title {
    font-size: 16px;
    color: #AA8639;
  }
  .entry_title02 {
    font-size: 16px;
    color: #AA8639;
    margin: 0 0 15px 0;
  }
  .entry_title a {
    color: #AA8639;
    text-decoration: none;
  }
  .entry_title a:hover {
    color: #8C110A;
    text-decoration: underline;
  }
  #entry_title_block .entry_meta {
    margin-bottom: 2px !important;
    line-height: 110%;
  }
  .entry_contents {
    overflow: hidden;
  }
  .entry_content_faq img,
  .entry_contents img {
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(160, 160, 160, 0.75);
    -moz-box-shadow: 0px 2px 16px 0px rgba(160, 160, 160, 0.75);
    box-shadow: 0px 2px 16px 0px rgba(160, 160, 160, 0.75);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
    zoom: 0.45;
    margin: 20px auto 20px auto;
  }
  .entry_contents blockquote {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 30px;
    margin: 0px;
    color: #000;
    line-height: 160%;
  }
  .entry-tax {
    border-top: 1px dotted #AA8639;
    margin: 0px auto 10px auto;
    padding-top: 8px;
    width: 96%;
    font-size: 13px;
  }
  .entry-tax a {
    background: url(images/ichilan_link_icon.png) 98% 50% no-repeat;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    display: block;
    font-weight: bold;
    padding: 8px 10px 6px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #CAA950;
    margin-bottom: 4px;
  }
  /* 画像処理 */
  .size-full {
    width: 96% !important;
    height: auto;
  }
  .alignleft,
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 4px;
  }
  .alignright,
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 4px;
  }
  .aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .aligncenter,
  img.aligncenter {
    float: none;
    display: inline;
    margin: 20px 10px;
    clear: both;
  }
  .alignnone {
    float: none;
    clear: both;
    display: inline;
    margin: 20px 10px;
  }
  /* キャプション */
  .wp-caption {
    width: 100% !important;
    background: #f5f5f5;
    text-align: center;
    margin: 0px 0px 15px 0px;
    padding: 10px 0px;
  }
  .wp-caption img {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
  p.wp-caption-text {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px 0px 0px !important;
    color: #666;
  }
  /* ページナビゲーション */
  .post_navigation {
    background: #E2DCB6;
    width: 96%;
    margin: 0px auto 8px auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .post_navigation p {
    background: #fff;
    width: 45%;
    text-align: center;
    margin: 5px;
    padding: 3spx 0px 3px 0px;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  p.post_prev_link {
    float: left;
  }
  p.post_next_link {
    float: right;
  }
  .post_navigation p a {
    border: 1px solid #CAA950;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    width: 100%;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
  }
  p.post_prev_link a {
    background: url(images/post_prev_link.png) 5% 50% no-repeat;
    padding: 8px 0px 5px 0px;
  }
  p.post_next_link a {
    background: url(images/post_next_link.png) 95% 50% no-repeat;
    padding: 8px 0px 5px 0px;
  }
  #page_navigation {
    margin: 20px 0px;
    text-align: center;
  }
  /* サイドメニュー */
  .side_menu {
    border: 1px dotted #ccc;
    width: 94%;
    margin: 0px auto 15px auto;
  }
  .side_menu ul li {
    background: #F0EDDA;
    margin: 2px;
  }
  .side_menu ul li a {
    background: url(images/icon_maru.png) 95% 50% no-repeat;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    padding: 12px 35px 12px 12px;
    display: block;
    font-size: 14px;
  }
  .children li {
    border-top: 2px solid #fff;
    padding-left: 10px;
  }
  h4.side_post_title {
    margin: 2px;
    background: rgb(224, 210, 143); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(224, 210, 143) 36%, rgb(255, 255, 255) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%, rgb(224, 210, 143)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(224, 210, 143) 36%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(224, 210, 143) 36%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(224, 210, 143) 36%, rgb(255, 255, 255) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(224, 210, 143) 36%, rgb(255, 255, 255) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e0d28f", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
    border-top: 3px solid #8E6C25;
    padding: 8px 10px;
    color: #8E6C25;
    font-size: 16px;
  }
  /* ループで何もない時の処理 */
  .post_nothing {
    font-weight: bold;
    color: #555;
    text-align: center;
    font-size: 13px;
    padding-bottom: 20px;
    display: block;
  }
  .side_nothing,
  .cat-item-none {
    padding: 10px;
    font-weight: bold;
    color: #555;
    font-size: 13px;
  }
  /* ************************************************ 
   *	
   *	よくある質問
   *	
   * ************************************************ */
  .question_title {
    color: #6F320D;
    font-size: 20px;
    background: url(images/question_title.png) left no-repeat;
    padding: 10px 20px 10px 30px;
    line-height: 140%;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    border-bottom: 2px solid #dcdcdc;
  }
  .faq_loop_contents {
    padding: 0px 8px 0px 8px;
  }
  .faq_single_contents {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ECD495;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 5px 0px;
  }
  .entry_title_faq {
    font-size: 16px;
    background: url(images/question_title.png) 8px 3px no-repeat;
    background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    padding: 0px 20px 10px 40px;
    line-height: 140%;
    border-bottom: 2px solid #AA8639;
    margin: 0px 0px 25px 0px;
    color: #6F320D;
  }
  .maintext {
    background: url(images/answer_title.png) 8px 0px no-repeat;
    background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    padding: 0px 10px 14px 40px;
    margin: 0px 0px 10px 0px;
    line-height: 130%;
  }
  .maintext span {
    font-size: 16px;
    line-height: 140%;
    display: block;
    font-weight: bold;
  }
  .entry_content_faq {
    padding: 0px 10px 0px 10px;
  }
  .entry_content_faq img {
    width: 98%;
    height: auto;
  }
  .answer_title {
    margin-bottom: 20px;
  }
  .answer_title ul {
    border: 1px solid #ECD495;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
  }
  .answer_title ul li {
    border-bottom: 1px solid #ECD495;
    background: #FFF3D3;
  }
  .answer_title ul li span {
    padding: 10px 12px;
    color: #aaa;
    background: #f5f5f5;
    display: block;
    font-weight: nold;
  }
  .answer_title ul li a {
    background: url(images/icon_maru.png) 95% 50% no-repeat;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    padding: 12px 35px 12px 12px;
    display: block;
    font-size: 14px;
    color: #6F320D;
  }
  .answer_title ul li:last-child,
  .answer_title ul li:last-child span,
  .answer_title ul li:last-child a {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border: none;
  }
  /* *******よくある質問検索フォーム***************************************** */
  #searchform input[type=text] {
    padding: 8px 8px;
    border: 1px solid #cccccc;
    margin-left: 20px;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 49%;
  }
  #searchsubmit {
    padding: 6px 5px;
    border: 1px solid #aaa;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  /* ************************************************ 
   *	
   *	共通
   *	
   * ************************************************ */
  .page_banner {
    text-align: center;
  }
  .page_banner img {
    width: 100%;
    height: auto;
  }
  /***** 240411よくある質問 *****/
  .faq_scroll {
    text-align: center;
    margin-bottom: 20px;
  }
  .faq_scroll a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    border: 2px solid #c4a450;
    padding: 10px;
  }
  .faq_scroll a span {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .faq_scroll a span::before {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #c4a450;
  }
  .faq_scroll a span::after {
    position: absolute;
    left: 6px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-bottom: 2px;
    transform: rotate(225deg);
  }
  .entry_contents p iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
/* ************************************************
 *	ぬか漬け（山形日記）
 * ************************************************ */
.nuka__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
}
@media print, screen and (min-width: 1024px) {
  .nuka__wrapper {
    gap: 104px 0;
  }
}

.nuka__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px 0;
  margin-top: 32px;
}
@media print, screen and (min-width: 1024px) {
  .nuka__content-wrapper {
    gap: 72px 0;
    margin-top: 40px;
  }
}
.nuka__content-wrapper img {
  border: none;
  box-shadow: none;
  margin: 0;
  zoom: unset;
}

.nuka__lead-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
  background-color: #A30000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 20px 16px;
}
@media print, screen and (min-width: 768px) {
  .nuka__lead-ttl {
    gap: 18px 0;
    font-size: 2.4rem;
    padding: 24px 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__lead-ttl {
    gap: 22px 0;
    font-size: 2.8rem;
    padding: 28px 16px;
  }
}
.nuka__lead-ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  font-size: 1.4rem;
  padding: 0 24px;
}
@media print, screen and (min-width: 768px) {
  .nuka__lead-ttl span {
    font-size: 1.8rem;
    padding: 0 28px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__lead-ttl span {
    gap: 0 6px;
    font-size: 2.2rem;
    padding: 0 32px;
  }
}
.nuka__lead-ttl span::before, .nuka__lead-ttl span::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .nuka__lead-ttl span::before, .nuka__lead-ttl span::after {
    width: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__lead-ttl span::before, .nuka__lead-ttl span::after {
    width: 28px;
  }
}
.nuka__lead-ttl span::before {
  transform: rotate(60deg);
}
.nuka__lead-ttl span::after {
  transform: rotate(-60deg);
}

.nuka__lead-text {
  background-color: #F5EFE3;
  font-weight: 700;
  padding: 16px;
}
@media print, screen and (min-width: 768px) {
  .nuka__lead-text {
    padding: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__lead-text {
    text-align: center;
  }
}

.nuka__q {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid rgba(65, 48, 39, 0.5);
  padding: 0 0 16px 42px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .nuka__q {
    font-size: 1.8rem;
    padding: 0 0 20px 46px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__q {
    font-size: 2rem;
    padding: 0 0 24px 50px;
    margin-bottom: 24px;
  }
}
.nuka__q::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "Q";
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background-color: #a5895e;
  color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .nuka__q::before {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__q::before {
    width: 40px;
    height: 40px;
  }
}

.nuka__a {
  position: relative;
  padding-left: 42px;
}
@media print, screen and (min-width: 768px) {
  .nuka__a {
    padding-left: 46px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__a {
    padding-left: 50px;
  }
}
.nuka__a::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "A";
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background-color: #A30000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .nuka__a::before {
    width: 36px;
    height: 36px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__a::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

.nuka__a-inner {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media print, screen and (min-width: 768px) {
  .nuka__a-inner {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .nuka__a-inner .nuka__a-text {
    width: calc(70.3% - 32px);
  }
}
@media print, screen and (min-width: 768px) {
  .nuka__a-inner .nuka__a-img {
    width: 29.7%;
    max-width: 270px;
  }
}

.nuka__kotsu-container {
  background-color: #F5EFE3;
  color: #111;
  padding: 16px;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .nuka__kotsu-container {
    padding: 24px;
  }
}

.nuka__kotsu-ttl {
  display: inline-block;
  background-color: #a5895e;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .nuka__kotsu-ttl {
    margin-bottom: 12px;
  }
}

.nuka__howTo-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(65, 48, 39, 0.5);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .nuka__howTo-ttl {
    font-size: 2rem;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nuka__howTo-ttl {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.nuka__howTo-ttl::before {
  content: "●";
  color: #A30000;
  margin-right: 0.25em;
}

.nuka__howTo-img {
  display: flex;
  flex-wrap: wrap;
}
.nuka__howTo-img img {
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .nuka__howTo-img img {
    width: 25%;
  }
}

.nuka__howto-text {
  margin-top: 16px;
}

/* カテゴリー一覧
----------------------------------------------*/
.category_list_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 5px solid #A30000;
  padding-bottom: 16px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .category_list_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .category_list_ttl {
    font-size: 4rem;
  }
}
.category_list_ttl::after {
  position: absolute;
  bottom: -20px;
  content: "";
  width: 32px;
  height: 20px;
  background-color: #A30000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 1024px) {
  .category_list_ttl::after {
    bottom: -24px;
    width: 40px;
    height: 24px;
  }
}
.category_list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .category_list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .category_list {
    gap: 48px 28px;
  }
}
.category_list li {
  border: 1px solid #545454;
}

@media screen and (min-width: 768px) {
  .category_list li {
    width: calc(50% - 15px);
    max-width: 408px;
  }
}
@media screen and (min-width: 1024px) {
  .category_list li {
    width: calc(33.3333333333% - 18.6666666667px);
  }
}
.category_list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #323232;
  text-decoration: none;
}
@media print, screen and (min-width: 1024px) {
  .category_list li a {
    transition: 0.3s all ease;
  }
  .category_list li a:hover {
    opacity: 0.6;
  }
}

.category_item_name {
  background-color: #F5EFE3;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .category_item_name {
    font-size: 2.4rem;
  }
}
.category_item_name .small {
  font-size: 1.6rem;
}

.category_list_text_wrapper {
  padding: 24px;
}

.category_list .category_list_text {
  flex-grow: 1;
  color: #323232;
  line-height: 1.6;
  padding: 24px;
}

.category_list_text_bottom {
  padding: 0 24px 24px;
}

.category_list_text_bottom .season {
  line-height: 1;
  text-align: center;
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  padding: 8px 0;
}

.category_list_text_bottom .btn {
  background-color: #B9A06F;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0;
  margin-top: 16px;
}

.nuka__sakuranbo-bnr {
  text-decoration: none;
}
.nuka__sakuranbo-bnr img {
  width: 100%;
}/*# sourceMappingURL=posts.css.map */