@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.navi-in > ul > li{
  width: auto;
}

.navi-in > ul > li > a{
  padding-left: .7em;
  padding-right: .7em;
}

.navi-in > ul > .menu-item-has-children > a::after{
  display: none;
} 

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

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

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

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

.cat-link {
 background-color: #f6f6f6;
 color: #222;
 border: 1px solid #333;
}

.cat-label {
 background-color: #ee7800;
 color: #ffffff;
}
.cat-label::before{
 display:none;
}

.tag-link {
 background-color: #fff;
 color: #222;
}
.tag-link::before{
 display:none;
}

.bct-related .blogcard::before{/*関連記事*/
	background-color:#00008b;
	 color: #ffffff;
}
.bct-reference .blogcard::before{/*参考記事*/
	background-color:#ff8c00;
	 color: #ffffff;
}
.bct-popular .blogcard::before{/*人気記事*/
	background-color:#3cb371;
	 color: #ffffff;
}
.bct-together .blogcard::before{/*あわせて読みたい*/
	background-color:#dc143c;
 color: #ffffff;
	}
.bct-detail .blogcard::before{/*詳細はこちら*/
	background-color:#c71585;
	 color: #ffffff;
}
.bct-check .blogcard::before{/*チェック*/
	background-color:#d2691e;
	 color: #ffffff;
}
.bct-pickup .blogcard::before{/*ピックアップ*/
	background-color:#8b008b;
	 color: #ffffff;
}
.bct-official .blogcard::before{/*公式サイト*/
	background-color:#ffd700;
	 color: #ffffff;
}

.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}

.article h2 {
    color: #494949;
    padding: .8em 1em;
    margin-top: 40px;
    background: #f4f4f4;
   border-left: solid 5px #f08300;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
.article h3 {
    color: #494949;
    padding: 0.25em 0.5em;
    margin-top: 40px;
   background: transparent;/*背景透明に*/
  border-left: solid 5px #ffd900;/*左線*/
	border-bottom: 2px solid #d7d7d7;
}

.footer {
  margin-top: 40px; /*フッターとコンテンツの間に余白追加*/
}
.footer-bottom {
  margin-top: 14px; /*フッター内上部の余白を詰める*/
}
.footer-bottom-logo { /*ロゴの位置調整*/
  float: none;
  bottom: auto;
  position: static;
  margin-bottom: 10px;
}
.footer-bottom-content { /*メニュー＆クレジットの位置調整*/
  float: none;
  text-align: center;
}
.navi-footer-in > .menu-footer { /*メニューの位置調整*/
  justify-content: center;
  margin-bottom: 1em;
}
.navi-footer-in a:hover { /*メニューのマウスホバー時の指定*/
  text-decoration: underline; /*アンダーラインを追加*/
}
.footer-bottom.fnm-text-width .menu-footer li {
  line-height: 1; /*メニューの区切りボーダーの高さを1文字分にする*/
}
@media screen and (max-width: 834px) {
  .navi-footer-in > .menu-footer li.menu-item {
    border: none; /*モバイルでメニューのボーダーを消す*/
  }
}
@media screen and (max-width: 460px) {
  .navi-footer-in > .menu-footer li.menu-item { /*モバイルでメニューを1カラムにする*/
    width: 100%;
    display: block;
    flex: auto;
    padding: 0.3em 0;
  }
}


.comment-respond { /*入力欄全体の枠*/
  border: 2px solid #f7b977;
  margin-top: -2px;
}
.comment-respond p {
  margin: 1em 0;
}
#commentform { /*フォーム部分の枠*/
  padding: 20px;
}
p.comment-notes { /*注意書きの文字サイズ*/
  font-size: 14px;
}
p.form-submit {
  margin: 2em 0 1em 0;
}
#commentform input[type="text"], #commentform textarea { /*入力スペースの装飾*/
  padding: 11px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
  background: #e2e2e2; /*入力スペースの背景色*/
}
#commentform input[type="submit"] { /*送信ボタンの装飾*/
  -webkit-appearance: none;
  padding: 11px;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background: #f7b977;
  color: #fff;
  border: none;
  font-size: 16px;
  transition: 0.5s;
}
#commentform input[type="submit"]:hover { /*送信ボタンのマウスホバー時*/
  background: #f7b977;
  transition: 0.5s;
}

.comment-list { /*全体の枠*/
  border: 2px solid #f7b977;
  padding: 0;
  border-radius: 10px 10px 0 0;
}
.comment-title { /*タイトルの装飾*/
  margin: 0;
  font-size: 24px;
  background: #f7b977;
  color: #fff;
  padding-left: 20px;
  font-weight: normal;
}
.comment-title:before { /*タイトルにアイコンを付ける*/
  font-family: FontAwesome;
  content: '\f27b';
  color: #fff;
  margin-right: 4px;
}
.commets-list {
  padding: 20px 20px 0 20px;
}
.commets-list > li {
  border-top: 2px dashed #f7b977; /*スレッドを区切る点線*/
  margin: 30px 0;
  padding-top: 20px;
}
.commets-list > li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.commets-list .children {
  border-left: 2px solid #ccc; /*返信コメントの左側のボーダー*/
  margin: 0;
}

.comment-content p { /*吹き出し内の文字を調整*/
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.5em;
}
.comment-reply-link { /*返信ボタンの装飾*/
  color: #fff;
  border: none;
  border-radius: 20px;
  background: #f7b977;
  padding: 1px 12px;
  transition: 0.5s;
}
.comment-reply-link:hover { /*返信ボタンのマウスホバー時*/
  color: #fff;
  background: #49add1;
  transition: 0.5s;
}
.commets-list .comment-body {
  margin-bottom: 0;
}

/* コメントの表示 */
.comment-form-email,.comment-form-url,.comment-notes{
	display:none;
}


/*「次のページ」のカスタマイズ*/
.pagination-next-link {
  background-color: #fff1cf;
  color: #2b2b2b;
  border: none;
  border-radius: 30px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); /*「次のページ」部分の影*/
	transition: all 0.7s;
}
.pagination-next-link:hover {
  background: #ddb880;
/*   transition: all 0.5s ease; */
  color: #fff;
	opacity: 0.7;
}
.page-numbers {
  color: #2b2b2b;
  border: 1px solid #fff1cf;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); /*数字部分の影*/
}
.pagination .current {
  background-color: #fff1cf;
  color: #2b2b2b;
}
.page-numbers.dots {
  opacity: 1;
  background: none;
}

a.prev, a.next {
  display: none;
}
@media screen and (max-width: 480px) {
.page-numbers {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
}


/*箇条書きリストのカスタマイズ番号なし*/
