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

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

/*アルファーム用カスタムスタイル*/
/*幅を画面いっぱいに広げる*/
.widthMax {
	margin: 0 calc(50% - 50vw);
}
.wrap {
	width: 100%;
	margin: 0;
}
/*ヘッダースタイル*/
.header-container-in.hlt-top-menu .site-name-text-link {
	display: flex;
    align-items: center;
}
li#menu-item-89 {
	background-color: #87c696;
}
li#menu-item-89 a {
	color:#FFFFFF !important;
}
li#menu-item-94 {
	background-color: #009E29;
}
li#menu-item-94 a {
	color:#FFFFFF !important;
}
/*メインスタイル*/
.content {
    margin-top: 0px;
}
.entry-content {
    margin-top: 0px;
    margin-bottom: 0px;
}
.main {
	padding: 0px 0px;
	border: none;
	background-color: transparent;
}
.entry-title {
	display: none;
}
.content-bottom, #custom_html-4 {
	margin: 0;
}
/*フッタースタイル*/
.footer {
    margin-top: 0px;
}
.footer-center {
	display: none;
}
.footer-left {
	width: 60%;
	padding: 100px 50px 0;
}
.footer-right {
	width: 40%;
	padding: 100px 0 0 0;
}
/*投稿スタイル*/
.date-tags {
	margin-bottom: 0
}
.entry-content>* {
	margin-bottom: 0
}
.body .article {
	margin-bottom: 0
}
/*投稿ページ送り*/
.pager-post-navi {
	margin: 0px 0px !important;
	padding-top: 50PX;
	display: flex;
	background-color: #FFFFFF;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	main.main, div.sidebar {
		padding: unset;
    }
	table td {
		font-size: unset;
	}
	.foot_logo_img_m {
		margin: 30px 0 15px 0;
	}
	table th, table td {
        font-size: 13px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.header-container-in.hlt-top-menu .logo-header img {
		width: 60%;
	}
	.logo {
		text-align: unset;
	}
	.foot_logo_img_m {
		width: 60%;
	}
}