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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.grecaptcha-badge {
	display: none;
}

.ad-date-block {
	display: flex;	
	margin-top: -20px;
}
.ad-date-block > .ad-tag-area {
	margin-top: 4px;
	margin-bottom: 4px;
}
.ad-date-block > .date-area {
	margin-left: auto;
	margin-right: 0;
}
.ad-date-block .tag-desc {
	font-size: 14px;
}
.ad-date-block .post-date {
	margin-right: 0;
}
.ad-date-block .tag-link:hover {
	background-color: inherit;
}

.header, .cat-label, .mobile-menu-buttons, .mobile-menu-buttons .menu-button > a, .navi-menu-content, .navi-menu-content a, .go-to-top-button, #submit {
	background-color: #0C7D7A;
}

.article h2 {
	border-left: none;
}

.tagline {
	display: none;
}

.rakuten-credit {
 line-height: 18px;
}

.rakuten-credit a {
	font-size: 12px;
	color: #444;
	text-decoration: none;
}


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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.ad-date-block {
	    display: block;	
	    margin-top: -10px;
    }
	.ad-date-block > .date-area {
		text-align: right;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.entry-title {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1024px){
	#header-container {
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	}
	#header-container-in {
		width: 1256px;
		max-width: 100%;
		height: 64px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#header {
		width: 264px;
	}
	#header #header-in {
		width: auto;
	}

	#header .logo-image {
		padding: 0;
	}
	#navi {
		box-shadow: none;
	}
	#navi #navi-in {
		width: auto;
	}
}
