/* Generated by less 2.5.1 */
/*setting*/
/**reset**/
body {
  margin: 0;
  background-color: #000000;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 1em;
  height: 100%;
}
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-family: Dotum;
  color: inherit;
  line-height: 1.1;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
body {
  background: #000000;
}
h2,
p {
  color: #ffffff;
  font-family: Dotum,"µ¸¿ò",Helvetica,"Apple SD Gothic Neo",sans-serif;
}
#caution_ie {
  border: 2px solid white;
  padding: 2em 2em 1.6em;
  margin: 5em auto 5em;
  width: 30em;
  overflow: hidden;
  display: none;
}
#caution_ie p,
#caution_ie li {
  font-size: .9em;
  line-height: 1.7;
  font-family: Dotum,"µ¸¿ò",Helvetica,"Apple SD Gothic Neo",sans-serif;
}
#caution_ie ul {
  margin-top: 1em;
}
#caution_ie a {
  color: white;
  text-decoration: underline;
}
#caution_ie a:hover {
  color: #64c8ff;
}
header {
  background-color: #646464;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  min-width: 15em;
  padding: .6em 1rem;
  box-sizing: border-box;
  overflow: auto;
  transition: all .2s ease;
}
header h1 {
  margin: 1em auto 3em;
  position: relative;
  width: 9em;
}
header h1:before {
  content: "";
  display: block;
  padding-top: 52%;
  /* height / width * 100 */
}
header h1 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header h1 a {
  background-image: url("../images/sl_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -999em;
  width:160;
}
header nav h2,
header nav li {
  font-family: Dotum,"µ¸¿ò",Helvetica,"Apple SD Gothic Neo",sans-serif;
  font-size: .9rem;
  color: #ffffff;
  letter-spacing: .15em;
  text-transform: uppercase;
}
header nav h2 a,
header nav li a {
  cursor: pointer;
  font-size: inherit;
  display: block;
  line-height: inherit;
}
header nav h2 a:hover {
  opacity: .5;
}
header nav h2 a:before {
  content: "";
  width: .9em;
  height: .9em;
  vertical-align: bottom;
  display: inline-block;
  margin-right: .5em;
  /*background-image: url(../images/icon_menu_off.svg);*/
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
header nav li {
  padding: .8em 1.5em 0 1.5em;
  margin: .8em 0 0;
  border-top: 1px solid #787878;
}
header nav li.facebook a:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  background-image: url(../images/icon_fb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
header a {
  transition: all .3s ease;
}
header a:hover {
  opacity: .5;
}
body.open #header,
body.open #board {
  margin-left: -15em;
}
body.open #menu {
  right: 16.5em;
  opacity: 0;
  cursor: default;
}
#menu {
  position: fixed;
  z-index: 999;
  top: 1em;
  right: 1.5em;
  font-family: Dotum,"µ¸¿ò", serif;
  font-weight:600;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  transition: all .2s ease;
}
#menu:hover {
  opacity: .5;
}
#menu:before {
  content: "";
  width: 1.1em;
  height: 1.05em;
  vertical-align: bottom;
  display: inline-block;
  margin-right: .5em;
  background-image: url("../images/icon_menu_on.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
#board {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all .2s ease;
}
#board > div {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: top 0.8s cubic-bezier(0.7, 0, 0, 1);
}
#board > div.readed {
  top: -100%;
}
#board > div .story {
  position: absolute;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: all;
  transition-duration: 1.8s;
  transition-delay: 0.4s;
  opacity: 0;
}
#board > div .story h2,
#board > div .story p {
  font-size: .85rem;
  line-height: 2;
  letter-spacing: .08em;
  text-align:center;
}
#board > div .story p.caution {
  font-size: .8em;
}
#board > div .story span {
  font-size: inherit;
}
#board > div.focus .story {
  transition-property: all;
  transition-duration: 1.8s;
  transition-delay: 0.4s;
  opacity: 1;
}
#board #home {
  background-image: url("../images/image_top.jpg");
  background-position: center center;
  z-index: 10;
}
#board #home h1 {
  color: white;
  position: relative;
  top: 60%;
  left: 14%;
  width: 10.5em;
  margin-top: -4.5em;
 /* overflow: hidden; */

}
#board #home h1 path {
  fill: rgba(255, 255, 255, 0.5);
  filter: url(#drop-shadow);
}
#board #counter {
  background-image: url("../images/image_counter.jpg");
  background-position: center center;
  z-index: 9;
}
#board #counter .story {
  padding-top:20px;
  bottom: 22%;
  left: 50%;
  top: 30%;
  width: 320px;
  margin-left: -160px;
  max-width: 88%;
  background-color: rgba(50, 50, 50, 0.7);
}
/*#board #counter.focus .story {
  right: 40%;
  top:30%;
}*/
#board #dish {
  z-index: 5;
}
#board #dish .story {
  top: 12%;
  left: 6%;
  max-width: 96%;
}
#board #dish.focus .story {
  left: 4%;
}
#board #dish .gallery {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  transition: top 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
#board #dish #gallery1 {
  display: block;
  background-image: url("../images/image_dish_flower.jpg");
 /* background-position: center;*/
}
#board #dish #gallery2 {
  background-image: url("../images/image_dish_amuse.jpg");
}
#board #dish #gallery3 {
  background-image: url("../images/image_dish_harumaki.jpg");
  background-position: center center;
}
#board #dish #gallery4 {
  background-image: url("../images/image_dish_pasta.jpg");
}
#board #dish #gallery5 {
  background-image: url(../images/image_dish_poisson.jpg);
}
#board #dish #gallery6 {
  background-image: url(../images/image_dish_viandes.jpg);
}
#board #dish #gallery7 {
  background-image: url(../images/image_dish_dessert.jpg);
}
#board #glass {
  background-image: url("../images/image_reservation.jpg");
  z-index: 7;
}
#board #glass .story {
  bottom: 13%;
  /*right: 6%;*/
  left: 50%;
  width: 450px;
  margin-left: -225px;
  top:30%;
  max-width: 88%;
}
#board #glass.focus .story {
  padding-top:20px;
  bottom: 13%;
  background-color: rgba(50, 50, 50, 0.7);
}
#board #tea {
  background-image: url("../images/image_info.jpg");
  background-position: center bottom;
  z-index: 6;
}
#board #tea .story {
  width:440px;
  padding: 20px 10px 0 10px;
  margin-left:-230px;
  background-color: rgba(50, 50, 50, 0.7);
  top: 20%;
  bottom: 20%;
  left: 50%;
  max-width: 88%;
}
#board #tea.focus .story {
  bottom: 20%;
  
}
#board #info {
  background-image: url(../images/image_top2.jpg);
  background-position: right center;
  z-index: 5;
}
#board #info > div {
  width: 20em;
  max-width: 85%;
  position: absolute;
  top: 9em;
  bottom: 1.5em;
  left: 2rem;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: all;
  transition-duration: 1.8s;
  transition-delay: 0.4s;
  opacity: 0;
  overflow: auto;
}
#board #info > div:after {
  clear: both;
  content: "";
  display: block;
}
#board #info.focus > div {
  transition-property: all;
  transition-duration: 1.8s;
  transition-delay: 0.4s;
  opacity: 1;
  top: 7.5em;
}
#board #info address .facebook {
  background-color: rgba(100, 100, 100, 0.5);
  box-sizing: border-box;
  padding: 1.4em 1.5em 1.1em;
  margin-bottom: .8em;
  overflow: hidden;
}
#board #info address .facebook > .post {
  overflow: auto;
}
#board #info address .facebook > .post p {
  font-size: .8rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
