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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body,
.main, 
.sidebar,
.container 
 {
    color: #101d26;
	background-color: #dde2e5;
	border:none;
}
.main h1{
    background: #ffffff url(https://jour.iwakan.info/wp-content/uploads/2019/04/head.jpg) no-repeat ;
	background-position: 50% 50%;
    font-size:24px;
    color:#000000;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
	max-width: 800px;
	height: 150px;
    margin: 0;    
    padding: 50px 0 0 0;
    border: 1px solid #000000;
}

.main h1:first-letter{
    color:#FF0066;font-size:36px;
}
.article h2 {
    border-left :none;
    font-size: medium;
    margin: 0;
    padding:0;
    font-size:0;

}
.article h2 {
    max-width: 800px;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 43px;
	letter-spacing: 3px;
	background: #ffffff url(https://jour.iwakan.info/wp-content/uploads/2019/04/h2.jpg) no-repeat;
	background-position: 100% 100%;
    border: 1px solid #000;
}


.article h3{
	font-size: 20px;
	border-left:15px double #000000;
	color:#ffffff;
	background-color:#FF0066;
	margin:30px;
	padding: 10px;
}

.article h4{
	color: #000000;font-size: 26px;line-height: 18px;
	max-width: 800px;	
    font-weight: normal;
	border-bottom: solid #000000 1px;
	margin: 0;
    padding: 15px 0px 0px 0px;
    text-indent: 10px;
} 
.logo {
    text-align: end;
}
.tagline {
    text-align: end;
    font-size: 14px;
    margin: 0.6em 1em;
    color: #000000;
}
.date-tags{
	max-width: 800px;
    color : #ffffff;
    background-color: #000000;
    height: 40px;
    font-size: 15px;
	margin: 0;
	padding: 15px 10px 0 0;

}
.under-entry-content h2{
    max-width: 800px;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 43px;
	letter-spacing: 3px;
    background: #ffffff url(https://jour.iwakan.info/wp-content/uploads/2019/04/h2.jpg) no-repeat;
    border: 1px solid #000000;
	background-position: 100% 100%;
    
}

.sidebar h3{
    max-width: 100%;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 43px;
	letter-spacing: 3px;
    background: #ffffff url(https://jour.iwakan.info/wp-content/uploads/2019/04/h2.jpg) no-repeat;
    border: 1px solid #000000;
	background-position: 100% 100%;
    padding: 0;margin: 8px 0 8px 0;

} 

/* 画像設定 */
img    {
	margin: 5;
	padding: 0;
	border-style: none;
}
.a{
	width: fit-content;
	background-color: #ffffff;
	margin: 5px;
	padding: 3px;
	border: solid 1px #14cecb
	;
}

    /*いいねボタン*/
        .wpulike-heart .wp_ulike_general_class{
box-shadow: 0 0 0 1px  #97887c inset;
    }

hr {
		border-top: solid 1px #000000;

}
/* アイコン */
h1 .fas{
    font-size: 1.8em;
    color: #FF0066;
}
.sidebar .fa-tag:before{
    color: #242740;    
}
.pager-post-navi a .iconfont,
.pager-post-navi a.prev-next-home,
.breadcrumb, .pager-post-navi {
     color: #242740;
    }
   
/* カレンダー */
 .calendar_wrap {
  margin: 0 0;
}

.calendar_wrap {
  margin: 0.8em;
}
#wp-calendar {
    text-align: center;
    color: #000000;
    font-size: 0.8em;
    margin: 0.4em;
}
#wp-calendar caption {
    color: #000000;
    text-align: center;
    font-size: 1.4em;
    margin: 0.4em;
    font-weight: 900;
}
#wp-calendar th {
    background-color: #9DC1B6;
    text-align: center;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #d6d4c1 #fff #fff #d6d4c1;
}


.wp-calendar-nav {
    text-align: center;
}


/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(1) {
    color: #cc3333;
}
/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7) {
    color: #2e7376;
}
    
#wp-calendar tr {
  background-color: #dde2e5;
}
#wp-calendar tr:nth-of-type(2n+1) {
  background-color: #dde2e5;
}
#wp-calendar td {
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 25px;
    height: 30px;
    border: solid 1px #dde2e5;
}
#wp-calendar td a:link {
    color: #f8500a;
    font-weight: bold;
    background-color: #dde2e5;
    display: block;
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #ACCDD8 #fff #fff #ACCDD8;
    padding-top: 0.3em;
}
#wp-calendar td a:visited {
    color: #f8500a;
    background-color: #dde2e5;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #ACCDD8 #fff #fff #ACCDD8;
    padding-top: 0.3em;
}
#wp-calendar td a:hover {
    color: #f8500a;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #d6d4c1 #d6d4c1 #ffffff;
    padding-top: 0.3em;
}

