@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){
  /*必要ならばここにコードを書く*/
}

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

.button{
　position: fixed;
　top: 10px;
　right: 10px;
　height: 34px;
　width: 44px;
　display: block;
　box-sizing: border-box;
　background-color: #60371B;
　border: none;
　padding: 6px 10px;
}
.button　div {
　position: absolute;
　left: 10px;
　height: 2px;
　width: 24px;
　background-color: #fff;
　border-radius: 1px;
　display: inline-block;
　box-sizing: border-box;
}
.button　div:nth-of-type(1) {
　top: 6px;
}
.button　div:nth-of-type(2) {
　top: 16px;
}
.button　div:nth-of-type(3) {
　bottom: 6px;
}