@charset "utf-8";
@import "base.css";
@import "common.css";
/************************************************/
@font-face {
	font-family: 'AP-OTF-A1Gothic-M';
	font-style: normal;
	src: url(../fonts/AP-OTF-A1GothicStd-Medium.otf) format('opentype');
}

/************************************************/
.sp_view{
	display: none !important;
}
#wpadminbar{
	display: none;
}
body{
	width: 100%;
	font-size: 16px;
}
body a{
	transition: 0.5s;
}

body a:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
/*####################　ヘッダ　####################*/
#Wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#HeaderWall{
	width: 100%;
}
#HeaderWall img{
	width: 100%;
}
#HeaderWall #Header{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
/*####################　Container　####################*/
div#Container{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}




/*####################　pageTop　####################*/
#pageTop{
	display: none;
}
p.pageTop{
	position: fixed;
	right: 50px;
	bottom: 100px;
	width: 39px;
	height: 83px;
	margin: 0;
	padding: 0;
	z-index: 999999;
}
p.pageTop a{
	display: block;
	background: url(../img/go_top.svg) no-repeat;
	width: 39px;
	height: 83px;
}
p.pageTop a:hover{
	text-decoration: none;
}
/*####################　フッター　####################*/
#Footer{
	width: 100%;
	max-width: 1000px;
	position: relative;
	padding: 30px 0 0;
	background: #40220f;
	margin: 0 auto;
}
#Footer div.FootMenu div.img{
	width: 75%;
	margin: 0 auto 30px;
}
#Footer div.FootMenu ul{
	margin: 0 0 30px;
	text-align: center;
}
#Footer div.FootMenu ul li{
	display: inline-block;
	margin: 0 8px;
	color: #fff;
}
#Footer div.FootMenu ul li a{
	color: #fff;
}
#Footer div.FootMenu address{
	background: #000;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}
