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

/* ==========================================================================
 * 基本設定
 * ========================================================================== */

/* 投稿日・更新日・著者情報を非表示 */
.date-tags,
.author-info,
.post-type-archive-live_schedule .post-date,
.post-type-archive-live_schedule .post-update,
.single-live_schedule .post-date,
.single-live_schedule .post-update {
	display: none !important;
}

/* 関連記事を非表示 */
.single-post .related-entry-heading,
.single-post .related-entries,
.single-live_schedule .related-entry-heading,
.single-live_schedule .related-entries {
	display: none !important;
}

/* リンクの共通ホバー */
a {
	transition: opacity 0.2s ease, color 0.2s ease;
}

a:hover {
	opacity: 0.6;
	cursor: pointer;
}


/* ==========================================================================
 * ヘッダー・ナビゲーション
 * ========================================================================== */

.header-in {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.navi-in a {
	padding-right: 12px !important;
	padding-left: 12px !important;
	font-family: "Impact", "Arial Black", "Yu Gothic", "YuGothic",
		"Hiragino Kaku Gothic ProN", sans-serif !important;
	font-size: 28px !important;
	letter-spacing: 0.02em !important;
	transition: color 0.3s ease;
}

.navi-in a:hover {
	color: #cc0000 !important;
}

.mobile-menu-buttons .menu-caption,
.menu-drawer a {
	font-family: "Impact", "Arial Black", "Yu Gothic", "YuGothic",
		"Hiragino Kaku Gothic ProN", sans-serif !important;
	font-size: 14px !important;
}


/* ==========================================================================
 * 見出し・タイトル
 * ========================================================================== */

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.page-title,
.entry-title,
.site-name,
.logo-header .site-name-text,
.entry-card-title,
.related-entry-card-title {
	font-family: "Impact", "Arial Black", "Yu Gothic", "YuGothic",
		"Hiragino Kaku Gothic ProN", sans-serif !important;
}

h2.mirror-h2 {
	position: relative !important;
	display: table !important;
	margin: 0 auto 1.5em !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #333 !important;
	font-size: 45px !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em !important;
	-webkit-box-reflect: below -12px
		linear-gradient(transparent 20%, rgba(255, 255, 255, 0.3) 100%) !important;
}

/* 一覧ページと固定ページの大見出し */
.archive-title,
.page .entry-title {
	position: relative !important;
	display: inline-block !important;
	margin-bottom: 40px;
	padding-bottom: 0 !important;
	color: #333 !important;
	font-family: "Impact", sans-serif !important;
	font-size: 50px !important;
	letter-spacing: 0.01em !important;
	text-transform: uppercase !important;
	-webkit-box-reflect: below -16px
		linear-gradient(transparent 30%, rgba(255, 255, 255, 0.4)) !important;
}

.archive-title span::before,
.archive-title i {
	display: none !important;
}

/* TOPページの固定ページタイトル */
.home .entry-title {
	display: none !important;
}

/* LIVE SCHEDULEとNEWSのカードタイトルは通常フォント */
.archive-live_schedule .entry-card-title,
.post-type-archive-live_schedule .entry-card-title,
.single-live_schedule .entry-title,
.live-date-prefix,
.live-title-text,
.single-news .entry-title,
.archive.post-type-archive-news .entry-title,
.news-date-prefix,
.news-title-text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Yu Gothic", "YuGothic",
		"Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* ==========================================================================
 * SNSアイコン
 * ========================================================================== */

.image-container,
.image-container p,
.image-container2,
.image-container2 p {
	display: flex !important;
	flex-flow: row nowrap !important;
	gap: 8px !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.image-container {
	width: 100% !important;
}

.image-container2 {
	width: 90% !important;
}

.image-container img,
.image-container p img,
.image-container2 img,
.image-container2 p img {
	flex: 1 !important;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
}


/* ==========================================================================
 * サムネイル画像
 * ========================================================================== */

/* LIVE SCHEDULE一覧の画像枠 */
.post-type-archive-live_schedule .entry-card-thumb {
	width: 320px !important;
	min-width: 320px !important;
	height: 220px !important;
	overflow: hidden !important;
	background: #fff !important;
}

/* 元画像を横幅いっぱいにし、上から切り取る */
.post-type-archive-live_schedule .entry-card-thumb img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: top center !important;
}

/* サイドバーの小さいサムネイル */
.widget-entry-cards .widget-entry-card-thumb img {
	width: 100% !important;
	height: 120px !important;
	object-fit: cover !important;
	object-position: top center !important;
}

/* ==========================================================================
 * TOPページ
 * ========================================================================== */

.home #main {
	float: none !important;
	width: 100% !important;
	margin: 0 auto !important;
	background: #fff;
}

