@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-in .logo {
  text-align: left;
	padding:10;
}

.header-in {
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	height:50px;
}

/*ボディー上下余白なし*/
.entry-content > main {
  margin-top: 0;
  margin-bottom: 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	font: 12px;
.tagline {
    text-align: right;
    font-size: 14px;
    margin: 0.6em 1em;
    color: #5da0e7;
    height: 50px;
}

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	font: 10px;
	.header-container-in.hlt-top-menu .tagline {
  display: none;
}
}

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

}
