

#new-year {
	background-image: url(img/new-year/ume-1040.jpg);	/* new-year-2022-2aa.jpg */
	background-repeat: no-repeat;				/*repeat-x; */
	/*position: absolute;*/
	position: relative;
	left: 0px;
	width: 1040px;
	height:233px;
	z-index: 1;
}
#new-year .img1 {			/* 門松 */
	width:120px;
	position: absolute;
	margin-top: 60px;
	margin-left: -540px;		/* 20px; */
	z-index: 15;
	cursor:help;
}

#new-year .img2 {			/* 門松② */
	width:120px;
	position: absolute;
	margin-top: 60px;
	margin-left: 420px;		/* 750px; */
	z-index: 15;
	cursor:help;
}

#new-year .img3 {			/* 鏡餅 */
	width:150px;
	position: absolute;
	top: 95px;
	left: 370px;
	z-index: 15;
	cursor:help;
}

#new-year .img4 {			/* 獅子 */
	width: 80px;
	position: absolute;
	margin-top: 120px;
	margin-left: 0px;
	z-index: 15;
	cursor:help;
}

#new-year .img5 {			/* 獅子舞い */
	width: 160px;
	position: absolute;
	z-index: 10;
	cursor:help;
}


MARQUEE {
	z-index:10;
}


@media screen and (max-width:760px) {
#new-year {

	width: 100%;
}

}


@media screen and (max-width:400px) {
#new-year {
	background-image: url(img/new-year/Xmas-2021-2ab.jpg); 
	background-repeat: repeat-x; 
	position: absolute;
	margin: 10px 0 0 0;
	left: 0px;
	width: 100%;
	height:340px;
}

MARQUEE {
	width:100%;
	padding-top: 17px;
}

}








