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

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



/* SNSボタン開始 */
#main .button-caption {
  display: none;
}
#main .sns-share a {
  width: 2.5em;
  margin-left: 0.2em;
}
.sns-share-buttons {
  justify-content: center;
}
#main .social-icon {
  font-size: 25px;
}
/* SNSボタン終了 */

/* ヘッダーメニューロゴ サイズ変更*/
.header-logo .logo-image {
	max-width: 100px;
}
.header-logo img {
	height: auto;
}

/*アピールエリアボタン非表示*/
.appeal-content {
	display: none;
}

#appeal {
  min-height:300px; /* 最低の高さを300pxに指定 */
}

@media screen and (max-width: 768px) {
	.single #header-container,
	.single #notice-area {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.page #header-container,
	.page #notice-area {
		display: none;
	}
}

/*ナビロゴ 調整*/
div.header-container-in.hlt-top-menu .logo-header img {
height: auto;
max-height: none;
width: 180px;
}
/*ナビロゴ 調整ここまで*/

table.box-wh {
	border:1px solid #fff !important;
}

.table td {
       background: #fff;
}

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

}

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

}

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