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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.body {
	font-family: "Zen Old Mincho", serif;
  	font-weight: 400;
}
.main,
.sidebar {
	background-color: transparent;
}
/* fv */
.header-in {
	justify-content: end;
}
.logo-text {
	padding-bottom: 10px;
}
.site-name-text {
	font-family: "Lora", serif;
	font-weight: 400;
	font-size: 60px;
}
.tagline {
	margin: 0;
	font-size: 16px;
}
/* ヘッダーメニュー */
.item-label {
	font-family: "Lora", serif;
}
.header-container-in.hlt-top-menu .site-name-text {
	display: none;
}
/* 固定ページ */
.page .post-date {
	display: none;
}
/* 固定ページ > topページ */
.content:has(.post-1131) {
	margin-top: 0;
}
.post-1131 .entry-title {
	display: none;
}
.lead {
	text-align: center;
	font-size: 14px;
	position: relative;
}
.lead::before,
.lead::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
}
.lead::before {
	border-top: 2px dotted #333333;
	top: -20px;
}
.lead::after {
	border-bottom: 2px dotted #333333;
	bottom: -20px;
}
/* フッター */
.footer-bottom-logo img {
	width: 150px;
	height: auto;
}

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

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

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