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

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



a:hover {
 color: unset;
}

.a-wrap, .widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
color:#4f2a10;
}


div.whatsnew dd:hover, div.whatsnew a:hover, .a-wrap:hover, .widget_archive ul li a:hover, .menu-drawer a:hover, .widget_categories ul li a:hover, .widget_categories a:hover {
 color: #4f2a10;
text-decoration: underline;
background-color: #f5f5f5;
}




#navi .navi-in a:hover, #footer a:hover {
background-color: #4f2a10;
color: #FFF;
}


.mobile-menu-buttons .menu-button > a {
color: #4f2a10;
}

.header .site-name-text, #navi .navi-in a{
color: #4f2a10;
}

.article h2, .article h3, .article h4, .article h5, .article h6,  .sidebar h3, .copyright, .menu-drawer a, #footer, #footer a {
color: #4f2a10;
}


.go-to-top .go-to-top-button {
 border: 1px solid #fff;
}


.navi-menu-content {
left: auto;
right: 0;
transform: translateX(105%);
}

a img:hover {
opacity: 0.6 ;
background-color: #FFF;
}


span.site-name-text img {
max-width: 50%;
}


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

.mobile-menu-buttons .menu-button {
width: 50px;
}

.logo-menu-button {
min-width: 250px;
}

.mobile-header-menu-buttons {
  background-color: #98c837;
}
}

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

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




/*320px以下*/
@media screen and (max-width: 320px){
  /*必要ならばここにコードを書く*/
.mobile-menu-buttons .menu-button > a {
font-size: 16px;
}



}
