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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.article h2{
  padding: .5em .75em;
  border-left: 6px solid #ff4835;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background: none;
}

.article h3{
  padding: .3em .5em;
  border-top:none;
  border-bottom: 3px solid #ff4835;
  border-left:none;
  border-right:none;
}

.breadcrumb {
   margin: initial;
}

.logo-header {
  padding: 20px 0 0 0;
}

.footer-bottom-logo img {
	height: 40px;
}

.popular-entry-cards.large-thumb-on {
  display: flex;
  flex-wrap: wrap;
}

.popular-entry-cards.large-thumb-on a {
  width: 33.333%;
}

.internal-blogcard::after{
	content: '続きを見る'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #333; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em .3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 6px;
}

.info-list {
    padding: 0 20px;
}

.blogcard-snippet {
	padding:0em .2em;
	color:#666;
}

.blogcard-date {
	display:none;
}

.a-wrap {
    padding: 2.5%;
}

.sidebar h3 {
    background-color: #7f868d;
    color: #ffffff;
    padding: 10px;
	font-size: 18px;
    margin: 0;
    line-height: 32px;
}

.sidebar {
    padding: 0;
	background-color: #EAEEEF;
}

#related_entries-2 {
	display:none;
}

.popular-entry-cards, .widget-entry-cards {
	background-color: #fff;
	padding: 12px 10px 5px;
}

.widget-sidebar {
	background-color: #fff;
}

.widget-entry-card {
    font-size: 14px;
}

.search-edit, input[type="text"] {
    padding: 10px;
    border: none;
}

.search-box {
    margin: 0;
    position: relative;
}

.widget.widget-sidebar.widget-sidebar-scroll.widget_common_ad {
	background-color: #EAEEEF;
}

.sidebar select {
    padding: 10px;
    margin: 10px 5%;
    border: 1px solid var(--cocoon-basic-border-color);
    border-radius: var(--cocoon-basic-border-radius);
    font-size: var(--cocoon-default-text-size);
    width: 90%;
}

.sidebar-scroll {
    top: 50px;
}

::placeholder {
    color: #bbb;
    opacity: 1;
}

.related-entry-heading{
    position: relative;
    letter-spacing: 2px;
    margin: 50px -8px 30px -8px;
    padding: 10px 7px 7px 14px;
    border-left: 6px solid #E96767;
    line-height: 24px;
}

.comment-title {
	position: relative;
    letter-spacing: 2px;
    margin: 60px -8px 30px -8px;
    padding: 10px 7px 7px 14px;
    border-left: 6px solid #E96767;
    line-height: 24px;
}

/*ボトムシェアボタンの枠組み*/
.sns-share.ss-bottom .sns-share-buttons {
	justify-content: center;
}

/*ボトムシェアボタンのリンク*/
.sns-share.ss-bottom .sns-buttons a {
	width: 40px;
	height: 40px;
	margin-right: 4px;
	margin-left: 4px;
	border-radius: 50%;
}

/*ボトムシェアボタンのアイコン*/
.sns-share.ss-bottom .sns-buttons a .social-icon {
	font-size: 18px;
}

/*ボトムシェアボタンのキャプション*/
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none;
}

/*ボトムシェアボタンのシェア数*/
.sns-share.ss-bottom .sns-buttons a .share-count {
	right: -2px;
	bottom: -2px;
	padding: 2px;
	font-size: 10px;
	border: solid 1px;
	border-radius: 3px;
	background-color: inherit;
}

/*シェア数の表示が必要ないボトムシェアボタン*/
.sns-share.ss-bottom .sns-buttons a .share-count:empty {
	padding: 0;
	border: 0;
}

/*親カテゴリー*/
.widget_categories ul li a{
	line-height: 1.5; /*行間を狭くする*/
	border-bottom: 1px dashed #CCCCCC; /*下線の種類*/
	padding: 10px;
	font-size: 16px;
}
.widget_categories ul li a::before{
	font-family: "Font Awesome 5 Free"; /*バージョン指定*/
	content: "\f07b"; /*FontAwesomeのユニコード*/
	color: #abb3bb; /*色*/
	padding-right: 10px; /*右側空間*/
	font-weight: 900; /*太さ*/
}

.widget_categories > ul > li > a:first-child{ 
	border-top: none; 
}

.widget_categories > ul > li > a:last-child{ 
	border-bottom: none; 
}

/*子カテゴリー*/
.widget_categories ul li a{
	line-height: 1.5; /*行間を狭くする*/
	border-bottom: 1px dashed #CCCCCC; /*下線の種類*/
	font-size: 16px;
}
.widget_categories ul li ul li a::before{ /*子カテゴリーのアイコン*/
	font-family: "Font Awesome 5 Free"; /*バージョン指定*/
	content: "\f105"; /*FontAwesomeのユニコード*/
	color: #abb3bb; /*色*/
	padding-right: 10px; /*右側空間*/
	font-weight: 900; /*太さ*/
}