.next-live-wrapper {
	text-align: center;
}

.next-live-image {
	display: block;
	margin-bottom: 18px;
}

.next-live-image img {
	display: block;
	width: 100%;
	height: auto;
}

.next-live-label {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
}

.live-schedule-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.live-schedule-list li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.live-schedule-list a {
	color: #333;
	text-decoration: none;
}

.live-empty-message {
	text-align: center;
}

.custom-padding {
	box-sizing: border-box;
	padding-left: 20px !important;
}


/* ==========================================================================
 * Contact Form 7
 * ========================================================================== */

.wpcf7-form input.wpcf7-submit {
	display: block !important;
	width: 35% !important;
	margin: 20px auto !important;
	padding: 15px 0 !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #333 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	transition: opacity 0.3s ease;
}

.wpcf7-form input.wpcf7-submit:hover {
	background: #333 !important;
	color: #fff !important;
	opacity: 0.8 !important;
	cursor: pointer;
}


/* ==========================================================================
 * LIVE SCHEDULE 詳細ページ
 * ========================================================================== */

.live-single-wrap {
	width: 100%;
}

.live-single-flyer {
	margin-bottom: 28px;
	text-align: center;
}

.live-single-flyer img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.live-event-title {
	margin: 0 0 30px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Yu Gothic", "YuGothic",
		"Hiragino Kaku Gothic ProN", sans-serif !important;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
}

.live-detail-table {
	width: 100%;
}

.live-detail-row {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	align-items: stretch;
	margin-bottom: 18px;
}

.live-detail-label {
	padding: 8px 20px 8px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.live-detail-value {
	min-height: 50px;
	padding: 8px 0 8px 28px;
	border-left: 4px solid #333;
	font-size: 18px;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.live-detail-line + .live-detail-line {
	margin-top: 2px;
}

.live-ticket-area {
	margin-top: 36px;
	text-align: center;
}

.live-ticket-button {
	display: inline-block;
	padding: 14px 36px;
	border-radius: 4px;
	background: #333;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.live-ticket-button:hover {
	color: #fff;
	opacity: 0.8;
}


/* ==========================================================================
 * NEWS
 * ========================================================================== */

.news-published-date {
	margin-top: 20px;
	color: #666;
	font-size: 0.9em;
	text-align: right;
}


/* ==========================================================================
 * レスポンシブ
 * ========================================================================== */

@media screen and (min-width: 1024px) {
	.home #main {
		padding: 20px 200px !important;
	}
}

@media screen and (max-width: 767px) {
	.navi-menu-buttons,
	.navi-menu-content {
		width: 100% !important;
		max-width: 100% !important;
	}

	.navi-menu-content a {
		display: block;
		padding: 15px 20px !important;
		font-size: 36px !important;
	}

	.wpcf7-form input.wpcf7-submit {
		width: 100% !important;
	}
}

@media screen and (max-width: 600px) {
	.header-in {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.archive-title,
	.page .entry-title {
		font-size: 40px !important;
	}

	.entry-card-wrap .entry-card-thumb img {
		height: 160px !important;
	}

	.live-event-title {
		margin-bottom: 24px;
		font-size: 22px;
	}

	.live-detail-row {
		grid-template-columns: 70px minmax(0, 1fr);
		margin-bottom: 13px;
	}

	.live-detail-label {
		padding-right: 10px;
		font-size: 16px;
	}

	.live-detail-value {
		min-height: 42px;
		padding-left: 16px;
		border-left-width: 3px;
		font-size: 15px;
	}

	.live-ticket-button {
		box-sizing: border-box;
		width: 100%;
		padding: 13px 15px;
		font-size: 16px;
	}
}

/* ==========================================================================
 * LIVE SCHEDULE 一覧カードのメタ情報
 * ========================================================================== */

/* Cocoonが出力する古い本文の抜粋を非表示 */
.post-type-archive-live_schedule .entry-card-snippet {
	display: none !important;
}

/* ACF情報 */
.post-type-archive-live_schedule .live-card-meta {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.55;
}

.post-type-archive-live_schedule .live-card-event-title {
	margin-bottom: 4px;
	font-weight: 700;
}

.post-type-archive-live_schedule .live-card-artists,
.post-type-archive-live_schedule .live-card-time,
.post-type-archive-live_schedule .live-card-price,
.post-type-archive-live_schedule .live-card-note {
	margin-top: 3px;
}

.post-type-archive-live_schedule .live-card-heading {
	margin-right: 0.5em;
	font-weight: 700;
}

.post-type-archive-live_schedule .live-card-time span,
.post-type-archive-live_schedule .live-card-price span {
	display: inline-block;
	margin-right: 12px;
}