#wp-calendar #today {
    background-color: #F8C354;
}
#wp-calendar #today a {
    background-color: #F8C354;
}
#wp-calendar #today a:hover {
    background-color: #ffffff;
}
    
/* モバイルカレンダー*/
#slide-in-wp-calendar {
    text-align: center;
    color: #7a6e64;
    font-size: 0.6em;
    margin-top: 0.8em;
    margin-bottom: 0.6em;
    }
    
#slide-in-wp-calendar caption {
    color: #7a6e64;
    text-align: center;
    font-size: 1.4em;
    margin: 0.4em;
    font-weight: 900;
}
    
#slide-in-wp-calendar th {
    background-color: #ece9c9;
    text-align: center;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #d6d4c1 #fff #fff #d6d4c1;
}

/*日曜日のヘッダーセル*/
#slide-in-wp-calendar thead tr th:nth-child(1) {
    color: #cc3333;
}
/*土曜日のヘッダーセル*/
#slide-in-wp-calendar thead tr th:nth-child(7) {
    color: #2e7376;
}
#slide-in-wp-calendar td {
    text-align: center;
    background-color: #f2f0d9;
    margin: 0px;
    padding: 0px;
    width: 25px;
    height: 30px;
    border: solid 1px #f2f0d9;
}
#slide-in-wp-calendar td a:link {
    color: #d70000;
    font-weight: bold;
    background-color: #f2f0d9;
    display: block;
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #d6d4c1 #fff #fff #d6d4c1;
    padding-top: 0.4em;
}
#slide-in-wp-calendar td a:visited {
    color: #d70000;
    background-color: #f2f0d9;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #d6d4c1 #fff #fff #d6d4c1;
    padding-top: 0.4em;
}
#slide-in-wp-calendar td a:hover {
    color: #c30;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #d6d4c1 #d6d4c1 #ffffff;
    padding-top: 0.4em;
}

#slide-in-wp-calendar #today {
    background-color: #F8C354;
}
#slide-in-wp-calendar #today a {
    background-color: #F8C354;
}
#slide-in-wp-calendar #today a:hover {
    background-color: #ffffff;
}
    
    
    
/* サムネイルにエフェクト */
.ecb-entry-border .entry-card-wrap {
    overflow: hidden;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/* 一覧文字削除 */
.archive-title-pb,
.archive-title-pa,
.archive-title-list-text{
    display: none;
}  
    
/* リンク */

a{
  transition: color 0.3s;
}
.breadcrumb a:link {
    color: #f8500a;
}
.breadcrumb a:visited {
    color: #f8500a;
}
.breadcrumb a:hover {
    color: #ff0066;
}
.breadcrumb a:active {
    color: #f8500a;
}
.sidebar a:link {
    color: #f8500a;
}
.sidebar a:visited {
    color: #f8500a;
}
.sidebar a:hover {
    color: #ff0066;
}
.sidebar a:active {
    color: #f8500a;
}
.a-wrap{
       color: none; 
        
    }

/* 太文字 */
strong{
    font-size: 18px; color: #a11917;
}
p {
	margin: 10px;
}
/* 線 */

/* グローバルナビの上下に線の装飾 */
#navi {
    border-top: none;
    border-bottom: none;
}



/* 記事一覧のカテゴリーの非表示 */
#list .category {
    display: none;
}
/* 記事一覧の続きを読むを非表示 */
.entry-read-link {
    display: none;
}
.entry-read{
    display: none; 
}
#archive-title .fa fa-folder-open {
    display: none;
}

/* ページネーション */
.pagination-next-link,.pager-prev-next{
    color: #000000;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
}
.pagination-next-link:hover {
  background-color: #ff0066;
  transition: all .1s ease;
  color: #fff;
}
.page-numbers{
border: none;
border-radius: 50%;
transition: all .1s ease;
background-color: #ffffff;
}
.pagination a.page-numbers:hover,.pager-numbers a:hover .page-numbers{
border-radius: 50%;
    background-color: #ff0066;
color: #fff;
}
.pagination .current, .pager-links .current{
border-radius: 50%;
background-color: #000000;
color: #fff;
}


/** サイドカテゴリ開始 **/

.widget_categories ul li a{ 
  border-bottom: 1px dotted #101d26; /* 下線の種類 */
}

