/* ■print-style.css
====================================== */
@media print {
	html {
		font-size: 62.5%;
	}

	:root {
		--va-magique-ff_base: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'YuGothic', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
		--va-magique-fw_base: 400;
		--va-magique-fz_p: 16px;
		--va-magique-fz_small: 12px;
		--va-magique-c_p: #231815;
	}

	body {
		-webkit-print-color-adjust: exact;
	}

	.d-none_print,
	button,
	.button,
	.pagetop-btn,
	.ly-adjuster-curva-header8l6A,
	.ly-adjuster-trequartista8l6A,
	.header8l6A,
	.menu-trigger,
	.bottom-btn_sp,
	.footer8l6A {
		display: none !important;
	}

	.breadcrumb.leckermaul {
		padding: 1em 2.2rem 1em 2.2rem !important;
	}

	.print-header8l6A {
		margin: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0px 0px 1rem;
		border-bottom: 2px solid hsla(0, 0%, 74%, 1);
		margin-bottom: 1rem;
	}

	.print-header__start img {
		display: inline-block;
		width: 120px;
		height: auto;
	}

	.print-header8l6A .print-sitename {
		color: hsla(0, 0%, 24%, 1);
	}

	.print-header__end img {
		display: inline-block;
		width: 200px;
		height: auto;
	}

	.print-footer8l6A {
		margin-top: 2rem;
		display: block;
		text-align: center;
		/* padding: 上  横  下 */
		padding: 10px 10px 10px;
		border: 1px solid hsla(0, 0%, 74%, 1);
	}

	.print-footer8l6A .copyright {
		color: hsla(0, 0%, 74%, 1);
	}
}