@media print {

.sp {
	display: none;
}

body {
	background: none;
}

.drawer-menu {
	display: none;
}

.fixed_area {
	display: none;
}

#contents {
	display: flex;
}

#header {
	width: 100% !important;
}

#main {
	padding-left: 0;
}

#sidemenu {
	min-height: auto !important;
	height: auto !important;
	position: static;
}

#top #contents {
	display: block;
}

#top #header {
	width: calc(100% - 300px) !important;
}

#top #main {
	padding-left: 300px;
}

#top #sidemenu {
	position: absolute;
}

#top .balloon1-left {
	width: 70%;
}

#top #slide {
	height: 535px !important;
}

#top .swiper-slide {
	background-size: contain !important;
	background-position: top center !important;
}

}