html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:80px 0 0 0 !important;
  font:15px/1.5 Microsoft YaHei,PingFang SC,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif !important;
  color:#FFF;
  background-color: #000000;
}
input,select,textarea,button{
  font:12px/1.25 Microsoft YaHei,PingFang SC,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN, sans-serif;
}
body.home {
    padding: 0 0 0 0 !important;
}
@font-face {
    font-family: 'Palatino Linotype';
    src: url('../font/Palatino-Linotype.ttf') format('truetype');
}
@font-face {
    font-family: 'Mini Hotpot';
    src: url('../font/Mini-Hotpot.ttf') format('truetype');
}
@font-face {
    font-family: 'New Press Eroded';
    src: url('../font/New-Press-Eroded.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
        url('../font/iconfont.woff?t=1658727552670') format('woff'),
        url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    margin-right: 8px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
.wrap{
  display: block;
  width: 100%;
}
.wrapper{
  display: block;
  padding: 0 60px;
}
.w100{
  display: block;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#FFF;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#f3e928;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#535353;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#535353;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#535353;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
    color:#535353;
}
.line:last-child{
  border-bottom: none;
}
.red{
    color: #EF813A;
}
.pc{
    display: block !important;
}
.h5{
    display: none !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.abr{
    position: relative;
}
.m20{
    margin-top: 20px;
}
.m30{
    margin-top: 30px;
}
.m40{
    margin-top: 40px;
}
.mb100{
    margin-bottom: 120px;
}
/*header*/
.pagewrap {
    margin: 0 auto;
    position: relative;
}
.header{
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #000;
}
.header .wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px 20px;
    position: relative;
    transition: all 0.85s 0.45s ease-in-out;
    align-content: center;
    align-items: center;
}
.header .topbox{
    display: flex;
    z-index: 10;
}
.slidemenu {
    width: 45px;
    height: 45px;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    z-index: 110;
}
.slidemenu:after, .slidemenu:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    transition: all 0.3s 0.3s ease-in-out;
}
.slidemenu:before {
    width: 20px;
}
.slidemenu.show:before {
    width: 0;
    transition: all 0.5s ease-in-out;
}
.slidemenu.show .line:before {
    -webkit-transform: translateY(12px) rotate(25deg);
    transform: translateY(12px) rotate(25deg);
    transition: all 0.5s 0.5s ease-in-out;
}
.slidemenu.show .line:after {
    -webkit-transform: translateY(-9px) rotate(-25deg);
    transform: translateY(-9px) rotate(-25deg);
    transition: all 0.5s 0.5s ease-in-out;
}
.slidemenu:hover:after, .slidemenu:hover:before{
    width: 100%;
}
.slidemenu.show:after, .slidemenu.show:before{
    width: 0;
}
.slidemenu .line {
    width: 100%;
    height: 25px;
    background-color: transparent;
    display: block;
    position: relative;
    transition: background-color 0s 0.5s;
}
.slidemenu .line:after, .slidemenu .line:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #FFF;
    transition: all 0.5s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.slidemenu .line:after, .slidemenu .line:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #FFF;
    transition: all 0.5s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.slidemenu .line:after {
    bottom: 0px;
}
.slidemenu .text {
    height: 12px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    margin-top: 8px;
    pointer-events: none;
    position: relative;
    font-family: 'Palatino Linotype';
    color: #FFF;
}
.slidemenu .text .close, .slidemenu .text .open {
    position: absolute;
    top: 0;
    left: 0;
    transition: color 0.25s ease-in-out,0.25s ease-in-out,-webkit-transform 0.35s ease-in-out;
    transition: color 0.25s ease-in-out,0.25s ease-in-out,transform 0.35s ease-in-out;
    transition: color 0.25s ease-in-out,0.25s ease-in-out,transform 0.35s ease-in-out,-webkit-transform 0.35s ease-in-out;
}
.slidemenu .text .close {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.slidemenu.show .text .open {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.slidemenu.show .text .close {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header .logo {
    display: block;
    margin-left: 62px;
    padding-top: 1px;
}
.header .logo a {
    display: block;
    width: 447px;
    height: 45px;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.header .rightbox{
    display: flex;
    align-items: center;
    z-index: 10;
}
.header .rightbox .btn-reservation{
    display: block;
    width: auto;
    padding: 0 0;
    height: 55px;
    margin-right: 40px;
    position: relative;
}
.header .rightbox .btn-reservation a.text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0 60px;
    color: #FFF;
    font-size: 28px;
    text-align: center;
    position: relative;
    font-family: 'Palatino Linotype','Mini Hotpot';
    background-color: transparent;
    border: 1px solid #047201;
}
.header .rightbox .btn-reservation a.text::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border:1px solid #787878;
}
.header .rightbox .btn-reservation:hover a.text{
    border: 1px solid #f3e928;
    color: #f3e928;
}
.btn-reservation:hover .pop-reservation-box{
    display: block;
}
.btn-reservation .pop-reservation-box{
    position: absolute;
    right: -20px;
    top: 55px;
    padding-top: 25px;
    display: none;
}
.btn-reservation .pop-reservation-list{
    min-width: 100%;
    padding: 20px 35px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 20px;
}
.btn-reservation .pop-reservation-list a{
    font-size: 24px;
    display: block;
    line-height: 2.2;
    white-space: nowrap;
    text-align: center;
}
.btn-reservation .pop-reservation-list a.soon{
    color: #999;
}
.header .socialbox{
    margin-top: 2vh;
}
.header .social-list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header .social-list li {
	display: block;
	width: 23px;
	height: 25px;
	margin: 8px 0 8px;
	padding-top: 0;
	transition: all .3s;
}
.header .social-list li:hover{
	transform: scale(1.2);
}
.header .social-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.header .social-list li.icon-facebook{
	background: url("../img/icon-left-facebook.png") no-repeat center center;
    background-size: 28px 28px;
}
.header .social-list li.icon-instagram{
	background: url("../img/icon-left-instagram.png") no-repeat center center;
    background-size: 23px 23px;
}
.header .social-list li.icon-weixin{
	background: url("../img/icon-left-weixin.png") no-repeat center center;
    background-size: 23px 23px;
}
.header .languagebox{
    margin: 0 0 0;
    position: relative;
    padding-left: 30px;
    zoom: 1.2;
}
.header .languagebox:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: 0;
    background-color: #B8B8B8;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header .languagebox .language-current {
    width: 100%;
    text-align: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto 0;
}
.header .languagebox .language-current span{
    display: block;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 1px 0 0 0;
    text-align: center;
    font-family: 'Mini Hotpot';
}
.header .languagebox .language-current a i.icon-language{
    display: block;
    margin: 2px auto 5px;
    transition: all .3s;
    width: 20px;
    height: 20px;
    background: url("../img/icon-language.svg") no-repeat center center;
    background-size: 20px 20px;
}
.header .languagebox .language-current a:hover i.icon-language{
    transform: scale(1.05);
    background: url("../img/icon-language-v.svg") no-repeat center center;
}
.header .languagebox .language-current a:hover span{
    color: #f3e928;
}
.header .languagebox .language-list {
    width: 100%;
}
.header .languagebox .language-list li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 1px 0 0 0;
    text-align: center;
    font-family: 'Mini Hotpot';
}
.header .languagebox .language-list li a:hover{
    color: #A30012;
}
header .nav-box.show{
  display: block;
}
header .nav-box{
    position: fixed;
    left: 0;
    top: 80px;
    display: none;
    width: 238px;
    height: calc(100vh - 80px);
    z-index: 100;
    padding: 0 25px 25px;
    background-color: rgba(0,0,0,0.8);
}
header .nav-box .nav{
    display: block;
}
header .nav-box .nav li{
    margin: 15px 0;
}
header .nav-box .nav li a{
    display: block;
    font-size: 25px;
    padding: 18px 0;
    text-align: center;
    color: #B2B2B2;
    font-family: 'Mini Hotpot';
}
header .nav-box .nav li.cur a{
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
header .nav-box .nav li a:hover{
    color: #FFF;
}
header .nav-box .brand{
    display: block;
    padding-top: 20px;
}
header .nav-box .brand a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    color: #FFF;
    padding: 0 12px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Mini Hotpot';
    background: transparent;
    background-size: 45px 8px;
    border: 1px solid #047201;
    position: relative;
}
header .nav-box .brand a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border:1px solid #787878;
}
header .nav-box .brand a:hover{
    border: 1px solid #f3e928;
    color: #f3e928;
}
header .nav-box .brand a.cur{
    border: 1px solid #f3e928;
    color: #f3e928;
}
header .nav-box .nav li.store{
    position: relative;
}
header .nav-box .nav li.store:hover .reservations-list{
    display: block;
}
/*reservations*/
header .nav-box .nav li .reservations-list{
    display: none;
    position: absolute;
    left: 180px;
    top: 50%;
    padding-left: 40px;
    transform: translate(0, -50%);
}
header .nav-box .nav li .reservations-list ul{
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.8);
}
header .nav-box .nav li .reservations-list a {
    font-size: 25px;
    display: block;
    white-space: nowrap;
    text-align: left;
    color: #FFF;
    font-family: 'Mini Hotpot';
}
header .nav-box .nav li.cur .reservations-list a{
    border: none;
}
header .nav-box .nav li .reservations-list a:hover{
    color: #f3e928;
}
header .nav-box .nav li .reservations-list a.soon {
    color: #999;
}

