﻿@charset "utf-8";

body{
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  overflow-x: hidden;
}

html{
  font-size: 10px;
  width: 100%;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.top-container .hidden {
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1300ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slidein{
  opacity: 0;
  transform: translate(150px, 0);
  transition: all 1700ms;
}

.slidein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slidein2{
  opacity: 0;
  transform: translate(-150px, 0);
  transition: all 1700ms;
}

.slidein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.jap{
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

img{
  z-index: 75;
}

h2{
  z-index: 80;
}

@media screen and (min-width: 1001px){

.skip{
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  z-index: 110;
}

.skip img{
  width: 150px;
}

h1 img{
  width: 227px;
}

#visual{
  width: 100%;
  height: 100vh;
  max-height: 800px;
  background-image: url("../img/visual.jpg");
  background-size: cover;
  postion: absolute;
  top: 0px;
  z-index: 90;
}

header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 95;
  width: 100%;
  height: 75px;
  transition: 2s;
}

header a{
  color: #ffffff;
  text-decoration: none;
  font-size: 1vw;
}

header a:hover{
  color: #cccccc;
}

#navi-left{
  position: absolute;
  top: 0px;
  left: 0px;
}

#navi-left ul{
  display: flex;
}

#navi-left ul li{
  box-sizing: border-box;
  margin-left: 40px;
  padding-top: 30px;
}

.selected{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}

#navi-right{
  position: absolute;
  top: 0px;
  right: 0px;
}

#navi-right ul{
  display: flex;
}

#navi-right ul li{
  box-sizing: border-box;
  margin-left: 40px;
  padding-top: 30px;
}

#navi-right ul li img{
  width: 65px;
}

#navi-right ul li:last-child a{
  display: block;
  background-color: #995c9b;
  height: 75px;
  width: 170px;
  text-align: center;
  -webkit-transition-property: background-color, color; 
  -webkit-transition-duration: 0.3s;  
      -webkit-transition-timing-function: linear;
  margin-top: -30px;
  box-sizing: border-box;
  padding-top: 30px;
}

#navi-right ul li:last-child a:hover{
  background-color: #cccccc;
  color: #995c9b;
}

#navi-center{
  width: 60px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20px;
  padding-top: 7px;
}

#navi-center img{
  width: 60px;
}

#visual-txt-eng{
  color: #ffffff;
  font-size: 1.8rem;
  width: 1000px;
  margin: 0px auto;
  letter-spacing: 2px;
  display: none;
  padding-top: 80px;
}

#visual-txt-eng p{
  line-height: 1.6;
  padding-top: 20px;
}


.contents-area{
  width: 100%;
  margin: 0px auto;
}

.contents-area h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0px auto;
}

#reserve h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0px auto;
}

#for-about{
  position: relative;
  text-align: center;
  background-image: url("../img/catch.png");
  background-repeat: no-repeat;
  background-size: 627px;
  background-position: center 220px;
  padding-top: 350px;
}

#for-about h2{
  padding-top: 230px;
  background-image: url("../img/line-1.png");
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: center top;
  position: absolute;
  top: -71px;
  left: 50%;
  margin-left: -15px;
  font-size: 3.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

#for-about p{
  font-size: 1.5rem;
  line-height: 1.8;
}

.more{
  display: block;
  width: 210px;
  height: 60px;
  background-color: #f5eef5;
  color: #995c9b;
  text-decoration: none;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 10px center;
  font-size: 1.5rem;
  box-sizing: border-box;
  padding-top: 22px;
  text-align: center;
  margin: 0px auto;
  margin-top: 40px;
  -webkit-transition-property: background-color, color; 
  -webkit-transition-duration: 0.3s;  
      -webkit-transition-timing-function: linear;
}

.more:hover{
  background-color: #995c9b;
  color: #ffffff;
}

.contents-area ul{
  display: flex;
  width: 100%;
}

.contents-area p{
  font-size: 1.5rem;
  line-height: 2.0;
}

.contents-area{
  min-width: 1000px;
}

.contents-area ul img{
  width: 100%;
}

#for-food{
  position: relative;
  padding-top: 295px;
}

#for-food h2{
  padding-top: 230px;
  background-image: url("../img/line-2.png");
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 3.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

#for-food ul li:first-child{
  width: 35%;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 50px;
  padding-top: 10%;
}

#for-food ul li:last-child{
  width: 65%;
}

#for-drink{
  position: relative;
  padding-top: 290px;
}

