@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* 日本語フォント */
@font-face {
font-family: 'mini-wakuwaku';
src: url('./fonts/mini-wakuwaku-selected.woff') format('woff'),
url('./fonts/mini-wakuwaku-selected.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/*@font-face {
font-family: 'JKG';
src: url('./fonts/JKG-L_3.woff') format('woff'),
url('./fonts/JKG-L_3.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Nicomoji';
src: url('./fonts/nicomoji-plus_1.11.woff') format('woff'),
url('./fonts/nicomoji-plus_1.11.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}*/


/* フォント */
body{
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
color:#555555 !important;
}/* フォントを灰色にする */


/* タイトル装飾 */
#site-title a{
  font-family: 'mini-wakuwaku', cursive;
}


/* h タグ装飾 */
.article h2 {
  padding: 0.5em;
  border: 3px solid #ccc;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  margin: 1em 0;
  font-size: 1.2em;
}
/*
.article h2 {
  border-left: none;
  position: relative;
  padding: .7em 0;
  font-size: 1.2em;
  margin: 1em 0;
}
.article h2::before,
.article h2::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.article h2::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article h2::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
*/

.article h3{
  margin: 1.5em 0;
  padding: 0.5em 0 0.3em 1em;
  border-left: 10px solid #ff2400;
  border-bottom: 5px solid #e7e7e7;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
}

.article h4 {
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  border-radius: 6px;
  font-size: 1.2em;
  margin: 1em 0;
  border-bottom: none;
}

.article h4::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  border-bottom-left-radius: 6px;
  box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

/* グローバルナビセンタリング */
#navi ul{
  display: -webkit-box; /* Android 2~4 */
  -webkit-box-pack: justify; /* Android 2~4 */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /*フレキシブルボックス*/
  text-align: center; /*センタリングは好みで*/
}
#navi ul li{
  width: 300px; /*幅は大きめに調節する*/
  -webkit-box-flex: 1; /* Android 2~4 */
}


/* 記事リストタイル風 */
.entry-thumb {
    margin-top: 0px;
}
#main .entry {
    height: 375px!important;
    margin: 10px 8px 0 10px!important;
    border: solid 1px #ccc;
}


/* 新着・人気記事文字色・サイズ変更 */
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
    color: #fff;
    opacity: 1;
    display: block;
    font-size: 80%;
}
.widget_popular_ranking ul li::before {
    background: none repeat scroll 0 0 #F3FF2B !important;
    color: #000 !important;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    font-size: 85% !important;
    left: 3px !important;
    top: 3px !important;
    line-height: 1;
    padding: 6px 10px !important;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    border-radius: 2px;
    font-family: Arial;
    font-weight: bold;
}


/* 記事を読む　装飾 */
.entry-read a, .related-entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#f08080;
 border:1px solid #f08080;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
.entry-read a:hover, .related-entry-read a:hover{
 color:#fff;
 background-color:#4b8080;
 border:1px solid #4b8080;
}
.entry-read, .related-entry-read{
  text-align: right;
  margin-right: 10px; 
}


/* 関連記事・境界線 */
#main .related-entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}


/* サムネイル画像にエフェクト */
.entry-thumb,.wpp-thumbnail{
overflow: hidden;
}
.entry-thumb img,.wpp-thumbnail img{
transition: 0.6s ;
}
.entry-thumb img:hover,.wpp-thumbnail:hover {
opacity: 0.6;
-moz-transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
}


/* 写真を丸く切り抜く */
.img-circle {
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border: 5px solid #eceae7;
}

/* 自己紹介・名前枠 */
.block {
    padding: 10px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
    font-size: 1.5em
}

/*　メンバー紹介・固定ページ　*/
.writers{
    overflow:hidden;
}
.writer-profile{
    width: 18%;
    min-height: 20%;
    margin:1%;
    float:left;
}
.writer-profile .name{
    text-align:center;
    font-weight:bold;
    padding:10px 0;
    margin:0;
}
.writer-profile .description{
    font-size:0.8em;
}
.writer-profile .button a{
    font-size:0.8em;
}
.writer-profile .button a:after{
    content:' >';
}
.eyecatch {
    height: 100%;
    width: auto;
    overflow: hidden;
    position: relative;
}
/*.eyecatch img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}*/

/*Who Are We? ページ紹介文リスト装飾*/
.post-35 ul li ul {
	margin: 1em 0em 1em;
}
.post-35 ul li ul li {
	list-style-type: none;
}
/*figcaption装飾*/
figcaption {
    color: #555d66;
    text-align: center;
}

/*文章の行間を広くする*/
.article #the-content p {
	line-height:180%;
	margin-bottom:1.8em;
}