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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.header-in {
  position: relative;
}

.header-in .search-box {
  position: absolute;
  top: 65%;
  right: 16px;
  margin: 0;
  width: 50%;
  transform: translateY(-50%);
}

.header-in .gcse-search {
  padding: 8px 14px 8px 40px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #f39800;
  border-radius: 16px 16px 16px 16px / 50% 50% 50% 50%;
}

.header-in .search-submit {
  left: 3px;
  right: auto;
  color: #378cb0;
}

/* サイドバーのフォント縮小 */
.sidebar {
font-size: 1.0em;
}
#sidebar .widget-sidebar-title {
  font-size: 0.95em;
  text-align: center;
}
#sidebar .entry-title, .archive-title {
  font-size: 0.85em;
}

/* metaslider 見出し*/
#metaslider-id-1395 {
	margin: -1.8em auto 0 !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .header-in .search-box {
    display: none;
  }
	
  /* サイドバーのフォント縮小 */
  .sidebar {
    font-size: 0.9em;
  }
}

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

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