@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

#navi-menu-content {
	-ms-overflow-style: none;
	scrollbar-width: none;
	background-color: #1f4790;
	color: #fff;
}

#navi-menu-content::-webkit-scrollbar {
	display: none;
}

.menu-close-button {
	margin-top: 3px;
	margin-left: 27px;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
}

.menu-drawer li {
	text-align:center;
	color: #fff;
}

.menu-drawer a {
	padding: 8px 6px;
	color: #fff;
	font-size: 1.4em;
}

.menu-drawer {
	text-align: center;
	
}

ul.menu-drawer::after {
	content: url(../images/header_tel.png);
	width: auto;
	height: 80px;
	margin-top: 24px;
	display:inline-block;
	text-align: center;
}

.fa-times {
	height: 50px;
}

.fa-times::after {
	content:'とじる';
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	top: 32px;
	left: 20px;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
