@charset "utf-8";

/*---------------共通設定----------------*/
body{
	margin: 0px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
}


.box3 a:link { color: rgb(255, 255, 255); transition: 0.5s; }
.box3 a:visited { color: rgb(0, 0, 0); }
.box3 a{text-decoration: none;}


a:link { color: rgb(0, 0, 0); transition: 0.5s; }
a:visited { color: rgb(0, 0, 0); }
a{text-decoration: none;}


.pc-only{
	display: block;
}
.sp-only{
	display: none;
}

@media screen and (max-width: 1080px){
.pc-only{
	display: none;
}
.sp-only{
	display: block;
} 
}


h3{
	font-weight: lighter;
}
p{
	letter-spacing: 1px;
}
