@font-face {
  font-family: 'LigatureSymbols';
  src: url("fonts/LigatureSymbols-2.11.eot");
  src: url("fonts/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("fonts/LigatureSymbols-2.11.woff") format("woff"), url("fonts/LigatureSymbols-2.11.ttf") format("truetype"), url("fonts/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  src: url("fonts/LigatureSymbols-2.11.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
/*
customize for japanese fonts.
author: taiju
version: 1.0
date: 2011.7.10
*/
/**
* Percents could work for IE, but for backCompat purposes, we are using keywords.
* x-small is for IE6/7 quirks mode.
*/
body {
  font: 13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",arial,helvetica,clean,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

/**
* Nudge down to get to 13px equivalent for these form elements
*/
select,
input,
button,
textarea {
  font: 99% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",arial,helvetica,clean,sans-serif;
}

/**
* To help tables remember to inherit
*/
table {
  font-size: inherit;
  font: 100%;
}

/**
* Bump up IE to get to 13px equivalent for these fixed-width elements
*/
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*:first-child + html * {
  font: 13px/1.231 "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",arial,helvetica,clean,sans-serif;
}

* html * {
  font: 13px/1.231 "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",arial,helvetica,clean,sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
}

.slide {
  min-height: 100%;
  height: auto;
  background-color: #fff;
}

.button {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 45px;
  right: 40px;
  background-color: #000;
  background-image: url(../images/arrow.png);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.button:hover {
  background-color: #333;
  cursor: pointer;
}

.logo-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
}

.logo-info-wrap {
  position: absolute;
  width: 180px;
  height: 180px;
  perspective: 800px;
  -webkit-perspective: 800px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.logo-info {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.logo-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.logo-info .logo-info-back {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "Arvo", sans-serif;
}

.logo-img-1 {
  background: url(../images/logo.gif) center center no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.logo-info p {
  color: #fff;
  padding: 10px 5px;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.logo-item:hover .logo-info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}

/****************************************
          link&select color
*****************************************/
body {
  color: #555555;
  font-size: 12px;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #dddddd;
  text-decoration: none;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
}
a:hover {
  text-decoration: none;
  color: #31baa6;
}

a {
  -webkit-tap-highlight-color: #dddddd;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/****************************************
          layout
*****************************************/
#qLoverlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
}

#qLpercentage {
  font-family: "Arvo", sans-serif;
  font-size: 17px;
}

#top {
  background: url("../images/top.jpg") center center no-repeat;
  min-width: 1024px;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}
#top .scroll {
  position: absolute;
  left: 50%;
  top: 75%;
  margin: 0 0 0 -22px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#top .scroll:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#dot {
  background: url("../images/dot.png") repeat;
  z-index: 100;
  height: 100%;
}

#nav {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
#nav .nav-items {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
#nav .nav-items:before, #nav .nav-items:after {
  content: "";
  display: table;
}
#nav .nav-items:after {
  clear: both;
}
#nav .nav-items ul.menu li {
  display: inline-block;
  float: left;
  cursor: pointer;
}
#nav .nav-items ul.menu li a {
  display: block;
  padding: 14px 28px 11px 22px;
  font-family: "Arvo", sans-serif;
  font-size: 17px;
}
#nav .nav-items ul.menu li a:hover {
  background-color: #31baa6;
  color: #dddddd;
}
#nav .nav-items ul.sns {
  float: right;
}
#nav .nav-items ul.sns li {
  display: inline-block;
  float: left;
  padding: 9px 4px 7px 9px;
  font-size: 23px;
}
#nav .nav-items ul.sns li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#logo {
  color: #FFF;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -110px 0 0 -110px;
  width: 220px;
  height: 220px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
}
#logo h1 {
  color: #fff;
  font-size: 17px;
  margin: 0 15px;
  padding: 60px 0 0 0;
  height: 40px;
}
#logo h1 span {
  font-size: 10px;
  color: #ccc;
}
#logo .sns {
  *zoom: 1;
}
#logo .sns:before, #logo .sns:after {
  content: "";
  display: table;
}
#logo .sns:after {
  clear: both;
}
#logo .sns li {
  display: inline-block;
  padding: 3px 6px 15px;
}
#logo .sns li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.concept_wrap, .menu_wrap, .staff_wrap, .products_wrap {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  *zoom: 1;
}
.concept_wrap:before, .concept_wrap:after, .menu_wrap:before, .menu_wrap:after, .staff_wrap:before, .staff_wrap:after, .products_wrap:before, .products_wrap:after {
  content: "";
  display: table;
}
.concept_wrap:after, .menu_wrap:after, .staff_wrap:after, .products_wrap:after {
  clear: both;
}
.concept_wrap h2, .menu_wrap h2, .staff_wrap h2, .products_wrap h2 {
  float: left;
  width: 280px;
  font-size: 50px;
  font-family: "Arvo", sans-serif;
  padding: 70px 0 40px;
}

.pb1 {
  background: black url("../images/pb1.jpg") center center no-repeat;
}

.pb2 {
  background: black url("../images/pb2.jpg") center center no-repeat;
}

.pb3 {
  background: black url("../images/pb3.jpg") center center no-repeat;
}

.pb1, .pb2, .pb3 {
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 1024px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
  height: 70%;
  font-size: 0px;
}

#concept {
  position: relative;
}
#concept .concept_desc {
  margin: 70px 0 40px 280px;
  position: relative;
}
#concept .concept_desc p {
  padding: 20px 0 10px;
  font-size: 12px;
  line-height: 1.8;
}
#concept .concept_desc span {
  font-style: italic;
  display: block;
  padding: 60px 0 20px;
  font-family: "Arvo", sans-serif;
}

