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

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

body{
	letter-spacing: .1em;
}
.logo-menu-button img {
    width: 155px;
}
li.search-menu-button.menu-button{
	display: none;
}
.mobile-menu-buttons .menu-button{
	justify-content: space-between;
	width: auto;
}
.mobile-menu-buttons .menu-caption{
	display: none;
}
.mobile-header-menu-buttons {
    padding: 0 16px;
	background: #f7f3f0;
}
nav, .copyright {
    font-family: "Noto Sans JP", sans-serif;
}
.menu-content{
	background: #f7f3f0;
	font-family: "Noto Sans JP", sans-serif;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "×";
    font-size: 1.2em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.mobile-header-menu-buttons{
		flex-direction: row-reverse;
		box-shadow: none;
	}
}

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

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