@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;
}
.cat-label {
	border: none;
}
/* fv */
.header-in {
	justify-content: end;
}
.logo-text {
	padding-bottom: 10px;
}
.site-name-text {
	font-family: "Lora", serif;
	font-weight: 400;
	font-size: 60px;
	letter-spacing: 0.05em;
}
.tagline {
	margin: 0;
	font-size: 16px;
}
/* ヘッダーメニュー */
.item-label {
	font-family: "Lora", serif;
	letter-spacing: 0.05em;
}
.header-container-in.hlt-top-menu .site-name-text {
	display: none;
}
/* 固定ページ */
.wrap:has(.page) {
	max-width: 1060px;
	width: 100%;
}
.page .post-date,
.page .post-update{
	display: none;
}
.page .new-entry-card-link .post-date {
	display: block;
}
.article .page_ttl {
	background-color: transparent;
    color: #291b08;
    border-bottom: 1px solid #291b08;
    padding-left: 0;
    border-radius: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.article .page_ttl > span {
	display: flex;
}
.article .page_ttl__en {
	font-family: "Lora", serif;
    font-weight: 500;
    font-size: 30px;
	letter-spacing: 0.05em;
}
.article .page_ttl__jp {
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.article .page_ttl__jp::before,
.article .page_ttl__jp::after {
	content: "";
	background-color: #291b08;
	width: 10px;
	height: 1px;
	display: inline-block;
}
.article .page_ttl__jp::before {
	margin-right: 10px;
}
.article .page_ttl__jp::after {
	margin-left: 10px;
}
.new-entry-cards {
	display: flex;
	gap: 5%;
	flex-wrap: wrap;
}
.widget-entry-cards .a-wrap {
	padding: 0;
	margin: 0;
}
.widget-entry-cards.card-large-image .a-wrap {
	max-width: 30%;
}
.wp-block-buttons .wp-block-button__link {
	background-color: #fff;
    color: #8b0000;
    border-radius: 50px;
    padding: 10px 50px;
    border: 1px solid #8b0000;
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
	transition: 0.5s;
	letter-spacing: 0.05em;
}
.wp-block-buttons .wp-block-button__link:hover {
	background-color: #8b0000;
    color: #fff;
	transition: 0.5s;
}
/* 固定ページ > topページ */
.content:has(.post-1131) {
	margin-top: 0;
}
.post-1131 .entry-title {
	display: none;
}
.entry-content p.lead {
	margin-bottom: 70px;
}
.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 #291b08;
	top: -20px;
}
.lead::after {
	border-bottom: 2px dotted #291b08;
	bottom: -20px;
}
.new-entry-card-thumb {
  position: relative;
}
.new-entry-card-thumb .cat-label {
    position: absolute;
    top: inherit;
    bottom: -28px;
	letter-spacing: 0.1em;
    color: #8b0000;
    background-color: #f7f4f0;
    border: 0.5px solid #8b0000;
	font-size: 12px;
}
.widget-entry-cards.card-large-image .card-content {
	padding: 0 0 13px;	
}
.new-entry-card-content {
	display: flex;
	flex-direction: column;
	border-bottom: 0.5px solid #291b08;
}
.new-entry-card-title {
	border-top: 0.5px solid #291b08;
	padding-top: 10px;
	margin-top: 8px;
	letter-spacing: 0.05em;
}
.new-entry-card-snippet {
	letter-spacing: 0.05em;
}
.new-entry-card-meta {
	order: -1;
	margin-left: auto;
    display: flex;
    gap: 12px;
}
/* フッター */
.footer-bottom-logo img {
	width: 150px;
	height: auto;
}
.a-wrap:hover{
    opacity: 0.7;
	background-color: transparent;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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;
	}
}