@-webkit-keyframes indicator {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  80% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@keyframes indicator {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  80% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-family: 'EB Garamond', serif;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body a {
  color: #cc7799;
  -webkit-transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
          transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
}
body *[data-reveal] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
body *[data-reveal][data-inview="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
body main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
th {
  font-weight: normal;
}
@media screen and (min-width: 920px) {
	  footer.global-footer.lg figure.logo1 {
    display: block;
    width: 132px;
    height: 71px;
    background-image: url(../../assets/images/logo/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    left: 6px;

  }
  footer.global-footer.lg figure.logo2 {
    display: block;
    width: 170px;
    height: 60px;
    background-image: url(../../assets/images/logo/logo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: 0px;
  }
  footer.global-footer.lg figure.logo3 {
display: block;
    width: 152px;
    height: 150px;
    background-image: url(../../assets/images/about/SofiaLogoFinal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    left: -6px;
  }
  
}
@media screen and (max-width: 920px) {
	  footer.global-footer.sm figure.logo1 {
display: block;
    width: 19vw;
    height: 10vw;
    background-image: url(../../assets/images/logo/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    left: 0px;

  }
  footer.global-footer.sm figure.logo2 {
display: block;
    width: 20vw;
    height: 11vw;
    background-image: url(../../assets/images/logo/logo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: 0px;
  }
  footer.global-footer.sm figure.logo3 {
display: block;
    width: 15vw;
    height: 15vw;
    background-image: url(../../assets/images/about/SofiaLogoFinal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    left: 0px;
  }
  
}


	
	footer.global-footer.lg {
    width: 100%;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  footer.global-footer.lg .visual {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  footer.global-footer.lg .visual figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    will-change: opacity, transform;
  }
  footer.global-footer.lg .visual figure:nth-of-type(1) {
    background-image: url("../images/try/try10.jpg");
  }
  footer.global-footer.lg .visual figure:nth-of-type(2) {
    background-image: url("../images/try/try20.jpg");
  }



  footer.global-footer.lg .visual figure:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url("../images/logo/pattern.png?1564208591778");
    background-size: 2px 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  footer.global-footer.lg .visual figure.show {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  footer.global-footer.lg .visual figure.z-index {
    z-index: 2;
  }
}






@media screen and (max-width: 640px) {
  .no-sm {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .no-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sm-only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .md-only {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .md-only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .lg-only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  header.global-header.lg {
    display: none;
  }
  header.global-header.sm {
    position: fixed;
    z-index: 10;
    width: 100%;
  }
  header.global-header.sm .inner {
   width: 100%;
    height: 21.333333vw;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    will-change: background-color;
  }
  header.global-header.sm .inner a.logo {
	display: block;
    width: 42.733333vw;
    height: 18.333333vw;
    background-image: url(../../assets/images/logo/logoIndex.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.global-header.sm .inner .nav-btn {
    display: block;
    width: 42px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    right: 4vw;
    z-index: 20;
  }
  header.global-header.sm .inner .nav-btn span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #231815;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    will-change: background-color;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    position: absolute;
  }
  header.global-header.sm .inner .nav-btn span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  header.global-header.sm .inner .nav-btn span:nth-of-type(2) {
    bottom: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  header.global-header.sm nav {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: height;
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(114, 124, 124, 0.95);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 13.33333333vw;
    padding-right: 13.33333333vw;
  }
  header.global-header.sm nav ul {
    width: 100%;
    padding-top: 8.666667vw;
margin-bottom: 15vw;
  }
  header.global-header.sm nav ul li {
    width: 100%;
    height: 8.66666667vw;
    line-height: 8.666667vw;
    margin-bottom: 5.333333vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
  }
  header.global-header.sm nav ul li:last-of-type {
    margin-bottom: 0;
  }
  header.global-header.sm nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 4.53333333vw;
    letter-spacing: 0.15em;
    text-decoration: none;
  }
  header.global-header.sm nav ul li:after {
    display: block;
    content: "";
    width: 25px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../../assets/images/mix/arrow.svg");
    position: absolute;
    right: 0;
    bottom: 4vw;
  }
  header.global-header.sm nav .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 25px;
    margin-bottom: 9.33333333vw;
  }
  header.global-header.sm nav .sns a {
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.global-header.sm nav .sns a.fbOtava {
    background-image: url("../../assets/images/mix/Otava.svg");
	    width: 100%;
    height: 50px;
    margin-right: 30px;
  }
  header.global-header.sm nav .sns a.fbVratislav {
    background-image: url("../../assets/images/mix/Vratislav.svg");
    margin-right: 30px;
	    width: 100%;
    height: 50px;
  }
  header.global-header.sm nav .sns a.fbSofia {
    background-image: url("../../assets/images/mix/Sofia.svg");
    margin-right: 30px;
	    width: 100%;
    height: 50px;
  }
  header.global-header.sm nav .sns a.ig {
    background-image: url("../../assets/images/mix/ig.svg");
  }
  header.global-header.sm nav a.reservation {
    display: block;
    width: 100%;
    height: 12vw;
    background-color: #ffffff;
    font-size: 4vw;
    line-height: 12vw;
    text-align: center;
    text-decoration: none;
    color: #333333;
    letter-spacing: 0.1em;
    margin-bottom: 4.66666667vw;
  }
  header.global-header.sm nav a.uber {
    display: block;
    width: 100%;
    height: 12vw;
    background-color: #ffffff;
    font-size: 4vw;
    line-height: 12vw;
    text-align: center;
    text-decoration: none;
    color: #333333;
    letter-spacing: 0.1em;
    margin-bottom: 4.66666667vw;
  }
  header.global-header.sm nav a.contact {
    display: block;
    width: 100%;
    height: 12vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 4vw;
    line-height: 12vw;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  header.global-header.sm nav ul,
  header.global-header.sm nav .sns,
  header.global-header.sm nav a.reservation,
  header.global-header.sm nav a.contact {
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  body.top header.global-header.sm.transparent .inner {
    background-color: transparent;
  }
  body.top header.global-header.sm.transparent .inner a.logo {
    background-image: url("../../assets/images/logo/logo2.png");
  }
  body.top header.global-header.sm.transparent .inner .nav-btn span {
    background-color: #ffffff;
  }
  header.global-header.sm.open .inner .nav-btn span {
    background-color: #ffffff;
  }
  header.global-header.sm.open .inner .nav-btn span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-13deg);
            transform: translateY(12px) rotate(-13deg);
  }
  header.global-header.sm.open .inner .nav-btn span:nth-of-type(2) {
    -webkit-transform: translateY(-13px) rotate(13deg);
            transform: translateY(-13px) rotate(13deg);
  }
  header.global-header.sm.open nav {
    height: 100vh;
  }
  header.global-header.sm.open nav ul,
  header.global-header.sm.open nav .sns,
  header.global-header.sm.open nav a.reservation,
  header.global-header.sm.open nav a.contact {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  footer.global-footer.lg {
    display: none;
  }
  footer.global-footer.sm {
	  max-width: 1279px;
    text-align: center;
    font-family: 'EB Garamond';
    padding-top: 2vw;
    padding-bottom: 2.666667vw;
  }
  footer.global-footer.sm .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2vw;
  }
  footer.global-footer.sm .snsCenter {
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -2vw;
  }
  
  footer.global-footer.sm .sns a {
    height: 8vw;
    width: 8vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
  }
  footer.global-footer.sm .sns .fb {
    background-image: url("../../assets/images/mix/fb.svg");
    margin-right: 0;
  }
  footer.global-footer.sm .sns .ig {
    background-image: url("../../assets/images/mix/ig.svg");
  }

  footer.global-footer.sm a.privacy {
    display: inline-block;
    color: #000000;
    font-size: 2.66666667vw;
    letter-spacing: 0.1rem;
    margin-bottom: 5.33333333vw;
  }
  footer.global-footer.sm p.copyright {
    font-size: 2.66666667vw;
    letter-spacing: 0.1em;
    color: #999999;
  }
}
@media screen and (min-width: 641px) {
  header.global-header.sm {
    display: none;
  }
  header.global-header.lg {
    width: 100%;
    height: 100px;
    min-width: 1280px;
    background-color: #ffffff;
    position: fixed;
    z-index: 82;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    will-change: background-color;
  }
  header.global-header.lg .inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  header.global-header.lg .inner a.logo {
   
    display: block;
    width: 277px;
    height: 92px;
    background-image: url(../../assets/images/logo/logoIndex.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 34px;
    top: 2px;

  }
  header.global-header.lg .inner ul {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 30px;
    height: 100%;
    position: absolute;
    right: 439px;
    top: 45px;
}
  }
  header.global-header.lg .inner ul li {
    height: 20px;
    margin-left: 35px;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: opacity;
  }
  header.global-header.lg .inner ul li:first-child {
    margin-left: 0;
  }
  header.global-header.lg .inner ul li:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
  }
  header.global-header.lg .inner ul li:hover {
    opacity: 0.7;
  }
  header.global-header.lg .inner ul li:hover:after,
  header.global-header.lg .inner ul li.active:after {
    -webkit-transform: none;
            transform: none;
  }
  header.global-header.lg .inner ul a {
display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333333;
    font-size: 1.125em;
    letter-spacing: 0.1em;
  }
  header.global-header.lg .inner .sns {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 25px;
    height: 94px;
       width: 227px;
    position: absolute;
    right: 206px;
    top: 0px;
}
  header.global-header.lg .inner .sns a {
    display: block;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity;
    opacity: 1;
  }
  header.global-header.lg .inner .sns a:hover {
    opacity: 0.6;
  }
  header.global-header.lg .inner .sns a.fbOtava {
background-image: url(../../assets/images/mix/Otava.svg);
    width: 100%;
height: 31px;
    margin-right: 0px;
    z-index: 10;
	margin-top: 30px;
    background-color: white;
  }
  header.global-header.lg .inner .sns a.fbVratislav {
background-image: url(../../assets/images/mix/Vratislav.svg);
    width: 100%;
height: 31px;
    margin-right: 0px;
    z-index: 10;
	margin-top: 30px;
    background-color: white;
  }
  header.global-header.lg .inner .sns a.fbSofia {
    background-image: url(../../assets/images/mix/Sofia.svg);
    width: 100%;
height: 31px;
    margin-right: 0px;
	margin-top: 30px;
    z-index: 10;
    background-color: white;
  }
  header.global-header.lg .inner .sns a.ig {
    background-image: url("../../assets/images/mix/ig.svg");
  }
  header.global-header.lg .inner a.reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 143px;
    height: 50px;
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.125em;
    letter-spacing: 0.1em;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    will-change: background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    right: 133px;
    top: 25px;
  }
   header.global-header.lg .inner a.uber {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 107px;
    height: 50px;
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.125em;
    letter-spacing: 0.1em;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    will-change: background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    right: 20px;
    top: 25px;
  }
  header.global-header.lg .inner a.uber span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 93px;
    height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border;
    transition-property: border;
    will-change: border;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  header.global-header.lg .inner a.reservation span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    height: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: border;
    transition-property: border;
    will-change: border;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header.global-header.lg .inner a.reservation:hover {
    background-color: #ffffff;
    color: #000000;
  }
  header.global-header.lg .inner a.reservation:hover span {
    border: 1px solid #333333;
  }
    header.global-header.lg .inner a.uber:hover {
    background-color: #ffffff;
    color: #000000;
  }
  header.global-header.lg .inner a.uber:hover span {
    border: 1px solid #333333;
  }
  body.top header.global-header.lg.transparent {
    background-color: transparent;
  }
  body.top header.global-header.lg.transparent .inner a.logo {
    background-image: url("../../assets/images/logo/logoIndex.png");
  }
  body.top header.global-header.lg.transparent .inner ul li:after {
    background-color: #ffffff;
  }
  body.top header.global-header.lg.transparent .inner ul a {
    color: #ffffff;
  }
  body.top header.global-header.lg.transparent .inner .sns .fb {
    background-image: url("../../assets/images/mix/fb.svg");
  }
  body.top header.global-header.lg.transparent .inner .sns .ig {
    background-image: url("../../assets/images/mix/ig.svg");
  }
  footer.global-footer.sm {
    display: none;
  }
  footer.global-footer.lg {
    width: 100%;
    height: 150px;
  }
  footer.global-footer.lg .inner {
    max-width: 1500px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-left: 50px;
    padding-right: 45px;
  }
  footer.global-footer.lg .left .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 35px;
  }
  footer.global-footer.lg .left .sns a {
    display: block;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity;
    opacity: 1;
  }
  footer.global-footer.lg .left .sns a:hover {
    opacity: 0.6;
  }
  footer.global-footer.lg .left .sns a.fb {
    background-image: url("../../assets/images/mix/fb.svg");
    margin-right: 30px;
  }
  footer.global-footer.lg .left .sns a.ig {
    background-image: url("../../assets/images/mix/ig.svg");
  }
  footer.global-footer.lg .left a.privacy {
    color: #000000;
    font-size: 0.688em;
    letter-spacing: 0.1em;
  }
  footer.global-footer.lg .left a.privacy:hover {
    text-decoration: none;
  }

  
  footer.global-footer.lg .right a:hover {
    color: #333333;
    background-color: #ffffff;
    background-image: url("");
  }
  footer.global-footer.lg .right a span {
    position: relative;
    top: 1px;
    left: 10px;
  }
  footer.global-footer.lg .right p.copyright {
    font-size: 0.625em;
    letter-spacing: 0.1em;
    color: #999999;
  }
  .document-wrapper {
    overflow: hidden;
  }
 
  footer.global-footer.lg .right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 177px;
    height: 33px;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 17px 10px;
    background-position: 36px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #333333;
    margin-bottom: 30px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    will-change: background-color, color;
    opacity: 1;
  }
}
  }

