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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

  @media print{
	#content{
	width: 190mm;
	height: 277mm;
	padding: 10mm;
		
}
body #container .widget, body #container .header-container {
display: block !important;
}
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

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

/*768px以下*/
@media screen and (max-width: 768px){
.header{
height: 100px;
width:100%;
background-image: url(https://www.miyabi-kk.jp/wp/wp-content/uploads/2025/07/head-mb.png);
background-size: 100%;
background-position: center;
}
}