* {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
    font-family: "Sawarabi Gothic", "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

img {
    border: 0px;
}

ul,
li {
    list-style: none;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #fff;
}

body {
    background: #000;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/index/img/pattern.png) repeat;
    top: 0;
    left: 0;
    z-index: 1;
}

#cover {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

#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);
}

#wrap {
    position: relative;
    max-width: 1080px;
    margin: 0 auto 0 auto;
    text-align: center;
    z-index: 2;
}

#wrap p {
    font-size: 8px;
    text-align: center;
    color: #fff;
}

h1 {
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.logo {
    position: relative;
    text-align: center;
    width: 280px;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}

.entrance {
    position: relative;
    max-width: 640px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

.entrance ul {
    margin: 20px 0;
}

.entrance ul li {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
}

.entrance ul li a {
    display: block;
    font-family: 'Cormorant Upright', serif;
    font-size: 40px;
    line-height: 40px;
    background: #000;
    border-top: 3px double #fff;
    border-bottom: 3px double #fff;
    padding: 3px;
    margin: 10px;
    color: #fff;
}

.entrance ul li a span {
    display: block;
    color: #fff;
    font-family: 'Cormorant Upright', serif;
    font-size: 16px;
    line-height: 16px;
}

#footerWrap {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    margin: 50px 0 0 0;
    background: #000;
    padding: 60px 0;
}

#footer {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}

h2 {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
}

h3 {
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    font-family: 'Cinzel', serif;
}

h4 {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
}

.shopBanner {
    margin: 20px 0 10px 0;
    overflow: hidden;
}

.shopBanner li {
    position: relative;
    width: 50%;
    float: left;
}

.shopBanner li a {
    display: block;
    margin: 2px;
    border: 1px double #840035;
}

.shopBanner li a img {
    width: 100%;
}

#recruitBanner {
    margin: 20px auto;
    width: 276px;
}

#recruitBanner img {
    width: 100%;
}

#recruitBanner p {
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 10px;
}

#footerBottomWrap {
    width: 100%;
    background-color: #111;
    border-top: 1px solid #252525;
}

#footerBottom {
    max-width: 680px;
    margin: 0px auto;
    padding: 5px;
}

#footerBottom a.s_icon {
    display: block;
    float: left;
}

#footerBottom a.s_icon img {
    width: 40px;
}

#footerBottom ul {
    margin-left: 5px;
}

#footerBottom ul li {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    margin: 3px 0;
}

#footerBottom ul li a {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
}

.newyear_notice {
    position: relative;
    max-width: 680px;
    margin: 20px auto;
    width: 96%;
}

.newyear_notice dl {
    padding: 20px 10px;
    border: 5px solid #e5d1b6;
    background: url(/newyear_bg.jpg) 50% 0%;
}

.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;
    text-align: left;
}
