/* 中央寄せ */
.single_wrapper {
  margin: 0 auto;
}

/* 背景色 */
.single_color {
  background-color: #FBFBE2;
  height: 100%;
  background-color: var(--light);
  padding-top: 5rem;
}

/* 幅 */
.single_width {
  width: 98rem;
  padding-bottom: 22rem;
}

/* 見出し お知らせ・ブログ  NWES &  BLOG */

.single_title {
  font-size: 3rem;
  font-family: Zen Maru Gothic;
  font-weight: 700;
  color: #8C4F53;
  padding-top: 12.1rem;
  padding-bottom: 0.9rem;

}

/* news &  BLOG */
.single_translation {
  font-size: 1.4rem;
  font-family: Zen Maru Gothic;
  font-weight: 500;
  color: #8C4F53;
  margin-bottom: 6.1rem;
}


/* 2024.04.08  ブログ */
.single_dlfrex {
  display: flex;
  margin-bottom: 2.3rem;
}

.single_dt {
  font-size: 1.6rem;
  font-family: Zen Maru Gothic;
  font-weight: 700;
  color: #95BB3F;
  margin-right: 1.2rem;
}

.single_dd {
  font-size: 1.6rem;
  font-family: Zen Maru Gothic;
  font-weight: 700;
  color: #FAFAD8;
  background-color: #95BB3F;
  text-align: center;
  width: 14.9rem;
  height: 3.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.singledd_radius {
  border-radius: 1rem;
}


/* タイトル */
.single_subtitle {
  font-size: 2.4rem;
  font-family: Zen Maru Gothic;
  font-weight: 700;
  color: #8C4F53;
  margin-bottom: 8rem;
}


/* 画像 */

.single_center {
  width: 68.3rem;
  margin: 0 auto;
  /* margin-bottom: 7.7rem; */
}

.single_image {
  height:35.8rem ;
  width: 68.3rem;
  overflow: hidden;
  margin-bottom: 4.9rem;
}

/* .single_imge {
  width: 68.3rem;
  height: 35.8rem;
  border-radius: 1rem;
  object-fit: cover;
  vertical-align: top;
} */

/* アイキャッチ画像設定（角丸 */
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{
  border-radius: 1.2rem;
}

/* テキスト */

.single_ptext {
  width: 68.3rem;
  line-height: 3.6rem ; 
  font-size: 1.6rem;
  color: #8C4F53;
  font-family: Zen Maru Gothic;
  font-weight: 700;
}

/* WP側で挿入された画像の設定 */
.single_ptext img{
  width: auto;
  border-radius: 1.2rem;
}

.single_ptext > figure{
  margin: 3.6rem 0;
}

.single_ptext > p{
  font-weight: 700;
}

/* ボタン */

.single_button_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 17.8rem;
}

/* 左右のボタンの幅 */

.singleli_width {
  width: fit-content;
}

/* 次、前のページが無い場合、半透明にしてボタン無効化 */
.singleli_width_opa{
  opacity: 0.5;
  pointer-events: none;
}

.singlea_flex {
  display: flex;
  justify-content: center;
  align-items: center
}

/* 左ボタン */
.singlea_image_one {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: cover;

}

.singlea_left {
  text-align: left;
  margin-left:2rem ;
}

.singlea_arrowleft {
  font-size: 1.6rem;
  color: #8C4F53;
  font-family: Zen Maru Gothic;
  font-weight: 700;
}


/* 中央ボタン */

.singlea_radius {
  background-color: #8C4F53;
  padding:1.8rem 2rem 1.7rem  ;
}

.singlea_font {
  min-width:24rem;
  height: 6.4rem;
  color: #FAFAD8;
  font-size: 2rem;
  font-family: Zen Maru Gothic;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.singlea_radius {
  border-radius: 5rem;
}

.singlemargin_seven {
  margin: 0 auto;
}

/* 右ボタン */

.singlea_flex_two {
  display: flex;
  justify-content: center;
  align-items: center
}

.singlea_image_two {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: cover;
  transform: scale(-1, 1);
}

.singlea_right {
  margin-right: 2rem;
  text-align: right;

}

.singlea_arrowright {
  font-size: 1.6rem;
  color: #8C4F53;
  font-family: Zen Maru Gothic;
  font-weight: 700;
}


@media screen and (max-width:699.98px) {

  /* 幅 */
  .single_width {
    width: 33.5rem;
  }

  /* 見出し お知らせ・ブログ  NWES &  BLOG */

  .single_title {
    text-align: center;
    font-size: 2.5rem;
    padding-top: 17.2rem;
    padding-bottom: 1rem;
  }

  /* NWES &  BLOG */
  .single_translation {
    text-align: center;
    margin-bottom: 5rem;
  }

  /* タイトル */
  .single_subtitle {
    margin-bottom: 5rem;
  }


  /* 画像 */

  .single_center {
    width: 100%;
    margin: 0;
    margin-bottom: 5rem;
  }

  .single_image {
    width: 100%;
    height: 27.8rem;
    margin-bottom: 3.1rem;
    border-radius: 1.2rem;
  }

  .single_img {
    width: 100%;
    height: 27.8rem;
  }

  /* テキスト */

  .single_text {
    width: 100%;

  }

  .single_ptext {
    width: 100%;
    font-size: 1.5rem;
    line-height:3rem ; 
  }


  /* 左ボタン */
  .singlea_left {
    order: 1;
  }


  /* 中央ボタン */

  .singlemargin_seven {
    margin-top: 5rem;
  }

  .singlea_center {
    text-align: center;
    grid-column: 1/3;
    order: 3;
  }

  /* 修正 */
  .single_title{
    padding-top: 0;
  }

  .single_button_flex{
    padding-bottom: 18rem;
  }

}