@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: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: auto;
}

.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;
}

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

  feature

----------------------------------------------------*/
.feature-cover {
  margin: 0 auto 45px;
  text-align: center;
}
.feature-point_list {
  margin: 45px auto;
  text-align: center;
}
.feature-point__item {
  width: 310px;
  margin: 5px 10px 30px;
  background: #fff;
  display: inline-block;
}
.feature-point__item-image img {
  width: 310px;
  height: 193px;
  object-fit: cover;
}
.feature-point__item-text {
  margin-top: 15px;
  text-align: center;
}
.feature-point__item-text .is-text__heading {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
.feature-point__item-text .is-text__lead {
  font-size: 12px;
  line-height: 1.5;
}

.anchor-btn {
    width: 965px;
    cursor: pointer;
    background-color: #f5f6f8;
    font-size: 22px;
    text-align: center;
    margin: 0 auto 60px;
}

.anchor-btn span {
    position: relative;
    line-height: 54px;
}

.anchor-btn span:after {
    position: absolute;
    font: normal normal normal 100% / 1 "icomoon";
    font-size: 24px;
    content: "\f078";
    right: -40px;
    color: #d14d9a;
    top: 50%;
    transform: translateY(-50%);
}

.anchor-btn:hover a{
  color: inherit;
}

.no-place-message{
  color:#786f65;
  font-family: "FOT-スキップ Std M";
}