* {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: "Sawarabi Gothic", "メイリオ", 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    vertical-align: middle;
    border: 0px;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
body {
    background: #000;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#cover{
    position: relative;
    background-image: url(/index/img/index_cover.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
    min-width: 1000px;
    background-size: cover
}
.indexLogo{
	position: absolute;
	width: 208px;
	left: 50%;
	margin-left: -104px;
	top: 560px;
}
#img1{
    position: absolute;
    top: 241px;
    left: 50%;
    margin-left: -165px;
	height:430px;
    width: 330px;
	background:url(/index/img/fade001.jpg) no-repeat;
    overflow: hidden;
    transform: rotate(-0.3deg);
}
#img2{
    position: absolute;
    top: 241px;
    left: 50%;
    margin-left: -165px;
	height:430px;
    width: 330px;
	background:url(/index/img/fade002.jpg) no-repeat;
    overflow: hidden;
    transform: rotate(-0.3deg);
}
#img3{
    position: absolute;
    top: 241px;
    left: 50%;
    margin-left: -165px;
	height:430px;
    width: 330px;
	background:url(/index/img/fade003.jpg) no-repeat;
    overflow: hidden;
    transform: rotate(-0.3deg);
}
.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/index/img/pattern.png) repeat;
    top: 0;
    left: 0;
    z-index: 1;
}
#wrap {
    position: relative;
    width: 1000px;
    min-width: 1000px;
    margin: 0px auto;
    overflow: hidden;
}
h1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.logo {
    position: relative;
    text-align: center;
    max-width: 420px;
    margin: 20px auto 0 auto;
}
.logo img{
    width: 100%;
}
.entrance {
    position: relative;
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.entrance ul {
    margin: 20px 0;
}
.entrance ul li {
    position: relative;
    width: 300px;
    float: left;
    text-align: center;
}
.entrance ul li a {
    display: block;
    font-family: 'Anton', serif;
    font-size: 40px;
    line-height: 40px;
    background: #000;
    border-top: 3px double #fff;
    border-bottom: 3px double #fff;
    padding: 5px;
    margin: 10px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}
.entrance ul li a span {
    display: block;
    color: #fff;
    font-family: 'Anton', serif;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}
.entrance ul li a:hover {
    background: #fff;
    color: #000;
}
.entrance ul li a:hover span {
    color: #000;
}
#wrap p {
    color: #fff;
    font-size: 10px;
    text-align: center;
}
#footerWrap {
    position: relative;
    width: 1000px;
    margin: 100px auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 100px #000;
    z-index: 2;
}
#footer {
	position: relative;
}
h2 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
h3 {
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    font-family: 'Cinzel', serif;
    margin-left: -20px;
}
h4 {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
}
.footerTel{
	display:block;
}
#footer table.footer-tel{
    margin: 20px auto 50px auto;
    border-collapse: collapse;
    text-align: center;
}
#footer table.footer-tel tr th{
    width: 50px;
    padding-left: 30px;
}
#footer table.footer-tel tr th img{
    width: 100%;
}
#footer table.footer-tel tr td{
	vertical-align:middle;
    font-family: 'Roboto', 'メイリオ', sans-serif;
    color: #fff;
	font-size:36px;
    font-weight: 300;
    line-height: 1;
    text-align: left;   
    padding: 0 50px 0 4px;
}
#footer table.footer-tel tr td span.openTime{
 	vertical-align:middle;
    font-family: 'Roboto', 'Sawarabi Gothic', 'メイリオ', sans-serif;
	font-size:14px;
    font-weight: 300;
    line-height: 1;
	color:#fff;
    text-align: left;
    padding-left: 4px;
    display: block;
    margin: 3px 0;
}
#footer table.footer-tel tr th.add{
	font-family: 'Roboto', 'Sawarabi Gothic', 'メイリオ', sans-serif;
	font-size:14px;
	line-height:14px;
    font-weight: normal;
    padding-top: 4px;
	color:#fff;
    text-align: left;
    padding-left: 98px;
}
#recruitBanner {
    margin: 20px 0;
}
#recruitBanner p {
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 10px;
}
#footerBottomWrap{
	position:relative;
	background-color:#111;
	border-top:1px solid #252525;
	min-width:1000px;
	z-index:9999;
}
#footerBottom{
	position:relative;
	padding:5px 0px 5px 5px;
	text-align:left;
}
#footerBottom span{
	display:block;
	float:left;
	margin-right:10px;
}
#footerBottom span img{
	width:46px;
}
#footerBottom .link{
	font-size:11px;
	line-height:15px;
	color:#eaeaea;
}
#footerBottom .link a:hover{
	background:#fff;
	color:#e7201b;
}

.newyear_notice {
    position: relative;
    width: 600px;
    border: 5px solid #e5d1b6;
    background: url(/newyear_bg.jpg) 50% 0%;
    z-index: 9999;
    margin: 0 auto 20px auto;
}
.newyear_notice dl{
    margin: 20px;
}
.newyear_notice dl dt {
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-decoration: underline;

}
.newyear_notice dl dd {
    margin: 10px auto 0 auto;
    color: #000;
    font-size: 13px;
}