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

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

/*特定ページのシェア非表示*/
.page-id-8 .sns-share,
.page-id-3 .sns-share,
.page-id-17 .sns-share{
    display: none;
}

/*特定ページの更新日非表示*/
.page-id-8 .date-tags,
.page-id-3 .date-tags,
.page-id-17 .date-tags{
    display: none;
}

/*ヘッダ下余白調整*/
.logo-image {
	padding: 0;
}
.logo-image * {
	padding: 6px 0 0;
	display: block;
	margin: auto;
}

/*サイドバー見出し*/
.sidebar .widget-sidebar-title{
   letter-spacing: 4px; /*文字の間隔を少し広く*/
    padding: 2px;
   font-size: 14px;
	background-color: #c91e1e;
	text-align: center;
	margin: 4px;
}

/*サイドバープロフィール*/
.sidebar .widget_author_box {
  background: #e5db22;
  padding-top: 0.6em;
  border-radius: 3px 3px 0px 0px;
  margin: 0 auto;
}
.sidebar .author-box {
  padding: 42px 0px 14px;
  border: none;
  position: relative;
  margin: 0 0 0em;
  max-width: 100%;
  overflow:hidden;
}
.sidebar .author-content {
  background: #fff;
  background: #fff;
  border-radius: 80px 80px 60px 60px / 40px 40px 40px 40px;
  padding: 20px; 
  width:110%;
  margin-left:-5% !important;
}
.sidebar .author-box .author-name a {
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 18px;
}
.sidebar .author-box .author-description {
  padding: 6px 14px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sidebar .author-box p {
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}
.sidebar .author-box .author-thumb {
  width: 120px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  bottom: 0;
}
.sidebar .author-box .author-name {
  font-size: 1.1em;
  font-weight: bold;
  position: absolute;
  margin-bottom: 0.4em;
  top: 14px;
  bottom: 0;
  right: 0;
  left: 0;
}
.sidebar .author-box .author-widget-name {
  position: absolute;
  top: 0px;
  bottom: 6px;
  right: 0;
  left: 0;
  font-size: 0.7em;
  color: #333;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 2px;
}
.sidebar .author-box .sns-follow {
  padding: 6px 10px 0px;
}
.sidebar .author-box .sns-follow-buttons {
  display: flex;
  justify-content: space-evenly;
}
.sidebar .author-box .sns-follow-buttons a {
  border-radius: 50%;
  border: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  background:#e5db22;
  color: #333;
}
.sidebar .author-box .sns-follow-buttons .follow-button span:before {
  color: #333;
}
.sidebar .author-box .to-profile {
  position: absolute;
  background: #1bb4bb;
  border-radius: 50%;
  width:48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  color: #1bb4bb;
  top: 105px;
  right: 45px;
  font-size: 0.9em;
  font-weight: bold;
}
.sidebar .author-box .sns-follow-message {
  margin-bottom: 0px;
  font-size: 13px;
}
.sidebar .icon-twitter-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
}
.sidebar .icon-feedly-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
}
.sidebar .icon-rss-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
}

/*サイドバー検索窓*/
.sidebar .search-box, .search-menu-content .search-box {
  width: 100%;
  margin: 0.6em 0 1em;
  position: relative;
  display: flex;
  border-radius: 10px; /*全体を囲むボックスの角丸*/
}
.sidebar .search-edit, .search-menu-content .search-edit {
  width: 80%; /*入力部分の長さ*/
  background: #fff; /*入力部分の背景色*/
  padding: 0 10px;
  border-radius: 3px 0 0 3px; /*左上、左下のみ角丸*/
  font-size: 16px;
}
.search-submit {
  width: 20%; /*ボタン部分の長さ*/
  background: #c91e1e; /*ボタン部分の背景色*/
  color: #fff; /*アイコンの色*/
  position: static;
  right: auto;
  top: auto;
  font-size: 20px; /*アイコンの大きさ*/
  cursor: pointer;
  line-height: 32px; /*検索窓の高さ*/
  border-radius: 0 3px 3px 0; /*右上、右下のみ角丸*/
  padding: 0;
}
.search-box input:focus, .search-box button:focus {
  outline: 0; /*フォーカス時の枠線を消す*/
}

/*テキストリンク設定*/
a{
  text-decoration: none;
}

/*人物紹介*/
.image-character img{
	border: 2px solid #393939;
	border-radius: 8px;
}

/* お問い合わせフォーム */	
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
/*必須の調整*/
.haveto{
 font-size:6px;
 padding:2px;
 background:#c91e1e;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:3px;
}
/*任意の調整*/
.any{
 font-size:6px;
 padding:2px;
 background:#1bb4bb;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:3px;
}
/*送信ボタンの調整*/
input.btn-submit,
{
	background: #1bb4bb;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #1bb4bb;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
input.btn-submit:hover{
	background: #FFF;
	color: #1bb4bb;  
}

/*SNSボタン*/
#main .button-caption {
  display: none;
}
#main .sns-share a {
  width: 2.5em;
  margin-left: 0.2em;
}
.sns-share-buttons {
  justify-content: left;
}
#main .social-icon {
  font-size: 25px;
}

/*コメント欄調整*/
/*コメントを書きこむボタン*/
.comment-btn {
	background: #1bb4bb;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #1bb4bb;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.comment-btn:hover{
	background: #FFF;
	color: #1bb4bb;  
	border-radius: 5px;
}
/*フォーム部分の枠*/
#commentform {
  padding: 10px;
}
/*入力スペースの装飾*/
#commentform input[type="text"], #commentform textarea { 
  padding: 8px;
  font-size: 16px;
  width: 100%;
}
/*送信ボタンの装飾*/
#commentform input[type="submit"] { 
	background: #1bb4bb;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #1bb4bb;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
#commentform input[type="submit"]:hover {
	background: #FFF;
	color: #1bb4bb; 
	border-radius: 5px;
}
.comment-form-email,
.st-comment-form-url,
.comment-notes{ 
	display:none; 
}

/*コメントリスト*/
.st-comment-content p { 
  font-size: 15px;
  margin: 1em 0;
  line-height: 1.5em;
}
.st-comment-form-email,
.st-comment-form-url{ 
	display:none;
}

/*人物紹介*/
.column-wrap .column-right {
    border-left: none;
}

.fukidashi {
border: #ccc solid 4px;
position: relative;
background: #fff;
padding: 12px 10px;
border-radius: 13px;
margin-bottom:1em;
}
.fukidashi:before {
border-right: 40px solid #ccc;
border-bottom: 20px solid transparent;
border-top: 20px solid transparent;
top: 30%;
content: "";
position: absolute;
left: -40px;
}
.fukidashi:after {
content: "";
position: absolute;
border-right: 39px solid #fff;
border-bottom: 20px solid transparent;
border-top: 20px solid transparent;
top: 30%;
left: -32px;
}

@media screen and (max-width: 600px) {
.container .column-wrap > div {
    width: 100%;
    padding: 0 0;
}   
.fukidashi {
border-radius: 6px;
background: #fff;
margin-top: 7px;
border: solid 2px silver;
}
.fukidashi:before {
border-bottom: 20px solid silver;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
top: -40px;
content: "";
position: absolute;
left: 40%;
}
.fukidashi:after {
border-bottom: 20px solid #fff;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
top: -37px;
content: "";
position: absolute;
left: 40%;
}
}


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

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

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