#for-drink h2{
  padding-top: 230px;
  background-image: url("../img/line-2.png");
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 3.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

.white{
  color: #ffffff;
}

#for-drink ul li:first-child{
  width: 65%;
}

#for-drink ul li:last-child{
  width: 35%;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 10%;
  padding-top: 10%;
}

#for-seki{
  position: relative;
  padding-top: 300px;
}

#for-seki h2{
  padding-top: 230px;
  background-image: url("../img/line-2.png");
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 3.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

#for-seki ul li:last-child{
  width: 65%;
}

#for-seki ul li:first-child{
  width: 35%;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 50px;
  padding-top: 10%;
}

#access{
  position: relative;
  padding-top: 400px;
  padding-bottom: 150px;
}

#access h2{
  padding-top: 230px;
  background-image: url("../img/line-2.png");
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 3.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

#access ul li:last-child{
  width: 65%;
}

#access ul li:first-child{
  width: 35%;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 50px;
}

#access h3{
  background-color: #e5e5e5;
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  width: 160px;
  letter-spacing: 2px;
  text-align: center;
  padding: 7px;
  margin-bottom: 10px;
}

.second{
  margin-top: 10px;
}

#access h4{
  border-top: 1px solid #cccccc;
  padding-top: 25px;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.googlemaps iframe{
  width: 100%;
  height: 750px;
}

#reserve{
  width: 100%;
  text-align: center;
  background-color: #995c9b;
  position: relative;
  padding-top: 140px;
  padding-bottom: 60px;
}

#reserve h2{
  padding-top: 230px;
  background-image: url("../img/line-3.png");
  background-repeat: no-repeat;
  background-size: 1px;
  background-position: center top;
  position: absolute;
  top: -150px;
  left: 50%;
  margin-left: -15px;
  font-size: 3.0rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 3px;
}

#reserve h3{
  display: block;
  background-color: #ffffff;
  color: #995c9b;
  font-size: 1.8rem;
  padding: 5px;
  width: 220px;
  padding-bottom: 10px;
  margin: 0px auto;
  margin-top: 170px;
  font-weight: 400;
}

.telephone{
  background-image: url("../img/icon-tel.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 0px 8px;
  display: block;
  width: 280px;
  height: 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 3px;
  padding-left: 30px;
  margin: 0px auto;
  margin-top: 20px;
}

#reserve p{
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 20px;
}

footer{
  background-color: #3f3f3f;
  width: 100%;
  color: #ffffff;
  padding-top: 75px;
  line-height: 1.6;
}

#foot-wrap{
  display: flex;
  font-size: 1.5rem;
  width: 750px;
  margin: 0px auto;
  margin-bottom: 75px;
}

#foot-wrap li:first-child img{
  width: 155px;
}

#foot-wrap li:last-child img{
  width: 250px;
  margin-top: 20px;
}

.foot-menu{
  margin-right: 75px;
  margin-left: 150px;
}

.foot-menu li{
  margin-bottom: 20px;
}

#foot-wrap a{
  color: #ffffff;
  text-decoration: none;
}

#foot-wrap a:hover{
  color: #f5eef5;
  text-decoration: none;
}

.tel-small{
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 20px;
  width: 200px;
  font-size: 1.5rem;
  background-image: url("../img/icon-tel.png");
  background-repeat: no-repeat;
  background-position: 0px 7px;
  background-size: 10px;
  box-sizing: border-box;
  padding-left: 12px;
  margin-top: 20px;
}

.copy{
  text-align: center;
  padding-bottom: 15px;
  font-size: 1.2rem;
}

.seki-1 li:last-child{
  padding-top: 50px;
}

#shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 105;
  display: none;
}

#shadow #modal {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -400px;
}

#shadow video{
  width: 800px;
  height: 450px;
}

.menu-trigger{
  display: none;
}

#sp-menu{
  display: none;
}

.sp-br{
  display: none;
}

}

.overflow-hidden {
  overflow: hidden;
}

#shadow-full-screen {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: #000;
  z-index: 1000;
  position: fixed;
}

#shadow-full-screen .logo {
  width: 20%;
  height: 20%;
  top: 40%;
  left: 40%;
  background: url(../img/logo-first.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10001;
  position: absolute;
}

#shadow-full-screen .skip {
  width: 15vw;
  height: 60px;
  min-width: 100px;
  position: absolute;
  z-index: 10002;
  background: url(../img/btn-skip.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 12%;
  cursor: pointer;
}

