/*
Theme Name:   cocoonchild2022
Description:  Write here a brief description about your child-theme
Author:       kawaosa
Author URL:   Write here the author's blog or website url
Template:     cocoon-master
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  cocoonchild2022
*/

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

	/* インナーを囲む */
	.wrap {
		width: auto;
	}

	/*必要ならばここにコードを書く*/
}

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

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