@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');


.hero {
    padding-top: 100px;
}

.hero p {
    line-height: 1.8;
}

.hero-inner {
    display: flex;
    justify-content: space-between;

}

.topLogo {
    flex-basis: 100px;
    flex-shrink: 0;
    margin-right: 30px;
}

.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 {
    margin-bottom: 10px;
    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;
    /* text-align: left; */
    /* font-family: 'Sawarabi Mincho'; */
    font-family: 'Noto Serif JP', serif;
}

.heroContents__item__info>p {
    margin-bottom: 30px;
}

/* .heroContents__item p {
    text-align: left;
} */

.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;
}

.bottom .heroContents__item__img-wrap {
    max-width: 560px;
    width: 100%;
    /* margin-right: 40px; */
}

.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-weight: 700;
}

.link-753 a:hover {
    background: #4d014c;
    color: #ffffff;
    text-decoration: unset;
}


@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: auto;
    }
}

/* 節分行事トップ画面 */
.setubunFee {
    font-weight: 700;
}

.setubunnAttention {
    margin-top: 20px
}