@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
*/

/************************************
****　全体のバランス
************************************/
.eye-catch-wrap {
    justify-content: center;
}

img{
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.2);
}
a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.body .article {/*本文SNSフォロー下の空白*/
margin-bottom: 0;
}
header img {
  box-shadow: none;
}
.entry-content {/*本文下の空白を削除*/
padding-bottom: 0;
margin-bottom: 0;
}

.cat-label { /* アイキャッチ上のカテゴリーラベルを非表示 */
	display:none;
}

.actress-tag-list {
  list-style: none; /* リストマーカー（・）を消す */
  padding-left: 0;  /* 左の余白も消す */
}

.actress-tag-list li {
  margin-bottom: 8px; /* 項目の間隔を少し空ける（任意） */
}

@media (max-width: 1023px){
article > .entry-content, aritcle > footer.article-footer {/*本文左右の空白*/
padding: 0;
}
.header-container {
display:none;
}
.content, .main {
margin: 0 !important;
}
.mobile-menu-buttons {
	height: 65px;
}
}
@media screen and (max-width: 880px){
.page-body {
	font-size: 16px;
}
.wp-block-image img{
	margin: 0 auto;
}
}
@media screen and (max-width: 480px){
.site-logo-image {
  box-shadow: none;
}
.page-body {
font-size: 15px;
}
}
