@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* グローバルナビメニューを中央へ */
@media screen and (min-width: 1024px) {
  #navi-in{
    display: flex;
    justify-content: center;
  }
}

/*ブログ幅変更 枠線消去*/
#main {
  margin: auto;
  float: none;
  border:none;
}

.article h2 {
  border-left:0;
  margin: 40px 0 20px;
  padding:25px 0;
  font-size:26px;
}

/*******************************
* post-xx の指定固定ページ記事タイトル非表示
********************************/

/*トップページ*/
#post-42
.entry-title {
  display:none;
}

/*つくると！とは*/
#post-21
.entry-title {
  display:none;
}

/*******************************
* post-xx の下部SNSボタンの非表示
********************************/

#post-47 #sns-group {
 display: none; 
}

.article .post-meta {
  display: none;
}

/* Simplicity子テーマ用のスタイルを書く */
#header-in, #navi-in, #body-in, #footer-in{
  width: 1170px;
}

/* テーブルを中央寄せに */
#main table {
 margin-left: auto;
 margin-right: auto;
}

/*******************************
* post-xx の指定固定ページのテーブル枠非表示
********************************/

#post-22 article td{
/*   border: none; */
}

#post-24 article td{
  border: none;
}

#post-1062 article td{
  border: none;
}

/* 申し込みフォームの設定 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 70%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
    margin-top:10px;
    display: block;
}

.wpcf7 input[type="submit"] {
	font-size: 110%;
	padding: .6em 8em;
	background: #00fffe;
	color: #000;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
}

/* PC表示 */
@media screen and (min-width: 1110px) {
/* PC表示でFB/Twitter窓を本文中に非表示(モバイルでは表示) */
 .fb-page2 { display:none;}
  /* 協賛欄の表示ズレ調整 */
 .coop1 { display:inline;}
 .coop2 { display:none;}
  #header{
    position: fixed; /*ヘッダーを固定*/
    top: 0;
    left: 0;
    width:100%; /*横幅いっぱいに表示*/
    z-index: 999; /*ヘッダーを最前面に表示*/
    background-color: #ffffff; /*背景色を白色にする（元々が違う色ならば変更する）*/
  }
  #navi{
    position: fixed; /*メニューバーを固定*/

    top: 0;
    left: 0;
    width:100%; /*横幅いっぱいに表示*/
    z-index: 998; /*メニューバーを最前面に表示*/
    padding: 130px 0px 0px 0px; /*上(px) 右(px) 下(px) 左(px)*/
    border-bottom:1px solid #DCDCDC; /*メニューバーの下に線を付ける*/
  }
  /* 記事の上下位置調整(固定ページは本文内で0pxを指定) */
  .cf main{
    margin-top:160px; 
  }
	
  /* メニューの上下位置調整 */
  body{
    margin-top:-15px; 
  }
  /* トップページの上下位置調整 */
  .toppage{
    /* margin-top:160px;  */
  }
  /* パンくずリストの上下位置調整 */
  .breadcrumb-page{
    /* margin-top:160px;  */
  }
  /* 記事の上下位置調整(固定ページは本文内で0pxを指定) */
  .article{
    /* margin-top:160px; */
  }
}
/* モバイル表示 */
@media screen and (max-width: 1110px) {
/* モバイル表示でFB/Twitter窓を本文中に表示(フッター表示不可対策) */
  /* 協賛欄の表示ズレ調整 */
 .coop1 { display:none;}
 .coop2 { display:inline;}
}

/* 全体のフォントを指定（Webフォント廃止） */
body {
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}