@charset "UTF-8";
/*@mixin fontsize($size: 24, $base: 14) {
	font-size: $size + px;
	font-size: ($size / $base) * 1rem;
}*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
html {
  height: 100%;
}
body {
  color: #333; font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  height: 100%;
  /*overflow: hidden;*/
  background-color: #fff;
}
.wrapper {
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
main {
  background-color: #fff;
  display: block;
}
.inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 3.88889vw;
  }
  .inner {
    width: 100%;
    max-width: inherit;
  }
  main {
    overflow: hidden;
  }
}
/*--- link ---*/
a {
  color: #333;
}
a:link, a:hover, a:active, a:focus {
  color: #333;
  border: none;
  text-decoration: none;
}
/*--- btn ---*/
/*---------------------------
		pageTop
----------------------------*/
#pageTop {
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: url(../images/pagetop.png) no-repeat center center rgba(255, 255, 255, 0.9);
  background-size: 9px;
  position: absolute;
  right: 50px;
  top: -25px;
  box-shadow: 0px 0px 2px #eee;
  transition: 0.3s all;
}
#pageTop:hover {
  background-position: center 44%;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #pageTop {
    right: 3%;
    top: -35px;
  }
}
/*---------------------------
		header / nav
----------------------------*/
header h1 {
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 9997;
}
header #gnav {
  background-color: #fff;
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  height: 70px;
}
header #gnav nav {
  float: right;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  margin-right: 280px;
}
header #gnav nav ul {
  margin-top: -5px;
}
header #gnav nav ul li {
  float: left;
  margin-left: 40px;
  line-height: 70px;
  width: 60px;
  text-align: center;
}
header #gnav nav ul li a {
  font-size: 16px;
  transition: 0.5s all;
  display: block;
  line-height: 70px;
  position: relative;
}
header #gnav nav ul li a:after {
  content: '';
  background-color: #000;
  position: absolute;
  bottom: 10px;
  left: 25%;
  width: 50%;
  height: 2px;
  z-index: 100;
  transform: scaleX(0);
  transition: 0.3s all;
}
header #gnav nav ul li a:hover {
  opacity: 0.7;
}
header #gnav nav ul li a:hover:after {
  transform: scaleX(1);
}
header #gnav nav ul li a.current:after {
  transform: scaleX(1);
}
header #gnav nav ul li:nth-child(2).open .subNav {
  display: block !important;
}
header #gnav nav ul li:nth-child(4) {
  line-height: 1px;
  padding-top: 25px;
  width: 20px;
}
header #gnav nav ul li:nth-child(4) a {
  line-height: 1px;
}
header #gnav nav ul li:nth-child(4) a:after {
  display: none !important;
}
header #gnav nav ul li:last-child {
  line-height: 1px;
  padding-top: 25px;
  width: 20px;
}
header #gnav nav ul li:last-child a {
  line-height: 1px;
}
header #gnav nav ul li:last-child a:after {
  display: none !important;
}
header #gnav nav ul li .subNav {
  position: absolute;
  padding-top: 20px;
  top: 70px;
  left: 0;
  height: 70px;
  z-index: 101;
  width: 100%;
  background-color: #fff;
  display: none;
}
header #gnav nav ul li .subNav i {
  display: block;
  background-color: #000;
  position: absolute;
  top: 40px;
  right: 316px;
  width: 140px;
  height: 30px;
  z-index: -1;
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
  opacity: 0;
  transition: 0.5s all;
}
header #gnav nav ul li .subNav i.active {
  opacity: 1;
}
header #gnav nav ul li .subNav dl {
  position: absolute;
  right: 316px;
  z-index: 101;
}
header #gnav nav ul li .subNav dl:before {
  content: '';
  background-color: #000;
  width: 2px;
  height: 25px;
  position: absolute;
  top: -20px;
  left: 234px;
}
header #gnav nav ul li .subNav dl dd {
  float: left;
}
header #gnav nav ul li .subNav dl dd a {
  font-size: 14px;
  padding: 0 20px;
}
header #gnav nav ul li .subNav dl dd a.current {
  color: #fff;
}
header #gnav nav ul li .subNav dl dd a:hover {
  color: #fff;
  opacity: 1;
}
header #gnav nav ul li .subNav dl dd a:after {
  display: none;
}
header .btnReserv {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9997;
}
header .btnReserv.btnReserv2 {
  right: 120px;
}
header .btnReserv a {
  display: block;
  width: 120px;
  height: 90px;
  background-color: #050304;
  text-align: center;
}
header .btnReserv.btnReserv2 a {
  background: #495259;
}
header .btnReserv.btnReserv2 a span {
  padding-top: 40px;
  margin-top: 0;
}
header .btnReserv a span {
  color: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  background: url(../images/icon_reserv.png) no-repeat center 0;
  background-size: 16px;
  display: inline-block;
  padding-top: 15px;
  margin-top: 25px;
  transition: 0.5s all;
}
header .btnReserv.btnReserv2 a span {
  background: url(../images/icon_takeout.png) no-repeat center 20px;
  background-size: 15px 20px;
}
header .btnReserv a:hover span {
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9997;
    width: 100px;
  }
  header .menuWrap {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9996;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 70px;
    display: none;
  }
  header #gnav {
    background: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  header #gnav nav {
    float: none;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    margin-right: 0;
  }
  header #gnav nav ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  header #gnav nav ul li {
    float: none;
    margin-left: 0px;
    line-height: 40px;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  header #gnav nav ul li a {
    font-size: 14px;
    font-size: 3.88889vw;
    transition: 0.5s all;
    display: block;
    line-height: 40px;
  }
  header #gnav nav ul li a:hover {
    opacity: 0.7;
  }
  header #gnav nav ul li a:after {
    display: none;
  }
  header #gnav nav ul li a.current {
    background-color: rgba(255, 255, 255, 0.8);
  }
  header #gnav nav ul li:nth-of-type(2) {
    position: relative;
  }
  header #gnav nav ul li:nth-of-type(2):after {
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(../images/arrow2.png) no-repeat 0 0;
    background-size: 8px;
    width: 8px;
    height: 15px;
    margin-top: -7.5px;
  }
  header #gnav nav ul li:nth-of-type(2).active:after {
    transform: rotate(-180deg);
  }
  header #gnav nav ul li:nth-of-type(2).open:after {
    display: none;
  }
  header #gnav nav ul li:nth-of-type(2) a.current {
    background: none;
  }
  header #gnav nav ul li:nth-of-type(4) {
    float: left;
    line-height: 1px;
    padding-top: 0px;
    padding: 15px 0;
    border-bottom: 0px;
    width: 25px;
    margin-right: 20px;
  }
  header #gnav nav ul li:nth-of-type(4) a {
    line-height: 1px;
  }
  header #gnav nav ul li:nth-of-type(4) a img {
    width: 25px;
  }
  header #gnav nav ul li:last-child {
    float: left;
    line-height: 1px;
    padding-top: 0px;
    padding: 15px 0;
    border-bottom: 0px;
    width: 25px;
  }
  header #gnav nav ul li:last-child a {
    line-height: 1px;
  }
  header #gnav nav ul li:last-child a img {
    width: 25px;
  }
  header #gnav nav ul li .subNav {
    position: relative;
    padding-top: 0px;
    top: 0px;
    left: 0;
    height: auto;
    z-index: 101;
    width: 100%;
    background: none;
    display: none;
  }
  header #gnav nav ul li .subNav i {
    display: none;
  }
  header #gnav nav ul li .subNav dl {
    position: relative;
    right: auto;
    z-index: 101;
  }
  header #gnav nav ul li .subNav dl:before {
    display: none;
  }
  header #gnav nav ul li .subNav dl dd {
    float: none;
    margin-left: 0px;
    background-color: rgba(240, 240, 240, 0.5);
    border-bottom: 1px solid #eee;
  }
  header #gnav nav ul li .subNav dl dd a {
    font-size: 14px;
    font-size: 3.88889vw;
  }
  header #gnav nav ul li .subNav dl dd a.current {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header #gnav nav ul li .subNav dl dd a:hover {
    color: #333;
    opacity: 1;
  }
  header #gnav nav ul li .subNav dl dd a:after {
    display: none;
  }
  header .btnReserv {
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
  }
  header .btnReserv a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #050304;
    text-align: center;
  }
  header .btnReserv.btnReserv2 {
    bottom: -60px;
  }
  header .btnReserv.btnReserv2 a {
    background: #495259;
  }
  header .btnReserv a span {
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    background: url(../images/icon_reserv.png) no-repeat left 50%;
    background-size: 16px;
    display: inline-block;
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-left: 25px;
    transition: 0.5s all;
  }
  header .btnReserv a:hover span {
    letter-spacing: 0.1em;
    opacity: 0.7;
  }
  header .btnReserv.btnReserv2 a span {
    background: url(../images/icon_takeout.png) no-repeat left 50%;
    background-size: 15px 20px;
  }
  .menu {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 9997;
    cursor: pointer;
  }
  .menu:after {
    content: '';
    background-color: #000;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27.5px 0 0 -24px;
    z-index: -1;
  }
  .menu .menu-trigger, .menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu .menu-trigger {
    position: relative;
    width: 24px;
    height: 20px;
  }
  .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu .menu-trigger span:nth-of-type(2) {
    top: 8.5px;
  }
  .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
  .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .subNav dl {
    right: 350px !important;
  }
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .subNav dl {
    right: 350px !important;
  }
}
/*---------------------------
		scroll
----------------------------*/
#mv {
  clear: both;
  padding-bottom: 35px;
  margin-bottom: 140px;
}
#mv .scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 10;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  padding-top: 45px;
  overflow: hidden;
}
#mv .scroll i {
  display: inline-block;
  background: url(../images/scroll.png) no-repeat 0 0;
  background-size: 9px;
  width: 9px;
  height: 47px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -4.5px;
  animation: act 3s ease-in 0s infinite normal;
}
@media screen and (max-width: 768px) {
  #mv {
    clear: both;
    padding-bottom: 35px;
    margin-bottom: 70px;
  }
  #mv .scroll {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 10;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    padding-top: 45px;
    overflow: hidden;
    font-size: 12px;
    font-size: 3.33333vw;
    margin-left: -20px;
  }
  #mv .scroll i {
    display: inline-block;
    background: url(../images/scroll.png) no-repeat 0 0;
    background-size: 9px;
    width: 9px;
    height: 47px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -4.5px;
    animation: act 3s ease-in 0s infinite normal;
  }
}
@keyframes act {
  0% {
    top: -300px;
  }
  100% {
    top: 100px;
  }
}
/*---------------------------
		h2
----------------------------*/
.block {
  position: relative;
  margin-bottom: 120px;
}
.block .inner {
  position: relative;
}
.block h2 {
  position: absolute;
  left: -100px;
  z-index: 100;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .block {
    position: relative;
    margin-bottom: 120px;
  }
  .block .inner {
    position: relative;
  }
  .block h2 {
    position: absolute;
    top: -50px;
    left: -10px;
    z-index: 100;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 16px;
    font-size: 4.44444vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-color: #fff;
    padding: 30px 5px;
  }
}
/*---------------------------
		footer
----------------------------*/
footer {
  text-align: center;
  position: relative;
}
footer p {
  background-color: #f7f7f7;
  height: 50px;
  line-height: 50px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer p {
    background-color: #f7f7f7;
    height: 50px;
    line-height: 50px;
    font-size: 8px;
    font-size: 2.22222vw;
    letter-spacing: 0.1em;
  }
}
/*---------------------------
		map
----------------------------*/
#map {
  width: 100%;
  height: 500px;
}
/*---------------------------
		clearfix
----------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}
.sp_none {
  display: inline-block;
}
.pc_br {
  display: block;
}
.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/*-----------------------
		anime
------------------------*/
main .pic {
  clear: both;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
main .pic img {
  opacity: 1;
}
main .pic:before {
  content: '';
  background-color: #fff;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.5s all ease-in-out;
  transform-origin: right;
}
main .pic:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.4s all ease-in-out;
  transition-delay: 0.5s;
  transform-origin: right;
  opacity: 1;
}
main .pic.right {
  float: right;
}
main .pic.right:before {
  transform-origin: left;
}
main .pic.right:after {
  transform-origin: left;
}
main .pic.picAnime:before {
  transform: scaleX(0);
  left: 0;
}
main .pic.picAnime:after {
  transform: scaleX(0);
  left: 0;
}
main .pic.picAnime img {
  opacity: 1;
}
main .btn {
  float: right;
  margin-right: 15px;
}
main .btn a {
  display: inline-block;
  color: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  width: 210px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  font-style: italic;
  position: relative;
  z-index: 1;
}
main .btn a:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: -1;
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
main .btn a span {
  margin-left: -50px;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  position: relative;
}
main .btn a span i {
  display: inline-block;
  background: url(../images/arrow1.png) no-repeat 0 0;
  background-size: 41.5px;
  width: 41.5px;
  height: 5px;
  position: absolute;
  bottom: 5px;
  left: 3.2em;
  z-index: 3;
  transition: 0.5s all;
}
main .btn a:hover span i {
  margin-left: 5px;
}
main .btn.iv a:after {
  left: 0;
  opacity: 1;
}
main .btn.iv a span {
  margin-left: 0px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .btn {
    float: right;
    margin-right: 15px;
  }
  main .btn a {
    display: inline-block;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    width: 210px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    box-sizing: border-box;
    font-style: italic;
    position: relative;
    z-index: 1;
  }
  main .btn a:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
    transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    opacity: 0;
    transition: 0.3s all ease-in-out;
  }
  main .btn a span {
    margin-left: -50px;
    opacity: 0;
    transition: 0.5s all ease-in-out;
    position: relative;
  }
  main .btn a span i {
    display: inline-block;
    background: url(../images/arrow1.png) no-repeat 0 0;
    background-size: 41.5px;
    width: 41.5px;
    height: 5px;
    position: absolute;
    bottom: 5px;
    left: 3.2em;
    z-index: 3;
    transition: 0.5s all;
  }
  main .btn a:hover span i {
    left: 3.6em;
  }
  main .btn.iv a:after {
    left: 0;
    opacity: 1;
  }
  main .btn.iv a span {
    margin-left: 0px;
    opacity: 1;
  }
}
/*-----------------------
		loading
------------------------*/
body {
  height: 100%;
  overflow: hidden;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  transform-origin: right;
}
#loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 1;
  transition: 0.6s all ease-in-out;
  transition-delay: 0.3s;
  transform-origin: right;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  transition: 0.8s all ease-in-out;
  transform: scale(1);
  margin-top: -80px;
}
#loading .logo img {
  width: 150px;
}
#loading.load .logo {
  opacity: 0;
}
#loading.load:before {
  transform: scaleX(0);
}
#loading.load:after {
  transform: scaleX(0);
}
#loading.load .loader {
  opacity: 0;
}
#loading .loader, #loading .loader:before, #loading .loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#loading .loader {
  color: #ccc;
  font-size: 10px;
  margin: -10px auto 10px;
  position: relative;
  z-index: 9999;
  top: 55%;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loading .loader:before, #loading .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
