@charset "utf-8";
/* CSS Document */



html{
	font-size:62.5%;/*16px×62.5％＝10px*/
}

body{
	color: #333;
	font-family:'Noto Serif JP',serif,'Margarine', cursive, 'Viaoda Libre', cursive,'Condiment', cursive , sans-serif, cursive ,'Abril Fatface';
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	
	
}


a {
  color: #322F2F;
  text-decoration: none;
}

.link{
  color: #000000;
  transition: 0.2s;
}

.link:hover {
color: #3f51b5;
}



	
.title-font{
	font-weight: bold;
	font-family: 'Baskervville', serif;
	text-align: center;
	font-size: 80px;
	margin-top: 100px;
	line-height: 80px;
}

	
	
	
p{
	text-align: center;
}



.ent-font{
	font-size: 50px;
	font-weight: bold;
	
}








@media screen and (max-width: 640px){
	



a {
	color: #322F2F;
  text-decoration: none;
}
	
.link{
	color: #322F2F;
  transition: 0.2s;
}

.link:active {
    color: #3f51b5;
}


	
.title-font{
	font-weight: bold;
	font-family: 'Abril Fatface', cursive;
	text-align: center;
	font-size: 50px;
	margin-top: 50px;
	line-height: 50px;
}

	.profile-area p{
  color:#8f8f8f;
}
	
	



}













