@charset "UTF-8";
/* CSS Document */

@media all and (max-width: 1000px) {
		
	.wert_item {
		left: 0;
		width: 100%;
	}
	
	.navi_desk_item:hover > .dot{
		top: calc(var(--baseline) + 0.3em);
			}
	
	.image_note_01,
	.image_note_02{
		width: 100%;
	}
	
	.footer_logo{
		background: url("../element/SCH-Ligatur-Schwarz.svg");
		background-repeat: no-repeat;
	}
	

}