/*
Theme Name: Werden
Theme URI: https://example.com
Author: Your Name
Description: A simple Werden theme with Home, About Us, and sub pages.
Version: 1.0.0
Text Domain: werden
*/

/* デフォルト＝SP */
.pc-only { display: none; }
.sp-only { display: block; }

/* PC以上 */
@media (min-width: 768px) {
	.pc-only { display: block; }
	.sp-only { display: none; }
}
