@charset "utf-8";

/* reset */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
html, body, article, section, div, span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus { outline: 0; }
body {
  position: relative;
  line-height: 1;
  color: #000;
}
ol, ul { list-style: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  padding: 30px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #eee;
}
tr:nth-child(2n) { background: #fcfcfc; }
strong, b { font-weight: bold; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* tag */
html { font-size: 6.25%; }
body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16rem;
  line-height: 2;
  letter-spacing: .08em;
  color: #000;
  text-align: center;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li { list-style: none; }
img { border: none; }
a { color: #000; }
a img { display: block; }
a, button { outline: none; }
address { font-style: normal; }
textarea { overflow: auto; }
input,
textarea,
select,
button {
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 16rem;
  line-height: 2;
  letter-spacing: .08em;
  color: #000;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea { display: block; }
input[type=text],
input[type=email],
input[type=tel],
textarea {
  padding: 10px;
  letter-spacing: 0;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus { background: #fff; }
::-moz-selection
{
  color: #fff;
  background-color: #000;
}
::selection
{
  color: #fff;
  background-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
button,
radio,
checkbox,
label { cursor: pointer; }
button {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: none;
}
article { padding-bottom: 160px; }
section {
  text-align: left;
  margin: 160px 0 0 0;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
h2,
h3 {
  margin-bottom: 80px;
  text-align: center;
}
h2:before,
h3:before {
  display: block;
  width: 1px;
  height: 80px;
  background: #000;
  margin: 0 auto 30px auto;
  content: "";
}
h2 {
  font-size: 32rem;
  font-weight: bold;
  letter-spacing: .2em;
}
h3 { font-size: 24rem; }
h4 {
  font-size: 20rem;
  text-align: center;
}
i {
  display: inline-block;
  width: 1em;
  margin-right: .5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

/* common */
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }
.alignc { text-align: center!important; }
.alignl { text-align: left!important; }
.alignr { text-align: right!important; }
.width100 { width: 100%!important; }
.mb160 { margin-bottom: 160px!important; }
#loader,
#loader:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 9999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 0;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, .1);
  border-right: 3px solid rgba(0, 0, 0, .1);
  border-bottom: 3px solid rgba(0, 0, 0, .1);
  border-left: 3px solid rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loader_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9998;
}
#loader_wrap span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: 18px;
  font-family: Arial, sans-serif;
  font-size: 10rem;
  text-align: center;
  line-height: 1;
  color: rgba(0, 0, 0, .2);
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.lazyload,
.lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; }
.btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 80px 0 0 0;
  font-size: 0;
}
.btnwrap li:nth-child(n+2) .btn { margin-left: 20px; }
.btn {
  display: inline-block;
  position: relative;
  padding: 20px 80px;
  font-size: 18rem;
  line-height: 1;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #000;
}
.btn:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s ease-out, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  content: "";
  background-color: #000;
}
.btn:before {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.btn span {
  position: relative;
  -webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1);
  transition: color .5s cubic-bezier(.215, .61, .355, 1);
  z-index: 1;
}
.btn:hover > span,
.btn:focus > span { color: #fff; }
.btn:hover:before,
.btn:hover:after,
.btn:focus:before,
.btn:focus:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn_h a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.btn_h a:before {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s ease-out, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  background-color: #fff;
  content: "";
}
.btn_h a:before {
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.btn_h a span {
  position: relative;
  -webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1);
  transition: color .5s cubic-bezier(.215, .61, .355, 1);
}
.btn_h a:hover:before,
.btn_h a:focus:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover_h > li > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hover_h > li > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s ease-out, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  content: "";
}
.hover_h > li.active > a:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover_h > li > a > span {
  position: relative;
  -webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1);
  transition: color .5s cubic-bezier(.215, .61, .355, 1);
}
.hover_h > li > a:hover:before,
.hover_h > li > a:hover:after,
.hover_h > li > a:focus:before,
.hover_h > li > a:focus:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover_v > li > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: bolder;
  text-shadow: 2px 2px #000;
}
.hover_v > li > a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  opacity: 0;
  background-color: #ec632c;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s ease-out, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  content: "";
}
.hover_v > li.active > a:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover_v > li > a > span {
  position: relative;
  -webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1);
  transition: color .5s cubic-bezier(.215, .61, .355, 1);
}
.hover_v > li > a:hover:before,
.hover_v > li > a:focus:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hoverimg > li { overflow: hidden; }
.hoverimg > li > a {
  display: block;
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}
.hoverimg > li > a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverimg > li > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.inner {
  max-width: 920px;
  margin: 0 auto;
}
.inner p { margin-top: 80px; }
.small { font-size: 14rem; }
.loopslider_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 190px;
  overflow: hidden;
}
.loopslider_wrap:after {
  display: none;
  clear: none;
  content: "";
}
.loopslider {
  position: relative;
  width: 100%;
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
}
.loopslider ul {
  float: right;
  height: 190px;
  overflow: hidden;
}
.loopslider ul li {
  display: inline-block;
  float: left;
  width: 300px;
  height: 190px;
  overflow: hidden;
}
.loopslider ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.en { font-family: 'Libre Baskerville', serif; }
i.phone { background-image: url(../images/icon_phone.svg); }
i.phone_black { background-image: url(../images/icon_phone_black.svg); }
i.english { background-image: url(../images/icon_en.svg); }
i.english_black { background-image: url(../images/icon_en_black.svg); }
i.facebook { background-image: url(../images/icon_facebook.svg); }
i.facebook_black { background-image: url(../images/icon_facebook_black.svg); }
i.twitter { background-image: url(../images/icon_twitter.svg); }
i.twitter_black { background-image: url(../images/icon_twitter_black.svg); }
i.line { background-image: url(../images/icon_line.svg); }
i.line_black { background-image: url(../images/icon_line_black.svg); }
i.calendar { background-image: url(../images/icon_calendar.svg); }
i.calendar_white { background-image: url(../images/icon_calendar_white.svg); }