#loading .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loading .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@media screen and (max-width: 768px) {
  #loading .loader {
    top: 52%;
  }
  #loading .logo {
    margin-top: -74px;
  }
  #loading .logo img {
    width: 120px;
  }
}
/*--------------------------
		top
---------------------------*/
#top #mv {
  position: relative;
  min-height: 540px;
}
#top #mv ul.txt {
  position: absolute;
  bottom: 73px;
  left: 5%;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  z-index: 100;
}
#top #mv ul.txt li {
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
  margin-top: 37px;
  margin-left: -30px;
  opacity: 0;
  transition: 1.5s all ease-in-out;
  transition-delay: 1s;
}
#top #mv ul.txt li span {
  font-size: 24px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  padding: 5px 10px;
}
#top #mv ul.txt li.txtAct {
  margin-left: 0;
  opacity: 1;
}
#top #mv .bg {
  transform: scale(0.98);
  transition: 3s all ease-in-out;
  position: relative;
  z-index: 0;
  opacity: 0;
  min-height: 600px;
  filter: brightness(300%);
  overflow: hidden;
  /*background: url(../images/top/mv.jpg) no-repeat center 0;
			background-size: cover;*/
}
#top #mv .bg.ver2 {
  background: url(../images/top/mv.jpg) no-repeat center 0;
  background-size: cover;
}
#top #mv .bg.ver2 img {
  opacity: 0;
}
#top #mv .bg.anime {
  transform: scale(1);
  opacity: 1;
  filter: brightness(100%);
}
#top #mv .bg .slider {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
}
#top #mv .bg .slider li {
  position: absolute;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  opacity: 0;
}
#top #mv .bg .slider li:after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -900px;
  width: 1000px;
  height: 100vh;
  z-index: 2;
}
#top #mv .bg .slider li:nth-child(1) {
  opacity: 1;
  background: url(../images/top/slide1.jpg) no-repeat center center;
  background-size: cover;
}
#top #mv .bg .slider li:nth-child(2) {
  background: url(../images/top/slide2.jpg) no-repeat center center;
  background-size: cover;
}
#top #mv .bg .slider li:nth-child(3) {
  background: url(../images/top/slide3.jpg) no-repeat center center;
  background-size: cover;
}
#top #mv .bg .slider_sp {
  display: none;
}
#top #event ul {
  overflow: hidden;
}
#top #event ul li {
  margin-bottom: 80px;
}
#top #event ul li .pic {
  float: left;
  margin-right: 25px;
}
#top #event ul li:nth-child(odd) .pic {
  float: right;
  margin-right: 0px;
  margin-left: 25px;
}
/* #top #event ul li .pic.right {
  float: right;
  margin-right: 0px;
  margin-left: 25px;
} */
#top #event ul li .textArea {
  overflow: hidden;
  zoom: 1;
  opacity: 0;
  transition: 2s all ease-in-out;
}
#top #event ul li .textArea h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 34px;
  line-height: 1.4;
  padding-bottom: 47px;
  position: relative;
  margin-bottom: 40px;
}
#top #event ul li .textArea h3 .font_m {
  font-size: 26px;
  line-height: normal;
  display: inline-block;
}
#top #event ul li .textArea h3 span {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
  padding-bottom: 20px;
}
#top #event ul li .textArea h3 span:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -15px;
}
#top #event ul li .textArea.iv {
  opacity: 1;
}
#top #event ul li .textArea p {
  margin-bottom: 40px;
}
#top #about ul {
  margin-top: 35px;
}
#top #about ul li .pic {
  float: left;
}
#top #about ul li .pic.right {
  float: right;
}
#top #about ul li .textArea {
  width: 478px;
  box-sizing: border-box;
  float: right;
  padding: 140px 40px 0;
  font-size: 15px;
  opacity: 0;
  transition: 2s all ease-in-out;
	
}
#top #about ul li .textArea p {
  line-height: 2.6;
}
#top #about ul li .textArea p span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1.8;
  /*transform: skew(-15deg,0);
							-ms-transform: skew(-15deg,0);
							-webkit-transform: skew(-15deg,0);
							-moz-transform: skew(-15deg,0);*/
}
#top #about ul li .textArea.iv {
  opacity: 1;
}
#top #about ul li:nth-child(1) .textArea {
  background-color: #fff;
  margin-top: -200px;
  position: relative;
  z-index: 10;
  text-align: center;
  float: left;
  padding: 140px 70px 0;
}
#top #about ul li:nth-child(1) .textArea p {
  text-align: left;
	margin-top: 2em;
}
#top #about ul li:nth-child(2) .textArea {
  padding-top: 50px;
}
#top #about ul li:nth-child(2) .textArea p span {
  margin: 0 5px;
}
#top #menu {
  clear: both;
}
#top #menu ul li {
	/*margin-left: 7.5px;*/
  /*width: 314px;*/
	width: calc(50% - 10px);
}
#top #menu ul li a,
#top #menu ul li .i_inner {
  display: inline-block;
  padding: 8px 5px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  transition: 0.7s all;
  /*&:after{
						content:'';
						border: 1px solid #000;
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						opacity: 0;
						transition: 0.7s all;
						box-shadow: 0 0 20px #ddd;
					}*/
}
#top #menu ul li .i_inner img,
#top #menu ul li a img {
  transition: 0.7s all;
	width: 100%;
}
#top #menu ul li a:hover {
  box-shadow: 0 0 20px #ececec;
}
#top #menu ul li a:hover img {
  opacity: 0.7;
}
#top #menu ul li a:hover:after {
  opacity: 1;
}
#top #menu ul li a p {
  /*padding: 40px;*/
  padding: 10px 40px 20px;
  opacity: 0;
  transition: 1s all ease-in-out;
  text-align: left;
}
#top #menu ul li a p.iv {
  opacity: 1;
}
#top #menu ul li:first-child {
	/*margin-left: 0;*/
	/*margin-top: 250px;*/
  margin-top: 125px;
	position: absolute;
}
#top #menu ul li:nth-child(2) {
	/*margin-top: 125px;*/
  margin-top: 0;
	float: right;
}
#top #menu ul li:nth-child(3) {
	margin-top: 620px;
	float: left;
}
#top #menu ul li:nth-child(4) {
	margin-top: 40px;
	float: right;
}
#top #location .inner {
  margin-bottom: 230px;
  padding-right: 8%;
}
#top #location h2:after {
  content: '';
  background-color: #fff;
  position: absolute;
  right: -70px;
  top: 0;
  width: 500px;
  height: 500px;
  z-index: -1;
}
#top #location .info {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 420px;
  margin-left: 53vw;
  /* padding: 60px; */
  padding: 45px;
  top: 180px;
  opacity: 0;
  transition: 1s all ease-in-out;
}
#top #location .info.iv {
  top: 130px;
  opacity: 1;
}
#top #location .info h3 {
  border-bottom: 1px solid #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 35px;
  font-weight: 400;
}
#top #location .info p {
  margin-bottom: 40px;
}
#top #location .info h4 {
  margin-bottom: 15px;
  font-weight: bold !important;
}
#top #location .info dl {
  overflow: hidden;
}
#top #location .info dl dt {
  clear: both;
  float: left;
  width: 170px;
  margin-bottom: 15px;
  font-weight: 500;
}
#top #location .info dl dd {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 15px;
  margin-left: 150px;
}
#top #location .info dl dd small {
  font-size: 12px;
  display: block;
  font-weight: 500;
}
#top #location .link {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
}
#top #location .link h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 15px;
  float: left;
  line-height: 45px;
  margin-right: 35px;
}
#top #location .link li {
  float: left;
  position: relative;
}
#top #location .link li:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
}
#top #location .link li:first-child:after {
  display: none;
}
#top #location .link li a {
  transition: 0.7s all;
}
#top #location .link li a:hover {
  opacity: 0.7;
}
#top #location #map {
  position: absolute;
  top: 0;
  left: 0;
}
  .flame_border {
    border: solid 1px #000;
  }
