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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*ナビメニュー*/
#navi .navi-in > .menu-header .item-label{
	font-size: 18px;
}
/*フッター*/
#footer .footer-left,#footer .footer-right{
	width: 49%;
}
#footer .footer-center{
	width: 0%;
}
#footer .footerbox dd {
	padding-left: 5em;
}
#footer .footerbox dt {
	font-weight: bold;
	float: left;
	width: 5em;
}
/*main H1*/
#main h1{ /*見出し初期化*/
  padding: 0;
  margin: 0;
  font-size: medium;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: normal;
  position:relative;
}
#main h1{ /*見出し１（タイトル）カスタマイズ*/
  /*background: #ffddee; 背景カラー*/
  background: green; /*背景カラー*/
  color: #bcf497;
  font-size: 22px; /*フォントサイズ*/
  letter-spacing: 1px; /*文字間隔*/
  margin: -8px -8px 20px -8px;
  padding: 9px 10px 9px 10px;
  /*border-left: 10px solid #fe619a; 左ラインの太さとカラー*/
  line-height: 35px; /*高さ*/
  border-radius: 3px; /*角丸コーナー*/
}
/*トップページ設定*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}
/*固定ページ*/
.post-595 .date-tags,
.post-652 .date-tags,
.post-639 .date-tags{
  display: none;
}
.shopinfo th{
	width: 8em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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