



#headerbase
{
	height: 162px;
	background-color: #C30D23;
}


header::after
{
	content: '';
	display: block;
	position: absolute;
	left: -4096px;
	right: -4096px;
	bottom: 4px;
	margin: auto;
	width: 3072px;
	height: 20px;
	background-image: url( '../images/common/obi01.svg' );
	background-position: center center;
	background-repeat: repeat-x;
	opacity: 0.3;
}


#footerbase
{
	background-color: #C30D23;
}




#headlogo
{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20px;
	margin: auto;
	width: 64px;
	height: 38px;
	text-decoration: none;
	transition-duration: 150ms;
}


#headlogo:hover
{
	-webkit-filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 0.8 ) );
	filter: drop-shadow( 0px 0px 3px rgba( 255, 255, 255, 0.8 ) );
}


#headlogo h2
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}


#headlogo h2 img
{
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
}


#menubox
{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 30px;
	margin: auto;
}


#footlogo01
{
	left: 222px;
}


#footmenu
{
	left: 346px;
}


#footcopy
{
	left: 346px;
}






.ptbox
{
	display: block;
	position: relative;
	width: 400px;
	height: 70px;
	margin: 106px auto 0px auto;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}


.ptbox .ptj
{
	display: block;
	position: relative;
	height: 1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.2em;
}


.ptbox .pte
{
	display: inline-block;
	position: relative;
	height: 1em;
	margin-top: 12px;
	padding: 0px 4px 8px 4px;
	font-family: 'texgyreadventor', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.2em;
	border-bottom: solid 3px #FFFFFF;
}






@media ( max-width: 640px )
{
	#headerbase
	{
		height: 280px;
	}
	
	
	#headlogo
	{
		top: 40px;
	}
	
	
	#footlogo01
	{
		left: 0px;
	}
	
	
	#footmenu
	{
		left: 0px;
	}
	
	
	#footcopy
	{
		left: 0px;
	}
	
	
	.ptbox
	{
		-webkit-transform: scale( 1.4 );
		transform: scale( 1.4 );
	}
}