#menu {
  position: relative;
}
#menu dl.menu_desc {
  margin: 70px 0 40px 280px;
  width: 35%;
  font-family: "Arvo", sans-serif;
  font-size: 14px;
}
#menu dl.menu_desc dt {
  margin-bottom: 1em;
  padding-bottom: 5px;
  width: 200px;
  float: left;
}
#menu dl.menu_desc dd {
  margin-bottom: 1em;
  width: auto;
  margin-left: 200px;
  padding: 0 0 5px 0px;
  text-align: right;
}
#menu dl.menu_desc .menu_main {
  margin-bottom: 3em;
  padding-top: 20px;
}

#staff {
  position: relative;
}
#staff .staff_desc {
  margin: 70px 0 40px 280px;
}
#staff .staff_desc .profile {
  height: auto;
  background-color: #f5f5f5;
  padding: 20px 30px 20px 20px;
  *zoom: 1;
  margin-bottom: 30px;
}
#staff .staff_desc .profile:before, #staff .staff_desc .profile:after {
  content: "";
  display: table;
}
#staff .staff_desc .profile:after {
  clear: both;
}
#staff .staff_desc .profile img {
  float: left;
  display: inline;
  overflow: hidden;
  margin-right: 20px;
}
#staff .staff_desc .profile h3 {
  font-size: 15px;
  margin: 10px 0 30px 0;
}
#staff .staff_desc .profile h3 span {
  font-size: 12px;
  padding-left: 1.5em;
  font-family: "Arvo", sans-serif;
}
#staff .staff_desc .profile em {
  font-family: "georgia", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
#staff .staff_desc .profile dl {
  margin: 30px 0 10px;
}
#staff .staff_desc .profile dl dt {
  font-family: "Arvo", sans-serif;
  padding: 10px 0;
}

#products {
  position: relative;
}
#products .products_desc {
  margin: 70px 0 40px 280px;
}
#products .products_desc .insta .instagram-placeholder {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
}
#products .products_desc .insta a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#info {
  background-color: #eee;
  min-width: 1024px;
  width: 100%;
  height: 100%;
  position: relative;
}
#info .map_title {
  height: 30%;
  width: 900px;
  margin: 0 auto;
  *zoom: 1;
}
#info .map_title:before, #info .map_title:after {
  content: "";
  display: table;
}
#info .map_title:after {
  clear: both;
}
#info .map_title h2 {
  font-size: 50px;
  font-family: "Arvo", sans-serif;
  padding: 90px 0 0 0;
  float: left;
}
#info .map_title p {
  margin: 100px 0 0px 280px;
  background: url("../images/pin.png") left center no-repeat;
  padding-left: 50px;
  line-height: 1.5;
}
#info .to_top {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#map_canvas {
  width: 100%;
  height: 67%;
  margin: 0;
  padding: 0;
}

.infowin {
  background: #000;
  color: #fff;
  padding: 5px;
  margin-top: 5px;
  height: 140px;
}
.infowin img {
  vertical-align: middle;
  padding: 20px;
  float: left;
}
.infowin .info_desc {
  margin-left: 170px;
  margin-top: 11px;
}
.infowin .info_desc i.address {
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 10px;
  background: url("../images/icon.png") 0 0 no-repeat;
}
.infowin .info_desc i.tel {
  display: inline-block;
  width: 11px;
  height: 13px;
  margin-right: 10px;
  background: url("../images/icon.png") -11px 0 no-repeat;
}
.infowin .info_desc i.time {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 9px;
  background: url("../images/icon.png") -23px 0 no-repeat;
}
.infowin .info_desc i.calendar {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 9px;
  background: url("../images/icon.png") -34px 0 no-repeat;
}
.infowin .info_desc i.link {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 9px;
  background: url("../images/icon_link.png")0 0 no-repeat;
}

.infowin p {
  margin: 6px 7px;
  padding: 0;
}
.infowin a{
  text-decoration: underline;
}
#copyright {
  height: 3%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #aaa;
  padding-top: 5px;
  padding-right: 2%;
  text-align: right;
  z-index: 2;
}

/* ===============================================
sp
=============================================== */
.sp #top {
  min-width: 520px;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
}
.sp #nav {
  display: inherit;
}
.sp #nav .nav-items ul.sns {
  display: none;
}
.sp #nav .nav-items ul.menu li a {
  padding: 14px 15px 11px;
}
.sp .pb1, .sp .pb2, .sp .pb3 {
  min-width: 520px;
  height: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sp .slide {
  width: 100%;
}
.sp #nav .nav-items {
  width: 100%;
}
.sp .concept_wrap, .sp .menu_wrap, .sp .staff_wrap, .sp .products_wrap {
  width: 94%;
  margin: 0 3%;
}
.sp .concept_wrap h2, .sp .menu_wrap h2, .sp .staff_wrap h2, .sp .products_wrap h2 {
  float: none;
  display: block;
  padding-bottom: 10px;
}
.sp #concept .concept_desc {
  margin-top: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
.sp #menu .menu_desc {
  margin-top: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
.sp #staff .staff_desc {
  margin-top: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
.sp #products .products_desc {
  margin-top: 20px;
  margin-left: 3%;
  margin-right: 3%;
}
.sp #info {
  min-width: 100%;
}
.sp #info .map_title {
  width: 90%;
  min-height: 270px;
  margin: 0 5% 3%;
}
.sp #info .map_title h2 {
  float: none;
}
.sp #info .map_title p {
  margin: 20px 3%;
  display: block;
}
.sp .button {
  bottom: 15px;
}
.sp .button.last {
  display: none;
}
.sp #products iframe{
  width: 100%;
}