#secTop {
    background: url(../img/main/reitaisai.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


.senzasai_in {
    margin: 0px auto 0vw;
}

.senzasai_in h3 .subTitle {
    font-size: 20px;
}

.senzasai_in h3 + .h3_subTxt .redTitle {
    text-align: center;
    font-weight: normal;
    color: #e60012;
    font-size: 1.2em;
    line-height: 2.25;
    padding-bottom: 1.5em;
/*    border-bottom: 1px solid black;*/
    margin: 0px auto 1.5em;
}

.senzasai_in .img img{
    width: 100%;
}

.date{
  font-size: 20px;
  text-align: center;  
}

.img_flex{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.img_flex .img_flex_01{
    margin-right: 10px;
    width: 49%;
}

.img_flex .img_flex_01 img{
    width: 100%;
}

.img_flex_inFlex{
    width: 48%;
}

.img_flex_inFlex .inFlex_01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
}

.img_flex_inFlex .img_flex_inFlex_01{
    width: 48%;
}

.img_flex_inFlex .img_flex_inFlex_01 img{
    width: 100%;
}

.img_flex_inFlex .img_flex_inFlex_02{
    width: 48%;
}

.img_flex_inFlex .img_flex_inFlex_02 img{
    width: 100%;
}

.img_flex_inFlex .inFlex_02 {
    display: flex;
    justify-content: space-between;
}

.img_flex_inFlex .img_flex_inFlex_03{
    width: 48%;
}

.img_flex_inFlex .img_flex_inFlex_03 img{
    width: 100%;
}

.img_flex_inFlex .img_flex_inFlex_04{
    width: 48%;
}

.img_flex_inFlex .img_flex_inFlex_04 img{
    width: 100%;
}

.txtBox{
    margin : 20px 0 50px;
}

.h3_shinjiTxt{
    text-align: center;
    position: relative;
}

.h3_shinjiTxt :after{
    content: "";
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #505050;
    z-index: -1;
}
    
.h3_shinjiTxt .shinjiTitle {
    text-align: center;
    font-weight: normal;
    border: 2px solid #505050;
    background-color: #fff;
    border-radius: 25px;
    font-size: 1.2em;
    line-height: 2.25;
    padding: 0px 20px;
    margin: 0px auto 1.5em;
    display: inline-block;
}

.shintoRitual {
    display: flex;
    justify-content: space-between;
}

.shintoRitual dl {
    box-sizing: border-box;
    padding: 10px;
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
}

.shintoRitual dt {
    font-weight: bold;
    font-size: min(max(18px, calc(1.125rem + ((1vw - 3.4px) * 0.9677))), 24px);
    padding-bottom: 8px;
    /*height: 40px;
    max-height: 40px;*/
}

.shintoRitual dd {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.shintoRitual_txt {
    padding-bottom: 10px;
    display: block;
    /*height: 150px;
    max-height: 150px;*/
    flex-grow: 1;
}

.shintoRitual img {
    width: 100%;
}

@media handheld, only screen and (max-width: 960px) {
	.senzasai_in {
	    margin: 0px 5vw 0vw;
	}

    .img_flex{
        flex-direction: column-reverse;
    }

    .img_flex_inFlex{
        width: 100%;
    }

    .img_flex .img_flex_01{
        margin-right: 0;
        margin-bottom: 4%;
        width: 100%;
    }
}


/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/



@media handheld, only screen and (max-width: 767px) {

    #secTop {
        background: url(../img/main/reitaisai_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .shintoRitual {
        flex-wrap: wrap;
    }

    .shintoRitual dl {
        margin: 0 auto 30px;
        text-align: center;
        width: auto;
    }

    .shintoRitual dt {
        height: auto;
        max-height: unset;
    }

    .shintoRitual_txt {
        height: auto;
        max-height: unset;
    }

    .shintoRitual img {
        width: auto;
    }
}


@media handheld, only screen and (max-width: 480px) {


}
