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

/************************************
** 子テーマ用のスタイルを書く
************************************/

.article h2 {
	font-size: 20px;
	padding: 15px;
}

a.glossaryLink {
	margin: 0 -3px 0 0;
}
.bottom-spacer {
	margin-bottom: 30px !important;
}
.notice-area {
	font-size: 1em !important;
}

/*ボードゲーム基本情報*/
.introduction-table dl {
	font-size: 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border-top: 1px solid #ccc;

	position: relative;
	padding: 0;
	margin: 0;
}
.introduction-table span {
	position: absolute;
	left: 45px;
}
.introduction-table dt {
	background: #f5f5f5;
	padding: 5px 20px;
	width: 170px;
	border-bottom: 1px solid #ccc;
}
.introduction-table dd {
	padding: 5px 20px;
	margin: 0;
	width: calc(100% - 170px);
	border-bottom: 1px solid #ccc;
}

/*イベント基本情報*/
.event-table dl {
	font-size: 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border-top: 1px solid #ccc;

	position: relative;
	padding: 0;
	margin: 0;
}
.event-table span {
	position: absolute;
/*	left: 45px; */
}
.event-table dt {
	padding: 5px 10px;
	width: 260px;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
}
.event-table dd {
	padding: 5px 10px;
	margin: 0;
	width: calc(100% - 260px);
	border-bottom: 1px solid #ccc;
}
body.single-event .eo-event-meta, body.single-event .eo-event-venue-map {
    float: none !important;
    width: 100% !important;
}
.article ul, .article ol {
    padding-left: 10px !important;
}
element.style {
    height: 300px !important;
}

/** TOP上段 デザイン修正 **/
.page-id-2 .date-tags,
.page-id-2 .entry-title {
	display: none;
}
/** TOPジャンル デザイン修正 **/
.page-id-2 .wp-block-cocoon-blocks-column-3 {
	margin-bottom: 10px;
}
.page-id-2 .genre-bottom {
	margin: 30px 0 60px;
	text-align: center;
}
.page-id-2 .popular-entry-card-title,
.page-id-2 .new-entry-card-title {
	font-size: 14px !important;
	padding: 10px 5px;
}
/** Glossary デザイン修正 **/
#glossaryList-nav {
	display: none;
}
.glossaryList li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f303';
	font-weight: 900;
	color: #393f4c;
	margin: 0 5px 0 0;
}
.glossaryItemTitle {
	display: none;
}
.widget_recent_entries ul li a, 
.widget_categories ul li a, 
.widget_archive ul li a, 
.widget_pages ul li a, 
.widget_meta ul li a, 
.widget_rss ul li a, 
.widget_nav_menu ul li a, 
.widget_block ul li a {
    padding: 0 !important;
}
.wp-block-search__button {
    width: 120px;
}
.fz-16px {
	font-size: 14px !important;
}
html {
  scroll-behavior: smooth;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 650px){

     .fz-16px {
	font-size: 16px !important;
    }

/*ボードゲーム基本情報*/
.introduction-table dl {
	font-size: 16px;
}
.introduction-table  dt { 
	width: 100%;
	border-right: none;
}
.introduction-table dd {
	width: 100%; 
}
/*ボードゲーム基本情報*/
.event-table dl {
	font-size: 16px;
}
.event-table  dt { 
	width: 100%;
	border-right: none;
}
.event-table dd {
	width: 100%; 
}
/** TOPジャンル デザイン修正 **/
.page-id-2 .column-wrap>div {
    margin-bottom: 10px !important;
}
.page-id-2 .wp-block-cocoon-blocks-column-3 {
	margin-bottom: 0;
}
.page-id-2 .genre-bottom {
	margin: 0 0 30px 0;
	text-align: center;
}


************************************/
}

