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

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

/**
* モバイルメニューボタン
*/

.mobile-menu-buttons, .mobile-menu-buttons .home-menu-button>a, .mobile-menu-buttons .top-menu-button>a, .mobile-menu-buttons .menu-button>a {
  color: #a08010;
}

.mobile-menu-buttons {
  box-shadow: 0 0 1px rgba(34, 34, 34, 0.3);
  font-size: 28px;
  padding-left: 8px;
  padding-right: 8px;
}

.mobile-menu-buttons .menu-caption {
  display: none;
}

.mobile-menu-buttons .menu-button {
  width: auto;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
}

.mobile-menu-buttons .logo-menu-button {
  height: 44px;
}

.logo-menu-button img {
  margin-left: 8px;
}


.search-menu-button #search-menu-close {
  background: none;
}

.search-menu-content {
  top: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.search-menu-content .search-box {
  margin: 0;
}



.mobile-menu-buttons .fa-line:before {
  font-family: "icomoon";
  position: relative;
  top: 6px;
  color: white;
  content: "\e915";
}

.mobile-menu-buttons .fa-line {
  position: relative;
  top: -8px;
  left: -0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #06c755;
}

.mobile-menu-buttons .fa-heart:before {
  position: relative;
  top: 8px;
  font-size: 80%;
  color: #ea3f60;
}

.mobile-menu-buttons .fa-heart {
  position: relative;
  top: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #ea3f60;
}

#menu-item-11410 {
  right: 0px;
  margin-left: auto;
}

.mobile-menu-buttons .share-menu-icon {
  position: relative;
  top: -2px;
  left: -0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #f2f2f2;
  opacity: 0;
}

.mobile-menu-buttons .share-menu-icon {
  color: gray;
  opacity: 0;
}

.mobile-menu-buttons .share-menu-content {
  position: relative;
  top: -42px;
  left: -0px;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  width: 40px;
  height: 40px;
}

.mobile-menu-buttons #share-menu-input:checked~#share-menu-close {
  display: none;
}

.share-menu-content .sns-share-buttons a {
  width: 100%;
  margin: 0;
}

.share-menu-content .sns-buttons a {
  height: 40px;
}

.share-menu-content .facebook-button, .share-menu-content .pocket-button, .share-menu-content .hatebu-button, .share-menu-content .line-button, .share-menu-content .copy-button, .share-menu-content .comment-button, .share-menu-content .pinterest-button, .share-menu-content .linkedin-button {
  display: none;
}

.mobile-footer-menu-buttons {
  box-shadow: none;
  background: none;
  height: 88px;
}


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

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

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