@charset "utf-8";
/*-------- トップページcss --------*/

/* モバイルレイアウト : 480 px およびそれ以下. */

/* --------------------------------------------------------
main
-------------------------------------------------------- */
.pagetitle{
	position: relative;
	width: 100%;
	margin: 5% 0 10%;
	text-align: center;
}
.pagetitle h2{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-size:1.4rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color:#fff;
	line-height:1.8em;
	text-shadow: 2px 2px 6px #333333;
}
.single h3{
	margin: 0;
	font-size: 1.2rem;
}

.single hr{
	border: none;
	border-top:dashed 2px #006D56;
	margin: 0.5em 0;
}

.archive h3{
	margin: 0.5em 0;
	font-size: 1.2rem;
}

.archive hr{
	border: none;
	border-top:solid 1px #204537;
	margin: 2.5em 0;
}

p.top{
	margin-top: 50px;
	text-align: center;
}

/* タブレットレイアウト : 768 px～。モバイルレイアウトからスタイルを継承。 */

@media print, screen and (min-width: 768px) {
/* --------------------------------------------------------
main
-------------------------------------------------------- */
.pagetitle{
	margin: 0 0 50px;
}

.pagetitle h2{
	font-size:45px;
}

.single h3{
	font-size: 20px;
}

}