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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*mobile スライドインナビメニュー*/
div.navi-menu-content {
    background: rgba(0, 0, 0, 0.8);/* 背景色：黒*/  
}
.menu-drawer a:hover {
    background-color: transparent;/*背景透明 */
    color: #808000; /* 文字色:オリーブ→ここを変更 */
}
.navi-menu-content ul li {
	line-height: 2em;
	font-size: 120%;
}
.navi-menu-content ul li a{
  border-bottom: 1px dashed #fff; /* 下線の種類:白 */
  color: #fff;　/* 文字色:白 */
}
/*モバイルヘッダーメニューの配色設定*/
.mobile-menu-buttons {
background: #005488;
color: white;
}

.mobile-menu-buttons .menu-button > a {
color: white;
}
/*見出し*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 1em;
}
/*what'snew*/
div.whatsnew {
	margin-bottom: 2.5em !important;
}
/*キャッチフレーズ*/
.tagline {
	font-size: 18px;
}
/*ページタイトル*/
.entry-title{
	text-align: center;
	color: #364e96;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #364e96;/*上線*/
	border-bottom: solid 3px #364e96;/*下線*/
}
/*---------------------------------
複数の固定ページの日付を非表示にする
--------------------------------*/
.post-91 .date-tags,
.post-41 .date-tags,
.post-38 .date-tags {
  display: none;
}
/*フッター*/
#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: 6em;
	text-indent: 1em;
}
@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
	#footer .footer-left,#footer .footer-right{
		width: 100%;
	}
}
/*トップページの設定*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}
/*お問い合わせページ*/
.must {
	padding: 5px;
	font-size: 70%;
	background-color: red;
	color: #FFF;
	border-radius: 5px;
}
.nini {
	padding: 5px;
	font-size: 70%;
	background-color: blue;
	color: #FFF;
	border-radius: 5px;
}
#formbtn {
	display: block;
	padding:1em 0 !important;
	width:100%;
	background:#005488 !important;
	color:#fff;
	font-size:18px;
	font-weight:bold;	 
	border-radius:2px !important;
	border: none !important;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
	background:#0086AD;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/*お問い合わせページ*/
	.ftable th, .ftable td {
		display: block;
	}
	/*モバイル用ロゴ表示*/
	img.site-logo-image{
		visibility: hidden;
	}
	.logo-menu-button.menu-button{
		background-image: url(https://nishikoyama-kanpo.com/wp/wp-content/uploads/2021/05/LOGO.png);
		background-size: auto 45px;
		background-position: center;
		background-repeat: no-repeat;
	}
}

