@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.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

.logo-header {text-align: left;}

.tagline {
	text-align: left;
	margin-top: 0;
}

.header-in {
	background: #fff url("https://www.hibikist.co.jp/general/blog/wp-content/uploads/2020/07/blog_header_bk.png") no-repeat;
	background-position: right 50px bottom 10px;
}

.hp_link {
	margin-bottom: 50px;
	text-align: center;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
	.header-in {background-image: none;}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.header-in {background-image: none;}
}
