@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;　*/
header .doramakan_menu_pc {
  margin-bottom: 50px;
}

.area_contents .block_contents img {
  width: 100%;
}
.area_contents .block_contents .infoArea .lead {
  margin-top: 20px;
  text-align: center;
  border: 2px solid #f00;
  padding: 20px;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .infoArea .lead {
    text-align: left;
    padding: 15px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .infoArea .spscroll img {
    width: 800px;
  }
}
.area_contents .block_contents .rbox {
  border: #2A1710 solid 1px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
}
.area_contents .block_contents .rbox .col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .rbox .col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.area_contents .block_contents .rbox .col .image {
  text-align: center;
}
.area_contents .block_contents .rbox .col .image img {
  width: 100%;
  max-width: 552px;
}
.area_contents .block_contents .rbox .image_col {
  margin-top: 30px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .rbox .image_col {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 896px) {
  .area_contents .block_contents .rbox .image_col li {
    width: 100%;
  }
}
.area_contents .block_contents .rbox .image_col li img {
  width: 100%;
  max-width: 552px;
}