@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.post-83 .date-tags, /*日付の表示*/
.post-83 .sns-share, /*SNSシェアの表示*/
.post-83 .entry-title, /*固定ページのタイトルの表示*/
.post-83 .sns-follow,
.post-83 .eye-catch,
.post-83 .author-info { /*SNSフォローの表示*/
    display: none; /*非表示にする*/
}

.new-entry-card-date {
  display: block;
}

.new-entry-card-update-date {
  display: none;
}

/************************************
** discord用ボタン
************************************/

.discordbtn{
    width:350px;
    height:50px;
    line-height:50px;
}
.discordbtn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#668AD8;
    text-align:center;
    color:#C2F7FF;
    font-size:20px;
    font-weight:bold;
    font-style:oblique;
    border-top-right-radius:50px;
    -webkit-border-top-right-radius:50px;
    -moz-border-radius-topright:50px;
    border-bottom-left-radius:50px;
    -webkit-border-bottom-left-radius:50px;
    -moz-border-radius-bottomleft:50px;
    box-shadow:5px 6px 0px 0px #5375BD ;
    text-shadow:0px 0px 0px #000000 ;
}
.discordbtn a:hover{
    background:#668AD8;
    color:#FFFFFF;
    margin-left:3px;
    margin-top:3px;
    box-shadow:none;
}

/* 新着記事サムネ非表示
img.new-entry-card-thumb-no-image {
  display: none;
}
*/


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

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

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

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