.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}
.widget_categories ul li a .post-count { /*記事数用のコード*/
    display: block;
    float: right;
   color: #ffffff;
    background: #0FA1BA;
    padding: 0 1em;
    font-size: 14px;
    margin-top: .2em;
    border-radius: 4px;
}

/** サイドカテゴリ終了 **/

/* モバイルメニュー背景色を変更 */
.mobile-menu-buttons {
	background: #A6C752;
    color: #ffffff;
}
.menu-button,
.mobile-menu-buttons .menu-button > a {
	color: #ffffff;
}
.mobile-menu-buttons .menu-button > a:hover{
    color: #000000;
}
    
/* サムネ上タグ */
.cat-label {
    top: 0.5em; /*上からの距離*/
    left: 0.5em; /*左からの距離*/
    border: none; /*ボーダーを消す*/
    font-size: 12px; /*文字サイズ*/
    color: #ffffff; /*文字色*/
    padding: 1px 10px; /*余白*/
}
/* カテゴリーラベルのカスタマイズ */
.cat-link{ /*カテゴリーラベル*/
	text-decoration: none;
    color: #fff;
    font-size: 12px;
    background-color: #4ca380;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 6px 0px 6px;
    border-radius: 9px 3px;
    border: 0px;
    word-break: break-all; /*テキストの途中で改行させない*/
}
.cat-link:hover{ /*カテゴリーラベル マウスホバー時*/
  transition: all 0.8s ease; /*アニメーション*/
  opacity: 0.6; /*不透明度*/
  color: #fff; /*フォントカラー*/
  background-color: #61e2f3; /*背景色*/
}
/* タグラベルのカスタマイズ */
.tag-link{ /*タグラベル*/
  text-decoration: none; /*テキスト初期化*/
  color: #fff; /*フォントカラー*/
  font-size: 12px; /*フォントサイズ*/
  background-color: #374f43; /*背景色*/
  display: inline-block; /*横並びで上下左右空白有り*/
  margin-right: 5px; /*内側右余白*/
  padding: 2px 6px 0px 6px; /*外側余白*/
  border-radius: 9px 3px; /*カテゴリ背景デザイン*/
  border: 0px; /*枠線無し*/
  word-break: break-all; /*テキストの途中で改行させない*/
}
.tag-link:hover{ /*タグラベル マウスホバー時*/
  transition: all 0.8s ease; /*アニメーション*/
  opacity: 0.6; /*不透明度*/
  color: #fff; /*フォントカラー*/
  background-color: #5c7dc2; /*背景色*/
}
/* タグクラウド */
    .tagcloud a {
  border: 1px dotted #000000;
}
/* 関連記事 */
.rect-vartical-card .related-entry-card-title {
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 40px;
    width: 150px;
    font-size: 12px;
    padding: 3px;
}

.recb-entry-border .related-entry-card-wrap {
    text-align: center;
	margin: 5px;
	font-size: 10px;
    padding: 0;
    background: #cccccc;
    width: 180px;
	height: 265px;
	border: solid 1px #97887c;
    border-radius: 10px;
    float: left;
}

.rect-vertical-card .related-entry-card-thumb img {
    width: 180px;
    height: 180px;
    border-radius: 10px 10px 0 0;
}

.related-entry-card-meta{
    font-size: 10px;
    width: 178px;
    background-color: #a11917;
    color: #ffffff;
    height: 20px;
    text-align: left;
    border-radius: 0 0 10px 10px;
    }
/* listのカスタマイズ */
.entry-card-thumb img {
    width: 220px;
    height: 220px;
    margin: 0;
    padding: 0;
    border-radius: 10px 10px 0 0; 
}
.ecb-entry-border .entry-card-wrap {
    width: 220px;
    padding: 0;
	margin-top: 7px;
    background: #cccccc;
    float: left;
    clear: none;
    border: solid 1px #5B7E91;
    border-radius: 10px;
}

.entry-card-content h2 {
    padding: 5px;
    height: 50px;
    font-size: 12px;
    text-align: center;
}

.entry-card-info{
    width: 220px;
    font-size: 17px;
    background-color: #a11917;
    color: #ffffff;
    height: 30px;
    text-align: left;
    border-radius: 0 0 10px 10px;
    }
/* ブログカード */
.blogcard{
    border: solid 1px #97887c;
    }
.index-tab-buttons .index-tab-button{
	background: none #30B0CE;
	border: 1px solid #000000;
	
}
.carousel-entry-card-thumb, .related-entry-card-thumb, .widget-entry-card-thumb, .entry-card-thumb {
    float: left;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0.4em;
}
/* インデックス記事均等 */
.ect-vertical-card {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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