/*-----
* default-style.css ver1.0.0
* デフォルト表示用なので「bodyのclass="sample"」を削除すれば反映されなくなります。
-----*/
/* common */
.sample .site-header,
.sample .site-footer,
.sample .front{
	position: relative;
	background-color: #f9f9f9;
}
.sample .site-header{
	position: fixed;
	z-index: 10;
}
.t-name-bg{
	display:none;
}
.sample .t-name-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 2rem;
	font-weight: bold;
	font-family: monospace, monospace;
	color: #eaeaea;
	margin: auto;
}
.sample .top-wrap .t-name-bg{
	max-width: 1200px;
	background-color: #f6f6f6;
}
.sample .site-header .t-name-bg,
.sample .site-footer .t-name-bg{
	background-color: #f1f1f1;
}
.sample .site-header>.inner,
.sample .site-footer>.inner,
.sample .site-footer .copyright{
	position: relative;
}
.sample .site-header>.inner{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.sample .site-header ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.sample .site-header ul>li{
	padding-left: 1rem;
	display: flex;
	align-items: center;
}
.sample .site-header ul>li>a:hover{
	opacity:0.5;
}
.sample .site-header ul>li>a>img{
	max-width: 1.5rem;
}
.sample .site-footer .copyright{
	text-align: center;
}
.sample .front .basic-box{
	position: relative;
	min-height: 80vh;
}
.sample .head-title-box{
	width: 100%;
	height: 100%;
	position: relative;
}
.sample .head-title-box>.bg-image>div>img{
	width: 100%;
	object-fit: cover;
}
.sample .head-title-box>.bg-image>div.top>img{
	min-height: 600px;
	max-height: 100vh;
}
.sample .head-title-box>.bg-image>div.under>img{
	min-height: 400px;
	max-height: 50vh;
}
.sample .head-title-box>.title-box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sample .head-title-box>.title-box>.text{
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
}
.sample .head-title-box>.title-box>.text>p{
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 0 0 3px #fff;
}
