@charset "UTF-8";

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

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

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

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

/************************************
** プロフィール-サイドバー
************************************/

/* プロフィール全体 */
.nwa .author-box {
	border: none;
	padding: 0 20px;
}

/* アイコン */
.nwa .author-box .author-thumb{
	width: 120px;
}
.nwa .author-box .author-thumb img{
	box-shadow: 0 1px 3px rgba(0,0,0,.18)
}

/* 下側 */
.nwa .author-box .author-content {
	padding: 1em 0;
}

/* 名前 */
.author-box .author-name {
	margin-bottom: 1em;
}
.author-box .author-content .author-name a{
	color: #584F6B; /* リンク色にしない */
	font-size: 1.0em;
	font-weight: normal; /* 太字にしない */
	text-decoration: none; /* 下線をなくす */
	letter-spacing: 0.1em; /* 字間を広く */
}

/* プロフィール文 */
.author-description{
	margin-bottom: 12px;
	font-size: 14px;
}
.author-description p{
	margin: 0 0 0.5em 0;
	text-align: left;
	line-height: 1.5;
}

/* SNSボタン */
.author-follows{
	padding: 12px 0;
	background-color: #6B8E23;
}
.author-follows::before{
	content: 'Follow Me';
	color: #fff;
	/*font-family: お好きなフォント(設定する場合);*/
	letter-spacing: 0.2em; /* 字間を広く */
}
.author-box .sns-follow-buttons a.follow-button{
	width: 40px;
	height: 40px;
	margin: 6px 10px 2px 2px;
	border-radius: 20px;
	color: #fff;
	border-color: #6B8E23;
	font-size: 24px;
	line-height: 1.6;
}
.author-box a.follow-button span::before {
	font-size: 22px;
}

