@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6 { font-family: "Noto Sans Japanese","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; }

a,a:hover { color: #0a0a0a; }

em.category {
	margin-left: 10px;
	padding: 2px 6px;
	color: #fff;
	border-radius: 6px;
	font-size: 0.8rem;
	font-style: normal;
	background: #228b22;
}

.top-bar, .top-bar ul {
	background-color: #330100;
}
.top-bar * { color: #FFFFFF; }

#map {
	width: 100%;
	height: 600px;
}

.blog-post:nth-child(n+2){
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #CCCCCC;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
	position: relative;
	margin: 0 0 10px;
}


.parallax-window h2 {
	color: #FFFFFF;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
}
