/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 07:36:59 */
/* 全体 */
.sp-style {display:none!important;}
.pc-style {display:block!important;}
/* ブログページ .page-template-default をつけて記述 */
.page-template-default .logo img, .post-template-default .logo img, .archive .logo img,
.error404 .logo img, .search .logo img, .blog .logo img {max-width: 300px;}
.page-template-default .meta-list, .post-template-default .meta-list, .main-menu,
.post-template-default .post-comment{display:none;}
/* フロントページ .home を付けて記述*/
.home .indicators .list-tags { max-width: 700px; margin-bottom: 64px;}
.home .section-contact-inner h1,
.home .services-wrap .title {font-size: 48px!important;}
/****************
* スマホ表示 *
****************/

/* 全体 */
@media  (width  <  600px) {
.sp-style {display:block!important;}
.pc-style {display:none!important;}

/* ブログページ */
.page-template-default .inner-container, .page-template-default #header{display:block;}
.page-template-default  .logo {text-align: center;}
}