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

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

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 781px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
.appeal {
    background-position: center center;
	height:30vh;
	 background-size: cover;
}
.search-menu-button{
	visibility:hidden
}

.article h1 {
font-weight: normal;
}
/*782px以上*/
@media screen and (min-width: 782px){
.article h1 {
font-size: 30px;
}
}

.navi-in a {
font-size: 12px;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 40px;
	padding:0 30px;
}

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

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

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