/* SNSボタン マウスオーバーしたとき */
.author-box .sns-follow-buttons a.follow-button:hover{
	background-color: transparent;
	opacity: 0.6; /* 薄く */
	transform: scale(1.1); /* 1.1倍の大きさに */
}
/************************************
**　　サイドバー
************************************/
#sidebar>.widget{
border-radius:10px;
}
.widget_search{
padding:0;
}
span.fas.fa-search::before{
color:#90C31F;/*検索マーク色変更はこちら*/
}
.sidebar h3{
color:#6B8E23;
border-radius: 0%;
border-bottom:3px dotted;
border-color:#6B8E23;
padding-bottom:0.3em;
margin-top:-0.5em;
margin-bottom:1em;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
background-color:#f7f7f7;
margin: 6px 0;
padding: 4px 10px;
border-radius:20px;
transition: 0.4s
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover{
background-color:#6B8E23;
color:#fff!important;
}
.tagcloud a{
background-color:#f7f7f7;
}
.tagcloud a:hover{
background-color:#6B8E23;
color:#fff!important;
transition: 0.4s ;
}
.nwa .recommended.rcs-card-margin a {
margin: 0 0 1em;
width: 90%;
}

/*---------------------------------
カテゴリの行間とフォントを小さくする
--------------------------------*/
.widget_categories ul li a{
	line-height: 1.3;
	font-size: 15px;
}

/************************************
** ■エントリー記事カード（インデックス）のタイトルのカスタマイズ
************************************/
.entry-card-title {
  position: relative;
  word-break: break-all;
  margin-top: 4px; 
  margin-bottom: 12px; 
  line-height: 1.4; 
  font-size: 16px; 
  letter-spacing:1px; 
  text-decoration:none;
  font-weight:bold;
  padding: 4px 4px 4px 4px;
  border-radius: 4px;
  border: 1px solid #556B2F;
  transition-duration: 0.6s;
}
.entry-card-wrap:hover{
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    background-color: #98C66E; 
    transition: all .3s ease;
}
/*.entry-card-title::after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: '';
  width: 8px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #fe619a;
  border-radius: 4px;
}
/*.e-card-info{ /*日付表示設定*/
/*  color: #333; /*日付の色*/
/*}
*/
@media screen and (max-width: 1030px){ /*スマホ表示設定*/
  .entry-card-title { /*タイトル*/
    font-size: 14px; /*フォントサイズ*/
    margin-top: 9px; /*アイキャッチ画像とタイトル間の余白*/
    line-height: 1.4; /*行間*/
  }
  .post-date, .post-update, .post-comment-count { /*日付、コメント数*/
    font-size: 12px!important; /*フォントサイズ*/
  }
}



/************************************
** 見出し
************************************/
h2 {
  padding: 1rem 1rem;
  border-bottom: 3px dotted #32cd32;
  background: #d6ffad;
}

h3 {
  padding: 1rem 2rem;
  border-left: 5px dotted #000;
  background: #f4f4f4;
}

h4 {
  position: relative;
  padding: 1.5rem 1rem;
}

/** 記事内の行間を調整 */
p {
  margin-top: 0;
  margin-bottom: 1.4em;
}

/** リストのデザイン設定 **/
.list-box-3{
   border-radius: 4px;
   max-width: 600px;
   padding: 2em;
   margin:0 auto;
   border:2px dotted;
   border-color:#584F6B;
}

@media screen and (max-width: 768px){
	.article ul, .article ol {
		padding-left: 0px;
	}
}
/************************************
.blogcard{
	background: #584F6B
}
************************************/
/************************************
** 引用のデザイン
************************************/
/* blockquote{
    position:relative;
    border-left:4px solid #556B2F;
    padding-left:10px;
}
blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 20px;
    color:#556B2F;
}
blockquote p{
    position:relative;
    padding-left:30px;
}
blockquote cite{
    display: block;
    font-size:0.8rem;
    color:#6B8E23;
    text-align:right;
} */

/* blockquote{
  /*position:relative;
  border:1px solid #584F6B;
  padding:20px;
}*/
/*
blockquote:before{
  position:absolute;
  left:45%;
  top:-24px;
  background-color:#584F6B;
  color:#FFFFFF;
  border:2px solid #584F6B; 
  box-sizing:border-box;
  font-family:'FontAwesome';
  content:'\f10d';
  line-height:1;
  padding-top:12px;
  text-align:center;
  width:48px;
  height:48px;
  font-size:20px;
  border-radius:24px;
}
blockquote p {
  color:#808080
}
blockquote cite {
  display: block;
  padding-top:10px;
  font-size: 0.8rem;
  text-align: right;
  color: #808080;
}
 */

/************************************
** 引用文
************************************/

blockquote{
    position:relative;
    border-left:3px solid #DA8596;
    padding-left:10px;
}
blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 20px;
    color:#584F6B;
}
blockquote p{
    position:relative;
    padding-left:30px;
}
blockquote cite{
    display: block;
    font-size:0.8rem;
    color:#584F6B;
    text-align:right;
}

/************************************
** サイトタイトル非表示
************************************/
 
/* .site-name-text{
  display: none;
} */
 
/*ヘッダーレイアウトがトップメニューのとき*/
/* .header-container-in.hlt-top-menu .site-name-text{
  display: none;
} */
 
/*ヘッダーレイアウトがトップメニュー（小）のとき*/
/* .header-container-in.hlt-top-menu.hlt-tm-small .site-name-text{
  display: none;
} */
 
/*端末幅が768px以下のとき*/
/* @media screen and (max-width: 768px){
  #header .site-name-text{
    display: none;
  }
} */
 
/*端末幅が480px以下のとき*/
/* @media screen and (max-width: 480px){
  #header .site-name-text{
    display: none;
  }
} */

/************************************
** ブログカード
** https://ponhiro.com/blogcard-customize/
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 2em 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: #66c2c3;
  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;
  }
}


/************************************
** ページネーション（ページ送り）
************************************/
/* 次のページへ部分 */
.pagination-next-link {
  background-color: #98C66E;
  color: #6B8E23;
  border: none;
  border-radius: 30px;
}
.pagination-next-link:hover {
  background-color: #6B8E23;
  transition: all 0.5s ease;
  color: #98C66E;
}
/* 数字の部分 */
.page-numbers {
  color: #6B8E23;
  border: 1px solid #6B8E23;
}
.pagination .current {
  background-color: #6B8E23;
  color: #98C66E;
}
.page-numbers.dots {
  opacity: 1;
  background: none;
}
.pagination a:hover {
  background-color: #98C66E;
  color: #6B8E23;
}