@charset "UTF-8";
/******************
FUNCTION
******************/
/******************
COMMON
******************/
img {
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

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

body {
  position: relative;
  color: #222;
  text-align: justify;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1.8em;
  font-family: "Quicksand","Cinzel","Lucida Grande","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  overflow-x: hidden;
}

#wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0 12px;
}

.engTxt {
  color: #c8af87;
  font-family: "Cinzel";
  font-size: 11px;
}

/******************
CONTENTS
******************/
h1 {
  position: relative;
  width: 1000px;
  height: 150px;
  margin: 20px 0;
}
h1 img {
  position: absolute;
  left: 15px;
  z-index: 3;
}

h2 {
  position: absolute;
  top: 132px;
  left: 27px;
  z-index: 4;
}

nav {
  position: relative;
}
nav ul {
  position: fixed;
  top: 0;
  width: 1000px;
  margin: 0 auto;
  background: #FFF;
  z-index: 2;
}
nav ul li {
  float: left;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 250px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
nav ul li:first-of-type a {
  margin-left: 0;
}
nav ul li:first-of-type img {
  margin-left: 15px;
}
nav ul li a {
  display: inline-block;
  margin-left: 20px;
}
nav ul li a span.engTxt {
  font-family: "Cinzel";
  font-size: 11px;
}

#menuArea {
  position: relative;
}
#menuArea ul#thumbMenu li {
  position: relative;
  float: left;
}

#menuArea ul#thumbMenu li p.close{
  position: absolute;
  width: 100%;
  height: 250px;
  line-height: 250px;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}

#menuArea ul#thumbMenu li#newsArea {
  position: relative;
  width: 250px;
  height: 230px;
  margin-bottom: 20px;
  overflow: hidden;
}
#menuArea ul#thumbMenu li#newsArea dl {
  margin: 30px 0 35px 15px;
}
#menuArea ul#thumbMenu li#newsArea dl dt {
  font-family: "Cinzel";
  margin-bottom: 6px;
  line-height: 1.0em;
}
#menuArea ul#thumbMenu li#newsArea dl dt strong {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
}
#menuArea ul#thumbMenu li#newsArea dl dd {
  margin-bottom: 15px;
}
#menuArea ul#thumbMenu li.categoryThumb {
  width: 250px;
  height: 250px;
  background: #000;
  color: #FFF;
  line-height: 250px;
}
#menuArea ul#thumbMenu li.categoryThumb span:nth-of-type(1) {
  font-size: 12px;
  margin: 0 10px 0 25px;
}
#menuArea ul#thumbMenu li.categoryThumb span:nth-of-type(2) {
  letter-spacing: 0.2em;
}
#menuArea ul#bigMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#menuArea ul#bigMenu li {
  display: none;
  position: absolute;
  width: 750px;
  height: 750px;
  background: #000;
  z-index: 2;
  cursor: pointer;
}
#menuArea ul#bigMenu li img {
  opacity: 0;
}
#menuArea ul#bigMenu li img#mayuraBg {
  width: 750px;
  height: 750px;
  overflow: hidden;
  background: no-repeat center center;
}
#menuArea ul#bigMenu li:nth-of-type(1) {
  top: 0;
  left: 250px;
}
#menuArea ul#bigMenu li:nth-of-type(2) {
  top: 0;
  left: 0;
}
#menuArea ul#bigMenu li:nth-of-type(3) {
  top: 0;
  left: 0;
}
#menuArea ul#bigMenu li:nth-of-type(4) {
  top: 0;
  left: 250px;
}
#menuArea ul#bigMenu li:nth-of-type(5) {
  top: 0;
  left: 250px;
}
#menuArea ul#bigMenu li:nth-of-type(6) {
  top: 0;
  left: 250px;
}
#menuArea ul#bigMenu li:nth-of-type(7) {
  top: 500px;
  left: 0;
}
#menuArea ul#bigMenu li:nth-of-type(8) {
  top: 500px;
  left: 250px;
}
#menuArea ul#bigMenu li:nth-of-type(9) {
  top: 500px;
  left: 0;
}
#menuArea ul#bigMenu li:nth-of-type(10) {
  top: 500px;
  left: 0;
}
#menuArea ul#bigMenu li:nth-of-type(11) {
  top: 500px;
  left: 250px;
}

#conceptArea {
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
  background: no-repeat center bottom;
}
#conceptArea img#firstDot {
  position: absolute;
  top: -60px;
  left: 0;
  padding-top: 60px;
}
#conceptArea > div {
  width: 860px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
}
#conceptArea > div > div {
  float: left;
  width: 385px;
  margin-left: 30px;
  padding: 50px 0;
}
#conceptArea > div > div p {
  margin-bottom: 15px;
}
#conceptArea > div > div p:last-of-type {
  margin-bottom: 0;
}
#conceptArea > div > div:last-of-type p {
  line-height: 1.5em;
}

#photoArea {
  position: relative;
  overflow: hidden;
}
#photoArea img#secondDot {
  position: absolute;
  top: -60px;
  left: 0;
  padding-top: 60px;
}
#photoArea #storePh {
  margin-top: 22px;
}

#accessArea {
  padding-bottom: 22px;
  background: url(../img/kurogiDot_01.gif) no-repeat bottom;
}
#accessArea div {
  float: left;
}
#accessArea div#map_canvas {
  width: 550px;
  height: 350px;
}
#accessArea div:last-of-type p {
  width: 430px;
  margin: 0 0 5px 20px;
}
#accessArea div:last-of-type p:first-of-type {
  margin-top: 30px;
}
#accessArea div:last-of-type p:nth-of-type(3) {
  margin-bottom: 30px;
}
#accessArea div:last-of-type p:nth-child(n+4) {
  line-height: 1.5em;
}

#linkArea {
  padding: 65px 0;
}
#linkArea ul {
  width: 600px;
  margin: 0 auto;
}
#linkArea ul li {
  width: 200px;
  text-align: center;
}
#linkArea ul li:first-of-type {
  float: left;
}
#linkArea ul li:first-of-type p {
  margin-bottom: 30px;
}
#linkArea ul li:last-of-type {
  float: right;
}
#linkArea ul li:last-of-type p {
  margin-bottom: 20px;
}
#linkArea ul li a {
  display: block;
}
#linkArea ul li p {
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝";
  font-size: 12px;
  border-bottom: solid 1px #c8af87;
}
#linkArea ul li p span {
  letter-spacing: 0.2em;
}

#result {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.coverImg {
	position: absolute;
	top: 250px;
	right: 0;
}

/******************
CLEARFIX
******************/
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

.clf {
  zoom: 1;
}
