body {
	background: url(../img/bg_xmas.png) no-repeat center top, #03aff6 url(../img/bg_02.jpg) repeat center top;
}
/* HEADER */
h1 a {
	height: 120px;
	width: 389px;
	padding: 0;
	background: url(../img/logo_xmas.svgz) no-repeat center center;
	background-size: contain;
	top: 38px;
	left: 36px;
}
@media screen and (max-width: 999px) {
    header {
		background: rgba(7,145,58,0.9);
	}
	h1 a {
		width: 210px;
		height: 62px;
		margin: 5px auto;
		padding-right: 6px;
		background: url(../img/logo_xmas.svgz) no-repeat center center;
		background-size: contain;
		color: #ffffff;
		font-size: 13px;
		letter-spacing: 0.07em;
		position: absolute;
		top: 5px;
		right: 0;
		bottom: 0;
		left: 0;
	}
    .dm-info-h {
		background: rgba(255,255,255,0.9);
	    color: #006835;
	}
}

@media screen and (max-width: 999px) {
/* SIDE MENU */
    .sm02 a::before {
        background: #ff933b;
    }
/* DRAWER MENU */
    .dm {
		background: rgba(7,145,58,0.9);
	}
    header nav dl dt {
		color: #d80b33;
	}
	header nav dl dd a {
		border: rgba(0,104,53,0.8) solid 1px;
	}
}







