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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*YouTube動画の中央配置*/
.video-container{
margin: 0px auto;
}

#navi.navi.cf{
	background: linear-gradient(#ED8A77,#EDB2A6);

}

#header-container{
	background: linear-gradient(#ED8A77,#ED775F);
}

/*1番左と2番目の仕切り線*/
#navi .navi-in > ul li{
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

/*左から3番目以降の仕切り線*/
#navi .navi-in > ul li + li{
	border-right: 1px solid #ffffff;
	border-left: none;
}


/*ロゴ左寄せ*/
.logo{
	text-align:left;
}

/*メニューデザインをマテリアル風*/
nav#navi, .menu-header .sub-menu{
    font-weight: bold;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.2);
}

.menu-header .sub-menu .item-label{
    font-size: 80%;
}
.menu-header .item-label{
    color: #ffffff !important;
}
.menu-header .current-menu-item,
.menu-header .current-post-item,
.menu-header .current-menu-ancestor,
.menu-header .current-post-ancestor,
.menu-header .menu-item:hover {
    color: #333 !important;
    border-bottom: 3px solid #e71837;
    transition: all .2s ease;
}

.menu-header .sub-menu .menu-item,
.menu-header .sub-menu .menu-item:hover{
    border-bottom: none;
}
.menu-header .current-menu-item>a .item-label,
.menu-header .current-post-item>a .item-label,
.menu-header .current-menu-ancestor>a .item-label,
.menu-header .current-post-ancestor>a .item-label,
.menu-header .item-label:hover{
    color: #333 !important;
    transition: all .2s ease;
}

/* 見出しの装飾 */
.entry-title, #editor .entry-title, .archive-title {
  padding: 5px;
  margin: 5px 0;
  background-color: transparent;
  background:none;
  color: #7d521c!important;
  font-size: 24px;
  border-left:none;
  border-bottom:solid #EDB2A6;
  text-align:left;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: 600;
}

.article h2{
  position: relative;
  padding: 0.5em;
  background: #EDB2A6;
  color: white;
}

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


.article h3{
  border-left: 7px solid #ffa500;
  border-right: 1px solid #ffa500;
  border-top: 1px solid #ffa500;
  border-bottom: 1px solid #ffa500;
}

/* SNSボタンのサイズ指定 */
#main .sns-share a {
	width: 4.5em;
	margin-left: 1.2em;
}
.sns-share-buttons {
	justify-content: center;
}
#main .button-caption {
	display: none;
}
#main .social-icon {
	font-size: 25px;
}

/*固定ページのタイトルを非表示*/
.post-3 .entry-title,
.post-29 .entry-title,
.post-33 .entry-title,
.post-35 .entry-title,
.post-41 .entry-title,
.post-707 .entry-title,
.post-787 .entry-title,
.post-795 .entry-title,
.post-900 .entry-title,
.post-2112 .entry-title {
display: none;
}

/*固定ページの投稿日を非表示*/
.post-3 .date-tags,
.post-29 .date-tags,
.post-33 .date-tags,
.post-35 .date-tags,
.post-41 .date-tags,
.post-707 .date-tags,
.post-787 .date-tags,
.post-795 .date-tags,
.post-900 .date-tags,
.post-1582 .date-tags,
.post-2112 .date-tags,
.post-2177 .date-tags,
.post-2405 .date-tags,
.post-2541 .date-tags,
.post-3163 .date-tags,
.post-3175 .date-tags {
display: none;
}

/*固定ページの更新日を非表示*/
 .post-update{
display: none;
}

/*固定ページの投稿者名を非表示*/
 .author-info{
display: none;
}

/*リンク画像を半透明*/
a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*Pタグのマージン指定*/
 p{
margin:  0 20px 0 20px ;
}

/*サイドメニューの文字サイズ変更*/
#sidebar {
    font-size: 14px;
}

/* CTAボックス */
.cta-box {
background-color: #fff;
}

/* 投稿本文下プロフィール */
.selfintroduction {
 background-color: #e0ffff;
 padding: 20px 10px 5px 10px;
 border-radius: 15px;
 font-size: 80%;
}

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

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

/*751px以下*/
@media (min-width: 751px) {
/*PCで電話番号のクリック不可*/
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
	
}

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

