.whatsnew h3 {
	text-align: center;
	background-color: #026;
	border: 2px solid #448;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 4, 0.3);
	color: #fff;
}

.whatsnew dl:first-child {
	border-top: 1px dotted #008;
}

.whatsnew dl a {
	font-size: 1em;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	border-bottom: 1px dotted #008;
}

.whatsnew dl a dt {
	margin-left: 0;
	border-right: 1px dotted #bbb;
	color: #444;
	text-align: center;
}
	
.whatsnew dl a:hover {
	background-color: #ddf;
	color: #008;
}
/* 全体 */
#primary {
	width: 80%;
}

/* ヘッダー・ロゴ */
.header-logo-wrapper a img {
	height: 40px;
	filter:
		drop-shadow(1px 1px 0px #fff)
		drop-shadow(-1px -1px 0 #fff)
		drop-shadow(1px -1px 0px #fff)
		drop-shadow(-1px 1px 0 #fff);
}

/* ナビゲーション */
.headroom--bottom #site-navigation,
.headroom--unpinned #site-navigation,
footer#colophon {
	background-color: #026;
}

#site-navigation.navbar {
	background: #026;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 4, 0.5);
}

.site-branding .inner-wrap {
	width: 95%;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #fff;
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.site-branding-text img {
	filter:
		drop-shadow(2px 2px 0px #fff)
		drop-shadow(-2px -2px 0 #fff)
		drop-shadow(2px -2px 0px #fff)
		drop-shadow(-2px 2px 0 #fff)
		drop-shadow(0 0 5px #ccc);
}

.site-branding-text .site-title {
	text-shadow: 0 0 10px #888, 0 0 10px #888, 0 0 10px #888;
}

.site-description {
	font-weight: bold;
	font-size: 1.6em;
	filter:
		drop-shadow(1px 1px 0px #000)
		drop-shadow(-1px -1px 0 #000)
		drop-shadow(1px -1px 0px #000)
		drop-shadow(-1px 1px 0 #000)
		drop-shadow(0 0 5px #ccc);
}

/*--------------------------------------
ブロックを可視化
--------------------------------------*/
.block-library-spacer__resize-container {
  background: #666;
  position: relative;
}

.block-library-spacer__resize-container:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "スペーサー";
  color: #ccc;
}

.block-library-spacer__resize-container.is-selected {
  background: #555;
}

p[aria-label^="空のブロック"] {
  background: #555;
  color: #fff;
}

/* page h1 タイトル */
.page header.entry-header .inner-wrap h1.entry-title {
	position: relative;
	top: 20px;
	height: 50px;
	background-color: #026;
	border-radius: 5px;
	color: #fff;
	margin-top: 30px;
	font-weight: bold;
	font-size: 2em;
}

/* 不要なラインを非表示 */
.page header.entry-header .inner-wrap h1.entry-title::after {
	display: none;
}

/* スマートフォンの場合 */
@media screen and (max-width: 480px) {
	.page header.entry-header .inner-wrap h1.entry-title {
		font-size: 1em;
		padding-top: 16px;
	}	
}

/* page h2,h3,h4,h5 タイトル */
.page h2.entry-title {
	border-left: 10px solid #48f;
}

.page h3 {
	background-color: #026;
	border-radius: 3px;
	padding-left: 10px;
	color: #fff;
}

.page h4 {
	border: 1px solid #026;
	border-left: 10px solid #026;
	border-radius: 3px;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 0;
}

.page h5 {
	border-left: 10px solid #026;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 0;
}

/* page コンテンツ */
.page .entry-content {
	max-width: calc(950px + 20px);
}

/* flexible table スタイル */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
	background-color: #ccc;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:nth-child(odd) td {
	background-color: #ddd;
}

/* Google MAP */
.areaMap {
	border: 1px solid #aaa;
}

.areaMap iframe {
	margin: 0;
	padding: 0;
}

/* ボタン・スタイル */
.wp-block-button a.wp-block-button__link {
	background-color: #444;
	color: #aaa;
	border-radius: 5px;
}

.wp-block-button a.wp-block-button__link:hover {
	background-color: #026;
	color: #fff;
}

