@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-text {
	padding: 20px 0;
}

.site-name-text-link {
	display: inline-block;
}

.site-logo-wrap {
	display: flex;
	align-items: center;
}

.site-logo {
	margin-right: 10px;
}

.site-logo-img {
	width: 84px;
	height: auto;
}

.site-name-text {
	text-align: left;
	line-height: 1.1;
	font-size: 24px;
}

.site-name-head {
	font-size: 2em;
	font-weight: bold;
	color: #3bc7a0;
}

.site-name-subText {
	font-size: 16px;
}

.site-disclosure {
	font-size: 10px;
	text-align: center;
	background-color: #3bc7a0;
	color: #ffffff;
	padding: 1px 0;
}

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

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

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