@media screen and (max-width: 768px) {
  #top #mv {
    position: relative;
    min-height: 540px;
  }
  #top #mv ul.txt {
    position: absolute;
    bottom: 100px;
    left: 5%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    z-index: 100;
  }
  #top #mv ul.txt li {
    transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    margin-top: 18px;
    margin-left: -30px;
    opacity: 0;
    transition: 1.5s all ease-in-out;
    transition-delay: 1s;
  }
  #top #mv ul.txt li span {
    font-size: 16px;
    font-size: 4.44444vw;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1;
    padding: 5px 10px;
  }
  #top #mv ul.txt li.txtAct {
    margin-left: -10px;
    opacity: 1;
  }
  #top #mv .bg {
    transform: scale(0.98);
    transition: 3s all ease-in-out;
    position: relative;
    z-index: 0;
    opacity: 0;
    min-height: 600px;
    filter: brightness(300%);
    /*background: url(../images/top/mv_sp.jpg) no-repeat center 0px;
				background-size: cover;*/
  }
  #top #mv .bg.ver2 {
    background: url(../images/top/mv_sp.jpg) no-repeat center 0;
    background-size: cover;
  }
  #top #mv .bg.ver2 img {
    opacity: 0;
  }
  #top #mv .bg.anime {
    transform: scale(1);
    opacity: 1;
    filter: brightness(100%);
  }
  #top #mv .bg .slider li:after {
    display: none;
  }
  #top #mv .bg .slider li:nth-child(1) {
    opacity: 1;
    background: url(../images/top/slide1_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #top #mv .bg .slider li:nth-child(2) {
    background: url(../images/top/slide2_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #top #mv .bg .slider li:nth-child(3) {
    background: url(../images/top/slide3_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #top #event ul {
    overflow: hidden;
    margin-bottom: -60px;
  }
  #top #event ul li {
    margin-bottom: 60px;
  }
  #top #event ul li .pic {
    float: none;
    margin-right: 0px;
	margin-bottom: 5px;
  }
  #top #event ul li:nth-child(odd) .pic {
    float: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  #top #event ul li .textArea {
    overflow: hidden;
    zoom: 1;
    opacity: 0;
    transition: 2s all ease-in-out;
    padding: 0 5%;
  }
  #top #event ul li .textArea h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 22px;
    font-size: 6.11111vw;
    line-height: 1.4;
    padding-bottom: 37px;
    position: relative;
    margin-bottom: 20px;
  }
	#top #event ul li .textArea h3.h3_size {
		font-size: 5.9vw;
	}
  #top #event ul li .textArea h3 span {
    font-size: 12px;
    font-size: 3.33333vw;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding-bottom: 20px;
  }
  #top #event ul li .textArea h3 .font_m {
		font-size: 4vw;
    line-height: normal;
    display: inline-block;
  }
  #top #event ul li .textArea h3 span:after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
  }
  #top #event ul li .textArea.iv {
    opacity: 1;
  }
  #top #event ul li .textArea p {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 3.33333vw;
  }
  #top #about ul {
    margin-top: -2.3%;
  }
  #top #about ul li {
    position: relative;
    padding: 40px 0;
  }
  #top #about ul li .pic {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 100%;
    height: 100%;
    z-index: 1;
    float: none;
  }
  #top #about ul li .pic img {
    display: none;
  }
  #top #about ul li .pic.right {
    float: none;
  }
  #top #about ul li .textArea {
    width: 80%;
    box-sizing: border-box;
    float: none;
    padding: 40px 5% 40px;
    font-size: 12px;
    font-size: 3.33333vw;
    opacity: 0;
    transition: 2s all ease-in-out;
  }
  #top #about ul li .textArea p {
    line-height: 2.4;
  }
  #top #about ul li .textArea p span {
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 1.8;
    /*transform: skew(-15deg,0);
								-ms-transform: skew(-15deg,0);
								-webkit-transform: skew(-15deg,0);
								-moz-transform: skew(-15deg,0);*/
  }
  #top #about ul li .textArea.iv {
    opacity: 1;
  }
  #top #about ul li:nth-child(1) .pic {
    background: url(../images/top/about_pic2.jpg) no-repeat center center;
    background-size: cover;
  }
  #top #about ul li:nth-child(1) .textArea {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 0px;
    position: relative;
    z-index: 10;
    text-align: center;
	  float: none;
	  padding: 40px 5% 40px;
  }
  #top #about ul li:nth-child(1) .textArea p {
    text-align: left;
    margin-top: 20px;
  }
  #top #about ul li:nth-child(1) .textArea img {
    width: 110px;
  }
  #top #about ul li:nth-child(2) .pic {
    background: url(../images/top/about_pic3.jpg) no-repeat center center;
    background-size: cover;
    left: -20%;
  }
  #top #about ul li:nth-child(2) .textArea {
    margin-left: 20%;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 0px;
    position: relative;
    z-index: 10;
  }
  #top #about ul li:nth-child(2) .textArea p span {
    margin: 0 5px;
  }
  #top #menu {
    clear: both;
    margin-top: -40px;
  }
  #top #menu ul {
    width: 90%;
    margin: 0 auto;
  }
  #top #menu ul li {
    margin-left: 0px;
    float: none;
    width: 100%;
  }
  #top #menu ul li .i_inner,
  #top #menu ul li a {
    display: inline-block;
    padding: 8px 5px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    /*&:after{
							content:'';
							border: 1px solid #000;
							width: 100%;
							height: 100%;
							position: absolute;
							top: 0;
							left: 0;
							opacity: 0;
							transition: 0.7s all;
							box-shadow: 0 0 20px #ddd;
						}*/
  }
  #top #menu ul li .i_inner img,
  #top #menu ul li a img {
    transition: 0.7s all;
  }
  #top #menu ul li a:hover img {
    opacity: 0.7;
  }
  #top #menu ul li a:hover:after {
    opacity: 1;
  }
  #top #menu ul li a p {
    padding: 10px 20px 20px;
    opacity: 0;
    transition: 1s all ease-in-out;
    text-align: left;
    font-size: 12px;
    font-size: 3.33333vw;
  }
  #top #menu ul li a p.iv {
    opacity: 1;
  }
  #top #menu ul li:first-child {
	 position: relative;
    margin-top: 0px;
    margin-left: 0px;
  }
  #top #menu ul li:nth-child(2) {
    margin-top: 0px;
  }
  #top #menu ul li:nth-child(3) {
    margin-top: 0px;
  }
  #top #menu ul li:nth-child(4) {
    margin-top: 0px;
  }
  #top #location {
    margin: -20px 0 60px;
    overflow: hidden;
  }
  #top #location .inner {
    padding-top: 60px;
    margin-bottom: 0px;
  }
  #top #location h2:after {
    display: none;
  }
  #top #location .info {
    background-color: rgba(255, 255, 255, 0);
    color: rgb(51, 51, 51);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
	  width: auto;
    margin: 300px auto 0;
    padding: 5%;
    top: 80px;
    opacity: 0;
    transition: 1s all ease-in-out;
  }
  #top #location .info.iv {
    top: 0;
    opacity: 1;
  }
  #top #location .info h3 {
    border-bottom: 1px solid #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 16px;
    font-size: 4.44444vw;
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-weight: 400;
  }
  #top #location .info p {
    margin-bottom: 30px;
    font-size: 11px;
    font-size: 3.05556vw;
  }
  #top #location .info h4 {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 3.61111vw;
    font-weight: bold !important;
  }
  #top #location .info dl {
    overflow: hidden;
    font-size: 11px;
    font-size: 3.05556vw;
  }
  #top #location .info dl dt {
    clear: both;
    float: left;
    width: 32%;
    margin-bottom: 10px;
    font-weight: 500;
  }
  #top #location .info dl dd {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
  }
  #top #location .info dl dd small {
    font-size: 9px;
    font-size: 2.5vw;
    display: block;
  }
  #top #location .link {
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
    margin-left: 7%;
    margin-top: 40px;
  }
  #top #location .link h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 15px;
    font-size: 4.16667vw;
    float: left;
    line-height: 45px;
    margin-right: 15px;
  }
  #top #location .link li {
    float: left;
    position: relative;
    width: 26%;
  }
  #top #location .link li:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #d2d2d2;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
  }
  #top #location .link li:first-child:after {
    display: none;
  }
  #top #location .link li a {
    transition: 0.7s all;
  }
  #top #location .link li a:hover {
    opacity: 0.7;
  }
  #top #location #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }
}
/*--------------------------
		menu
---------------------------*/
#menu.lunch nav .subNav i {
  right: 599px;
  opacity: 1;
}
#menu.monthly nav .subNav i {
  right: 478px;
  opacity: 1;
}
#menu.dinner nav .subNav i {
  right: 324px;
  opacity: 1;
}
#menu #mv {
  position: relative;
  min-height: 540px;
}
#menu #mv .bg {
  margin-left: 8%;
  position: relative;
}
#menu #mv .bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: 1s all ease-in-out;
  transform-origin: left;
}
#menu #mv .bg .ttl {
  position: absolute;
  bottom: -70px;
  left: -69px;
  width: 100%;
  transition: 1s all ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
#menu #mv .bg .ttl p {
  position: absolute;
  left: 770px;
  top: 20px;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#menu #mv .bg .ttl small {
  display: block;
  margin-top: 20px;
  font-size: 15px;
}
#menu #mv .bg.anime:after {
  transform: scaleX(0);
}
#menu #mv .bg.anime .ttl {
  opacity: 1;
}
#menu.monthly #mv .ttl {
  bottom: -73px;
}
#menu.monthly #mv .ttl small {
  margin-top: 0px;
}
#menu #set {
  text-align: center;
}
#menu #set h3 {
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 30px;
}
#menu #set h3:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
}
#menu #set p.lead {
  text-align: center;
  font-size: 20px;
  margin-bottom: 100px;
}
#menu #set p.lead span {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 15px;
}
#menu #set .list li {
  margin-bottom: 120px;
}
#menu #set .list li .price {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
#menu #set .list li .price span {
  padding: 3px 40px;
  line-height: 1;
  background-color: #fff;
  display: inline-block;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#menu #set .list li .price small {
  font-size: 18px;
}
#menu #set .list li .price:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #000;
  z-index: -1;
}
#menu #set .list li dl {
  overflow: hidden;
  margin-left: -30px;
}
#menu #set .list li dd {
  float: left;
  width: 296px;
  margin-left: 30px;
}
#menu #set .list li dd img {
  width: 296px;
}
#menu #set .list li dd .thum {
  position: relative;
}
#menu #set .list li dd .thum ul {
  position: absolute;
  bottom: 0;
}
#menu #set .list li dd .thum ul li {
  margin-bottom: 0px;
  margin-top: 5px;
}
#menu #set .list li dd h4 {
  margin: 35px 0 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
