@charset "utf-8";

@page {
    size: A4 portrait; /*横の場合はlandscape ,縦幅 width:794px;*/
	margin: 10mm 10mm;
	-webkit-print-color-adjust: exact; /* Chromeのみ対応。背景色有り */
}

@media print{

/* common */
html,body {max-width:/*794px*/910px !important;}

/* main */
#main{padding-bottom:0 !important;max-width:/*794px*/910px !important;zoom:0.8;}
/* slick */
.slider-for{}
.slider-for img{max-height:500px;margin:auto;}

/* footer */
.pagetop ,.cookie-consent{display:none;}


}