@charset "UTF-8";

/*!
Theme Name: Cocoon Cloverlabo
Description: Cocoon専用の子テーマ(クローバーラボ作成)
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.theme-switch select{
	width:200px;
}




a{text-decoration: none;}

.logo-text {
    padding: 0;
}

#header-in{
	height:100px;
}


.navi-in > ul li{
	width:165px;
}

.content{
	margin-top:1em;
}

.fa.fa-angle-down{
background:rgba(255,255,255,0.5);
	padding:3px,0px;
}
.top-has-sub.has-sub.has-icon {
    top: 20px;
}

.entry-card-info > *{
	font-size: 1em;
    color: rgba(var(--accent-color));
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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