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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.main {
    width: 860px;
    padding: 0;
}
.wp-image-76 {
		display:none !important;
	}
.entry-content {
    margin-top: -2em;
}
.header-container.fixed-header {
    z-index: 3;
    height: 67px;
	background-color: #b7b7b769 !important;
}
.navi-in > ul {
    max-width: 450px;
    background-color: #f1efef59;
    border-radius: 44px;
    margin-top: 5px;
    margin-left: 10%;
}
.navi-in > ul li {
    width: 140px;
    height: 40px;
}
 .navi-in a:hover {
    opacity: .8;
    text-decoration: underline;
}
.header-container {
    z-index: 3;
    height: 67px;
}
#header-container {
	background-color: #b7b7b700;
}
#footer {
    background-color: #ffffff73;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.wp-image-17 {
		display:none !important;
	}
	.wp-image-76 {
		display:block !important;
	}
	.mobile-menu-buttons .menu-icon {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 32px;
    height: 38px;
}
	.header-container {
    height: 0px;
		margin-top:-11px;
}
	.mobile-menu-buttons {
    min-height: 60px;
}
	.mobile-menu-buttons .menu-button > a {
    margin-left: -60px;
}
	main.main, div.sidebar {
        padding: 10px 0px;
	}
	.pc-view {
    display: none;
  }
	h3{
    text-align: left !important;
}
	.fz-28px {
    font-size: 116%;
}
}

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