@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

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

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

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

/* ページ全体 */
body {
  background-color: #000;
  color: rgba(255,255,255,0.85);
}

/* メインコンテンツの白箱を消す */
#content,
.content-in,
.main,
.main-inner,
.entry-content,
.archive .content-in,
.single .content-in,
.page .content-in {
  background-color: transparent;
}

/* 記事・固定ページの白背景を消す */
.article,
.entry,
.post,
.page {
  background-color: transparent;
}
/* アフィリエイト表記（全ページ・中央） */
.affiliate-notice {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  background-color: rgba(0,0,0,0.0);
  padding: 6px 10px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .affiliate-notice {
    font-size: 12px;
    padding: 5px 8px;
  }
}
/* ヘッダーのサイトタイトル */
.site-name-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #header .site-name-text {
    font-size: 15px !important;
  }
}
/* フッター：マウスを乗せた時に白くならないようにする */
#footer a:hover {
  background-color: transparent !important;
}
.post-date,
.post-update,
.entry-date,
.entry-update {
  display: none !important;
}

@media (min-width: 1025px) {
  .entry-card-thumb {
    text-align: center;
  }

  .entry-card-thumb img {
    width: 36%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  /* カード全体の文字を中央揃え */
  .entry-card {
    text-align: center;
  }
	a.entry-card-wrap.a-wrap{
  transition: all .1s;
}
	a.entry-card-wrap.a-wrap:hover {
  transform: translateY(-1px);
  transition: all .1s;
  background-color: #353535;
}
.entry-content {
  margin-top: 0;
}

.date-tags {
  margin-bottom: 0;
}

.main {
  border-top: none;
}
.front-top-page .main {
  padding-top: 0 !important;
}
.mobile-menu-buttons
{
background: #353535;
color: #dcdcdc;
}
/*モバイルメニュー　文字消す*/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .mobile-menu-buttons .menu-caption{
    display: none;
  }
  .mobile-menu-buttons{
    align-items: center;
  }
}

/*×アイコンを移動*/
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 1.3em;
}

.mobile-menu-buttons .menu-button > a {
color:#dcdcdc ;
}
/*モバイルメニュー背景色*/
.navi-menu-content {
background-color:
	rgba(60, 60, 60, 0.85)
}
.menu-close-button {
	color:#ffffff;
	}
.menu-drawer a {
	color:#ffffff;
	}


#sidebar {
  background-color: #494949;
}
input.search-edit{
  border: 0;
  background-color: #ffffff;/*検索ボックスの背景色*/
  border-radius: 0;
  position: relative;
  width: calc(100% - 70px);/*ボックスの幅を100%からボタンの幅と余白分を引いた値に指定*/
}
button.search-submit{
  width: 60px;/*検索ボタンの幅*/
  height: 100%;
  background-color: #ffffff;/*検索ボタンの背景色*/
  position: absolute;
  right: 0;
  top: 0;
  color: #494949;/*虫眼鏡の色*/
}
