@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Yuji+Syuku&display=swap");

.hero {
  padding-top: 100px;
  margin-bottom: 30px;
}

.hero p {
  line-height: 1.4;
}

.hero-inner {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.topLogo {
  flex-basis: 100px;
  flex-shrink: 0;
}

.heroContents {
  width: 100%;
}

.heroContents__item {
  display: flex;
  margin-bottom: 80px;
}

.heroContents__item__info {
  flex-basis: 350px;
  flex-shrink: 0;
}

.heroContents__item__info h3,
.heroContents__item__info p {
  text-align: center;
}

.heroContents__item h2 {
  padding: 10px;
  line-height: 1.2;
  text-align: center;
  /* font-family: 'Sawarabi Mincho'; */
  font-size: 1.5rem;
  background: #b6211c;
  color: #ffffff;
}

.heroContents__item h3 {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Sawarabi Mincho";
}

.heroContents__item__info > p {
  margin-bottom: 30px;
}

.heroContents .phrase {
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 1.3rem;
  font-weight: 700;
}

.above .heroContents__item__info {
  margin-right: 70px;
}

.above .heroContents__item__img-wrap {
  position: relative;
}

.heroContents__img01 {
  margin: 95px auto 30px 0;
  width: 400px;
}

.heroContents__img02 {
  position: absolute;
  top: 0;
  left: 360px;
  width: 300px;
}

.heroContents__img03 {
  order: -1;
}

.bottom {
  justify-content: space-between;
  /* align-items: flex-end; */
}

.bottom .heroContents__item__img-wrap {
  max-width: 560px;
  width: 100%;
}

.link-753 {
  max-width: 300px;
  width: 100%;
  margin: 50px auto;
  border: solid 2px #4d014c;
  border-radius: 8px;
}

.link-753 a {
  display: block;
  line-height: 3;
  font-size: 1.5rem;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 700;
  background: #4d014c;
  border-radius: 6px;
  color: #ffffff;
}

.link-753 a:hover {
  background: #ffffff;
  color: #4d014c;
  text-decoration: unset;
}

.link-753-info {
  font-size: 1.3rem;
}

.link-753-info a {
  color: #ffffff;
}

.link-753-info a:hover {
  color: #4d014c;
}

p.heroContents__head {
  text-align: left;
  font-size: 1.1rem;
}

.heroContents__head span {
  font-weight: 700;
}

.notice {
  margin-bottom: 15px;
  text-align: left;
}

.notice dt {
  font-weight: 700;
}

.notice a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .heroContents__item {
    display: block;
  }

  .above .heroContents__item__img-wrap,
  .heroContents__img02 {
    position: unset;
  }

  .hero-inner {
    display: block;
  }

  .topLogo {
    height: 340px;
    margin-bottom: 20px;
  }

  #top .topLogo img {
    height: 340px;
    width: auto;
  }

  .above .heroContents__item__info {
    margin-right: 0;
  }

  .heroContents__img01 {
    margin: 20px auto;
    max-width: 400px;
    width: 100%;
  }

  .heroContents__img02 {
    width: 100%;
  }

  .bottom .heroContents__item__img-wrap {
    margin: 20px auto;
  }
}

/* 節分行事トップ画面 */
.setubunFee {
  font-weight: 700;
}

.setubunnAttention {
  margin-top: 20px;
}

/* 2023/11/20 トップレイアウト変更 */
.content-wrapper {
  display: flex;
}

.first-contents {
  flex-basis: 35%;
  flex-shrink: 0;
  padding: 20px;
  background: #b6211c;
  font-family: "Yuji Syuku", serif;
  @media only screen and (max-width: 768px) {
    padding: 15px;
  }
}

.first-content-01 {
  margin-top: 30px;
}

.first-contents hgroup {
  color: #ffffff;
  line-height: 1.2;
}

.first-contents h2 {
  font-size: 2.5rem;
  font-size: clamp(2rem, 4vw, 2.5rem);
  white-space: nowrap;
}

.phrase {
  margin: 16px auto;
  font-size: 1.5rem;
}

.hero .new-reception {
  margin: 10px auto;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.2;
}

.new-reception-link {
  display: block;
  max-width: 60%;
  margin: 0 auto 30px;
  padding: 10px;
  font-size: 1.4rem;
  background-color: #4d014c;
  color: #ffffff;
  border: solid 2px #4d014c;
}

.new-reception-link:hover {
  text-decoration: none;
  color: #4d014c;
  background-color: #ffffff;
}

.text-em {
  border-radius: 10px;
  color: #000;
  font-size: 1.4rem;

  @media only screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.second-contents {
  /* display: flex; */
  column-gap: 15px;
  padding: 20px;
  background: #b6211c;
}

/* .second-contents hgroup {
    font-family: 'Yuji Syuku', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    color: #b6211c;
    line-height: 1.2;
}

.second-contents hgroup p {
    font-size: clamp(1.2rem, 2vw, 2rem);
} */

.text01 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  color: #ffffff;
}

.text02 {
  margin-bottom: 20px;
  padding: 1rem;
  color: #b6211c;
  font-size: 1.5rem;
}

.text03 {
  font-size: 1.2rem;
  color: #ffffff;
}

.text04 {
  font-size: 1.5rem;
  font-family: "Sawarabi Mincho", serif;
  text-align: left;
}

.second-contents {
  color: #ffffff;
}
.second-contents h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-family: "Yuji Syuku", serif;
}

.second-contents__info-01 {
  font-size: 1.5rem;
}

.second-contents__info-01 em {
  font-style: normal;
}

.second-contents__info-01 span {
  font-size: 1rem;
  text-decoration: underline;
}

.second-contents__img {
  margin-bottom: 1rem;
}

