@charset "UTF-8";
/*
Theme Name: Emanon Pro child
Version: 1.8.2
Template: emanon-pro
*/

.header-logo:hover {
	opacity: .5;
	transition-duration: .5s;
}

/* SP時のSNSアイコンを横並びに変更 */
.wp-block-columns {
	flex-wrap: nowrap !important;
}

.footer-widget-box .footer__title {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}

.footer__icon:hover {
	transform: translate(0,-5px);
	transition: .5s;
}

.read-more a {
	color: #bc002d;
}

.read-more a:hover {
	color: #bc002d;
	opacity: .5;
}

/* プライバシーポリシーへの同意バナーの関連のCSS */
.cn-privacy-policy-link {
	color: #fff;
}

.cn-privacy-policy-link:hover {
	color: #bc002d;
	transition: .5s;
}

/* トップページのバナーエリアのCSS */
.index__banner {
	margin: 0 0 30px 0;
	position: relative;
}

.index__banner__link:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
}

.index__banner__link:hover:before {
	background-color: rgba(0, 0, 0, 0.6);
}

.index__banner__img {
	vertical-align: top;
}

.index__banner__title {
	width: 70%;
	top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	color: #fff;
	font-size: 170%;
	text-decoration: underline;
	text-align: center;
}

/* トップページのニュースエリアのCSS */
.index__news {
	margin: 0 0 100px 0;
}

.index__news__child {
	margin: 10px 0;
	display: flex;
}

.index__news--category {
	margin: 0 0 0 10px;
	padding: 0 10px;
	color: #fff;
	background-color: #BC002D;
}

.index__news--title {
	margin: 0 0 10px 0;
	font-size: 120%;
	display: block;
}

/* トップページのギャラリーのCSS */
.index__gallery {
	margin: 0 0 100px 0;
}

/* 投稿ページ用の設定 */
blockquote {
	background-color: #F8F8F8;
}

cite {
	font-size: 100% !important;
}

.information__item-name {
	margin: 48px 0 0 0;
	padding: 6px 0;
	border-bottom: solid 2px #bc002d;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
  color: #000c15;
}

/* 投稿(東京スカイツリー記事内の料金表のCSS) */
/* .skytree__table {
	table-layout: fixed;
}

.skytree__table th {
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
	white-space: normal;
}

.skytree__table td {
	padding: 8px 2px;
	text-align: center;
} 

p.skytree__table__title {
	margin: 0;
	font-size: 120%;
	font-weight: bold;
}

p.skytree__table__title span {
	font-size: 90%;
} */

/* 著者名のCSS */
.author-name .author-name-text {
	font-size: 16px;
	font-weight: bold;
}

/* Twitter関連の仕様をXに変更する際のCSS */
.twitter a {
	background-color: #000000;
}

/* アーカイブページのCSS */
.archive .archive-list {
	margin: 0 0 32px 0 !important;
}

.search .archive-list {
	margin: 0 0 32px 0 !important;
}

/* 花火大会のアーカイブページで表示されるテーブルのCSS */
.fireworks__table tr {
	border-top: solid 1px #e2e5e8;
	border-bottom: solid 1px #e2e5e8;	
}

.fireworks__table td, .fireworks__table th {
	border: none;
	text-align: left;
}

.fireworks__table th {
	width: 40%;
}