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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.speech-icon-image {
    transform: scale(0.8);
    transform-origin: center center;
}
#main .search-box.input-box {
  display: none;
}
/* PC用：ヘッダー内にグローバルメニューを配置 */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1600px以上*/
@media screen and (min-width: 1600px) {
	#header-container {
		position: relative;
	}
  #navi {
	  position: absolute;
	  top: 70%;
	  right: 30%;
	  z-index: 10;
	  display: block;
	  }
	#navi li a {
		font-size: 20px;
	}
}

/*1599px以下*/
@media screen and (max-width: 1599px) and (min-width: 1336px) {
	#header-container {
	  position: relative;
	}
  #navi {
	  position: absolute;
	  top: 65%;
	  right: 20%;
	  z-index: 10;
	  display: block;
	  }
	  #navi ul li {
		  width: 176px !important;
	  }
	  #navi ul.sub-menu {
		  width: 176px !important;
	  }
}

/*1024px*/
@media screen and (max-width: 1335px) and (min-width: 1024px) {
	#header-container {
	  position: relative;
	}
  #navi {
	  position: absolute;
	  top: 113px;
	  left: 60px;
	  z-index: 10;
	  display: block;
	  }
	  #navi ul li {
		  width: 150px !important;
	  }
	  #navi ul.sub-menu {
		  width: 150px !important;
	  }
}

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

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