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

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

.sns-button{
	width: 45px!important;
    border-radius: 23px!important;
}
.button-caption{
	display: none!important;
}

.site-name-text {
    color: #F28379;
}

body{
	background: white;
}

.article h2, .comment-title{
	color: #F28379;
    background: white;
    padding-left: 0;
	margin-bottom: 10px;
}

.article h3, .comment-reply-title{
    border-left: 4px solid #F28379;
	border-top:0; 
	border-bottom:0;
	border-right:0; 
	margin: 30px 0 20px 0;
    padding: 10px 20px;
    font-size: 20px;
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.store_info dt {
    background: #A68F86;
    color: white;
    padding: 2px 10px;
}
.store_info dd {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.comment-body {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
}

.comment-content{
	border-top: 1px dotted #ccc;
    margin-top: 15px;
    padding-top: 10px;
}

.recent-comment-content{
	margin-top: 10px;
}

.recent-comment-link{
	margin-top: 10px;
}
 .avatar {
    float: right;
    border-radius: 28px;
}
.sns-buttons a {
    background-color: #F28379;
}

.widget-sidebar-title{
	background: white!important;
    color: #F28379;
    text-align: center;
    border-bottom: 2px solid #F28379;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
#header .site-name-text {
        font-size: 22px;
}
	
.article h3 ,.comment-reply-title{
    border-left: 4px solid #F28379;
	border-top:0; 
	border-bottom:0;
	border-right:0; 
	margin: 30px 0 20px 0;
    padding: 8px 18px;
    font-size: 18px;
}
	
}
