@charset "utf-8";


/* https://fonts.google.com/specimen/Julius+Sans+One */
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');

/* https://fonts.google.com/specimen/Caveat */
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Caveat|Julius+Sans+One|Quicksand');

/* https://fonts.google.com/specimen/Fredericka+the+Great */
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');

/* https://fonts.google.com/specimen/M+PLUS+Rounded+1c */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700');


.f_Julius{
	font-family: 'Julius Sans One', sans-serif;
}

.f_Caveat{
	font-family: 'Caveat', cursive;
}

.f_Frede{
	font-family: 'Fredericka the Great', cursive;
}

.f_Mround{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* ---------- PC ---------- */
@media screen and (min-width:769px){
	
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

}