@charset "UTF-8";


body {
	font-size: 16px;
}

header {
	background-color: #fff;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.6));
	margin-bottom: 30px;
}

header .logo a {
	display: block;
	background-image: url(../img/logo02.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: -9999px;

}

#wrapper{
	position: relative;
	overflow: hidden;
}

img{
    width: 100%;
}

p{
	display: block;
	margin: 0;
	padding: 0;
}

footer {
	position: relative;
}

footer .copyright{
	background-color: #172020;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}



@media print,screen and (min-width: 981px) {

	.sp {
		display: none !important;
	}

	body {
		font-size: 16px;
	}
	
	header .logo a {
		width: calc(674.8px / 2);
		height: calc(76.3px / 2);
	
	}
	
	
	
	#wrapper {
		min-width: 1280px;
	}



	
	
}
@media only screen and (max-width: 980px) {
	.pc {
		display: none !important;
	}

	body {
		font-size: 15px;
	}

	header .logo a {
		width: calc(674.8px / 2 * .75);
		height: calc(76.3px / 2 * .75);
	
	}
	
	footer .copyright{
		font-size: 12px;
	}
	



}