/*
Theme Name: Fukasawa Child
Template: fukasawa
*/

/* ----------------------------
メディアクエリ
------------------------------ */

/*
SPファーストで記述

幅768px以下 スマホサイズ

@media screen and (min-width:769px) and (max-width:1000px)
幅769px以上1000px以下 タブレットサイズ

@media screen and (min-width:1025px)
幅1025px以上〜 PCサイズ-- */
.sp {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp-tab {
  display: block !important;
}

.tab-pc {
  display: none !important;
}

.pc {
  display: none !important;
}

@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }

  .tab {
    display: block !important;
  }

  .sp-tab {
    display: block !important;
  }

  .tab-pc {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width:1025px) {
  .sp {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .sp-tab {
    display: none !important;
  }

  .tab-pc {
    display: block !important;
  }

  .pc {
    display: block !important;
  }
}


/* ----------------------------
非表示項目
------------------------------ */
.archive-title,
.widgets,
.post-meta-bottom,
.post-navigation
{
Display:none;
}

/* ----------------------------
個別投稿
------------------------------ */
.post.single .post-title{
Font-size:16px;
}
.post-inner{
Width:auto;
}

