@charset "utf-8";

/*----------------------------------------------------

	2025nenmatsu

----------------------------------------------------*/
.mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nenmatsu {
  margin: 0 auto 80px;
}

.nenmatsu_ttl_area_wrap{
  width: 1000px;
  background-image: url(../../_img/2025nenmatsu/kv.webp);
  padding-top: 49%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.nenmatsu_ttl_area {
  width: 572px;
  text-align: center;
  outline: #e6dcba solid 1px;
  outline-offset: -10px;
  display: block;
  position: relative;
  background-color: #fffdf6;
  margin: auto;
  padding: 38px;
  box-sizing: border-box;
  bottom: 60px;
}
.nenmatsu_ttl_area .ttl {
  font-size: 50px;
  color: #d14d9a;
  letter-spacing: 0.02em;
}
.nenmatsu_ttl_area .ttl .year{
  font-size: 21px;
  display: inline-block;
  border-top: 1px solid #d14d9a;
  border-bottom: 1px solid #d14d9a;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  top: -10px;
  margin-right: 10px
}
.nenmatsu_ttl_area .ttl .mini{
  font-size: 0.8em;
}
.nenmatsu_ttl_area .ttl .date{
  margin-top: 10px;
  font-size: 17px;
   letter-spacing: 0.01em;
}
.nenmatsu_ttl_area .ttl .date span{
  font-size:20px;
}

.text_type01{
  font-size: 30px;
  color:  #d14d9a;
  text-align: center;
  line-height: 1.6;
}

.nenmatsu p{
  font-size:16px;
  text-align: center;
  margin-top: 40px;
  line-height: 1.8;
}

.nenmatsu p.memo{
  font-size: 12px;
}



.nenmatsu_midashi {
  background-color: #fff;
  margin: 0 auto 20px;
  padding: 25px;
  border: 1px solid #d14d9a;
  color: #d14d9a;
  background-color: #fffdf6;
  position: relative;
  top: -40px;
  font-size: 30px;
  width: 750px;
  text-align: center;
}

.nenmatsu_midashi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 0 40px 20px 40px;
  border-color: transparent transparent #fffdf6 transparent;
  border-style: solid;
  filter: drop-shadow(0px -1px 0px #d14d9a);
  transform: rotate(180deg)
}

.nenmatsu_midashi + p{
  margin-top: 20px;
}

.feature-point.nenmatsu .is-text__heading{
  font-size: 16px;
   line-height: 1.6;
}

.feature-point.nenmatsu .is-text__lead{
  text-align: left;
  line-height: 2;
}
