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

/*********************************
* カテゴリーページ
*********************************/
.fa-folder-open:before{content:'' !important;}

/*********************************
* 記事内画像
*********************************/
.wp-block-image{display:block!important;}

/*********************************
* アイキャッチ
*********************************/
/*480px以下*/
@media screen and (max-width: 480px){
	.eye-catch{min-height:230px; }
} 
/*タグのアイキャッチ*/
.tag-content .eye-catch-image{display:none;}

@media screen and (max-width: 480px){
.tag-content .eye-catch{min-height:0px!important;}}

/*表のフォント*/
.scrollable-table{font-size:13px;}
table th, table td{font-size:13px!important;}
figcaption{font-size:0.9em!important;}

/*********************************
* 日付表記
*********************************/
.post-date, .post-update, .post-author, .amp-back, .entry-category{font-size:1em;}
/*********************************
* パンくずリスト
*********************************/
@media screen and (max-width: 480px){
	.breadcrumb{
		height:56px;
		margin-bottom:0.3em;
		margin-left:-16px;
		margin-right:-16px;
		padding-top:17px!important;
		padding-left:10px;
		font-size:12px;
		background-color:#fff!important;
		color:#111!important;
	}
	
}
.breadcrumb a{color:#f2136a!important;}
.breadcrumb .sp {margin: 0 3px;}

.fa-angle-right:before{
  content: '>' !important;
  padding:0px 1px 0px 1px;
}

/*パンくずリスト 横スクロール*/
.breadcrumb {
  white-space: nowrap; /*改行しない*/
  overflow-x: auto; /*はみ出た部分を隠す*/
  -webkit-overflow-scrolling: touch; /*ぬるっとスクロールさせる*/
}

/*パンくずリスト 記事タイトルアイコン 非表示*/
.breadcrumb-item > span.fa-folder {
  display: none; /*非表示*/
}
.breadcrumb-home > span.fa-home {
  display: none; /*非表示*/
}

.breadcrumb-item > span.fa-file-o {
  display: none; /*非表示*/
}

#breadcrumb > div:nth-child(4) > span.far.fa-file.fa-fw {
  display: none; /*非表示*/
}

#breadcrumb > div:nth-child(3) > span.far.fa-file.fa-fw {
	display: none; /*非表示*/}