/* header */
header {
  position: relative;
  width: 100%;
  text-align: left;
  pointer-events: none;
}
header .wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
header h1 {
  position: absolute;
  top: 50px;
  left: 40px;
  pointer-events: auto;
}
header h1 img {
  display: block;
  width: auto;
  height: 50px;
}
header h1 .en {
  display: inline-block;
  font-size: 9rem;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, .9);
}
header .reserve_gnav {
  position: absolute;
  top: 40px;
  right: 40px;
  pointer-events: auto;
}
header .reserve_gnav a {
  display: inline-block;
  padding: 20px;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .5em;
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, .75);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
header .reserve_gnav i {
  width: 16px;
  height: 16px;
  margin: 0 0 1em 0;
}
header .info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 14rem;
  color: #fff;
  pointer-events: auto;
}
header .info li:first-child { margin-bottom: 2px; }
header .info i {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
header .info .en {
  display: inline-block;
  margin-left: .5em;
  font-size: 20rem;
  letter-spacing: .2em;
  color: #fff;
}
header .sns {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  pointer-events: auto;
}
header .sns li {
  margin-left: 10px;
  font-size: 0;
}
header .sns li:first-child { margin-left: 0; }
header .sns i {
  width: 30px;
  height: 30px;
  margin: 0;
}
#gnav {
  position: absolute;
  top: 50px;
  left: 265px;
  pointer-events: auto;
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#gnav li {
  position: relative;
  margin: 30px 0 0 10px;
}
#gnav li:before {
  display: block;
  position: absolute;
  top: -30px;
  left: 25px;
  width: 2px;
  height: 10px;
  background: rgba(255, 255, 255, 1);
  content: "";
}
#gnav li:first-child { margin-left: 0; }
#gnav a {
  width: 2.8em;
  padding: 0 .9em;
  font-size: 18rem;
  line-height: 1;
  letter-spacing: .5em;
  text-decoration: none;
  color: #fff;
}
#gnav a span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#snav {
  position: fixed;
  width: 100%;
  height: 90px;
  top: -90px;
  left: 0;
  background: rgba(236, 99, 44, 1);
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  z-index: 100;
}
#snav.scrolled {
  top: 0;
  background: rgba(255, 255, 255);
}
#snav .logo {
  position: absolute;
  top: 25px;
  left: 40px;
  pointer-events: auto;
}
#snav .logo img {
  display: block;
  width: auto;
  height: 40px;
}
#snav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 245px;
  padding: 25px 0 25px 215px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#snav li {
  margin-left: 30px;
  font-size: 0;
  pointer-events: auto;
}
#snav li:first-child { margin-left: 0; }
#snav li a {
  padding: 10px 0;
  font-size: 16rem;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
}
#snav .reserve_snav {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: auto;
}
#snav .reserve_snav a {
  display: block;
  position: relative;
  width: 245px;
  height: 90px;
  margin: 0;
  padding: 0;
  font-size: 16rem;
  font-weight: bold;
  line-height: 90px;
  text-decoration: none;
  text-align: center;
  border: none;
  color: #fff;
}
#snav .reserve_snav a:before { background-color: #fff; }
#snav .reserve_snav a:hover span,
#snav .reserve_snav a:focus span { color: #000; }
#snav .reserve_snav a i {
  width: 14px;
  height: 14px;
  margin: 0 .7em 0 0;
}
#hnav { display: none;}
#mv {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  pointer-events: auto;
}
#mv.home { height: 100vh;}
#mv .mvlower { height: 600px; }
#mv #carousel { z-index: -1; }
#mv #carousel .slick-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#mv .mvlower,
#mv #carousel li.slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#mv #carousel li:nth-child(1).slick-slide { background-image: url(../images/mv_home_01.jpg); }
#mv #carousel li:nth-child(2).slick-slide { background-image: url(../images/mv_home_04.jpg); }
#mv #carousel li:nth-child(3).slick-slide { background-image: url(../images/mv_home_02.jpg); }
#mv #carousel li:nth-child(4).slick-slide { background-image: url(../images/mv_home_06.jpg); }
#mv #carousel li:nth-child(5).slick-slide { background-image: url(../images/mv_home_10.jpg); }
#mv #carousel li:nth-child(6).slick-slide { background-image: url(../images/mv_home_05.jpg); }
#mv #carousel li:nth-child(7).slick-slide { background-image: url(../images/mv_home_09.jpg); }
#mv #carousel li:nth-child(8).slick-slide { background-image: url(../images/mv_home_08.jpg); }
#mv #menu { background-image: url(../images/mv_menu.jpg); }
#mv #cuisine { background-image: url(../images/mv_cuisine.jpg); }
#mv # { background-image: url(); }
#mv # { background-image: url(); }
#mv # { background-image: url(); }
#mv # { background-image: url(); }
#mv #news { background-image: url(../images/mv_news.jpg); }
#mv .slick-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0;
  font-size: 0;
  list-style: none;
}
#mv .slick-dots li {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
#mv .slick-dots li button {
  display: block;
  color: transparent;
  background: transparent;
  width: 12px;
  height: 12px;
  border: 0;
  outline: none;
  cursor: pointer;
}
#mv .slick-dots li button:hover,
#mv .slick-dots li button:focus { outline: none; }
#mv .slick-dots li button:hover:before,
#mv .slick-dots li button:focus:before { opacity: 1.0; }
#mv .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: .6;
  border-radius: 6px;
  content: "";
}
#mv .slick-dots li.slick-active button:before { opacity: 1.0; }
@-webkit-keyframes scroll {
  0% { -webkit-transform:translateY(-100%); transform:translateY(-100%) }
  100% { -webkit-transform:translateY(200%); transform:translateY(200%) }
}
@keyframes scroll {
  0% { -webkit-transform:translateY(-100%); transform:translateY(-100%) }
  100% { -webkit-transform:translateY(200%); transform:translateY(200%) }
}
#mv .scroll {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  z-index: 1;
}
#mv .scroll.short { height: 40px; }
#mv .scroll:before {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: "";
}
#mv .scroll:after {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
  animation-timing-function: cubic-bezier(.645,.045,.355,1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  content: "";
}

