@charset "utf-8";

.mainImg {
    text-align: center;
    margin-bottom: 4rem;
}
.LeadTxt{
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin: 2rem 0;
}
.kasaiBnr {
    text-align: center;
    margin: 4rem 4rem 4rem;
}
.BnrList {
    width: 100%;
    overflow: hidden;
    padding: 0 0 4rem;
    letter-spacing: 0.08em;
    margin-bottom: 5rem;
}

.BnrList h2{

    width: 100%;
    background-color: #dfbf67;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 130%;
    padding: 1rem;
    margin: 0 0 2rem;
    text-align: center;
    float: none;
    width: 100%;
}
      .furu-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 20px; /* 各アイテムの間隔 */
    text-align: center;
  }
    .furu-item {
      display: inline-block;
      height: auto;
      margin: auto 0;
      flex: 1 1 calc(25% - 15px); /* 4アイテムを均等配置、gapを考慮 */
      /*box-shadow: 0 1px 2px rgba(0,0,0,0.25);*/
    }
    .furu-item img {box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    }

  /*
  .furu-links {
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .furu-item {
    text-align: center;
    padding: 20px 0;
  }
  .furu-item img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
  }

  .furu-item.first {
    padding: 20px 0 0;
  }
  .furu-item.middle {
    padding: 20px 0;
  }
  .furu-item.last {
    padding: 0 0 20px;
  }
*/
.red_txt{
  color:#dd0000;
  /*background: linear-gradient(transparent 50%, yellow 50%);*/
}
.small_txt{
  font-size:90%;
}
@media screen and (max-width: 736px) {
    .mainImg {
        margin-bottom: 2rem;
    }
    .LeadTxt{
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}
.kasaiBnr {
    text-align: center;
    margin: 2rem 2rem 2rem;
}

    .BnrList {
        padding: 0;
        width: 100%;
    }
    .BnrList h2 {
        font-size: 1.6rem;
        width: 100%;
        float: none;
        letter-spacing: 0.05em;
    }
      .furu-links {
    display: flex;
    flex-direction: column; /* デフォルトは縦並び */
    flex-wrap: wrap;
    max-width: 600px;
    width:90%;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 20px; /* 各アイテムの間隔 */
    text-align: center;
  }

  .furu-item img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  }

  .furu-divider {
    width: 100%;
    border-top: 2px dotted #D1D1D1;
    margin: 40px auto 10px;
  }
  
.small_txt{
  font-size:90%;
}
}