#menu #set .list li dd h4 img {
  width: 32px;
  display: inline-block;
  margin-right: 10px;
}
#menu #set .list li dd h4 small {
  display: block;
  font-weight: 500;
  font-size: 12px;
}
#menu #set .list li dd .en {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
#menu #set .list li .note {
  margin-top: 80px;
  font-size: 10px;
  text-align: right;
}
#menu .label span {
  color: #fff;
  display: inline-block;
  background-color: #333;
  line-height: 1;
  padding: 7px 0;
  font-size: 11px;
  width: 180px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 5px;
}
#menu .label span.kids {
  background-color: #ff9000;
  width: 120px;
}
#menu .bnr {
  margin-bottom: 110px;
}
#menu .bnr .inner {
  width: 1100px;
}
#menu .bnr ul {
  background-color: #666666;
  overflow: hidden;
}
#menu .bnr li {
  float: left;
  color: #fff;
  box-sizing: border-box;
  line-height: 1.4;
}
#menu .bnr li h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 35px;
  line-height: 1.2;
}
#menu .bnr li h3 small {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
#menu .bnr li .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 10px 0;
}
#menu .bnr li .note {
  display: block;
  font-size: 10px;
}
#menu .bnr li:nth-child(1) {
  width: 240px;
  padding: 45px 0 0 50px;
}
#menu .bnr li:nth-child(3) {
  width: 450px;
  padding: 45px 0 0 50px;
  position: relative;
}
#menu .bnr li:nth-child(3):after {
  content: '';
  background: url(../images/menu/lunch/brn_obj.jpg) no-repeat 0 0;
  background-size: 140px;
  width: 140px;
  height: 125px;
  position: absolute;
  top: 15px;
  right: 50px;
}
#menu .box .inner {
  width: 1100px;
  padding: 120px 0px 120px 70px;
  box-sizing: border-box;
  overflow: hidden;
}
#menu .box .inner ul {
  overflow: hidden;
  margin-left: -50px;
}
#menu .box .inner li {
  width: 490px;
  float: left;
  margin-left: 50px;
}
#menu .box .inner li:nth-child(2n+1) {
  clear: both;
}
#menu .box .inner li h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 45px;
  margin-bottom: 40px;
  margin-top: -50px;
}
#menu .box .inner li h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
#menu .box .inner li dl {
  overflow: hidden;
  margin-bottom: -30px;
}
#menu .box .inner li dd {
  margin-bottom: 25px;
}
#menu .box .inner li dd .label {
  margin-bottom: 10px;
}
#menu .box .inner li dd strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 10px;
}
#menu .box .inner li dd span {
  font-size: 12px;
}
#menu .box .inner li dd small {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
#menu .box .inner li dd .price {
  text-align: right;
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
#menu .box .inner li dd .price:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#menu .box .inner li dd .price small {
  display: inline;
  font-size: 15px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  margin-left: 5px;
}
#menu .box .inner li dd .price span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 20px;
  background-color: #fff;
  padding-left: 30px;
}
#menu #side .inner {
  background-color: #f5f5f5;
}
#menu #side .inner li:nth-child(2) {
  margin-top: 40px;
  width: 440px;
}
#menu #side .inner li:nth-child(3) {
  margin-top: 40px;
}
#menu #side .inner li:nth-child(4) {
  margin-top: 40px;
  width: 440px;
}
#menu #side .inner li dd .price span {
  background-color: #f5f5f5;
}
#menu #side .inner li:nth-child(4) dd:nth-of-type(1) {
  padding-top: 35px;
}
#menu #dessert li h3 {
  margin-top: 0px;
}
#menu #dessert li:nth-child(1) {
  float: right;
}
#menu #dessert li:nth-child(1) .pic {
  margin-right: 30px;
}
#menu #dessert li:nth-child(3) {
  margin-top: 30px;
}
#menu #dessert li:nth-child(4) {
  margin-top: 25px;
}
#menu #vege {
  margin-bottom: 120px;
}
#menu #vege .inner {
  width: 1100px;
  padding: 40px;
  border: 1px solid #000;
  overflow: hidden;
  box-sizing: border-box;
}
#menu #vege h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 45px;
  margin-bottom: 40px;
}
#menu #vege h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
#menu #vege ul {
  overflow: hidden;
  margin-left: -50px;
  margin-bottom: -35px;
}
#menu #vege li {
  float: left;
  width: 480px;
  margin-left: 50px;
  box-sizing: border-box;
  position: relative;
  padding-left: 170px;
  font-size: 12px;
  margin-bottom: 35px;
}
#menu #vege li:nth-child(2n+1) {
  clear: both;
}
#menu #vege li .label {
  position: absolute;
  top: 0;
  left: 0;
}
#menu #vege li .label span {
  width: 156px;
}
#menu #main {
  text-align: center;
  margin-bottom: 120px;
}
#menu #main h3 {
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 30px;
}
#menu #main h3:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
}
#menu #main p.lead {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}
#menu #main p.lead span {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-weight: 900;
  font-size: 15px;
}
#menu #main li {
  overflow: hidden;
  margin-bottom: 80px;
}
#menu #main li.right figure {
  float: right;
  margin-right: 0px;
  margin-left: 50px;
}
#menu #main figure {
  float: left;
  margin-right: 50px;
  display: block;
}
#menu #main .textAreaWrap {
  position: relative;
  width: 410px;
  min-height: 310px;
  overflow: hidden;
  zoom: 1;
  z-index: 9999;
}
#menu #main .textArea {
  text-align: left;
  position: absolute;
  bottom: 60px;
  width: 100%;
}
#menu #main .textArea .label {
  margin-bottom: 10px;
}
#menu #main .textArea strong {
  font-weight: 700;
  font-size: 15px;
}
#menu #main .textArea span {
  font-size: 12px;
  display: block;
}
#menu #main .textArea small {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}
#menu #main .textArea .price {
  text-align: right;
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
#menu #main .textArea .price:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#menu #main .textArea .price small {
  display: inline;
  font-size: 15px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  margin-left: 5px;
}
#menu #main .textArea .price span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 20px;
  background-color: #fff;
  padding-left: 30px;
}
#menu #main .note {
  text-align: right;
  font-size: 12px;
}
/**************** Monthly petit dessert ****************/
#menu #sub1 {
  text-align: center;
  margin-bottom: 120px;
}
#menu #sub1 h3 {
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 20px;
}
#menu #sub1 h3:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
}
#menu #sub1 h4 {
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: #000;
  padding: 10px 40px;
  margin-bottom: 30px;
}
#menu #sub1 .inner .price2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 60px;
}
#menu #sub1 .inner .price2 span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 18px;
  padding-right: 12px;
  padding-left: 9px;
}
#menu #sub1 li {
  overflow: hidden;
  margin-bottom: 80px;
}
#menu #sub1 li.right figure {
  float: right;
  margin-right: 0px;
  margin-left: 50px;
}
#menu #sub1 figure {
  float: left;
  margin-right: 50px;
  display: block;
}
#menu #sub1 .textAreaWrap {
  position: relative;
  width: 410px;
  min-height: 310px;
  overflow: hidden;
  zoom: 1;
  z-index: 9999;
}
#menu #sub1 .textArea {
  text-align: left;
  position: absolute;
  bottom: 60px;
  width: 100%;
}
#menu #sub1 .textArea .label {
  margin-bottom: 10px;
}
#menu #sub1 .textArea strong {
  font-weight: 700;
  font-size: 15px;
}
#menu #sub1 .textArea span {
  font-size: 12px;
  display: block;
}
#menu #sub1 .textArea small {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}
#menu #sub1 .textArea .price {
  text-align: right;
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
#menu #sub1 .textArea .price:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#menu #sub1 .textArea .price small {
  display: inline;
  font-size: 15px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  margin-left: 5px;
}
#menu #sub1 .textArea .price span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 20px;
  background-color: #fff;
  padding-left: 30px;
}
#menu #sub1 .note {
  text-align: right;
  font-size: 12px;
}
/**************** Monthly dessert ****************/
#menu #sub2 {
  text-align: center;
  margin-bottom: 120px;
}
#menu #sub2 h3 {
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 20px;
}
#menu #sub2 h3:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
}
#menu #sub2 h4 {
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: #000;
  padding: 10px 40px;
  margin-bottom: 30px;
}
#menu #sub2 .inner .price2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 60px;
}
#menu #sub2 .inner .price2 span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 18px;
  padding-right: 12px;
  padding-left: 9px;
}
#menu #sub2 li {
  overflow: hidden;
  margin-bottom: 80px;
}
#menu #sub2 li.right figure {
  float: right;
  margin-right: 0px;
  margin-left: 50px;
}
#menu #sub2 figure {
  float: left;
  margin-right: 50px;
  display: block;
}
#menu #sub2 .textAreaWrap {
  position: relative;
  width: 410px;
  min-height: 310px;
  overflow: hidden;
  zoom: 1;
  z-index: 9999;
}
#menu #sub2 .textArea {
  text-align: left;
  position: absolute;
  bottom: 60px;
  width: 100%;
}
#menu #sub2 .textArea .label {
  margin-bottom: 10px;
}
#menu #sub2 .textArea strong {
  font-weight: 700;
  font-size: 15px;
}
#menu #sub2 .textArea span {
  font-size: 12px;
  display: block;
}
#menu #sub2 .textArea small {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}
#menu #sub2 .textArea .price {
  text-align: right;
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
#menu #sub2 .textArea .price:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#menu #sub2 .textArea .price small {
  display: inline;
  font-size: 15px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  margin-left: 5px;
}
#menu #sub2 .textArea .price span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 20px;
  background-color: #fff;
  padding-left: 30px;
}
#menu #sub2 .note {
  text-align: right;
  font-size: 12px;
}
/*--Monthly dessert更新：ここまで--*/
#menu #anchorNav {
  width: 765px;
  margin: 0 auto 100px;
  position: relative;
  text-align: center;
}
#menu #anchorNav:before {
  content: '[';
  font-size: 90px;
  line-height: 1;
  font-weight: 200;
  position: absolute;
  top: 0;
  left: 0;
}
#menu #anchorNav:after {
  content: ']';
  font-size: 90px;
  line-height: 1;
  font-weight: 200;
  position: absolute;
  top: 0;
  right: 0;
}
#menu #anchorNav ul {
  padding: 20px 30px;
}
#menu #anchorNav ul li {
  display: inline-block;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 15px;
  margin-bottom: 10px;
  white-space: nowrap;
}
#menu #anchorNav ul li:after {
  content: '/';
  display: inline-block;
  padding: 0 30px;
}
#menu #anchorNav ul li:nth-child(5):after {
  display: none;
}
#menu #anchorNav ul li:nth-child(9):after {
  display: none;
}
#menu #anchorNav ul li a {
  display: inline-block;
  position: relative;
}
#menu #anchorNav ul li a:after {
  content: '';
  background-color: #333;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: 0.5s all;
}
#menu #anchorNav ul li a:hover:after {
  transform: scaleX(1);
  opacity: 0.7;
}
/******************201812 party_plan pc***************************/
#menu #party_plan {
  margin-bottom: 120px;
}
#menu #party_plan .inner {
  position: relative;
  padding-bottom: 25px;
}
#menu #party_plan h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: -20px;
}
#menu #party_plan h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
#menu #party_plan ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu #party_plan li {
  display: inline-block;
  padding: 15px 10px 5px 20px;
  margin: 0;
  list-style: none;
  margin-left: 10px;
  height: 300px;
}
#menu #party_plan .l_pp {
  width: 435px;
  background: #eeeeee;
}
#menu #party_plan .r_spp {
  width: 435px;
  background: #e0e0e0;
}
#menu #party_plan h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
#menu #party_plan p {
  font-size: 12px;
}
#menu #party_plan .inner .price {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 20px;
  margin-top: 20px;
  text-align: right;
  padding-right: 40px;
}
#menu #party_plan .inner .price small {
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
}
#menu #party_plan .btn.pp {
  position: absolute;
  margin-top: 20px;
  margin-left: 190px;
}
#menu #party_plan .btn.spp {
  position: absolute;
  margin-top: 20px;
  margin-left: 190px;
}
#menu #party_plan .btn .span i {
  left: 5em;
}
#menu #party_plan .btn.pp.iv span i {
  left: 5.4em;
}
#menu #party_plan .btn.spp.iv span i {
  left: 9em;
}
#menu #party_plan .w100 {
  clear: both;
  margin-bottom: 60px;
}
/******************201812 party_plan pc***************************/
#menu #appetizer {
  margin-bottom: 120px;
}
#menu #appetizer.box .inner {
  width: 960px;
  padding: 0px;
}
#menu #appetizer.box ul {
  overflow: hidden;
}
#menu #appetizer.box ul li:nth-child(2) {
  width: 420px;
}
#menu #appetizer.box ul li:nth-child(3) {
  width: 420px;
  margin-top: 40px;
}
#menu #appetizer.box ul li:nth-child(4) {
  width: 420px;
  margin-left: 100px;
  margin-top: 80px;
}
#menu #appetizer.box ul.right li:nth-child(1) {
  float: right;
  margin-left: 0px;
}
#menu #appetizer.box ul.right li:nth-child(2) {
  margin-right: 50px;
}
#menu #appetizer h3 {
  margin-top: -20px;
}
#menu #appetizer .thumList {
  margin: 50px 0 70px;
}
#menu #appetizer .thumList ul {
  overflow: hidden;
  margin-left: -35px;
}
#menu #appetizer .thumList li {
  float: left !important;
  clear: none;
  width: 296px !important;
  margin-left: 35px;
  text-align: center;
  margin-top: 0px !important;
}
#menu #appetizer .thumList li .thum {
  position: relative;
}
#menu #appetizer .thumList li .thum ul {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
}
#menu #appetizer .thumList li .thum ul li {
  width: auto !important;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}
