@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/takeout/btop.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 20px;
	position: absolute;
}

@media(max-width:768px){
	#mainVisual_bg  {
		background: url(../img/takeout/btop.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;
	}
}

#w_takeout 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: 30px;
	text-align: center;
}

@media(max-width:768px){
	#w_takeout h3  {
		font-size: 1.8rem;
		letter-spacing: 2px;
		margin-top: 0;
	}
}

.takeout_main_area {
	width: 75%;
	float: left;
}

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

.takeout_thumb {
	float: right;
	width: 25%;
}

.takeout_thumb li:hover {
	cursor: pointer;
	opacity: 0.8;
}


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

	.takeout_thumb li {
		float: left;
		width: 33.33%;
	}
}

.takeout_txt {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	line-height: 2em;
	letter-spacing: 2px;
	margin-top: 100px;
	font-size: 1.6rem;
	font-size: 16px;
}

@media(max-width:768px){
	.takeout_txt {
		width: 100%;
		padding: 0 20px;
		font-size: 1.2rem;
		font-size: 12px;
		margin-top: 50px;
	}
}

#shop_info_box {
	width: 600px;
	margin: 100px auto;
	margin-bottom: 50px;
	overflow: hidden;
	line-height: 1.2em;
}

@media(max-width:768px){
	#shop_info_box  {
		margin: 50px auto;
		width: 90%;
	}
}

#shop_info_box th {
	width: 255px;
	vertical-align: top;
	padding: 10px 0;
	text-align: right;
	padding-right: 60px;
	letter-spacing: 3px;
}

@media(max-width:768px){
	#shop_info_box th {
		width: 100px;
		padding-right: 5%;
		line-height: 1.7em;
		font-size: 1.2rem;
		font-size: 12px;
	}
}


#shop_info_box td {
	vertical-align: top;
	padding: 10px 0;
	letter-spacing: 2px;
}


@media(max-width:768px){
	#shop_info_box td {
		line-height: 1.7em;
		font-size: 1.2rem;
		font-size: 12px;
	}
}


#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;
	}
}