/* footer */
footer {
  position: relative;
  width: 100%;
  height: 600px;
  color: #fff;
  background-image: url(../images/img_footer.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: auto;
}
/* edge */
@supports (-ms-ime-align:auto) {
  footer { background-attachment: scroll; }
}
/* ie11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, footer { background-attachment: scroll; }
}
footer .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
@-webkit-keyframes scrolltop {
  0% { -webkit-transform:translateY(200%); transform:translateY(200%) }
  100% { -webkit-transform:translateY(-100%); transform:translateY(-100%) }
}
@keyframes scrolltop {
  0% { -webkit-transform:translateY(200%); transform:translateY(200%) }
  100% { -webkit-transform:translateY(-100%); transform:translateY(-100%) }
}
footer .scrolltop {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  z-index: 1;
}
footer .scrolltop div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
footer .scrolltop div:before {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: "";
}
footer .scrolltop div:after {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: scroll;
  animation-name: scrolltop;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
  animation-timing-function: cubic-bezier(.645,.045,.355,1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  content: "";
}
footer .scrolltop span {
  display: block;
  margin: 15px auto 0 auto;
  font-size: 12rem;
  text-decoration: none;
  letter-spacing: .2em;
  color: #fff;
}
footer address {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 12rem;
  text-align: left;
}
footer address img {
  display: block;
  width: auto;
  height: 40px;
  margin-bottom: 10px;
}
footer address a { color: #fff; }
footer .sns {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
footer .sns li {
  margin-left: 10px;
  font-size: 0;
}
footer .sns li:first-child { margin-left: 0; }
footer .sns i {
  width: 30px;
  height: 30px;
  margin: 0;
}
footer small {
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  font-size: 12rem;
  pointer-events: none;
}
footer small a {
  color: #fff;
  pointer-events: auto;
}

/* home */
.home_outline {
  position: relative;
  margin: 0;
}
.home_outline ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 1;
}
.home_outline li {
  width: 2em;
  height: 24em;
  margin-left: 2em;
  color: #fff;
  font-size: 20rem;
  line-height: 2;
  letter-spacing: .2em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.home_outline li:last-child { margin-left: 0; }
.home_outline .inview-zoom {
  height: 100vh;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
}
.home_outline .inview-zoom div { background-image: url(../images/img_home_01.jpg); }
.home_news p { text-align: center; }
.home_news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home_news dt {
  width: 15%;
  margin-top: 1.5em;
}
.home_news dd {
  width: 85%;
  margin-top: 1.5em;
}
.home_news dt:nth-child(1),
.home_news dd:nth-child(2) { margin-top: 0; }

/* access */
#map_canvas {
  width: 100%;
  height: 700px;
}
.googlemap iframe {
    -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  display: block;
  width: 100%;
  height: 700px;
  border: 0;
}
#access h3 { margin: 0 0 80px 0; }
#access h3:before { display: none; }
#access i.car,
#access i.train {
  display: block;
  width: 70px;
  height: 30px;
  margin: 0 auto;
}
#access .access_route { padding: 160px 0; }
#access .access_route.car { padding: 0; }
#access .access_route.car h3 {
  padding-top: 160px;
  border-top: 1px solid #e5e5e5;
}
#access .access_route p {
  max-width: 920px;
  margin: 0 auto;
}
#access .access_route.train .access_detail { width: 25%; }
#access .access_route.car .access_detail { width: 33%;}
#access .access_detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#access .access_route.train .access_detail_wrap { max-width: 1240px; }
#access .access_detail {
  padding: 0 40px 80px 0;
  text-align: left;
}
#access .access_detail h4 {
  margin-bottom: 40px;
  font-size: 20rem;
  text-align: center;
}
#access .access_detail ul li:nth-child(odd) {
  position: relative;
  padding-left: 48px;
  font-size: 20rem;
  font-weight: bold;
  line-height: 28px;
}
#access .access_detail ul li:nth-child(odd):before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 15px;
  background: #bfbfbf;
  content: "";
}
#access .access_detail ul li:nth-child(odd):after {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  content: "";
}
#access .access_detail ul li:nth-child(even) {
  position: relative;
  height: 100px;
  margin-left: 11px;
  padding: 0 0 0 32px;
  font-size: 14rem;
  line-height: 1.5;
  border-left: 6px solid #e5e5e5;
}
#access .access_detail ul li:nth-child(even) span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#access .access_detail ul li:last-child:before { background: #000; }