#menu #appetizer .thumList li h4 {
  margin: 35px 0 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
#menu #appetizer .thumList li h4 img {
  width: 32px;
  display: inline-block;
  margin-right: 10px;
}
#menu #appetizer .thumList li h4 small {
  display: block;
  font-weight: 500;
  font-size: 12px;
}
#menu #appetizer .thumList li .en {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
#menu #appetizer .thumList li .price {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 20px;
  margin-top: 20px;
}
#menu #appetizer .thumList li .price small {
  display: inline-block;
  font-size: 15px;
}
#menu #appetizer .thumList .note {
  margin-top: 80px;
  font-size: 10px;
  text-align: right;
}
#menu #children {
  margin-bottom: 120px;
}
#menu #children .inner {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 40px;
  background: url(../images/menu/dinner/obj1.jpg) no-repeat 560px 50%;
  background-size: 336px;
}
#menu #children h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 35px;
  margin-bottom: 0px;
}
#menu #children h4 {
  margin: 20px 0 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
#menu #children h4 img {
  display: inline-block;
  margin-right: 10px;
}
#menu #children .en {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
  margin-bottom: 15px;
}
#menu #children .price {
  text-align: right;
  position: relative;
  margin-top: 20px;
  z-index: 1;
  width: 480px;
}
#menu #children .price:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#menu #children .price small {
  display: inline;
  font-size: 15px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  margin-left: 5px;
}
#menu #children .price span {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  display: inline-block;
  font-size: 20px;
  background-color: #fff;
  padding-left: 30px;
}
#menu #vegetables {
  margin-bottom: 120px;
}
#menu #vegetables .inner {
  width: 960px;
  padding: 0px;
}
#menu #vegetables .inner li:nth-child(2) {
  width: 420px;
}
#menu #vegetables h3 {
  margin-top: -20px;
}
#menu #salad {
  margin-bottom: 120px;
}
#menu #salad .inner {
  width: 960px;
  padding: 0px;
}
#menu #salad h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 45px;
  margin-bottom: 40px;
  margin-top: -20px;
}
#menu #salad h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
#menu #salad li {
  width: 430px;
}
#menu #salad li:nth-child(2) {
  margin-left: 100px;
}
#menu #fish {
  margin-bottom: 120px;
}
#menu #fish.box .inner {
  width: 960px;
  padding: 0px;
}
#menu #fish.box h3 {
  margin-top: -20px;
}
#menu #fish.box ul {
  overflow: hidden;
}
#menu #fish.box ul.right li:nth-child(1) {
  float: right;
  margin-left: 0px;
}
#menu #fish.box ul.right li:nth-child(2) {
  margin-right: 50px;
  width: 420px;
}
#menu #fish.box ul.right li:nth-child(3) {
  width: 420px;
  margin-top: 80px;
}
#menu #fish.box ul.right li:nth-child(4) {
  width: 420px;
  margin-left: 100px;
  margin-top: 0px;
  text-align: center;
}
#menu #meat {
  margin-bottom: 120px;
}
#menu #meat.box .inner {
  width: 960px;
  padding: 0;
}
#menu #meat.box h3 {
  margin-top: -20px;
}
#menu #meat.box ul {
  overflow: hidden;
}
#menu #meat.box ul li:nth-child(2) {
  width: 420px;
}
#menu #meat.box ul li:nth-child(3) {
  width: 420px;
  margin-top: 40px;
}
#menu #meat.box ul li:nth-child(4) {
  width: 420px;
  margin-left: 120px;
  margin-top: 40px;
}
#menu #meat.box ul li:nth-child(5) {
  width: 420px;
  margin-top: 80px;
}
#menu #meat.box ul li:nth-child(6) {
  width: 420px;
  margin-left: 120px;
  margin-top: 40px;
  text-align: center;
}
#menu #paella {
  margin-bottom: 120px;
}
#menu #paella.box .inner {
  width: 960px;
  padding: 0px;
}
#menu #paella.box h3 {
  margin-top: 0px;
  line-height: 1.2;
  white-space: nowrap;
}
#menu #paella.box h3 small {
  display: block;
  margin-top: 10px;
}
#menu #paella.box ul {
  overflow: hidden;
}
#menu #paella.box ul.right li:nth-child(1) {
  float: right;
  margin-left: 0px;
}
#menu #paella.box ul.right li:nth-child(2) {
  margin-right: 50px;
  width: 420px;
}
#menu #paella.box ul.right li:nth-child(3) {
  width: 420px;
  margin-top: 40px;
}
#menu #paella.box ul.right li:nth-child(4) {
  width: 420px;
  margin-left: 100px;
  margin-top: 40px;
}
#menu #paella.box ul.right li:nth-child(5) {
  width: 420px;
  margin-top: 40px;
}
#menu #paella.box ul.right li:nth-child(6) {
  width: 420px;
  margin-left: 100px;
  margin-top: 80px;
  text-align: center;
}
#menu #dinner_dessert {
  margin-bottom: 120px;
}
#menu #dinner_dessert.box .inner {
  width: 960px;
  padding: 0px;
}
#menu #dinner_dessert.box h3 {
  margin-top: 0px;
}
#menu #dinner_dessert.box ul {
  overflow: hidden;
}
#menu #dinner_dessert.box ul.right li:nth-child(1) {
  float: right;
  margin-left: 0px;
}
#menu #dinner_dessert.box ul.right li:nth-child(2) {
  margin-right: 50px;
  width: 420px;
}
#menu #dinner_dessert.box ul.right li:nth-child(3) {
  width: 420px;
  margin-top: 40px;
}
#menu #dinner_dessert.box ul.right li:nth-child(4) {
  width: 420px;
  margin-left: 100px;
  margin-top: 40px;
}
#menu #dinner_dessert.box ul strong small {
  display: inline-block;
}
#menu #dinner_dessert.box ul strong + p {
  font-size: 10px;
  margin-bottom: 10px;
}
#menu #dinner_dessert .w100 {
  clear: both;
  margin-top: 100px;
}
#menu #drink {
  margin-bottom: 120px;
}
#menu #drink .inner {
  position: relative;
  padding-bottom: 25px;
}
#menu #drink h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: -20px;
}
#menu #drink h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
#menu #drink p {
  font-size: 12px;
}
#menu #drink .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
#menu #drink .btn .span i {
  left: 5em;
}
#menu #drink .btn.iv span i {
  left: 5.4em;
}
@media screen and (max-width: 768px) {
  #menu #mv {
    position: relative;
    min-height: inherit;
    margin-bottom: 40px;
  }
  #menu #mv .bg {
    margin-left: 0;
    position: relative;
    padding-bottom: 3em;
  }
  #menu #mv .bg .ttl {
    position: absolute;
    bottom: 0px;
    left: auto;
    width: 100%;
  }
  #menu #mv .bg .ttl img {
    display: none;
  }
  #menu #mv .bg .ttl p {
    display: none;
  }
  #menu #mv .bg .ttl small {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-size: 4.16667vw;
    padding-left: 5%;
  }
  #menu #set {
    text-align: center;
    padding: 0 3%;
  }
  #menu #set h3 {
    font-size: 16px;
    font-size: 4.44444vw;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #menu #set h3:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
  }
  #menu #set p.lead {
    text-align: center;
    font-size: 14px;
    font-size: 3.88889vw;
    margin-bottom: 50px;
  }
  #menu #set p.lead span {
    font-size: 14px;
    font-size: 3.88889vw;
  }
  #menu #set .list li {
    margin-bottom: 80px;
  }
  #menu #set .list li .price {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 24px;
    font-size: 6.66667vw;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
  }
  #menu #set .list li .price span {
    padding: 3px 20px;
    line-height: 1;
    background-color: #fff;
    display: inline-block;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  #menu #set .list li .price small {
    font-size: 14px;
    font-size: 3.88889vw;
    margin-left: 5px;
  }
  #menu #set .list li .price:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #000;
    z-index: -1;
  }
  #menu #set .list li dl {
    overflow: hidden;
    margin-left: 0px;
    width: 80%;
    margin: 0 auto -60px;
  }
  #menu #set .list li dd {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 60px;
  }
  #menu #set .list li dd img {
    width: 100%;
  }
  #menu #set .list li dd .thum {
    position: relative;
  }
  #menu #set .list li dd .thum ul {
    position: absolute;
    bottom: 0;
  }
  #menu #set .list li dd .thum ul li {
    margin-bottom: 0px;
    margin-top: 5px;
  }
  #menu #set .list li dd h4 {
    margin: 20px 0 10px;
    font-size: 15px;
    font-size: 4.16667vw;
    font-weight: 700;
    line-height: 1.6;
  }
  #menu #set .list li dd h4 img {
    width: 32px;
    display: inline-block;
    margin-right: 10px;
  }
  #menu #set .list li dd h4 small {
    display: block;
    font-weight: 500;
    font-size: 12px;
  }
  #menu #set .list li dd .en {
    font-size: 12px;
    font-size: 3.33333vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.6;
    white-space: normal;
  }
  #menu #set .list li .note {
    margin-top: 60px;
    font-size: 9px;
    font-size: 2.5vw;
    text-align: left;
    padding: 0 5%;
  }
  #menu .label span {
    color: #fff;
    display: inline-block;
    background-color: #333;
    line-height: 1;
    padding: 7px 0;
    font-size: 10px;
    font-size: 2.77778vw;
    width: 160px;
    text-align: center;
    margin-right: 10px;
  }
  #menu .label span.kids {
    background-color: #ff9000 !important;
    width: 120px;
  }
  #menu .bnr {
    margin-bottom: 80px;
  }
  #menu .bnr .inner {
    width: 100%;
  }
  #menu .bnr ul {
    background-color: #666666;
    overflow: hidden;
  }
  #menu .bnr li {
    float: left;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 14px;
    font-size: 3.88889vw;
  }
  #menu .bnr li h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 24px;
    font-size: 6.66667vw;
    line-height: 1.2;
  }
  #menu .bnr li h3 small {
    display: block;
    font-size: 12px;
    font-size: 3.33333vw;
    margin-bottom: 5px;
  }
  #menu .bnr li .en {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 10px 0 5px;
    font-size: 12px;
    font-size: 3.33333vw;
  }
  #menu .bnr li .note {
    display: block;
    font-size: 9px;
    font-size: 2.5vw;
    margin-top: 10px;
  }
  #menu .bnr li:nth-child(1) {
    width: 100%;
    padding: 25px 0 20px 5%;
  }
  #menu .bnr li:nth-child(3) {
    width: 100%;
    padding: 25px 0 20px 5%;
    position: relative;
  }
  #menu .bnr li:nth-child(3):after {
    content: '';
    background: url(../images/menu/lunch/brn_obj.jpg) no-repeat 0 0;
    background-size: 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 2%;
    right: 10%;
  }
  #menu .box .inner {
    width: 100%;
    padding: 0px 0 80px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #menu .box .inner ul {
    overflow: hidden;
    margin-left: 0px;
  }
  #menu .box .inner li {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  #menu .box .inner li:nth-child(2n+1) {
    clear: both;
  }
  #menu .box .inner li .pic {
    height: 300px;
  }
  #menu .box .inner li h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 35px;
    font-size: 9.72222vw;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 7%;
  }
  #menu .box .inner li h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
    font-size: 12px;
    font-size: 3.33333vw;
    display: inline-block;
    margin-left: 15px;
  }
  #menu .box .inner li dl {
    overflow: hidden;
    width: 86%;
    margin: 0 auto -15px;
  }
  #menu .box .inner li dd {
    margin-bottom: 15px;
  }
  #menu .box .inner li dd .label {
    margin-bottom: 10px;
  }
  #menu .box .inner li dd strong {
    font-weight: 700;
    font-size: 14px;
    font-size: 3.88889vw;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 5px;
  }
  #menu .box .inner li dd strong br + br {
    display: none;
  }
  #menu .box .inner li dd span {
    font-size: 11px;
    font-size: 3.05556vw;
  }
  #menu .box .inner li dd small {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    font-size: 3.05556vw;
    line-height: 1.4;
  }
  #menu .box .inner li dd .price {
    text-align: right;
    position: relative;
    margin-top: 5px;
    z-index: 1;
    white-space: nowrap;
  }
  #menu .box .inner li dd .price:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  #menu .box .inner li dd .price small {
    display: inline;
    font-size: 12px;
    font-size: 3.33333vw;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    margin-left: 5px;
  }
  #menu .box .inner li dd .price span {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    display: inline-block;
    font-size: 16px;
    font-size: 4.44444vw;
    background-color: #fff;
    padding-left: 30px;
  }
  #menu #side .inner {
    background-color: #f5f5f5;
  }
  #menu #side .inner li:nth-child(2) {
    margin-top: 0px;
    width: 100%;
  }
  #menu #side .inner li:nth-child(3) {
    margin-top: 30px;
  }
  #menu #side .inner li:nth-child(4) {
    margin-top: 0px;
    width: 100%;
  }
  #menu #side .inner li dd .price span {
    background-color: #f5f5f5;
  }
  #menu #side .inner li:nth-child(4) dd {
    padding-top: 0px;
  }
  #menu #dessert li h3 {
    margin-top: 0px;
  }
  #menu #dessert li:nth-child(1) {
    float: none;
  }
  #menu #dessert li:nth-child(1) .pic {
    margin-right: 0px;
  }
  #menu #dessert li:nth-child(3) {
    margin-top: 30px;
  }
  #menu #dessert li:nth-child(4) {
    margin-top: 30px;
  }
  #menu #vege {
    margin-bottom: 100px;
  }
  #menu #vege .inner {
    width: 90%;
    padding: 8% 5%;
    border: 1px solid #000;
    overflow: hidden;
    box-sizing: border-box;
  }
  #menu #vege h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 32px;
    font-size: 8.88889vw;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #menu #vege h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
    font-size: 12px;
    font-size: 3.33333vw;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    font-weight: 400;
  }
  #menu #vege ul {
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: -25px;
  }
  #menu #vege li {
    float: none;
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
    position: relative;
    padding-left: 0px;
    font-size: 12px;
    font-size: 3.33333vw;
    margin-bottom: 25px;
  }
  #menu #vege li:nth-child(2n+1) {
    clear: both;
  }
  #menu #vege li .label {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  #menu #vege li .label span {
    width: 156px;
  }
  #menu #main {
    text-align: center;
    margin-bottom: 80px;
  }
  #menu #main h3 {
    font-size: 16px;
    font-size: 4.44444vw;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #menu #main h3:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
  }
  #menu #main p.lead {
    text-align: center;
    font-size: 14px;
    font-size: 3.88889vw;
    margin-bottom: 30px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  }
  #menu #main p.lead span {
    font-size: 14px;
    font-size: 3.88889vw;
  }
  #menu #main ul {
    width: 80%;
    margin: 0 auto;
  }
  #menu #main li {
    overflow: hidden;
    margin-bottom: 40px;
  }
  #menu #main li.right figure {
    float: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  #menu #main figure {
    float: none;
    margin-right: 0px;
    display: block;
  }
  #menu #main .textAreaWrap {
    position: relative;
    width: 100%;
    min-height: inherit;
    overflow: hidden;
    zoom: 1;
    z-index: 9999;
    margin-top: 20px;
  }
  #menu #main .textArea {
    text-align: center;
    position: relative;
    bottom: auto;
    width: 100%;
  }
  #menu #main .textArea .label {
    margin-bottom: 10px;
    text-align: left;
  }
  #menu #main .textArea strong {
    font-weight: 700;
    font-size: 15px;
    font-size: 4.16667vw;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 5px;
  }
  #menu #main .textArea span {
    font-size: 10px;
    font-size: 2.77778vw;
  }
  #menu #main .textArea small {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
  #menu #main .textArea .price {
    text-align: right;
    position: relative;
    margin-top: 10px;
    z-index: 1;
  }
  #menu #main .textArea .price:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  #menu #main .textArea .price small {
    display: inline;
    font-size: 12px;
    font-size: 3.33333vw;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    margin-left: 5px;
  }
  #menu #main .textArea .price span {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    display: inline-block;
    font-size: 16px;
    font-size: 4.44444vw;
    background-color: #fff;
    padding-left: 30px;
  }
  #menu #main .note {
    text-align: left;
    font-size: 10px;
    font-size: 2.77778vw;
    padding: 0 5%;
  }
  /**************** Monthly petit dessert ****************/
  #menu #sub1 {
    text-align: center;
    margin-bottom: 80px;
  }
  #menu #sub1 h3 {
    font-size: 16px;
    font-size: 4.44444vw;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #menu #sub1 h3:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
  }
  #menu #sub1 h4 {
    font-size: 14px;
    font-size: 3.88889vw;
    position: relative;
    z-index: 1;
    color: #000;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #menu #sub1 p.price2 {
    text-align: center;
    font-size: 20px;
    font-size: 5.55556vw;
    margin-bottom: 50px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  }
  #menu #sub1 p.price2 span {
    font-size: 16px;
    font-size: 4.44444vw;
  }
  #menu #sub1 ul {
    width: 80%;
    margin: 0 auto;
  }
  #menu #sub1 li {
    overflow: hidden;
    margin-bottom: 40px;
  }
  #menu #sub1 li.right figure {
    float: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  #menu #sub1 figure {
    float: none;
    margin-right: 0px;
    display: block;
  }
  #menu #sub1 .textAreaWrap {
    position: relative;
    width: 100%;
    min-height: inherit;
    overflow: hidden;
    zoom: 1;
    z-index: 9999;
    margin-top: 20px;
  }
  #menu #sub1 .textArea {
    text-align: center;
    position: relative;
    bottom: auto;
    width: 100%;
  }
  #menu #sub1 .textArea .label {
    margin-bottom: 10px;
    text-align: left;
  }
  #menu #sub1 .textArea strong {
    font-weight: 700;
    font-size: 15px;
    font-size: 4.16667vw;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 5px;
  }
  #menu #sub1 .textArea span {
    font-size: 10px;
    font-size: 2.77778vw;
  }
  #menu #sub1 .textArea small {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 3.33333vw;
  }
  #menu #sub1 .textArea .price {
    text-align: right;
    position: relative;
    margin-top: 10px;
    z-index: 1;
  }
  #menu #sub1 .textArea .price:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  #menu #sub1 .textArea .price small {
    display: inline;
    font-size: 12px;
    font-size: 3.33333vw;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    margin-left: 5px;
  }
  #menu #sub1 .textArea .price span {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    display: inline-block;
    font-size: 16px;
    font-size: 4.44444vw;
    background-color: #fff;
    padding-left: 30px;
  }
  #menu #sub1 .note {
    text-align: left;
    font-size: 10px;
    font-size: 2.77778vw;
    padding: 0 5%;
  }
  /**************** Monthly dessert ****************/
  #menu #sub2 {
    text-align: center;
    margin-bottom: 80px;
  }
  #menu #sub2 h3 {
    font-size: 16px;
    font-size: 4.44444vw;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #menu #sub2 h3:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
  }
  #menu #sub2 h4 {
    font-size: 14px;
    font-size: 3.88889vw;
    position: relative;
    z-index: 1;
    color: #000;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #menu #sub2 p.price2 {
    text-align: center;
    font-size: 20px;
    font-size: 5.55556vw;
    margin-bottom: 50px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  }
  #menu #sub2 p.price2 span {
    font-size: 16px;
    font-size: 4.44444vw;
  }
  #menu #sub2 ul {
    width: 80%;
    margin: 0 auto;
  }
  #menu #sub2 li {
    overflow: hidden;
    margin-bottom: 40px;
  }
  #menu #sub2 li.right figure {
    float: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  #menu #sub2 figure {
    float: none;
    margin-right: 0px;
    display: block;
  }
  #menu #sub2 .textAreaWrap {
    position: relative;
    width: 100%;
    min-height: inherit;
    overflow: hidden;
    zoom: 1;
    z-index: 9999;
    margin-top: 20px;
  }
  #menu #sub2 .textArea {
    text-align: center;
    position: relative;
    bottom: auto;
    width: 100%;
  }
  #menu #sub2 .textArea .label {
    margin-bottom: 10px;
    text-align: left;
  }
  #menu #sub2 .textArea strong {
    font-weight: 700;
    font-size: 15px;
    font-size: 4.16667vw;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 5px;
  }
  #menu #sub2 .textArea span {
    font-size: 10px;
    font-size: 2.77778vw;
  }
  #menu #sub2 .textArea small {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 3.33333vw;
  }
  #menu #sub2 .textArea .price {
    text-align: right;
    position: relative;
    margin-top: 10px;
    z-index: 1;
  }
  #menu #sub2 .textArea .price:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  #menu #sub2 .textArea .price small {
    display: inline;
    font-size: 12px;
    font-size: 3.33333vw;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    margin-left: 5px;
  }
  #menu #sub2 .textArea .price span {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    display: inline-block;
    font-size: 16px;
    font-size: 4.44444vw;
    background-color: #fff;
    padding-left: 30px;
  }
  #menu #sub2 .note {
    text-align: left;
    font-size: 10px;
    font-size: 2.77778vw;
    padding: 0 5%;
  }
  /**************** Monthly dessert end****************/
  #menu #anchorNav {
    width: 80%;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
    text-align: left;
  }
  #menu #anchorNav:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #menu #anchorNav:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    left: 5%;
    width: 90%;
    height: 105%;
    background-color: #fff;
    z-index: -1;
  }
  #menu #anchorNav ul {
    padding: 10px 0px 10px 20px;
    margin-bottom: -5px;
  }
  #menu #anchorNav ul li {
    display: inline-block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 12px;
    font-size: 3.33333vw;
    margin-bottom: 5px;
  }
  #menu #anchorNav ul li:after {
    content: '/';
    display: inline-block;
    padding: 0 15px;
  }
  #menu #anchorNav ul li:nth-child(5):after {
    display: inline-block;
  }
  #menu #anchorNav ul li:nth-child(9):after {
    display: none;
  }
  /******************201812 party_plan sp***************************/
  #menu #party_plan {
    margin-bottom: 40px;
  }
  #menu #party_plan .inner {
    width: 100%;
    padding: 0px;
  }
  #menu #party_plan h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 36px;
    font-size: 10vw;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0 7%;
    line-height: 1.4;
  }
  #menu #party_plan h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
    font-size: 12px;
    font-size: 3.33333vw;
    display: block;
    margin-left: 0px;
  }
  #menu #party_plan ul {
    width: 93%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #menu #party_plan li {
    display: inline-block;
    padding: 15px 5px 5px 15px;
    margin-bottom: 20px;
    list-style: none;
    margin-left: 10px;
    height: 300px;
    background: #eeeeee;
  }
  #menu #party_plan .l_pp {
    width: 95%;
    height: auto;
  }
  #menu #party_plan .r_spp {
    width: 95%;
    height: auto;
    padding-bottom: 10px;
    background: #e0e0e0;
  }
  #menu #party_plan h4 {
    font-size: 16px;
    font-size: 4.44444vw;
    margin-bottom: 15px;
  }
  #menu #party_plan p {
    font-size: 12px;
    font-size: 3.33333vw;
  }
  #menu #party_plan .inner .price {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 16px;
    font-size: 4.44444vw;
    margin-top: 20px;
    text-align: right;
    padding-right: 15px;
  }
  #menu #party_plan .inner .price small {
    display: inline-block;
    font-size: 12px;
    font-size: 3.33333vw;
    margin-left: 5px;
  }
  #menu #party_plan .btn.pp {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    margin: 20px 15px 30px auto;
  }
  #menu #party_plan .btn.spp {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    margin: 20px 15px 20px auto;
  }
  #menu #party_plan .btn.pp.iv span i {
    left: 5.4em;
  }
  #menu #party_plan .btn.spp.iv span i {
    left: 9em;
  }
  #menu #party_plan .w100 {
    clear: both;
    margin-bottom: 10px;
  }
  /******************201812 party_plan sp***************************/
  #menu #appetizer {
    margin-bottom: 80px;
  }
  #menu #appetizer.box .inner {
    width: 100%;
    padding: 0px;
  }
  #menu #appetizer.box ul {
    overflow: hidden;
  }
  #menu #appetizer.box ul li:nth-child(2) {
    width: 100%;
  }
  #menu #appetizer.box ul li:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
  #menu #appetizer.box ul li:nth-child(4) {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  #menu #appetizer.box ul.right li:nth-child(1) {
    float: none;
    margin-left: 0px;
  }
  #menu #appetizer.box ul.right li:nth-child(2) {
    margin-right: 0px;
  }
  #menu #appetizer.box ul.right li:nth-child(2) dl {
    padding-top: 50px;
  }
  #menu #appetizer h3 {
    margin-top: 0px;
  }
  #menu #appetizer .thumList {
    margin: 50px 0 70px;
  }
  #menu #appetizer .thumList ul {
    overflow: hidden;
    margin-left: 0px;
    width: 80%;
    margin: 0 auto -40px;
  }
  #menu #appetizer .thumList li {
    float: none !important;
    clear: none;
    width: 100% !important;
    margin-left: 0px;
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 40px;
  }
  #menu #appetizer .thumList li .thum {
    position: relative;
  }
  #menu #appetizer .thumList li .thum ul {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 !important;
  }
  #menu #appetizer .thumList li .thum ul li {
    width: auto !important;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
  }
  #menu #appetizer .thumList li h4 {
    margin: 20px 0 15px;
    font-size: 14px;
    font-size: 3.88889vw;
    font-weight: 700;
    line-height: 1.6;
  }
  #menu #appetizer .thumList li h4 img {
    width: 32px;
    display: inline-block;
    margin-right: 10px;
  }
  #menu #appetizer .thumList li h4 small {
    display: block;
    font-weight: 500;
    font-size: 10px;
    font-size: 2.77778vw;
  }
  #menu #appetizer .thumList li .en {
    font-size: 12px;
    font-size: 3.33333vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.6;
    white-space: nowrap;
  }
  #menu #appetizer .thumList li .price {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 16px;
    font-size: 4.44444vw;
    margin-top: 20px;
  }
  #menu #appetizer .thumList li .price small {
    display: inline-block;
    font-size: 12px;
    font-size: 3.33333vw;
    margin-left: 5px;
  }
  #menu #appetizer .thumList .note {
    margin-top: 80px;
    font-size: 10px;
    font-size: 2.77778vw;
    text-align: right;
  }
  #menu #children {
    width: 80%;
    margin: 0 auto 80px;
  }
  #menu #children .inner {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 7% 7% 70%;
    background: url(../images/menu/dinner/obj1.jpg) no-repeat center 96%;
    background-size: 80%;
    font-size: 12px;
    font-size: 3.33333vw;
  }
  #menu #children h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 24px;
    font-size: 6.66667vw;
    margin-bottom: 0px;
  }
  #menu #children h4 {
    margin: 20px 0 10px;
    font-size: 14px;
    font-size: 3.88889vw;
    font-weight: 700;
    line-height: 1.6;
  }
  #menu #children h4 img {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
  }
  #menu #children .en {
    font-size: 12px;
    font-size: 3.33333vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.6;
    white-space: nowrap;
    margin-bottom: 15px;
  }
  #menu #children .price {
    text-align: right;
    position: relative;
    margin-top: 20px;
    z-index: 1;
    width: 100%;
  }
  #menu #children .price:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  #menu #children .price small {
    display: inline;
    font-size: 13px;
    font-size: 3.61111vw;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    margin-left: 5px;
  }
  #menu #children .price span {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    display: inline-block;
    font-size: 18px;
    font-size: 5vw;
    background-color: #fff;
    padding-left: 30px;
  }
  #menu #vegetables {
    margin-bottom: 80px;
  }
  #menu #vegetables .inner {
    width: 100%;
    padding: 0px;
  }
  #menu #vegetables .inner li:nth-child(2) {
    width: 100%;
  }
  #menu #vegetables h3 {
    margin-top: 0px;
  }
  #menu #salad {
    margin-bottom: 80px;
  }
  #menu #salad .inner {
    width: 100%;
    padding: 0px;
  }
  #menu #salad h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 36px;
    font-size: 10vw;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0 7%;
    line-height: 1.4;
  }
  #menu #salad h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
    font-size: 12px;
    font-size: 3.33333vw;
    display: block;
    margin-left: 0px;
  }
  #menu #salad li {
    width: 100%;
  }
  #menu #salad li:nth-child(2) {
    margin-left: 0px;
    margin-top: 15px;
  }
  #menu #fish {
    margin-bottom: 80px;
  }
  #menu #fish.box .inner {
    width: 100%;
    padding: 0px;
  }
  #menu #fish.box h3 {
    margin-top: 20px;
  }
  #menu #fish.box ul {
    overflow: hidden;
  }
  #menu #fish.box ul.right li:nth-child(1) {
    float: none;
    margin-left: 0px;
    overflow: hidden;
  }
  #menu #fish.box ul.right li:nth-child(2) {
    margin-right: 0px;
    width: 100%;
  }
  #menu #fish.box ul.right li:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
  #menu #fish.box ul.right li:nth-child(4) {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    text-align: center;
  }
  #menu #fish.box ul.right li:nth-child(4) img {
    width: 60%;
  }
  #menu #meat {
    margin-bottom: 80px;
  }
  #menu #meat.box .inner {
    width: 100%;
    padding: 0;
  }
  #menu #meat.box h3 {
    margin-top: 0px;
  }
  #menu #meat.box ul {
    overflow: hidden;
  }
  #menu #meat.box ul li:nth-child(2) {
    width: 100%;
  }
  #menu #meat.box ul li:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
  #menu #meat.box ul li:nth-child(4) {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  #menu #meat.box ul li:nth-child(5) {
    width: 100%;
    margin-top: 15px;
  }
  #menu #meat.box ul li:nth-child(6) {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  #menu #meat.box ul li:nth-child(6) img {
    width: 70%;
  }
  #menu #paella {
    margin-bottom: 80px;
  }
  #menu #paella.box .inner {
    width: 100%;
    padding: 0px;
  }
  #menu #paella.box h3 {
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.2;
    white-space: normal;
  }
  #menu #paella.box h3 small {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }
  #menu #paella.box ul {
    overflow: hidden;
  }
  #menu #paella.box ul.right li:nth-child(1) {
    float: none;
    margin-left: 0px;
    overflow: hidden;
  }
  #menu #paella.box ul.right li:nth-child(2) {
    margin-right: 0px;
    width: 100%;
  }
  #menu #paella.box ul.right li:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
  #menu #paella.box ul.right li:nth-child(4) {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  #menu #paella.box ul.right li:nth-child(5) {
    width: 100%;
    margin-top: 15px;
  }
  #menu #paella.box ul.right li:nth-child(6) {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
  }
  #menu #paella.box ul.right li:nth-child(6) img {
    width: 70%;
  }
  #menu #dinner_dessert {
    margin-bottom: 40px;
  }
  #menu #dinner_dessert.box .inner {
    width: 100%;
    padding: 0px;
  }
  #menu #dinner_dessert.box h3 {
    margin-top: 0px;
  }
  #menu #dinner_dessert.box ul {
    overflow: hidden;
  }
  #menu #dinner_dessert.box ul.right li:nth-child(1) {
    float: right;
    margin-left: 0px;
    overflow: hidden;
  }
  #menu #dinner_dessert.box ul.right li:nth-child(2) {
    margin-right: 0px;
    width: 100%;
  }
  #menu #dinner_dessert.box ul.right li:nth-child(2) dd:nth-of-type(1) .label span {
    width: 220px;
  }
  #menu #dinner_dessert.box ul.right li:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
  #menu #dinner_dessert.box ul.right li:nth-child(4) {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  #menu #dinner_dessert.box ul strong small {
    display: inline-block;
  }
  #menu #dinner_dessert.box ul strong + p {
    font-size: 10px;
    font-size: 2.77778vw;
    margin-bottom: 10px;
  }
  #menu #dinner_dessert .w100 {
    clear: both;
    margin-top: 80px;
  }
  #menu #drink {
    width: 80%;
    margin: 0 auto 100px;
    overflow: hidden;
  }
  #menu #drink .inner {
    position: relative;
    padding-bottom: 25px;
  }
  #menu #drink h3 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    font-size: 36px;
    font-size: 10vw;
    margin-bottom: 15px;
    margin-top: px;
  }
  #menu #drink h3 small { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN",  "Meiryo", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
    font-size: 12px;
    font-size: 3.33333vw;
    display: inline-block;
    margin-left: 15px;
  }
  #menu #drink p {
    font-size: 12px;
    font-size: 3.33333vw;
  }
  #menu #drink .btn {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    margin-top: 20px;
  }
  #menu #drink .btn .span i {
    left: 5em;
  }
  #menu #drink .btn.iv span i {
    left: 5.4em;
  }
}
/*--------------------------
		floor
---------------------------*/
#floor #mv {
  position: relative;
  min-height: 540px;
}
#floor #mv .bg {
  margin-left: 8%;
  position: relative;
}
#floor #mv .bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: 1s all ease-in-out;
  transform-origin: left;
}
#floor #mv .bg .ttl {
  position: absolute;
  bottom: -23px;
  left: -69px;
  width: 100%;
  transition: 1s all ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
