/*mainimg
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg {
	background-image: url(../images/1.avif);
	background-size: 100%;                 /* 画像のサイズを指定    */
	clear: both;
	position: fixed;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #f1e5e7;
}

/*スライドショー下の曲線グラデーション画像*/
#kazari {
	position: absolute;
	bottom: 204px;
	width: 100%;
	left: 1px;
	}
@media screen and (max-width:480px){
/*mainimg
---------------------------------------------------------------------------*/
