@charset "UTF-8";
/*
//	COMMON ////////////////////////////////////////
*/
:root {
	--base-color: #d3463b;
}
/*
//	PC or more ////////////////////////////////////////
*/
.basic_genre span,
.shopdata_ttl,
.shopdata p a{
	color:var(--base-color);
}
.basic_genre{
	margin-bottom:10px;
}
main.mainwrap section.basic_wrap h1 span{
	display:block;
}
main.mainwrap section.basic_wrap h1 span.ruby{
	font-size: 0.6em;
	margin-top: 5px;
	margin-bottom: 0px;
	display:block;
}
/*
//	767px and below ///////////////////////////////////
*/
@media (max-width: 767px) {
	.basic_genre{
		margin-bottom:5px;
	}
	main.mainwrap section.basic_wrap h1 span.ruby{
		margin-top: 0;
	}
}