@charset "UTF-8";

/*ここにモバイルのスタイルを書く*/
h1 {
	font-size: 1.5rem !important;
}
h2 {
	font-size: 1.2rem !important;
}
h3, h4 {
	font-size: 1rem !important;
}
h5, h6 {
	font-size: 1rem !important;
	font-weight: normal !important;
}

#footer-button-sidebar {
	display: none !important;
}
#h-top {
	height: 88px;
	z-index: 100;
	overflow: hidden;
}
#site-description {
	line-height: 170% !important;
	text-align: right;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
	bottom: 0.5em;
    margin-right: 1rem;
    position: absolute;
    right: 0px;
}
/*	header-logo.phpのキャッチフレーズ部分を書き換えている
	<?php echo htmlspecialchars_decode($site_description) ?> */
.description_text {
	font-size: 0.6rem;
}
.description_time {
	font-size: 0.6rem;
}
.description_num {
	font-family: "abril-text",serif;
	font-size: 1rem;
}
.splitBox {
	flex-direction: column !important;
}
.splitBox>div {
	width: 100% !important;
}
.splitBoxNano {
	height: 10em !important;
	background-position: center center;
}

#site-title img {
	width: 88px;
	margin-top: 0px;
	top: 16px;
	position: absolute;
}

#navi ul {
	padding: 0px;
	text-align: center;
}