#floor #mv .bg .ttl p {
  position: absolute;
  left: 770px;
  top: 20px;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#floor #mv .bg .ttl small {
  display: block;
  margin-top: 20px;
  font-size: 15px;
}
#floor #mv .bg.anime:after {
  transform: scaleX(0);
}
#floor #mv .bg.anime .ttl {
  opacity: 1;
}
#floor #pic {
  margin-bottom: 120px;
}
#floor #pic .inner {
  position: relative;
  overflow: hidden;
}
#floor #pic p {
  position: absolute;
  top: 362px;
  right: 25px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  width: 292px;
}
#floor #pic p.lead {
  top: 40px;
  left: 35px;
  right: auto;
  font-size: 20px;
  line-height: 2.6;
  width: auto;
}
#floor #pic li {
  padding: 3px;
  background-color: #fff;
  position: relative;
}
#floor #pic li .pic {
  display: block;
}
#floor #pic li:nth-child(1) {
  float: right;
  z-index: 2;
}
#floor #pic li:nth-child(2) {
  float: left;
  margin-top: -100px;
  z-index: 1;
}
#floor #floorMap {
  margin-bottom: 120px;
}
#floor #floorMap h3 {
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
  font-size: 45px;
  margin-bottom: 40px;
}
#floor #floorMap .mapWrap {
  position: relative;
  background-color: #f8f9fa;
  padding: 40px 0;
  text-align: center;
}
#floor #floorMap .mapWrap .map {
  width: 811px;
  margin: 0 auto;
  position: relative;
}
#floor #floorMap .mapWrap li {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  transition: 0.7s all;
}
#floor #floorMap .mapWrap li:hover {
  opacity: 1;
}
#floor #floorMap .mapWrap li:nth-child(1) {
  top: 72px;
  left: 65px;
}
#floor #floorMap .mapWrap li:nth-child(2) {
  top: 95px;
  left: 307px;
}
#floor #floorMap .mapWrap li:nth-child(3) {
  top: 214px;
  left: 253px;
}
#floor #floorMap .mapWrap li:nth-child(4) {
  top: 299px;
  left: 292px;
}
#floor #floorMap .mapWrap li:nth-child(5) {
  top: 27px;
  left: 481px;
}
#floor #floorMap .mapWrap li:nth-child(6) {
  top: 227px;
  left: 520px;
}
#floor #floorMap .mapWrap li:nth-child(7) {
  top: 14px;
  left: 642px;
}
#floor #floorMap .mapWrap .note {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
}
#floor #overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
}
#floor #modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  margin-top: -250px;
  z-index: -1;
  opacity: 0;
}
#floor #modal .slider {
  width: 800px;
  margin: 0 auto;
}
#floor #modal p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 3.33333vw;
  margin-top: 15px;
}
#floor #modal p strong {
  display: block;
  font-size: 14px;
  font-size: 3.88889vw;
}
#floor #modal .slick-prev {
  left: -65px;
  background: url(../images/floor/prev.png) no-repeat 0 0;
  background-size: 34px;
  width: 34px;
  height: 34px;
  margin-top: 0px;
  transition: 0.3s all;
}
#floor #modal .slick-next {
  right: -65px;
  background: url(../images/floor/next.png) no-repeat 0 0;
  background-size: 34px;
  width: 34px;
  height: 34px;
  margin-top: 0px;
  transition: 0.3s all;
}
#floor #modal .btnClose {
  background: url(../images/floor/close.png) no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -40px;
  right: 100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #floor #mv {
    position: relative;
    min-height: inherit;
  }
  #floor #mv .bg {
    margin-left: 5%;
    position: relative;
  }
  #floor #mv .bg .ttl {
    display: none;
  }
  #floor #pic {
    margin-bottom: 60px;
    margin-top: -40px;
  }
  #floor #pic .inner {
    position: relative;
    overflow: hidden;
  }
  #floor #pic p {
    position: relative;
    top: auto;
    right: auto;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    width: 100%;
    padding: 0 3%;
    margin-top: 40px;
    box-sizing: border-box;
  }
  #floor #pic p.lead {
    top: auto;
    left: auto;
    right: auto;
    font-size: 20px;
    font-size: 5.55556vw;
    line-height: 2.2;
    width: auto;
    text-align: center;
    margin: 0 0 20px;
  }
  #floor #pic ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  #floor #pic li {
    padding: 3px;
    background-color: #fff;
    position: relative;
    width: 70%;
  }
  #floor #pic li .pic {
    display: block;
  }
  #floor #pic li:nth-child(1) {
    float: right;
    z-index: 2;
  }
  #floor #pic li:nth-child(2) {
    float: left;
    margin-top: -40px;
    z-index: 1;
  }
  #floor #floorMap {
    margin-bottom: 80px;
  }
  #floor #floorMap h3 {
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",  serif;
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 8.33333vw;
  }
  #floor #floorMap .mapWrap {
    position: relative;
    background-color: #f8f9fa;
    padding: 40px 0;
    text-align: center;
  }
  #floor #floorMap .mapWrap .map {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #floor #floorMap .mapWrap li {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    transition: 0.7s all;
  }
  #floor #floorMap .mapWrap li:hover {
    opacity: 1;
  }
  #floor #floorMap .mapWrap li:nth-child(1) {
    top: 18%;
    left: 8%;
    width: 20.5%;
  }
  #floor #floorMap .mapWrap li:nth-child(2) {
    top: 24%;
    left: 38%;
    width: 22.5%;
  }
  #floor #floorMap .mapWrap li:nth-child(3) {
    top: 54.5%;
    left: 32%;
    width: 15%;
  }
  #floor #floorMap .mapWrap li:nth-child(4) {
    top: 76%;
    left: 36%;
    width: 19.5%;
  }
  #floor #floorMap .mapWrap li:nth-child(5) {
    top: 9%;
    left: 60%;
    width: 12%;
  }
  #floor #floorMap .mapWrap li:nth-child(6) {
    top: 57%;
    left: 64.5%;
    width: 20%;
  }
  #floor #floorMap .mapWrap li:nth-child(7) {
    top: 1.5%;
    left: 79%;
    width: 11%;
  }
  #floor #floorMap .mapWrap .note {
    position: absolute;
    bottom: 10px;
    right: 3%;
    font-size: 8px;
    font-size: 2.22222vw;
  }
  #floor #modal {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: -50%;
    z-index: -1;
    opacity: 0;
  }
  #floor #modal .slider {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  #floor #modal p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 3.33333vw;
    margin-top: 15px;
    width: 80%;
    margin: 15px auto 0;
  }
  #floor #modal p strong {
    display: block;
    font-size: 14px;
    font-size: 3.88889vw;
  }
  #floor #modal .slick-prev {
    left: -30px;
    top: 50%;
    background: url(../images/floor/prev.png) no-repeat 0 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s all;
  }
  #floor #modal .slick-next {
    right: -30px;
    top: 50%;
    background: url(../images/floor/next.png) no-repeat 0 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s all;
  }
  #floor #modal .btnClose {
    background: url(../images/floor/close.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -30px;
    right: 40px;
    cursor: pointer;
  }
  
      .flame_border {
      margin-top: 45px;
      width: 99%;
    }
}
iframe#launcher {
  display: none;
}