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

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

h1.entry-title{
 display:none;
}

.entry-meta .entry-date.published {
    display: none;
}

.entry-meta .entry-date {
    display: none;
}
.entry-meta {
    display: none;
}



/************************
* グローバルナビ
/************************/
.header-container .navi {
background: #fff;
}
#navi .navi-in a {
color: #000;
}
#navi .navi-in>.menu-header .sub-menu {
background:#ccc;
}
#navi .navi-in>.menu-header .sub-menu {
background:#ccc;
}
#navi .navi-in a:hover {
background-color: #000929;
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
box-shadow: 0 2px 1px #ffffff;
	color: #fff;
}
.menu-header .current-menu-item,
.menu-header .current-post-item,
.menu-header .current-menu-ancestor,
.menu-header .current-post-ancestor {
border-bottom: 3px solid #ccc;
background: #ccc;
			color: #fff;
}
.menu-header .menu-item:hover {
border-bottom: 3px solid #ccc;
background: #ccc;
	color:#fff;
}

h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

h2::before,
h2::after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #000;
}

h2::before {
	margin-right: 20px;
}
h2::after {
	margin-left: 20px;
}



h3 {
  border-bottom: solid 3px #000;
  position: relative;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ccc;
  bottom: -3px;
  width: 20%;
}



.footer_fixed{
	position:fixed;
	display:flex;
	width:100%;
	bottom:0;
	left:0;
	z-index:999;
}
.footer_fixed a{
	color: #fff;
	text-decoration: none;
}
.footer_tel{
	width:50%;
	background:#000929;
	text-align:center;
	padding:10px 0;
}
.footer_line{
	width:25%;
	background:#0d400d;
	text-align:center;
	padding:10px 0;
}
.footer_contact{
	width:25%;
	background:#b04e08;
	text-align:center;
	padding:10px 0;
}

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

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

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