@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 (max-width: 1023px){
  /*必要ならばここにコードを書く*/
		img.site-logo-image{
		visibility: hidden;
	}
	.logo-menu-button.menu-button{
		background-image: url(http://tsuruhashi.info/wp-content/uploads/2023/11/logomb2.png);
		background-size: auto 30px;
		background-position: center;
		background-repeat: no-repeat;
}
	
}

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

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


.cat-child li{
  position:         relative;
  display:          inline;
  list-style:        square-button;
  border-style:		solid;
  border-radius:	1rem;
  /*font-size:        1.5rem;
  font-weight:     bold;*/
  padding:			  0.3rem;
}

.cat-child li a {
  text-decoration: none;
}

.cat-child li a:hover {
  text-decoration: underline;
}

.grecaptcha-badge { visibility: hidden; }