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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/

@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
		.my-button-margin a{
 		padding-left:3em;
		padding-right:3em; 
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/	
	.my-herf-image img {
		height: auto;
		max-width: 50%;
		vertical-align: bottom;
	}
	
}

/*480px以下*/
@media screen and (max-width: 480px){
	.my1-witdh-align-full{
	margin:0 calc(50% - 50vw);
	}
	main.main, div.sidebar{
		padding: 4%;
	}
	.has-text-align-center{
		padding: 5%;
	}
	.my-innerContents{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.paddingcut{
		padding:0 !important;
		border-radius: 10px;
	}
	
	.wp-container-7{
		gap:0em !important;
	}
	.wp-container-3{
		gap:0em !important;
	}
	.my-button-margin{
		margin-bottom:1em !important;
		margin-top:1em ;
	}

	
	.article h2{
		margin-bottom:1em !important;
		margin-top:5em !important;
	}
	.article h3 span{ /*見出し３カスタマイズ*/
		font-size: 18px !important;
	}
	
	.my-herf-image img {
    height: auto;
    max-width: 50%;
    vertical-align: bottom;
	}
	
	.logo-menu-button {
		font-size:12px;
	}


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