.widget_categories ul li a .post-count {
	display: inline-block;
	float: none;
	vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 12px;
    background-color: #e7e7e7;
}

.comment-form-email, .comment-form-url, .comment-notes, .comment-form-cookies-consent {
  display: none;
}

.comment-respond > .comment-form {
	padding: 20px 20px 0;
    background-color: #EAEEEF;
    border-radius: 6px;
}

.comment-form-comment {
	margin-top: 10px;
}

.comment-form-comment textarea {
	border: none;
}

.form-submit {
	padding-bottom: 10px;
}

.form-submit .submit {
	padding: 0.8em;
    margin: 1em auto 1em;
    background-color: #3D4246;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 60%;
    display: block;
}

.commets-list .avatar {
    float: left;
    margin: 6px 17px 6px 0;
    border-radius: 24px;
}

.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: "Font Awesome 5 Brands";
    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-radius: 10px;
    margin: 2em 0 1em;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8% 0;
    border: 2px solid #eaedf2;
}
#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;
}
#main .author-thumb {
    float: left;
    margin: 0;
    padding-top: 70px;
    width: 200px;
    text-align: center;
}
#main .author-thumb img {
    border: solid 2px #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: 15px;
}
@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-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;
}
}

a.follow-button.feedly-button.feedly-follow-button-sq{
	display:none;
}

a.follow-button.rss-button.rss-follow-button-sq{
	display:none;
}

.comment-reply-link {
    font-size: 14px;
    display: inline;
    padding: 5px 15px;
    border-radius: 20px;
    border: none;
    background-color: #3D4246;
    color: #fff;
    font-weight: bold;
}

.navi-footer-in a:hover {
  background-color: #6d767c; 
}

.navi-footer {
	margin-bottom: 24px;
}

.grecaptcha-badge {
	visibility: hidden;
}



/************************************
**モバイルスライドインメニュー
************************************/
span.fas.fa-times::before{
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	color: #3D4246;/*矢印色変更はこちら*/
}
ul.menu-drawer:after {
	background: white;
}
.menu-drawer li {
	padding:0;
}
.menu-drawer li{
	font-weight: bold;
}
.menu-drawer a {
	font-size: 1em;
	padding: 5px 20px;
	background-color: #ffffff;
	color: #3D4246;
	border-radius: 4px;
	margin: 0.5em 0;
}
.menu-drawer a:hover{
	background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
	padding:0;
}
.menu-drawer .sub-menu li{
	font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
	font-family: "Font Awesome 5 Free";
	content : "\f105";
	color:#7b7b7b;
	margin:0 .5em 0 .5em;
}
.menu-content {
	background: #eaeeef;
}

.go-to-top {
  right: 20px; /*右から20px*/
  bottom: 55px; /*下から55px*/
}

.go-to-top-button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 26px; 
  opacity:0.9; /*透明度*/
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2); /*影*/
}


/************************************
**モバイルスライドインメニュー
************************************/
span.fas.fa-times::before{
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	color: #3D4246;/*矢印色変更はこちら*/
}
ul.menu-drawer:after {
	background: white;
}
.menu-drawer li {
	padding:0;
}
.menu-drawer li{
	font-weight: bold;
}
.menu-drawer a {
	font-size: 1em;
	padding: 5px 20px;
	background-color: #ffffff;
	color: #3D4246;
	border-radius: 4px;
	margin: 0.5em 0;
}
.menu-drawer a:hover{
	background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
	padding:0;
}
.menu-drawer .sub-menu li{
	font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
	font-family: "Font Awesome 5 Free";
	content : "\f105";
	color:#7b7b7b;
	margin:0 .5em 0 .5em;
}
.menu-content {
	background: #eaeeef;
}

.go-to-top {
  right: 20px; /*右から20px*/
  bottom: 55px; /*下から55px*/
}

.go-to-top-button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 26px; 
  opacity:0.9; /*透明度*/
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2); /*影*/
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	img.site-logo-image{
		visibility: hidden;
	}
	.header {
		height: 0;
	}
}

/*1023px以下でモバイル用のロゴ表示*/
@media screen and (max-width: 1023px){
	.logo-menu-button.menu-button{
		background-image: url();
		background-size: auto 30px;
		background-position: center;
		background-repeat: no-repeat;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
 	.popular-entry-cards.large-thumb-on a {
		width: 50%;
	}
	
	.blogcard-snippet {
		padding: .6em .2em;
	}
	
	.navi-footer {
		display: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  .popular-entry-cards.large-thumb-on a {
	width: 100%;
	}
}