#shadow-full-screen #modal {
  height: 100vh;
  overflow: auto;
}

@media screen and (max-width: 1000px) {
  display: flex:
}

#shadow-full-screen video {
  width: 100%;
  height: auto;
  min-height: 100%;
}



























@media screen and (max-width: 1000px){

.pc-br{
  display: none;
}

h1 img{
  width: 150px;
}

.skip{
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  z-index: 110;
}

.skip img{
  width: 150px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  top: 17px;
  right: 15px;
  width: 35px;
  height: 25px;
  z-index: 100;
}
  
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  -moz-transform: translateY(-6px) rotate(315deg);
  transform: translateY(10px) rotate(-315deg);
  background-color: #ffffff;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(315deg);
  -moz-transform: translateY(-13px) rotate(315deg);
  transform: translateY(-13px) rotate(315deg);
  background-color: #ffffff;
}

#menu{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -100%;
  background-color: #605951;
  z-index: 90;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-sizing: border-box;
  text-align: center;
}

#menu.open{
  width: 100%;
  height: 100%;
  background-color: #605951;
  z-index: 90;
  opacity: 1.0;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#sp-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -100%;
  background-color: rgba(63,63,63,0);
  z-index: 90;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-sizing: border-box;
  text-align: center;
}

#sp-menu.open {
  width: 100%;
  height: 100%;
  background-color: rgba(63,63,63,0.95);
  z-index: 96;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#sp-1{
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
}

#sp-1 li{
  border-top: 1px solid #656565;
  font-size: 1.5rem;
  padding: 20px 0px 20px 0px;
}

#sp-1 li a{
  color: #ffffff;
  text-decoration: none;
}

#sp-1 li:last-child{
  border-bottom: 1px solid #656565;
}

#sp-2{
  display: flex;
  width: 180px;
  margin: 0px auto;
  margin-top: 60px;
}

#sp-2 li{
  margin-right: 15px;
  font-size: 1.5rem;
  width: 50px;
}

#sp-2 li:last-child{
  margin-right: 0px;
}

#sp-2 li a{
  color: #ffffff;
  text-decoration: none;
}

.selected{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 8px;
}

#sp-menu{
  text-align: center;
}

#sp-menu p{
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.8;
}

.tel-small-sp{
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 25px;
  width: 180px;
  font-size: 2.5rem;
  background-image: url("../img/icon-tel.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 15px;
  box-sizing: border-box;
  padding-left: 12px;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

#sp-3{
  display: flex;
  width: 90%;
  margin: 0px auto;
  margin-top: 30px;
}

#sp-3 li:first-child{
  width: 66%;
  margin-right: 4%;
}

#sp-3 li:last-child{
  width: 30%;
}

#sp-3 img{
  width: 100%;
}


#visual{
  width: 100vw;
  height: 146vw;
  min-height: 100vh;
  background-image: url("../img/sp-visual.jpg");
  background-size: cover;
  postion: absolute;
  top: 0px;
  z-index: 90;
}

header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 95;
  width: 100%;
  height: 60px;
  transition: 2s;
}

#navi-left{
  display: none;
}

#navi-right{
  display: none;
}

#navi-center{
  width: 45px;
  position: absolute;
  top: 7px;
  left: 15px;
}

#navi-center img{
  width: 45px;
}

#visual-txt-eng{
  color: #ffffff;
  font-size: 3.0vw;
  width: 90%;
  margin: 0px auto;
  padding-top: 70px;
  letter-spacing: 2px;
  display: none;
}

#visual-txt-eng p{
  line-height: 1.5;
  margin-bottom: 20px;
}


.contents-area{
  width: 100%;
  margin: 0px auto;
}

.contents-area h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0px auto;
}

#reserve h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0px auto;
}

#for-about{
  position: relative;
  text-align: center;
  background-image: url("../img/catch.png");
  background-repeat: no-repeat;
  background-size: 314px;
  background-position: center 150px;
  padding-top: 220px;
}

#for-about h2{
  padding-top: 115px;
  background-image: url("../img/line-1.png");
  background-repeat: no-repeat;
  background-size: 0.5px;
  background-position: center top;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -15px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

#for-about p{
  font-size: 1.5rem;
  line-height: 1.8;
  width: 90%;
  margin: 0px auto;
}

