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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
@media screen and (min-width: 768px) {
.header-container{
    position: relative;  
    z-index: 10;         
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 	
}
.header-container-in{
	margin:0 !important;
	padding:13px !important;
	width:100% !important;
}
ul#menu-main_menu.menu-top.menu-header.menu-pc {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  margin-right: 50px; 	
  font-size:14px !important;
}
.site-logo-image{
	margin-left:24px;
}
}