/* layout */
.layout_title {
  position: relative;
  margin-top: 0;
  text-align: center;
}
.layout_title h2 {
  position: relative;
  display: inline-block;
  margin: 120px auto;
  font-size: 38rem;
  text-align: center;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.layout_title h2:before {
  position: absolute;
  top: -120px;
  left: 50%;
}
.layout_outline_forward {
  position: relative;
  margin-top: 240px;
}
.layout_outline_forward:before {
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  top: -80px;
  left: 50%;
  background: #000;
  content: "";
}
.layout_outline_forward:after {
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 50%;
  background: #fff;
  content: "";
}
.layout_outline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 920px;
  margin: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.layout_outline .wrap {
  display: block;
  width: 50%;
  padding: 80px;
  background: #fff;
}
.layout_outline .wrap p { margin-bottom: 2em; }
.layout_outline .wrap p:last-child { margin-bottom: 0; }
.layout_outline .wrap h2 {
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.9;
}
.layout_outline .wrap h2:before { display: none; }
.layout_outline .wrap .alignc h2 { text-align: center; }
.layout_outline .inview-zoom {
  position: absolute;
  top: 0;
  left: 50%;
  height: 920px;
  margin: 0 0 0 -160px;
  z-index: -1;
}
.layout_outline .inview-zoom img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.layout_outline.r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.layout_outline.r .inview-zoom {
  left: auto;
  right: 50%;
  margin: 0 -160px 0 0;
}
.layout_outline.r .inview-zoom img {
  left: auto;
  right: 0;
}
.layout_listimg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout_listimg li {
  width: 33%;
  background: #000;
}
.layout_column {
  width: 99%;
  margin: 160px auto 0 auto;
}
.layout_column .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 920px;
  margin: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.layout_column .wrap {
  max-width: 800px;
  color: #fff;
  text-align: center;
}
.layout_column .wrap ul {
  height: 580px;
  margin: 0 auto;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.layout_column .wrap li {
  position: relative;
  margin-right: 1em;
  padding-top: 3em;
}
.layout_column .wrap li:before {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 1px;
  height: 2em;
  background: rgba(255, 255, 255, .5);
  content: "";
}
.layout_column .wrap li:first-child { margin-right: 0; }
.layout_column .wrap li.mr { margin-right: 3em; }
.layout_column .wrap li.small:before { display: none; }
.layout_column .wrap h4 { margin-bottom: 2em; }
.layout_column .wrap p {
  margin: 0;
  line-height: 3;
  text-align: left;
}
.layout_column .wrap p.small {
  display: inline-block;
  font-size: 14rem;
  line-height: 2em;
  text-align: left;
}
.layout_column .wrap p .name {
  display: block;
  margin-top: 2em;
  text-align: right;
}

.layout_column .wrap .btn {
  margin-top: 50px;
  font-size: 16rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}
.layout_column .wrap .btn:before { background: rgba(255, 255, 255, .1); }

.layout_column .inview-zoom {
  position: absolute;
  top: 0;
  left: 0;
  height: 920px;
  z-index: -1;
}
.layout_column .inview-zoom img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.layout_column.menu .inview-zoom div { background-image: url(../images/img_column_menu_01.jpg); }
.layout_column.crab .inview-zoom div { background-image: url(../images/img_column_crab_01.jpg); }
.layout_column.seafood .inview-zoom div { background-image: url(../images/img_column_seafood_01.jpg); }
.layout_slideshow .inview-zoom { height: 600px; }
.layout_slideshow.menu .inview-zoom div { background-image: url(../images/img_slideshow_home_01.jpg); }
/*.layout_slideshow.cuisine .inview-zoom div { background-image: url(../images/img_slideshow_home_02.jpg); }*/
.layout_slideshow.cuisine .inview-zoom div { background-image: url(../images/img_slideshow_home_03.jpg); }
.layout_slideshow.crab .inview-zoom div { background-image: url(../images/img_slideshow_crab_01.jpg); }
.layout_slideshow.guestroom_01 .inview-zoom div { background-image: url(../images/img_slideshow_guestroom_01.jpg); }
.layout_slideshow.guestroom_02 .inview-zoom div { background-image: url(../images/img_slideshow_guestroom_02.jpg); }
.layout_slideshow.guestroom_03 .inview-zoom div { background-image: url(../images/img_slideshow_guestroom_03.jpg); }
