@charset "utf-8";
/*
 * /css/common.css
 * Version: 1.0.0
 * Copyright (c) 2018 Kenshokai All Rights Reserved.
 */

html {
	visibility: hidden;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
}

body {
	display: none;
}

.copy {
	margin-top: 70px;
	margin-bottom: 20px;
	font-size: 1em;
	text-align: center;
	width: 100%;
	color: #000;
	font-family: "tbchibirgothicplusk-pro", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ";
	font-style: oblique;
}

a {
	text-decoration: none;
}

/* second page title↓ */
.fuji {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #12335a;
	position: relative;
	z-index: 0;
}

.fuji_bg {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	height: 150px;
	line-height: 150px;
	color: #fff;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	opacity: 1;
	transition: .3s;
}

h1 {
	width: 14em;
	margin: 0 auto;
	color: #fff;
	font-weight: 500;
	font-size: 2.5em;
	text-align: center;
	font-family: "dnp-shuei-4go-std", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-shadow: 0px 0px 6px #000000;
}
/* second page title↑ */

/* bottom navigation↓ */
.to_top,
.to_back,
.to_home {
	position: fixed;
	right: 10px;
	width: 60px;
	height: 60px;
	z-index: 9999;
	transition: 0.3s;
}

.to_top {
	display: none;
	bottom: 130px;
}


.to_back {
	display: block;
	bottom: 70px;
}

.to_home {
	display: block;
	bottom: 10px;
}

.to_back img,
.to_home img,
.to_top img {
	width: 60px;
	height: 60px;
}

.to_top:hover,
.to_back:hover,
.to_home:hover {
	opacity: 0.7;
}
/* bottom navigation↑ */
