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

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

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

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

.header-in {
	background: #fff url("https://www.c-sakae.jp/blog/wp-content/uploads/2021/06/wp_bk.jpg") no-repeat;
	background-position: right 0 bottom 0;
}

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

.logo-image {padding: 10px 0 0 0;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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;}
}
