@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap");
/*　font-family: 'Noto Serif JP', serif;　*/
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
/*　font-family: 'Yuji Syuku', serif;　*/
.area_contents .block_contents .box_readcopy .notice {
  font-size: 1.5rem;
  margin-top: 10px;
}
.area_contents .block_contents .nameArea {
  margin-top: 40px;
}
.area_contents .block_contents .nameArea li {
  margin-bottom: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.4);
}
.area_contents .block_contents .nameArea li p.name {
  font-size: 2.5rem;
  padding: 0;
  border-bottom: #2A1710 dotted 1px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4em;
  padding: 0 0 8px;
}
.area_contents .block_contents .nameArea li p.name span.small {
  font-size: 2rem;
  font-weight: normal;
}
.area_contents .block_contents .nameArea li p.name + p {
  padding: 10px 0 0;
  font-size: 1.5rem;
  line-height: 1.8em;
}
.area_contents .block_contents .area_bottom_navi {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .area_bottom_navi {
    margin-top: 50px;
  }
}
.area_contents .block_contents .box_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_contents .block_contents .box_flex .txt {
  width: 67%;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .box_flex .txt {
    width: 100%;
  }
}
.area_contents .block_contents .box_flex .img {
  width: 30%;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .box_flex .img {
    width: 100%;
    margin-top: 20px;
  }
}
.area_contents .block_contents .box_flex .img img {
  width: 100%;
}