/*
Theme Name: Cocoon Child
Template: cocoon-master
*/
@charset "UTF-8";
/* 子テーマ用のスタイルを書く */


.custom-logo-wrapper {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.custom-logo-wrapper img {
  width: 150px;
  height: auto;
}

/* 項目の名前を消す */
.page .entry-title {
  display: none;
}

/* モバイルメニュー背景色とボタン色の変更 */
.slicknav_menu {
  background: #018D00 !important;  /* ← 好きな色に変更 */
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.slicknav_btn {
  background-color: #018D00 !important;
}
