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

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

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

.author-box .author-name a {
    text-decoration: none;
    color: #333;
	cursor: default;
	pointer-events: none;
	font-size: 24px;
} 	
}

/*1023px以下*/
@media screen and (max-width: 1023px){	
  /*必要ならばここにコードを書く*/	
 
.author-box .author-name a {
    text-decoration: none;
    color: #333;
	cursor: default;
	pointer-events: none;
	font-size: 24px;
} 	
}

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

.author-box .author-name a {
    text-decoration: none;
    color: #333;
	cursor: default;
	pointer-events: none;
	font-size: 20px;
}
}
		
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.author-box .author-name a {
    text-decoration: none;
    color: #333;
	cursor: default;
	pointer-events: none;
	font-size: 20px;
}
}

/*360px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.author-box .author-name a {
    text-decoration: none;
    color: #333;
	cursor: default;
	pointer-events: none;
	font-size: 16px;
}
}



/************************
/ SNSフォローボタン
/************************/

.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 .sns-follow-buttons a.instagram-button:hover {
border: 1px solid #405de6;
background-color: #fff;
color: #FF1493;
}

.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:#ff0000 !important; }
.author-box .facebook-button { background: #0000ff!important; }
.author-box .instagram-button { background: #ff1493 !important; }
.author-box .youtube-button { background-color: #ef1515 !important; }

/* 送信ボタン */
.submit-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #0000AA;
  cursor: pointer; 
}
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; 
}

/* サイドバー */
.sidebar h3 {
    background: none;
    padding: 0;
    font-size: 16px;
    letter-spacing: 2px; 
}

.sidebar h3:after {
    content: "";
    display:block;
    height:1px;
    width:100%;
    background: -webkit-linear-gradient(left, #40bfa0 0%,#fef785 82%,#f37b7b 100%);
    background: linear-gradient(to right, #40bfa0 0%,#fef785 82%,#f37b7b 100%);
}	

.slicknav_nav .slicknav_arrow {
  color: #333;
}	
