h3{
    padding: 1em;
}

#wrapper-main{
    padding: 0px; 
    margin: 0px auto;
    max-width: 100%; 
    width: 1024px; 
    position: relative; 
    font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; 
    font-size: 12px;
}
#wrapper-main img{
    border-radius: 0!important;
}
#page{
    margin-left: auto;
    margin-right: auto; 
    max-width: 100%; 
    width: 962px; 
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

#sptmp_lr {
    width: 960px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#sptmp_l{
    max-width: 100%;
    width:205px;
    padding: 1.5em;
}
#sptmp_l img{
	margin-bottom:8px;
}

#sptmp_r{
    max-width: 100%;
    padding: 1.5em;
    width:625px;
}

.sptmps .tittle b{
	height:30px;
	color:#005922;
	font-size:120%;
	margin:10px 0 0 1em;
}

.sptmps .discript{
	margin:10px 0 15px 0;
	letter-spacing: 2px;
	line-height:1.5em;
}
.sptmps .discript b{
	line-height:2em;
}

#spitem {
    padding: 30px 0;
    width: 960px;
    max-width: 100%;
}

#spitemlist{
    max-width: 100%;
	width:920px;
    padding: 0 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
 .item_l{
	margin:20px 0;
    width:200px;
    max-width: 100%;
}

.bnr {
	display: none;
}


#read p{
    padding: 22px 0px;
}

#movie{
    padding: 22px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 768px){

    #page{
        justify-content: left;
    }

    #sptmp_l{
        max-width: 32%;
    }

    #sptmp_r{
        max-width: 65%;
    }

    #spitemlist{
        justify-content: space-between;
    }

    .item_l{
        max-width: 24%s;
    }

    #movie{
        justify-content: space-between;
    }
    #movie img{
        width: 24%;
    }
    #movie .txt{
        width: 50%;
    }

}