@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

#author_box-2 .author-follows {
    display: none;
}

/*特定ページのタイトル・シェア・フォローボタン非表示（固定トップ）*/
.page-id-1061 .post-date,
.page-id-1061 .post-update,
.page-id-1061 .entry-title,
.page-id-1061 .sns-share,
.page-id-1061 .sns-follow {
    display: none;
}

/* 固定トップページ見出し３　CSS変更 */
.page-id-1061 .article h3 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

.page-id-1061 .article h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

/*-----------------------------------------*/
/* コンパクトSNS for Cocoon                */
/*   左寄せ配置                            */
/*-----------------------------------------*/
/* シェアメッセージの表示設定 */
.sns-share-message{
  display:none;      /* シェアメッセージの非表示 */
}

/* SNSボタングループの設定 */
.bc-brand-color-white.sns-share.ss-col-6{
  display:flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  width:240px;              /* ボタン幅 x 6 */
  margin:0 auto 0 0;        /* 左寄せ配置にする */
}
/* ボタン単位の設定 */
.bc-brand-color-white.sns-share.ss-col-6 a{
  font-size: 18px;          /* アイコンサイズ */
  border: none;             /* SNSボタン枠を非表示 */
  width:40px;               /* １つのボタンの幅 */
}
 /* SNSボタン名称の表示設定 */
.bc-brand-color-white.sns-share .button-caption {
  display:none;        /* SNSボタン名称を非表示 */
}

/* フォローメッセージの表示設定 */
.sns-follow-message{
  display:none;     /* フォローメッセージの非表示 */
}

/* SNSフォローボタングループの設定 */
.bc-brand-color-white.sns-follow {
  display:flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  width:80px;               /* ボタン幅 x 2 */ 
  margin:0 auto 0 0;        /* 左寄せ配置にする */
}
/* SNSフォローボタン単位の設定 */
.bc-brand-color-white.sns-follow a {
  font-size: 18px;          /* アイコンサイズ */
  border: none;             /* ボタン枠を非表示 */
  width:40px;               /* １つのボタン幅 */
}

/* 投稿者名の表示設定 */
.footer-meta .author-info{
  display:none;            /* 投稿者名を非表示 */
}
