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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*kiso*/
:where(:root) {
  text-spacing-trim: trim-start;
  text-autospace: normal;
}
:where(pre) {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}
:where(time) {
  text-autospace: no-autospace;
}
:where(
    input:not([type="button"], [type="submit"], [type="reset"]),
    textarea,
    [contenteditable]
  ) {
  text-autospace: no-autospace;
}
:where(:root) {
  line-break: strict;
  overflow-wrap: anywhere;
}

/*common*/
body {
	font-family: "BIZ UDPGothic", sans-serif;
}
.logo-text {
	font-family: "WDXL Lubrifont JP N", sans-serif;
	font-size: 1.2rem;
}

.widget h2 {
	font-size: 16px;
}

.wp-block-search__button.wp-element-button {
	font-size: 14px;
	white-space: nowrap;
	width: auto;
}




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

/*834px以下*/
@media screen and (max-width: 834px){
  	/*必要ならばここにコードを書く*/
	#header .site-name-text {
		font-size: 28px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  	/*必要ならばここにコードを書く*/
	#header .site-name-text {
		font-size: 28px;
	}
	.copyright {
		margin-top: 1rem;
		font-size: 10px;
	}
}
