@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){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.notice-area{
		font-size:16px!important;
	}
	.header-container-in.hlt-top-menu .logo-header{
		padding:10px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.navi-entry-cards.large-thumb a {
width: 100%!important;
}
	.metaslider .caption-wrap{
		top:7vw!important;
		height:70%!important;
	}
	.metaslider .caption p{
		font-size:20px!important;
	}
	.wp-block-media-text .wp-block-media-text__content{
		padding:20px 0!important;
	}
	.breadcrumb{
		display:none;
	}
	.article h2{
		margin-top:0.4em!important;
	}
}
