@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: Rinazo
Author URI:
Template:   cocoon-master
Version:    1
*/

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

/*=======================================
  共通
=======================================*/
/*------------------------------
  プロフィールカスタマイズ
-------------------------------*/
.nwa .author-box {
  text-align: center;
  max-width: 100%;
}
.sidebar .author-box {
  border: none;
  border-radius: 4px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8%;
}
.nwa .author-box .author-thumb {
  float: none;
  width: 100%;
  margin: 9px auto 0;
    /* プロフィール背景画像変えたい場合はメディアのURL入れる -------------*/
  background: url(https://tiida-renovation.com/wp-content/uploads/2017/12/台湾_20150801_034-2.jpg) center no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(100%*392/700);
  position: relative;
}
.sidebar .author-thumb img {
  border: 3px solid #fff;
  width: 30%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
}
.nwa .author-box .author-content {
  margin-top: 16%;
  font-size: 0.9em;
}
.author-name {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.author-box .author-name a {
  text-decoration: none;
  color: #333;
}
.author-box p {
  margin-top: 0.3em;
  line-height: 1.6;
}
.author-box p a {
  text-decoration: none;
  color: #008cee;
}
.author-box p a:hover {
  text-decoration: underline;
  color: #008cee;
}
.author-box .sns-follow-buttons a.follow-button {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  margin-bottom: 4px;
  margin-right: 8px;
  background: none;
  color: #fff;
}
.author-box a.follow-button span {
  line-height: 40px;
}
.author-box a.follow-button span::before {
  font-size: 22px;
}
.author-box .icon-twitter-logo::before {
  font-family: FontAwesome;
  content: "\f099";
}
.author-box .icon-facebook-logo::before {
  font-family: FontAwesome;
  content: "\f09a";
}
.author-box .icon-instagram-new::before {
  font-family: FontAwesome;
  content: "\f16d";
}
.author-box .icon-hatebu-logo::before {
  font-family: Verdana;
  content: 'B!';
  font-weight: bold;
}
.author-box .icon-google-plus-logo::before {
  font-family: FontAwesome;
  content: "\f0d5";
}
.author-box .icon-youtube-logo::before {
  font-family: FontAwesome;
  content: "\f167";
}
.author-box .icon-pinterest-logo::before {
  font-family: FontAwesome;
  content: "\f231";
}
.author-box .icon-amazon-logo::before {
  font-family: FontAwesome;
  content: "\f270";
}
.author-box .icon-github-logo::before {
  font-family: FontAwesome;
  content: "\f09b";
}
.author-box .website-button {background-color: #47555c !important;}
.author-box .twitter-button {background-color: #1da1f2 !important;}
.author-box .facebook-button {background-color: #3b5998 !important;}
.author-box .hatebu-button {background-color: #2c6ebd !important;}
.author-box .google-plus-button {background-color: #dd4b39 !important;}
.author-box .instagram-button {background: #e1306c !important;}
.author-box .youtube-button {background-color: #ef1515 !important;}
.author-box .flickr-button {background-color: #0063dc !important;}
.author-box .pinterest-button {background-color: #bd081c !important;}
.author-box .line-button {background-color: #00c300 !important;}
.author-box .amazon-button {background-color: #ff9900 !important;}
.author-box .rakuten-room-button {background-color: #c42e7f !important;}
.author-box .github-button {background-color: #333 !important; }
.author-box .feedly-button {background-color: #2bb24c !important; }
.author-box .rss-button {background-color: #f26522 !important; }
.author-box .soundcloud-button {background-color: #ff7700 !important; }
#main .author-box {
  border: none;
  border-radius: 3px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8% 0;
  box-shadow: 0 5px 20px -5px rgba(105,115,131,.35);
}
#main .author-widget-name {
  display: inline-block;
  position: relative;
  margin: 10px 0 0 -170px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #eaedf2;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}
#main .author-widget-name::before {
  position: absolute;
  content: '';
  z-index: -1;
  bottom: -30px;
  left: 60px;
  border: 15px solid transparent;
  border-top: solid 30px #eaedf2;
  transform: rotate(-40deg);
}
#main .author-thumb {
  float: left;
  margin: 0;
  padding-top: 70px;
  width: 200px;
  text-align: center;
}
#main .author-thumb img {
  border: solid 5px #dfe2e8;
  width: 100px;
}
#main .author-content {
  margin: -30px 0 0 200px;
  padding-left: 30px;
  border-left: 2px #eaedf2 dashed;
}
#main .author-box .author-name {
  line-height: 1;
}
#main .author-box p {
  font-size: .95em;
}
@media screen and (max-width: 480px){
  #main .author-box {
    margin: 1em 10px;
    padding: 16px;
    text-align: center;
  }
  #main .author-widget-name {
    margin: 0;
  }
  #main .author-widget-name::before {
      left: 50px;
  }
  #main .author-thumb {
    float: none;
    margin: 0;
    padding-top: 20px;
    width: 100%;
  }
  #main .author-box .author-name {
    font-size: 14px;
  }
  #main .author-content {
    margin: 10px 0 0 0;
    padding-left: 0;
    border: none;
  }
  #main .author-box p {
    font-size: 14px;
    text-align: left;
  }
  #main .author-box .sns-follow-buttons {
    justify-content: center;
  }
}
/* プロフィール欄のボタン装飾 -------------*/
.profilepage-link {
  text-align: center;
  margin-bottom: 20px;
}
#main .profilepage-link {
  text-align: left;
}
.profilepage-link a {
  display: inline-block;
  font-size: .9em;
  text-decoration: none;
  color: #fff;
  background: #90C131;
  padding: .5em 2em;
  border-radius: 4px;
  transition: .3s ease-in-out;
}
.profilepage-link a:hover {
  color: #fff;
  background: #777;;
}
@media screen and (max-width: 480px){
  #main .profilepage-link {
    text-align: center;
  }
  .profilepage-link a {
    font-size: 14px;
  }
}

/*=======================================
  メインカラム
=======================================*/
/*------------------------------
  記事リスト
-------------------------------*/
.entry-card-title, .related-entry-card-title {
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: bold;
}
.entry-card-snippet, .related-entry-card-snippet {
  font-size: 0.8em;
  max-height: 7.8em;
  line-height: 2;
  overflow: hidden;
}
/*------------------------------
  目次
-------------------------------*/
/* 目次全体 -------------*/
.toc {
  background: #F9F9F9;
  border: none;
  display: block;
  border-top: 5px solid;
  border-top-color: #ee7800;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  padding: 20px 25px;
}
/* 目次の文字 -------------*/
.toc-title {
  text-align: left;
  margin: 0 20px 20px -10px;
  padding-left: -20px;
  font-size: 23px;
  font-weight: 700;
  color: #ee7800;
}
/* 目次のアイコン -------------*/
.toc-title:before {
  top: 0;
  left: -45px;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  content : "\f0ca";
  font-size: 20px;
  margin-right: 5px;
  color: #FFF;
  background-color: #ee7800;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 14px;
}
/* 目次リストカスタマイズ -------------*/
.toc-content ol {
  padding: 0 0.5em;
  position: relative;
}
.toc-content ol li {
  line-height: 1.5;
  padding: 0.7em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
/* 目次の各節先頭アイコン -------------*/
.toc-content ol li:before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left : 1.5em;
  color: #ee7800;
}
.toc-content ol li:last-of-type {
  border-bottom: none;
}
.toc-content .toc-list li {
  font-weight: 700;
}
.toc-content .toc-list li li {
  font-weight: normal;
}

/*------------------------------
  SNSシェアボタン
-------------------------------*/
.button-caption {display: none;}
.sns-share-buttons a {
  font-size: 14px; /*ロゴサイズ*/
  border-radius: 3px; /*角の丸み*/
  height: 25px; /*ボタンの高さ*/
}

/*=======================================
  サイドナビ
=======================================*/
/*------------------------------
  人気記事
-------------------------------*/
.widget-entry-card {
  font-size: 14px;
}


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

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

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