@media screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }
}

main {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;

}


.mainbg {
    background: url(../../img/inori/hideyoshihanami/background04.jpg) center top repeat-y;
    background-size: cover;
    margin: 0;
    padding: 1% 0;
    background-attachment: fixed;
}

/* .mainbg {
			background: url(../../../img/inori/hideyoshihanami/background03.jpg);
			background-repeat: no-repeat; 
			background-position: left top, right
		} */


#shoumu .column .col p {
    margin: 0 0 1em 0;
    font-size: 18px !important;
    line-height: 2;
}

#shoumu p {
    font-size: 18px;
}

.mt60 {
    margin-top: 60px !important;
}

.shigisan_ttl {
    text-align: center;
    font-size: 3em;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, HG明朝B, "ＭＳ 明朝", "MS PMincho", serif;
    font-weight: 500 !important;
    letter-spacing: 1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    letter-spacing: 15px;
    margin: 30px 0 60px;
}


.shigisan_ttl span {
    padding: unset;
    background: unset;
    color: #cd5260;
    display: inline-block;
    margin: 0 0 5px;
    border-radius: 15px;
    font-size: 1.5em;
}

.season {
    font-weight: bold !important;
    background: url(../../img/inori/hideyoshihanami/mejiro_20260217.png) 0px 4px;
    background-repeat: no-repeat;
    background-size: 37px;
    padding: 3px 0 0 42px !important;
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

#shoumu .mds {
    color: #cd515f;
    ;
}


.left_35 .photo_area img {
    width: 80%;
}

#shoumu .column .col.w66 {
    width: 60%;
}

#shoumu .column .col.w33 {
    width: 40%;
}

@media screen and (min-width: 769px) {
    .left_35 {
        width: 35%;
    }

    .right_65 {
        width: 65%;
        margin: 0;
    }

    .photo_area {
        margin-bottom: 20px;
        position: relative;
    }

    .photo_area .main_txt {
        text-align: right;
    }
    /* .photo_area .main_txt {
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px;
        bottom: 30px;
        left: 20px;
        color: #FFF;
        width: 25%;
    } */
}

@media screen and (max-width: 768px) {
    .photo_area .main_txt {
        position: static;
        margin: 20px 0;
        width: 100%;
        background: transparent;
        color: #000;
        padding: 0;
    }
}

@media (max-width: 680px) {
    #shoumu .column .col p {
        font-size: 16px !important;
    }

    #shoumu p {
        font-size: 16px !important;
        line-height: 2;
    }

    .shigisan_ttl {
        font-size: 2em;
        font-weight: 500;
        letter-spacing: 10px;
    }

    .shigisan_ttl span {
        margin: 0;
    }

    #shoumu .column .col.w66 {
        width: 100%;
    }

    #shoumu .column .col.w33 {
        width: 100%;
    }

    .photo_area {
        margin: auto;
        text-align: center;
    }
}

/* 背景の桜 */
#shoumu .mainbg::before {
    content: "";
    width: 20vw;
    height: 20vw;
    background: url(../../img/inori/hideyoshihanami/sakura_2602_left.webp) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    /* margin-top: -0.1%; */
    opacity: 0.7;
}

#shoumu .mainbg::after {
    content: "";
    width: 20vw;
    height: 20vw;
    background: url(../../img/inori/hideyoshihanami/sakura_2602.webp) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    margin-bottom: -2%;
}

@media (max-width: 680px) {
    #shoumu .mainbg::before {
        top: auto;
        margin-top: -3%;
    }
}

#crumb-area {
    z-index: 99;
    position: relative;
    }