/*パンくずリストリンクの色*/
.breadcrumb a{color:#1967d2;}

/*パンくずリストの色*/
.breadcrumb{color:#333;}

/************************************
**ボックスメニュー
************************************/
.box-menus{margin-top:0px;}

.box-menu:hover {box-shadow: inset 1px 1px 0 0 #d50f5c, 1px 1px 0 0 #d50f5c, 1px 0 0 0 #d50f5c;}

.box-menu-icon{
  display:none;
}

.box-menu-icon *{
	width:120px;
	height:90px;
	max-width:120px;
	max-height:90px;
	object-fit: cover;
}

.box-menu-label{
  color:#d50f5c;
  font-size:12px;
  font-weight:400;
}


/*********************************
* 見出しカスタマイズ
*********************************/
.article h1 {
	color: #333;
	margin: 0;
	padding:10px 0 10px 0;
	line-height:35px;
	font-weight:600;
	font-size:24px;
	letter-spacing: -.01em;
}
@media screen and (max-width: 480px){.article h1{font-size:21px;line-height:28px; }}

.article h2 {font-size: 20px;
	padding: 10px;
background-color:#fff;
	color: #000;
  position: relative;
  padding: 1rem .5rem;
}

.article h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#d50f5c), to(#FB8545));
  background-image: -webkit-linear-gradient(left, #d50f5c 0%, #FB8545 100%);
  background-image: linear-gradient(to right, #d50f5c 0%, #FB8545 100%);
}

.article h3 {
  padding: 10px 15px;/*上下 左右の余白*/
  color: #000;/*文字色*/
  border-left: solid 4px #d50f5c;
  font-size: 18px;
  font-weight:normal;
  margin-top:10px;
}



.toggle-button{
	background:#d50f5c;
	border:none;
	color:#fff;
}

.toggle-content{border:none!important;}
.toggle-button::before{color:#fff; opacity:1.0;}

/************************************
** サイドバー見出し変更
************************************/

.sidebar h3{
	position: relative;
	color: #fff;/*文字色*/
  background-color:#000;
	padding: 0.5em 0.75em 0.5em 2.5em;
	border-radius:0px;
}
.sidebar h3:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	color: #d50f5c;
	padding: 0;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/*********************************
* メインカラム余白
*********************************/
.main{z-index:1;}
.content {
margin-top: 0; 
}
.entry-content {
 margin-bottom: 0!important;}
#footer{margin:0 0 90px 0; padding-top:0;}
#breadcrumb{padding-top:0; padding-bottom:0;  }

@media screen and (max-width: 480px){
  .content .main{
  margin-top: 1px;
	  margin-bottom:24px;
	  padding:0 16px;
	}
	
  .home .content .main{
  margin-top: 51px;

  }
	#sidebar{margin:0;}
	#footer{margin-bottom:100px; padding-bottom:165px;}
	.home #footer{margin-bottom:100px; padding-bottom:10px;}
	#breadcrumb{padding-top:0; margin-top:0; }
} 
.entry-content{margin-bottom:1em;}

@media screen and (max-width: 768px) {
  .sidebar h3 {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (min-width: 769px) {
  #sidebar {
  padding-top:3px;
	  margin-top:17px;
  }
	
}

	/* bodyの余白色 */
body{
background-color:#fff;
}
figcaption{text-align:center;}

@media screen and (max-width: 480px){
.scroll {
    width: 336px;
    overflow: scroll;
}
}


/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link {
  background-color: #d50f5c;
  color: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); /*「次のページ」部分の影*/
}
.pagination-next-link:hover {
  background-color: #d50f5c;
  transition: all 0.5s ease;
  color: #fff;
}
.page-numbers {
  color: #d580a6;
  border: 1px solid #d50f5c;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); /*数字部分の影*/
}
.pagination .current {
  background-color: #d50f5c;
  color: #fff;
}

.pagination a:hover {
  background-color: #d50f5c;
  color: #fff;
}


.dots,#main > div.pagination > a:nth-child(n+8):nth-child(-n+10),.dots,#main > div.pagination > a:nth-last-child(2){display:none;}{display:none;}


@media screen and (max-width: 480px) {
.page-numbers {
  width: 48px;
  height: 48px;
  line-height: 48px;
	}}

.page-prev-next{
	border-radius:0px;
}

/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 1em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #1967d2; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}


div.twitter-tweet{margin:10px auto!important; }

/*********************************
* 吹き出しはみ出し
*********************************/
.is-style-balloon-right-box{width:95%;}
.is-style-balloon-left-box{width:95%;}

/************************************
** 目次
************************************/

.toc{
  display: block;
  padding: 0px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  border: solid 0.5px #d50f5c !important;
	font-size:14px;
}

.toc-title{
  position: relative;
  padding: 10px 0;
  background-color:black;
	color:#fff;
  font-weight: bold;
}

.toc .toc-content{
  padding: 15px;
  background-color:#fff;
}

.toc-list > li li a {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  margin-left: -10px;
}
 
.toc-list > li li ::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  left: -15px;
  border-radius: 100%;
  background: #cdcdcd;
  position: relative;
  margin-bottom: 2px;
}

.article .toc-list > li li {
  list-style: none;
}

@media screen and (max-width: 750px){

/*目次*/	
.toc{
  margin :20px 0;
}
.toc-list > li li a {
  margin-left: -3px;
}
.toc-list > li li ::before {
  margin-left:-5px;
	}}

/************************************
**ヘッダーメニュー
************************************/

@media screen and (max-width: 1030px){
  #header-container .menu-mobile{
    display:none;
  }
  .navi-in > .menu-mobile{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
	.hlt-tm-right .navi-in>ul {
    justify-content: flex-start;
}
  #header-container #navi a{
    font-size:0.8em;
    padding: 1em 1.2em;
  }
  #header-container .navi-in > ul > .menu-item-has-children > a::after{
    display:none;
  }
  #navi .navi-in > .menu-mobile li {
    height: auto;
    line-height: 1.8;
  }
  .mblt-header-mobile-buttons {
    margin-top: 53px;
  }
	
}

/************************************
**スマホスライドインメニュー
************************************/
.navi-menu-content{
	background-color: rgba(255,255,255,0.9);	
}

@media screen and (max-width: 480px){
	.menu-content {max-width:100%;}
}
.menu-drawer a{
	font-size: 16px;/*文字の大きさ*/
	color: #000;/*文字の色*/
	height: 60px;/*行の高さ*/
	border-bottom:1px solid;
	padding-top:20px;
	
}

.menu-close-button{
	color:black;
}

.fa-times:before {
    content: ''!important;
}

/*スマホメニュー項目*/	
.menu-sns{
	display:inline-block!important;
	text-align: center;
	width:50%;
}

.menu-sns a{
	border:0;
	font-size:30px;
}

.menu-item{text-align:center;}

.swiper-button-next{display:none!important;}
/************************************
**モバイル表示　CLS対策
************************************/
/*インデックスリスト高さ*/
@media screen and (max-width: 480px){
	.entry-card-wrap{
min-height:135px;
		margin-bottom:0px;
	}
	.list{row-gap:0;}
	
	}

/************************************
**検索ボタン調整
************************************/
.search-edit {
padding: 15px !important;
}

.search-submit {
font-size: 24px !important;
}




/************************************
**フッター
************************************/
.footer-bottom.fnm-text-width .menu-footer li a {
    padding:10px;
}
.navi-footer-in a:hover{background-color:#333;transition:all .3s ease-in-out;color:#333}