#board #info address .facebook > .post a {
  font-size: .9em;
  color: #b3b3b3;
  display: block;
  padding-bottom: .2em;
  transition: all .5s ease;
}
#board #info address .facebook > .post a:hover {
  color: #ffffff;
}
#board #info address .facebook .title {
  border-top: 1px solid #808080;
  padding-top: .5em;
}
#board #info address .facebook .title a {
  display: inline-block;
  transition: all ease .5s;
}
#board #info address .facebook .title a:hover {
  color: #999999;
}
#board #info address .facebook .title img {
  vertical-align: middle;
  padding-right: .8em;
}
#board #info address .facebook .title img + span {
  display: inline-block;
  font-size: .8rem;
  line-height: 1.5;
  vertical-align: middle;
}
#board #info address ul {
  border: 1px solid #4d4d4d;
  padding: 1.2em 1.3em .8em;
  box-sizing: border-box;
}
#board #info address li {
  color: #ffffff;
  font-size: .85rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 1.4;
  padding: 0 0 .5em;
}
#board #info address li .fb-like {
  float: right;
}
#board #info address li * {
  font-size: inherit;
}
#board #info address li span.note {
  display: inline-block;
}
#board #info address li a {
  color: #ffffff;
  position: relative;
  text-indent: 1.5em;
  display: inline-block;
}
#board #info address li a:before {
  content: "¡æ";
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: left .5s ease;
}
#board #info address li a:hover:before {
  left: 0.4em;
}
#board #info address li.tel a {
  text-indent: 0;
}
#board #info address li.tel a:before {
  content: "";
}
#board #info footer {
  position: absolute;
  bottom: 1.5em;
  right: 2rem;
  opacity: 0;
  transition: opacity 1.8s ease;
}
#board #info footer .copyrights {
  text-align: right;
  font-size: .9rem;
  color: #b3b3b3;
}
#board #info.focus footer {
  opacity: 1;
}
@keyframes blink {
  0% {
    bottom: 5%;
  }
  40% {
    bottom: 5%;
  }
  45% {
    bottom: 4.8%;
  }
  50% {
    bottom: 5%;
  }
  55% {
    bottom: 4.8%;
  }
  60% {
    bottom: 5%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes blink2 {
  0% {
    bottom: 4.8%;
  }
  40% {
    bottom: 4.8%;
  }
  45% {
    bottom: 5%;
  }
  50% {
    bottom: 4.8%;
  }
  55% {
    bottom: 5%;
  }
  60% {
    bottom: 4.8%;
  }
  100% {
    bottom: 4.8%;
  }
}
.go {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: .8rem;
  letter-spacing: .25em;
  line-height: 1;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s 3s ease;
}
.go a:active,
.go a:hover {
  opacity: 0.6;
}
.go svg {
  display: inline-block;
  margin-top: .7em;
}
.go svg g {
  stroke: white;
  stroke-width: 4;
  fill: none;
}
#dish .go {
  opacity: 0;
  transition: opacity .5s 0s ease;
}
#dish .go a {
  text-shadow: 0 0 5px black;
}
#dish .go a:active,
#dish .go a:hover {
  opacity: 0.6;
}
.scroll.blink {
  animation: blink 3s linear infinite 1s alternate;
  opacity: 1 !important;
}
#flick.blink {
  animation: blink2 3s ease-in-out infinite 1s alternate;
  opacity: 1 !important;
}
@media screen and (max-height: 35em), screen and (max-width: 640px) {
  .go {
    font-size: .7rem;
  }
  .go a {
    font-size: inherit;
  }
  header h1 {
    width: 6.5em;
    margin-bottom: 2em;
  }
  #board > div .story h2,
  #board > div .story p {
    line-height: 1.7;
    font-size: .7rem;
  }
  #board > div .story h2 span,
  #board > div .story p span {
    font-size: inherit;
  }
  #board > div .story p.caution {
    font-size: .65em;
  }
  #board #home h1 {
    width: 5.5em;
    left: 17%;
    margin-top: -2.5em;
  }
  #board #counter .story,
  #board #dish .story {
    bottom: 5%;
  }
  #board #glass .story,
  #board #tea .story {
    bottom: 7%;
  }
  #board #glass.focus .story,
  #board #tea.focus .story {
    bottom: 5%;
  }
  #board #info > div {
    top: 5.5em;
  }
  #board #info.focus > div {
    top: 4.5em;
  }
  #board #info address .facebook {
    padding: .8em .8em .7em;
  }
  #board #info address .facebook div.post {
    display: none;
  }
  #board #info address .facebook .title {
    border-top: none;
    padding-top: 0;
  }
  #board #info address ul {
    padding: .5em .8em .3em;
    margin-top: .5em;
  }
  #board #info address li {
    padding-bottom: .3em;
    font-size: .8em;
  }
  #board #info address li.address,
  #board #info address li.map,
  #board #info address li.reserve {
    padding-bottom: .2em;
  }
  #board #info address li.map,
  #board #info address li.reserve {
    font-size: .75em;
  }
  #board #info address li span.note {
    font-size: .8em;
  }
  #board #info footer .copyrights {
    font-size: .7rem;
  }
}
@media screen and (max-width: 640px) {
  br.decoration {
    display: none;
  }
  .story h2 span {
    display: inline-block;
  }
  body.open #header,
  body.open #board {
    margin-left: -100%;
  }
  #board > div .story h2,
  #board > div .story p {
    line-height: 1.8;
    font-size: .8rem;
    letter-spacing: 0;
  }
  #board > div .story p {
    text-align: center;
  }
  #board > div .story p.caution {
    font-size: .7em;
  }
  #board #counter .story,
  #board #dish .story,
  #board #glass .story,
  #board #tea .story {
    max-width: 85%;
  }
  #board #counter.focus .story,
  #board #dish.focus .story{
    right: 15%;
  }
  #board #glass .story,
  #board #tea .story{
    right: 7.5%;
  }
  #board #dish .story {
    right: 9%;
  }
  #board #info {
    overflow: auto;
  }
  #board #info > div {
    position: relative;
    margin: 6em auto 0;
    width: 85%;
    top: 0;
    left: 0;
  }
  #board #info.focus > div {
    top: 0;
    margin-top: 5em;
  }
  #board #info address .facebook {
    width: 100%;
    margin-bottom: 0;
  }
  #board #info address .facebook > .post p {
    font-size: .75rem;
  }
  #board #info footer {
    position: relative;
    bottom: 0;
    right: 7.5%;
    padding-top: .5em;
    padding-bottom: 1em;
  }
}
@media screen and (max-aspect-ratio: 3/4) {
  #board #home h1 {
    width: 7em;
    left: 25%;
    margin-left: -3.5em;
  }
  #board #home h1 path {
    fill: #ffffff;
  }
}