.subbanner{
    display: block;
    width: 100%;
    height: auto;
}
.subbanner img{
    display: block;
    width: 100%;
    height: auto;
}

.content{
    min-height: 1458px;
    background: #0f1118 url('../img/bg-content.jpg') no-repeat center top;
    background-size: 100% auto;
}
.content.about{
    min-height: 1458px;
    background: #0f1118 url('../img/bg-content-about.jpg') no-repeat center top;
    background-size: 100% auto;
}
.content.about .wrap{
    display: block;
    width: 100%;
    padding: 40px 0 50px;
    position: relative;
}
.content.about .conbox{
    padding: 50px 0;
    min-height: auto;
    position: relative;
}
.content .wrap{
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 5% 50px;
}
.conbox{
    padding: 50px 0;
    min-height: 1458px;
    position: relative;
}
.path{
    padding: 0 5%;
    font-size: 20px;
    color: #D7D7D7;
    font-family: 'Mini Hotpot';
}
.path span{
    padding: 0 8px;
}
.path a{
    color: #D7D7D7;
}
.path a:hover{
    color: #f3e928;
}
/*footer*/
.footer{
    display: block;
    width: 100%;
    height: auto;
    color: #FFF;
    background: url("../img/bg-footer.jpg") no-repeat center center;
    background-size: cover;
}
.footer .wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 50px 100px;
    flex-direction: column;
}
.footer .foot-logo{
    display: block;
    width: 390px;
    height: auto;
}
.footer .foot-logo img{
    display: block;
    width: 100%;
    height: auto;
}
.footer .foot-nav{
    display: flex;
    width: 1090px;
    justify-content: space-between;
    padding: 22px 0;
    margin-top: 50px;
    border-bottom: 1px solid rgba(189,189,189,0.4);
}
.footer .foot-nav a{
    display: block;
    font-size: 24px;
    width: calc(100%/5);
    text-align: center;
    color: #FFF;
    font-family: 'Mini Hotpot';
}
.footer .foot-nav a:hover{
    color: #e7161a;
}
.footer .foot-contact{
    margin-top: 40px;
    line-height: 1.66;
    font-size: 18px;
    text-align: center;
}
.footer .foot-contact label{
    font-family: 'Mini Hotpot';
    font-size: 20px;
    padding-right: 5px;
}
.footer .foot-contact span{
    padding-left: 5px;
}
.footer .foot-contact span .soon{
    color: #999999;
}
.foot-social{
    display: block;
    margin-top: 30px;
}
.footer .social-list{
	display: flex;
	padding-top: 0;
	justify-content: flex-start;
}
.footer .social-list li{
	display: block;
	width: 29px;
	height: 29px;
	margin: 0 10px 0 10px;
	padding-top: 0;
	transition: all .3s;
}
.footer .social-list li:hover{
	transform: scale(1.2);
}
.footer .social-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer .social-list li.icon-facebook{
	background: url("../img/icon-facebook.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .social-list li.icon-instagram{
	background: url("../img/icon-instagram.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .social-list li.icon-weixin{
	background: url("../img/icon-weixin.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .social-list li:hover .pop-social-box{
    display: block;
}
.footer .social-list li .pop-social-box{
    position: absolute;
    bottom: 45px;
    left: 50%;
    z-index: 1000;
    display: none;
    width: auto;
    min-width: 170px;
    min-height: 170px;
    padding: 10px;
    margin-top: 0;
    margin-left: -85px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.footer .social-list li .pop-social-box:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    left: 50%; 
    margin-left: -6px;
}
.footer .social-list li .pop-social-box img{
    display: block;
    width: 150px;
    height: 150px;
}
.footer .footer-copyright{
    margin-top: 90px;
    font-size: 15px;
    text-align: center;
}
.footer .footer-copyright a{
    color: #fff;
}
.footer .footer-copyright a:hover{
    color: #e7161a;
}
.fadeSlideRight{
    -webkit-animation: slideRightBlurAnimation 0.75s 0.45s ease-in-out both;
    animation: slideRightBlurAnimation 0.75s 0.45s ease-in-out both;
}
.fadeSlideLeft{
    -webkit-animation: slideLeftBlurAnimation 0.75s 0.45s ease-in-out both;
    animation: slideLeftBlurAnimation 0.75s 0.45s ease-in-out both;
}
.fadeSlideUp{
    -webkit-animation: slideUpBlurAnimation 0.75s 0.45s ease-in-out both;
    animation: slideUpBlurAnimation 0.75s 0.45s ease-in-out both;
}
.fadeSlideDown{
    -webkit-animation: slideDownBlurAnimation 0.75s 0.45s ease-in-out both;
    animation: slideDownBlurAnimation 0.75s 0.45s ease-in-out both;
}
.slideUpAnimation{
    -webkit-animation: slideUpAnimation 0.75s 0.45s ease-in-out both;
    animation: slideUpAnimation 0.75s 0.45s ease-in-out both;
}
.jitter{
    -webkit-animation: jitter 0.75s 0.45s ease-in-out both;
    animation: jitter 0.75s 0.45s ease-in-out both;
}
.bottom-nav{
    display: none;
}
.pc{
    display: flex !important;
}
.h5{
    display: none !important;
}
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.pop .icon-close {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 15px;
    padding: 2px;
    overflow: hidden;
    margin-left: 0;
    cursor: pointer;
    opacity: 0.7;
    background: #000 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAABXUlEQVRoge3YsUoDQRDG8e8UFLROo0WImEaxSWEKn0ckr5fKl7CySCHYpLxGCxtBvhCyYtTNZWZ3ZyM4fwiBI1x+t+RuyMLzPM/zPEWN9KMkl28XAG4A3AOYF1roawBXAKYA2qYRk2SRvCT5zlUvJMfLi8l8TfjVM8mDsuoV/I7fe83ET/i7oQW8H7DrpeJj6AeS+xZwBGQuPoZ+JNkL95EJPBffibaGp+K3omvAtXgRuhZciheja8K34VXo2vBN+DctehfwTXgVelfwT3xspWcStAa+V/j6RgCOIsdPAJwV/i5ZicMldsP+qZ9KDD1LmbA14V2PPPWErQWXPKdV+BpwzXAR463h6okoxVvCU9BivBU8By3CW8DHBdBd+JZkbHhlw28Lobvw5xbwXthCYPhjm4Nex7fhnFOS4k0V7YbQIYABgCcAH6mL8KNjAKfhnCy+IeR5nud5/z4AWABmouaay6XkegAAAABJRU5ErkJggg==') no-repeat center center;
    background-size: auto 90%;
}
.pop .icon-close:hover{
    background-color: #A30012;
}
.pop {
    min-width: 450px;
    max-width: 1000px;
    padding: 0;
    height: auto;
    min-height: 300px;
    max-height: 92vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.pop_title {
    display: none;
    font-size: 26px;
    text-align: center;
    font-family: 'Mini Hotpot';
    position: relative;
}
.pop_con{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.8;
}
.pop_con img{
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: calc(92vh - 48px);
    padding: 0;
}
.pop .btn{
    display: block;
    margin-top: 0;
}
.pop .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-family: 'Mini Hotpot';
    background: #A30012;
    text-align: center;
}
.pop .btn a:hover{
    background: #d7041b;
}
/* PC*/
@media (min-width: 768px) and (max-width: 1800px) {
body {
    padding: 4.2105263157894735vw 0 0 0 !important;
}
.header{
    height: 4.2105263157894735vw;
}
.header .wrap {
    padding: 1.0526315789473684vw 2.1052631578947367vw 1.0526315789473684vw;
}
.slidemenu {
    width: 2.3684210526315788vw;
    height: 2.3684210526315788vw;
}
.slidemenu:after, .slidemenu:before {
    width: 1.0526315789473684vw;
    height: 0.15789473684210525vw;
    top: 0.5789473684210527vw;
}
.slidemenu:before {
    width: 1.0526315789473684vw;
}
.slidemenu.show .line:before {
    -webkit-transform: translateY(0.631578947368421vw) rotate(25deg);
    transform: translateY(0.631578947368421vw) rotate(25deg);
}
.slidemenu.show .line:after {
    -webkit-transform: translateY(-0.47368421052631576vw) rotate(-25deg);
    transform: translateY(-0.47368421052631576vw) rotate(-25deg);
}
.slidemenu .line {
    height: 1.3157894736842106vw;
}
.slidemenu .line:after, .slidemenu .line:before {
    height: 0.15789473684210525vw;
}
.slidemenu .line:after, .slidemenu .line:before {
    height: 0.15789473684210525vw;
}
.slidemenu .text {
    height: 0.631578947368421vw;
    font-size: 0.7368421052631579vw;
    letter-spacing: 0.0.42105263157894735vw;
    margin-top: 0.42105263157894735vw;
}
.slidemenu .text .close {
    -webkit-transform: translateX(-0.2631578947368421vw);
    transform: translateX(-0.2631578947368421vw);
}
.slidemenu.show .text .open {
    -webkit-transform: translateX(-0.2631578947368421vw);
    transform: translateX(-0.2631578947368421vw);
}
.header .logo {
    margin-left: 3.263157894736842vw;
}
.header .logo a {
    width: 23.526315789473685vw;
    height: 2.3684210526315788vw;
}
.header .rightbox .btn-reservation{
    height: 2.8947368421052633vw;
    margin-right: 2.1052631578947367vw;
}
.header .rightbox .btn-reservation a.text{
    padding: 0 3.1578947368421053vw;
    font-size: 1.4736842105263157vw;
}
.btn-reservation .pop-reservation-box{
    right: -1.0526315789473684vw;
    top: 2.8947368421052633vw;
    padding-top: 1.3157894736842106vw;
}
.btn-reservation .pop-reservation-list{
    padding: 1.0526315789473684vw 1.8421052631578947vw;
    border-radius: 1.0526315789473684vw;
}
.btn-reservation .pop-reservation-list a{
    font-size: 1.263157894736842vw;
}
.header .languagebox .language-current span{
    font-size: 0.8421052631578947vw;
    letter-spacing: 0.0.2631578947368421vw;
}
.header .languagebox .language-current a i.icon-language{
    margin: 0.10526315789473684vw auto 0.2631578947368421vw;
    width: 1.0526315789473684vw;
    height: 1.0526315789473684vw;
    background: url("../img/icon-language.svg") no-repeat center center;
    background-size: 1.0526315789473684vw 1.0526315789473684vw;
}
.header .languagebox .language-list li a {
    font-size: 0.8421052631578947vw;
    letter-spacing: 0.0.2631578947368421vw;
}
header .nav-box{
    top: 4.2105263157894735vw;
    width: 12.526315789473685vw;
    height: calc(100vh - 4.2105263157894735vw);
    padding: 0 1.3157894736842106vw 1.3157894736842106vw;
}
header .nav-box .nav li{
    margin: 0.7894736842105263vw 0;
}
header .nav-box .nav li a{
    font-size: 1.3157894736842106vw;
    padding: 0.9473684210526315vw 0;
}
header .nav-box .brand{
    padding-top: 1.0526315789473684vw;
}
header .nav-box .brand a{
    height: 2.4210526315789473vw;
    padding: 0 0.631578947368421vw;
    font-size: 1.1578947368421053vw;
    margin-bottom: 1.0526315789473684vw;
    background-size: 2.3684210526315788vw 0.42105263157894735vw;
}
header .nav-box .nav li .reservations-list{
    left: 9.473684210526315vw;
    padding-left: 2.1052631578947367vw;
}
header .nav-box .nav li .reservations-list ul{
    padding: 1.0526315789473684vw 1.5789473684210527vw;
}
header .nav-box .nav li .reservations-list a {
    font-size: 1.3157894736842106vw;
}
.content{
    min-height: 76.73684210526316vw;
}
.content.about{
    min-height: 76.73684210526316vw;
}
.content.about .wrap{
    padding: 2.1052631578947367vw 0 2.6315789473684212vw;
}
.content.about .conbox{
    padding: 2.6315789473684212vw 0;
}
.content .wrap{
    padding: 2.1052631578947367vw 5% 2.6315789473684212vw;
}
.conbox{
    padding: 2.6315789473684212vw 0;
    min-height: 76.73684210526316vw;
}
.path span{
    padding: 0 0.42105263157894735vw;
}

}
/* PC*/
@media (min-width: 768px) and (max-width: 1440px) {
body{
    font-size: 14px !important;
}
.header .rightbox .btn-reservation a {
    padding: 0 50px;
    font-size: 25px;
}
.path {
    font-size: 18px;
}
.footer .foot-nav{
    width: 75%;
    margin-top: 60px;
}
.footer .foot-nav a {
    font-size: 22px;
}
.footer .foot-contact {
    margin-top: 45px;
    font-size: 16px;
}
.footer .foot-contact label {
    font-size: 18px;
}
}

/* PC */
@media (min-width: 768px) and (max-width: 1280px) {
.path {
    font-size: 16px;
}
.footer .foot-nav{
    width: 75%;
    margin-top: 40px;
}
.footer .foot-nav a {
    font-size: 20px;
}
.footer .foot-contact {
    margin-top: 40px;
    font-size: 14px;
}
.footer .foot-contact label {
    font-size: 16px;
}
}

/* iPad竖屏 */
@media (min-width: 768px) and (max-width: 1024px){
.path {
    font-size: 14px;
}
.footer .foot-nav{
    width: 75%;
    margin-top: 30px;
}
.footer .foot-nav a {
    font-size: 16px;
}
.footer .foot-contact {
    margin-top: 40px;
    font-size: 12px;
}
.footer .foot-contact label {
    font-size: 12px;
}
}

/* iPad横屏 */
@media (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {

}
/* 手机 */
@media only screen and (max-width:768px){
body {
  padding:75px 0 0 0 !important;
  font-size: 15px !important;
}
body.home {
    padding: 75px 0 0 0 !important;
}
.pc{
    display: none !important;
}
.h5{
    display: flex !important;
}
.pagewrap {
    max-width: 100%;
    padding-bottom: calc(env(safe-area-inset-bottom));
}
.header {
    width: 100%;
    height: 75px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .wrap {
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5% 0;
}
.header .topbox {
    display: flex;
    align-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}
.slidemenu {
    flex: 0 0 45px;
    width: 45px;
    height: 37px;
    zoom: 0.9;
}
.slidemenu .text {
    height: auto;
    font-size: 11px;
    margin-top: 8px;
}
.header .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    width: 200px;
    height: 42px;
    margin: 0 0 0 15px;
    padding-left: 15px;
    position: relative;
}
.header .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.header .logo:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.header .logo a {
    display: flex;
    width: auto;
    height: 100%;
    align-items: center;
}
header .nav-box {
    top: 75px;
    width: 238px;
    height: calc(100vh - 75px);
    padding: 0 25px 25px;
}
header .nav-box .nav li a {
    font-size: 20px;
    padding: 10px 0;
}
header .nav-box .brand a {
    padding: 0 12px;
    font-size: 20px;
}
.header .rightbox{
    position: fixed;
    bottom: 10px;
}
.header .rightbox .btn-reservation {
    display: none;
}
.header .rightbox{
    position: fixed;
    bottom: 25px;
}
.header .rightbox .btn-reservation {
    display: none;
}
.header .languagebox {
    padding-left: 0;
    left: 60px;
    bottom: 0;
    position: absolute;
    display: none;
}
.header .languagebox.show{
    display: block;
}
.header .languagebox:before {
    display: none;
}
.subbanner img{
    height: 280px;
    object-fit: cover;
}
.content {
    min-height: auto;
}
.content .wrap {
    height: auto;
    padding: 30px 5% 30px;
}
.conbox {
    padding: 30px 0;
    min-height: auto;
}
.content.about {
    min-height: auto;
}
.content.about .wrap {
    height: auto;
    padding: 30px 5% 30px;
}
.content.about .conbox {
    padding: 30px 0;
}

.path {
    font-size: 16px;
    padding: 0 0;
}

.footer {
    height: auto;
}
.footer .wrap {
    padding: 60px 5% 80px;
}
.footer .foot-logo{
    width: 80%;
}
.footer .foot-logo img{
    display: block;
    width: 100%;
    height: auto;
}
.footer .foot-nav {
    display: flex;
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;
    padding: 22px 5px;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer .foot-nav a {
    font-size: 16px;
    width: auto;
}
.footer .foot-contact {
    margin-top: 50px;
    line-height: 1.5;
    font-size: 13px;
}
.footer .foot-contact label {
    font-size: 16px;
}
.footer .footer-copyright {
    margin-top: 80px;
    font-size: 13px;
}
.bottom-nav {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #C20001;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100
}
.bottom-nav ul {
    display: -ms-flexbox;
    display: flex
}
.bottom-nav li {
    -ms-flex: 1;
    flex: 1
}
.bottom-nav li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25)
}
.bottom-nav a{
    width: 100%;
    height: 55px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0.5px;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Mini Hotpot';
    background-color: #C20001;
}
.header .rightbox .btn-reservation.show {
    display: block;
}
.header .rightbox .btn-reservation a.text {
    display: none;
}
.btn-reservation .pop-reservation-box {
    position: fixed;
    right: 4%;
    top: unset;
    bottom: 65px;
    padding-top: 0;
    display: block;
    width: 92%;
    z-index: 100;
}
.btn-reservation .pop-reservation-list a {
    font-size: 18px;
}
header .nav-box .nav li .reservations-list {
    left: 80%;
    top: 50%;
    width: 110%;
    padding-left: 0;
}
header .nav-box .nav li .reservations-list ul {
    padding: 10px 20px;
}
header .nav-box .nav li .reservations-list a {
    font-size: 18px;
    white-space: normal;
}
.pop {
    min-width: 92%;
    max-width: 92%;
}
.pop_title {
    font-size: 22px;
}
.pop .icon-close {
    top: 0;
}
.pop .btn a {
    font-size: 16px;
}
}

/* 手机 */
@media only screen and (max-height:667px){
header .nav-box .nav li a {
    font-size: 20px;
    padding: 0 0;
}
}