@charset "UTF-8";

@import url(common.css);

/* common */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img {
	width: 100%;
	max-width: 100%;
}

body {
	background: #000;
	color: #fff;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.noMR {
	margin-right: 0 !important;
}

.sp {
	display: none;
}

@media(max-width:768px){
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
}

/* header */

.header {
	padding-bottom: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

@media(max-width:768px){
	.header {
		height: 50px;
		padding-bottom: 0;
	}
}

.fixed {
	background: rgba(0,0,0,0.6);
}

.header a {
	color: #fff;
}

#onlineshop_btn {
	font-size: 1.5rem;
	letter-spacing: 1px;
	float: right;
	margin-right: 20%;
	background-color: #FF6633;
	padding: 5px 10px;
	text-align: center;
	width: 150px;
	border-radius: 0 0 5px 5px;
}

#wangfujing {
	float: left;
	clear: right;
	font-family: 'Sylfaen';
	font-size: 2.4rem;
	font-weight: 200;
	letter-spacing: 7px;
	margin-left: 30px;
	text-align: center;
}

.chinatown {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 5px;
}

#gnav {
	float: right;
	margin-top: 20px;
	margin-right: 80px;
}

#gnav li {
	font-size: 1.6rem;
	display: inline-block;
	letter-spacing: 2px;
	margin-right: 20px;
}

#facebook {
	width: 30px;
}

@media(max-width:768px){
	#logo_sp {
		width: 170px;
		margin: 10px 20px;
	}

	#sp_gnav {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.85);
		overflow-y: scroll;
		padding: 50px 0 200px 0;
	}

	#sp_gnav ul li a {
		display: block;
		color: #fff;
		text-align: center;
		padding: 15px 0;
		font-size: 16px;
		line-height: 1.5em;
		text-decoration: none;
		width: 60%;
		margin: 0 auto;
	}

	#sp_gnav_logo {
		width: 50%;
		margin: 0 auto;
		margin-bottom:30px;
	}
}

#hamburger_menu {
	position: fixed;
	top: 1%;
	right: 1%;
	z-index: 100001;
}

@media screen and (max-width:768px){
	.hamburger {
		padding-top: 7px;
		padding-right: 0;
	}

	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		background-color: #fff;
	}

	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
		width: 30px;
	}

	.hamburger--collapse:hover {
		opacity: 1.0;
	}
}

#sp_onlineshop_btn {
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: 1px;
	background-color: #FF6633;
	text-align: center;
	width: 180px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* main */

#mainVisual {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#mainVisual_bg {
	width: 100%;
	height: 100%;
	background: url(../img/restaurant/top.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 20px;
	position: absolute;
}

@media(max-width:768px){
	#mainVisual_bg  {
		background: url(../img/restaurant/top.jpg) no-repeat 30% 0%;
		background-size: auto 130%;
	}
}


#overlay {
	width: 100%;
	background-color: #000;
	opacity: 0.4;
	position: absolute;
	z-index: 99;
}

#logoimg {
	width: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 100;
}

.sec_ttl_en {
	display: block;
	text-align: center;
	color: #bca24e;
	font-size: 2.6rem;
	letter-spacing: 1px;
	line-height: 2.8rem;
	padding-top: 150px;
}

@media(max-width:768px){
	.sec_ttl_en  {
		padding-top: 80px;
		font-size: 2.4rem;
	}
}

.sec_ttl {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #bca24e;
	font-size: 2.4rem;
	letter-spacing: 2px;
	line-height: 3rem;
	margin-bottom: 50px;
}

@media(max-width:768px){
	.sec_ttl  {
		font-size: 1.8rem;
	}
}

.restaurant_txt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.8rem;
	letter-spacing: 3px;
}

@media(max-width:768px){
	.restaurant_txt {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0 20px;
	}
}
.shop_info_box{
	margin: 0 auto 30px;
}
.shop_info_box th{
    padding: 10px;
    letter-spacing: 2px;
    width: 140px;
    padding-right: 60px;
		text-align: right;
}
.shop_info_box td{
    vertical-align: top;
    padding: 10px;
    letter-spacing: 2px;
}
@media screen and (max-width:768px){
	.shop_info_box{
		padding: 15px;
	}
	.shop_info_box th{
		padding-right: 30px;
	}
}
.restaurant_box h3 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 3.0rem;
	letter-spacing: 5px;
	line-height: 1.7em;
	margin-top: 70px;
	margin-bottom: 15px;
	text-align: center;
}

@media(max-width:768px){
	.restaurant_box h3  {
		font-size: 1.8rem;
		letter-spacing: 2px;
	}
}

.resturant_outer {
	border-top: 2px solid #bc9d51;
	border-bottom: 2px solid #bc9d51;
	position: relative;
}

@media(max-width:768px){
	.resturant_outer {
		border: 0;
	}

	.resturant_outer>img {
		border-top: 2px solid #bc9d51;
		border-bottom: 2px solid #bc9d51;
	}
}

.resturant_inner {
	width: 1000px;
	margin: 0 auto;
}

@media(max-width:768px){
	.resturant_inner {
		width: 100%;
	}
}

.resturant_inner img {
	border: 1px solid #fff;
	box-shadow:4px 5px 7px 0px #000;
	-moz-box-shadow:4px 5px 7px 0px #000;
	-webkit-box-shadow:4px 5px 7px 0px #000;
}

.resturant_img1 {
	width: 23%;
	position: absolute;
	top: 8%;
	margin: auto;
	right: 20%;
	z-index: 100;
}

