@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 .navi{
  height: 100px;
position:relative;
}

.navi-in > ul {
  bottom: 0;
  position: absolute;
  right: 0;
}


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

/*834px以下*/
@media screen and (max-width: 834px){
.header,
.header-container{
height:auto;
padding:0 !important;
z-index:1;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
#header-container .navi {
    height: 0px !important;
}
	.card-title {
    margin-bottom: -0.5rem;
    margin-top: 1rem;
}
	}
}
