@charset "utf-8";

html{scroll-behavior: smooth;}
body{background:#eee;}
img{
	width: 100%;
}
.mincho{
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
}
img{width: 100%;}
.main {
	font-family:"Shippori Mincho B1","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
	max-width:1500px;
	margin:0 auto;
}



@media screen and (max-width:800px) {
	.sp_off{
		display:none;
	}	
	.pc_off{
		display:block;
	}
}