.second-contents__info-02 {
  font-size: 1.5rem;
  font-family: "Yuji Syuku", serif;
}

.second-contents .second-contents__link {
  max-width: 270px;
  width: 100%;
  margin: 0 auto 20px;
}

.second-contents .second-contents__link a {
  display: block;
  padding: 10px;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #4d014c;
  border: solid 2px #4d014c;
  font-family: "Yuji Syuku", serif;
  text-decoration: none;
  transition: all 0.3s;
}

.second-contents .second-contents__link a:hover {
  background-color: #ffffff;
  color: #4d014c;
}

.second-contents__info-01 span br {
  display: none;
}

@media only screen and (max-width: 768px) {
 
  .second-contents__info-01 span br {
    display: block;
  }
  .content-wrapper {
    flex-direction: column-reverse;
  }

  .first-contents {
    display: block;
    /* width: 40%; */
    width: 100%;
    flex-shrink: 0;
  }

  .first-content-01 {
    display: block;
    margin-bottom: 20px;
  }

  .second-contents {
    display: block;
  }

  /* .text01,
    .text02 {
        font-size: 1.2rem;
    } */

  .text02 br {
    display: none;
  }

  .text03,
  .text04 {
    font-size: 1rem;
  }

  .new-reception-link,
  .hero p {
    max-width: 100%;
    width: 100%;
  }

  .new-reception {
    font-size: 1.4rem;
  }
}

/* .first-content-01 img, */
.first-contents img {
  border: solid 10px #be97bd;
}

/* 20240515 */
.second-contents {
  display: none;
}

.first-contents {
  flex-basis: unset;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .first-contents {
    width: 100%;
  }

  .link-753-info a {
    font-size: 1.2rem;
  }

  .link-753 {
    margin: 30px auto;
  }
}
.hero-contents {
  width: 80%;
}

/* .first-content-01 .text-em {
    padding: 10px;
} */
.head-sub {
  font-size: 1.5rem;
}

.img-box {
  margin: 16px auto;
}
@media only screen and (max-width: 768px) {
  .hero-contents {
    width: 100%;
  }
}

.default-content {
  font-family: "Yuji Syuku", serif;
  text-align: center;
}

.default-content .text-em {
  padding: 8px;
}
.hero-contents hgroup h2 {
  background: #b6211c;
  color: #ffffff;
  font-size: 3rem;
  font-family: "Yuji Syuku", serif;
}
@media only screen and (max-width: 768px) {
  .hero-contents hgroup h2 {
    font-size: 2.2rem;
  }
}
.sympathy {
  margin-top: 80px;
}

.sympathy h2 {
  font-size: 2rem;
}
.sympathy p {
  margin: 20px 0 60px;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .sympathy {
    margin-top: 30px;
  }

  .sympathy h2 {
    font-size: 1.4rem;
    text-align: left;
  }

  .sympathy p {
    margin: 20px 0 30px;
    font-size: 1rem;
    text-align: left;
  }
}
.setubun {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.setubun br {
  display: none;

  @media only screen and (max-width: 767px) {
    display: block;
  }
}

.setubun-info {
  font-size: 2.2rem;
}

.setubun__text {
  color: #ffffff;
  font-size: 1.6rem;
  a {
    color: #ffffff;
    text-decoration: underline;
  }

  &._01 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    @media only screen and (max-width: 767px) {
      font-size: 2rem;
    }
  }
  &._02 {
    margin-top: 16px;
    font-size: 1.4rem;
    br {
      display: block;
      @media only screen and (max-width: 767px) {
        display: none;
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .setubun__text {
    font-size: 1.1rem;
  }
}
/* .heroContents__item {
    gap: 30px;
}

.heroContents__item.left {
    flex-basis: 50%;
}

.heroContents__item__info {
    flex-basis: 50%;
}

.tanabata {
    padding: 10px;
    background: #b6211c;
    color: #ffffff;
}

.tanabata__img {
    border: 10px solid;
}

.tanabata__head {
    font-family: 'Yuji Syuku', serif;
    font-size: 2.5rem !important;
}

.tanabata__text {
    text-align: left !important;
}

.tanabata a {
    color: #ffffff;
    transition: all ease .3s;
}
.tanabata a:hover {
    color: #4d014c;
}

@media only screen and (max-width: 768px) {

    .tanabata__head {
        font-size: 2rem !important;
    }


    .tanabata__img {
        margin-bottom: 50px;
    }
} */

.junsyaku {
  display: flex;
  column-gap: 30px;

  h2 {
    padding: 16px;
    line-height: 1.2;
    font-size: 2.5rem;
    font-family: "Yuji Syuku", serif;
    color: #ffffff;
    background: #b6211c;
  }

  .text01 {
    margin-top: 16px;
    font-size: 1.5rem;
    color: #4d014c;
    font-weight: 700;
  }

  .text02 {
    font-size: 1rem;
    font-size: 1.2rem;
    color: #4d014c;
    line-height: 1.8;
  }
  .text03 {
    font-size: 1.2rem;
    color: #4d014c;
    line-height: 1.8;
  }
}

.junsyaku_content {
  max-width: 400px;
  width: 100%;
}

.link-container {
  margin-top: 20px;
}

.new-reception-link {
  font-family: "Yuji Syuku", serif;
}

@media only screen and (max-width: 767px) {
  .junsyaku {
    flex-direction: column-reverse;
    row-gap: 20px;

    h2 {
      font-size: 1.5rem;
    }
    .junsyaku_content {
      margin-bottom: 20px;
    }
  
    .text01 {
      margin-bottom: 0;
      font-size: 1.2rem;
    }
  
    .text02,
    .text03 {
      font-size: 1rem;
      text-align: left;
    }

    .text02 {
      padding: 0;
    }
  }

}