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

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


/************************************
** カルーセルカスタマイズ
************************************/
#carousel .a-wrap{
  margin-top:-6px !important;
  margin: initial;
  padding-top:-10px;
}
#carousel .carousel-entry-card-title{
  display: none;/*タイトル消す*/
}
#carousel .carousel-in {
  background-color: transparent;
}
#carousel .slick-dots{
  display:none!important;
}
.slick-slide img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);/*お好みで*/
}
.carousel-entry-card-thumb {
  width: 100%;
}



/*　下線  */
[class^=stripe-] {
    background-size: 100% .4em;
    padding-bottom: .9em;
    background-position: 0 center;
    background-repeat: no-repeat;
}

/* オレンジ */
.stripe-orange {
  background-image: repeating-linear-gradient(-45deg, #ffbf7f,#ffbf7f 2px,transparent 2px,transparent 4px);
}

/* グローバルナビの幅調節 */
.navi, .navi-in{
   width: 1200px;
   margin: 0 auto
}

/* アイキャッチ画像まるめる */
figure > img{
  border-radius: 5px;
}
/*ヘッダーメニュー　シャドウを消す*/
div#header-container {
	box-shadow: none;}


/* スマホ　プロフィール〇枠削除 */
.author-box img.avatar.photo { display:none; }