.more{
  display: block;
  width: 210px;
  height: 60px;
  background-color: #f5eef5;
  color: #995c9b;
  text-decoration: none;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 10px center;
  font-size: 1.5rem;
  box-sizing: border-box;
  padding-top: 22px;
  text-align: center;
  margin: 0px auto;
  margin-top: 30px;
  -webkit-transition-property: background-color, color; 
  -webkit-transition-duration: 0.3s;  
      -webkit-transition-timing-function: linear;
}

.more:hover{
  background-color: #995c9b;
  color: #ffffff;
}

.contents-area ul{
  width: 90%;
  margin: 0px auto;
}

.contents-area p{
  font-size: 1.5rem;
  line-height: 1.8;
}

.sp-images{
  width: 100%;
}

.contents-area ul img{
  display: none;
}

#for-food{
  position: relative;
  padding-top: 163px;
}

#for-food h2{
  padding-top: 115px;
  background-image: url("../img/line-2.png");
  background-repeat: no-repeat;
  background-size: 0.5px;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

#for-food ul li:first-child{
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
}

#for-food ul li:last-child{
  display: none;
}

#for-drink{
  position: relative;
  padding-top: 158px;
}

#for-drink h2{
  padding-top: 115px;
  background-image: url("../img/line-2.png");
  background-repeat: no-repeat;
  background-size: 0.5px;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

.white{
  color: #ffffff;
}

#for-drink ul li:first-child{
  display: none;
}

#for-drink ul li:last-child{
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
}

#for-seki{
  position: relative;
  padding-top: 166px;
}

#for-seki h2{
  padding-top: 115px;
  background-image: url("../img/line-2.png");
  background-repeat: no-repeat;
  background-size: 0.5px;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

#for-seki ul li:last-child{
  display: none;
}

#for-seki ul li:first-child{
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
}

#access{
  position: relative;
  padding-top: 230px;
  padding-bottom: 100px;
}

#access h2{
  padding-top: 115px;
  background-image: url("../img/line-2.png");
  background-repeat: no-repeat;
  background-size: 0.5px;
  background-position: center top;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -15px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 3px;
}

#access ul li:last-child{
  display: none;
}

#access ul li:first-child{
  width: 100%;
  margin-top: 30px;

}

#access h3{
  background-color: #e5e5e5;
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  width: 160px;
  letter-spacing: 2px;
  text-align: center;
  padding: 7px;
  margin-bottom: 10px;
}

.second{
  margin-top: 10px;
}

#access h4{
  border-top: 1px solid #cccccc;
  padding-top: 25px;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.googlemaps iframe{
  width: 100%;
  height: 260px;
}

#reserve{
  width: 100%;
  text-align: center;
  background-color: #995c9b;
  position: relative;
  padding-top: 130px;
  padding-bottom: 40px;
}

#reserve h2{
  padding-top: 115px;
  background-image: url("../img/line-3.png");
  background-repeat: no-repeat;
  background-size: 0.5px;
  background-position: center top;
  position: absolute;
  top: -75px;
  left: 50%;
  margin-left: -15px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 3px;
}

#reserve h3{
  display: block;
  background-color: #ffffff;
  color: #995c9b;
  font-size: 1.8rem;
  padding: 5px;
  padding-bottom: 10px;
  width: 220px;
  margin: 0px auto;
  margin-top: 80px;
  font-weight: 400;
}

.telephone{
  background-image: url("../img/icon-tel.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 0px 8px;
  display: block;
  width: 280px;
  height: 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  padding-left: 30px;
  margin: 0px auto;
  margin-top: 20px;
}

#reserve p{
  font-size: 3.9vw;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 20px;
  padding: 0px 5% 0px 5%;
}

footer{
  background-color: #3f3f3f;
  width: 100%;
  color: #ffffff;
  padding-top: 20px;
}

#foot-wrap{
  font-size: 1.5rem;
  margin: 0px auto;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

#foot-wrap li:first-child img{
  width: 100px;
}

.foot-menu{
  display: none;
}

#foot-wrap li:last-child{
  display: none;
}

.copy{
  text-align: center;
  padding-bottom: 15px;
  font-size: 1.2rem;
  color: #e5e5e5;
  margin-bottom: 10px;
}

#shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 105;
  display: none;
}

#shadow #modal{
  width: 100%;
  height: 56vw;
  position: fixed;
  top: 50%;
  margin-top: -23vw;
}

#shadow video{
  width: 100%;
  height: 56vw;
}

.lang-play{
	margin-left: 62vw;;
}

}

