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

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


.site-name-text {
display: none;
}

.site-name-text-link,.logo-header{
	padding:0;
}

.site-logo-image{
	width:100%;
}

.sidebar h2::before, .sidebar h3::before {
    position: absolute;
    content: "";
    top: -15px;
    right: 10px;
    height: 55px;
    width: 15px;
    border: 0px;
    border-radius: 12px;
    box-shadow: none;
    transform: rotate(10deg);
	z-index: 1;
}

.sidebar-scroll .textwidget p a {
	transition: all 0.2s ease-in-out;
}
.sidebar-scroll .textwidget p a {
	text-decoration:none; color:#333; display:block; padding:12px 8px; 
}
.sidebar-scroll .textwidget p a:hover {
	background-color:#EEE; 
}

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

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

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