@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-container {
	padding: 20px 0 20px 20px;
}

.header-container-in.hlt-top-menu {
width:unset;	
max-width:1280px;
}

.site-name-text-link {
	padding:unset!important;
}

.mobile-header-menu-buttons {
	padding: 10px 0 10px 20px;
}

.mobile-menu-buttons .menu-button{
justify-content: space-between;
}

.navi .item-label {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight:bold;
}

.navi-in a {
	font-size:18px;
}


/************************************
** フロントページ
************************************/
.front-top-page .sidebar {
	display:none!important;
}

.front-top-page .main {
	width:100%;	
	margin:unset;
}

.front-top-page .content {
	margin-top:unset;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
			#header-container {
	    display:none;
}
	
	.search-menu-button.menu-button {
		display:none;
	}
	
	.mobile-header-menu-buttons {
		flex-direction:row-reverse;
	}
	
	.menu-content .menu-drawer {
			font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	        font-weight:bold;
	}
	
	.menu-drawer li {
    border-bottom: 1px solid;
	}
}
}

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

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