/* スマホのときのヘッダー画像 */
@media (max-width: 414px) {
    /* PC用のヘッダー画像を消す */
  #site-header {
        display: none;
    }
/* スマホ用のヘッダー画像を表示 */
    #site-title {
        background: url(https://sirube.net/wp-content/uploads/2018/03/design_office_sirube_logo.png)no-repeat;
        background-size: 100% auto;
        content: '';
        display: block;
        height: 414px ;
    }
/*スマホ用　2コラム設定 */
.home .site-content article.post {
  max-width: 49%;
	float: left;
	padding-left: 6px;
}	
	
.blog .entry-header, .archive .entry-header, .search-results .entry-header {
    display: none;
}

.site-content .post {
    margin-bottom: 6px
}

} 

/*　シングルページ　entry-contentを左揃えに変更　*/
.single-post .entry-content {
  padding-left: 0;
}

/*　下部にあるラインを非表示　*/
.comments-area {
  display: none !important;
}

/*　タイトル下部のby Design Office Sirubeを非表示　*/
.entry-author {
  display: none !important;
}

/*　タイトル下部のcommentを非表示　*/
.entry-comments {
  display: none !important;
}

/*　日付前後のスラッシュを非表示　*/
.entry-date:before {
  display: none !important;
}

/*　タイトルサイズ変更　*/
.page .entry-header h1.entry-title {
  font-size: 18px;
}

/*　ボーダーボトム　*/
p.border1 {
  border-bottom: solid 1px #000000;
  width: 360px;
}

/*　余白１　*/
.space1 {
  margin: 40px;
}

/*　Home イメージ画像　*/
#site-about {
  max-width: 1000px;
  padding: 0;
}

/*　Home　サムネイル幅　*/
#primary {
  max-width: 1000px;
  padding: 0;
}

/*　Home　タイトルスペース　サイズ指定　*/
#site-title {
  margin: 0;
  padding: 0;
}

/*　Home　ウィジェットスペース消去　*/
.widget-area .widget {
  padding: 0;
}

/*　Home　ウィジェットスペース消去　*/
#masthead {
  padding-bottom: 0;
}

/*　Home　サムネイル上部スペース調整　*/
p {
  margin-bottom: 24px;
}

/*　Home　フッタースペース消去　*/
#colophon {
  padding-top: 0;
}

/*　アーカイブヘッダースペース指定　*/
.archive-header {
  padding: 20px 0;
}

/*　エントリー・ヘッダータイトルスペース指定　*/
.page .entry-header h1.entry-title {
  padding: 20px 0;
}

/*　Home イメージ画像　上部スペース指定　*/
#site-about {
  padding-top: 20px;
}

/*　Home ヘッダー画像　下部部スペース指定　*/
#site-header {
  padding-bottom: 30px;
}


/*　シングルページ　上部スペース指定　*/
.single-post .site-content .post {
  float: none;
  padding-top: 20px;
}

/*　About as entry行間調整　*/
.entry-content p, .entry-summary p, .entry-content ul, .entry-content ol {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Minimum width of 1200
------------------------------------------------------------------------------------ */
/* --- コンテンツの幅 --- */
#container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* --- フッターの幅 --- */
#colophon {
  padding-top: 0;
  max-width: 1000px;
}

/* --- ナビゲーションの幅 --- */
.menu-wrap {
  max-width: 1000px;
  margin: 0 auto;
}