@media(max-width:768px){
	.resturant_img1 {
		width: 70%;
		position: relative;
		top: 0;
		right: 0;
		margin-top: 50px;
	}
}

.resturant_img2 {
	width: 23%;
	position: absolute;
	top: 8%;
	margin: auto;
	left: 20%;
	z-index: 100;
}


@media(max-width:768px){
	.resturant_img2 {
		width: 70%;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 50px;
	}
}


.restaurant_box_overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	position: absolute;
	z-index: 99;
}

.restaurant_foot {
	position: relative;
}

.restaurant_overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	position: absolute;
	z-index: 99;
}

a.linkbtn {
	width: 100%;
	display: block;
	border: 2px solid #bc9d51;
	padding: 15px;
	text-align: center;
	margin: 20px auto;
	color: #bca24e;
	font-weight: bold;
	letter-spacing: 5px;
}


@media(max-width:768px){
	a.linkbtn  {
		width: 100%;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem;
		margin: 25px auto;
	}
}

/* linkbtn animation */

a.linkbtn {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a.linkbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bc9d51;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 70%;
  transform-origin: 70%;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.19s;
  transition-duration: 0.19s;
}

a.linkbtn:hover, a.linkbtn:focus, a.linkbtn:active {
	color: #fff;
}

a.linkbtn:hover:before,a.linkbtn:focus:before, a.linkbtn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}




#map_canvas {
    width: 100%;
    height: 500px;
}

@media(max-width:768px){
	#map_canvas {
		height: 300px;
	}
}

/* footer */

.footer {
	padding: 50px 0;
}

@media(max-width:768px){
	.footer {
		padding: 30px 0;
		margin-bottom: 44px;
	}
}

#footer_logo {
	width: 300px;
	margin: 7px auto;
}

@media(max-width:768px){
	#footer_logo {
		width: 50%;
	}
}


#footerMenu {
	max-width:900px;
	margin:100px auto 0;
	overflow:hidden;

}

.footer_box {
	width:32%;
	padding: 0 3%;
	display: inline-block;
	vertical-align: top;
	text-align:left;
}

@media(max-width:414px){
	.footer_box {
		width: 90%;
		margin: 0 auto;
		padding: 0 14px;
		display: block;
		border-bottom:#fff 1px solid;
		text-align:center;
	}
}


.footer_ttl{
	display: block;
	padding:20px 0 40px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	border-top:#fff 1px solid;
}
.footer_ttl a{
	color: #fff;
}

@media(max-width:414px){
	.footer_ttl{
		padding:20px 0;
		cursor:pointer;
		margin: 0;
		border-top:0;
	}
}

.footer_cts{
	font-size: 12px;
	line-height: 1.5;
}

@media(max-width:414px){
	.footer_cts{
		padding:10px 0 20px;
		width:100%;
		display:none;
	}
}

.footer_cts a {
	color:#ccc;
}

.footer_link {
	-webkit-transition: .24s ease;
	transition: .24s ease;
	margin-bottom: 1.2em;
	display: block;
}

@media(max-width: 414px){
.footer_link {
	padding: .6em 0;
	margin-bottom: 0;
	font-size: 12px;
}
}

.footer_ec_btn{
	display: none;
}

@media(max-width: 768px){
	.footer_ec_btn{
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
		position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
		background: #FF6633;
    color: #fff !important;
		z-index: 100;
	}
	.footer_ec_btn span{
		position: relative;
		padding-left: 20px;
	}
	.footer_ec_btn span::before{
		content: "";
		width: 35px;
		height: 44px;
		background: url(https://wangfujing.co.jp/store/images/icon_cart.svg) no-repeat center center;
		background-size: 35px;
		position: absolute;
    left: -22px;
    top: -9px;
	}
}

.copyright {
	text-align: center;
}

@media(max-width:768px){
	.copyright {
		font-size: 10px;
		font-size: 1.0rem;
	}
}

/*ホットペッパー*/
.wrap_btn{
	z-index: 100;
	position: absolute !important;
	top: 50%;
	left: 20%;
	margin-top: -73px !important;
	width: 30% !important
}
.wrap_btn.last{
	left: inherit;
	right: 20%
}
.HPG_reserveGadgetsWrap .HPG_reserveGadgetsFooter img{
	height: auto;
	max-width: 200px
}
@media(max-width: 768px){
	.wrap_btn{
		width: 70% !important;
		top: 78px;
		left: 15% !important;
		margin-top: inherit !important;
		right: inherit;
	}
	.resturant_bg{
		height: 300px;
		background-size: cover;
	}
	.bg01{
		background: url(../img/restaurant/r01.jpg);
	}
	.bg02{
		background: url(../img/restaurant/r03.jpg);
	}
	.bg03{
		background: url(../img/restaurant/r07.jpg);
	}
	.bg04{
		background: url(../img/restaurant/r08.jpg);
		background-position: 850px -50px;
	}
	.bg05{
		background: url(../img/restaurant/r10.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		height: 200px;
	}
	.resturant_bg img{
		display: none
	}
	.HPG_reserveGadgetsWrap{
		margin: 0 !important
	}
}
/*Google マイマップのタイトル帯を消してみた
参考：https://qiita.com/y-okuda/items/9d0243d7355cf87129e8*/
#w_access #main {
	overflow: hidden;
	height: 423px;
}
#w_access #main iframe {
	margin-top: -55px;
}