@charset "utf-8";
/* CSS Document 
font-family: 'Anton', sans-serif;
font-family: 'Cormorant', serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Playfair Display', serif;
font-family: 'Shippori Mincho', serif;
*/
.g_nav {
	display: none;
}
span.bk {
	display: inline-block;
}
.sp_br {
	display: none;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;	
}
/********************************/
header h1 {
	padding: 0.25rem 0.5rem;
}

/***********************************タブレット*************************************************/
@media screen and (max-width: 1200px) {
/**********************************************************************************************/
	.top_logo_area .cacth_area {
		display: none;
	}
}