@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;
	}
	.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;
}
#gnav li.submenu{
	position: relative;
}
#gnav li.submenu a{
	padding-bottom: 25px;
}
#gnav li.submenu ul{
	display: none;
	position: absolute;
	left: calc(50% - 65px);
	top: 45px;
	width: 130px;
	background: rgba(0, 0, 0, 0.78);
}
#gnav li.submenu ul li{
	display: block;
	text-align: center;
	margin-right: 0;
	border: 1px #bc9d51 solid;
}
#gnav li.submenu ul li:first-child{
	border-bottom: none;
}
#gnav li.submenu ul li a{
	padding: 8px 0;
	display: block;
}
#gnav li.submenu ul li a:hover{
	opacity: 0.5;
}

#facebook,
#instagram {
	width: 30px;
}
#facebook{
	margin-right: 10px;
}
@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: 30px 0 200px 0;
	}
	#sp_gnav_logo {
		width: 50%;
		margin: 0 auto;
		margin-bottom:30px;
	}
	#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 ul li.last{
		display: flex;
		justify-content: center;
	}
	#sp_gnav ul li.last a{
		width: auto;
		margin: 0;
	}
	#sp_gnav ul li.last a:first-child{
		margin-right: 15px;
	}
}

#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: 20px;
}

/* main */


#slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #000 !important;
}

#slider-inner-content {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
}

.zs-enabled .zs-slideshow .zs-bullets {
	display: none;
}

.sec_ttl_en {
	display: block;
	text-align: center;
	color: #bca24e;
	font-size: 2.6rem;
	letter-spacing: 1px;
	line-height: 2.8rem;
	padding-top: 150px;
}
.sec_ttl_en a{
	color: #bca24e;
}
@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;
}
.sec_ttl a{
	color: #bca24e;
}
@media(max-width:768px){
	.sec_ttl  {
		font-size: 1.8rem;
	}
}

#w_news {
}

.qr_box{
	display: none;
}
.qr_box img{
	width: auto;
	display: block;
	margin: 0 auto;
}
.qr_box a{
	display: block;
	margin-top: 20px;
}
#news_box {
	margin: 30px auto;
	width: 700px;
	position: relative;
}

@media(max-width:768px){
	#news_box {
		width: 100%;
	    padding: 0 25px;
	    height: 315px;
	    overflow-y: scroll;
	}
}

#news_box li {
	margin: 20px 0;
	position: relative;
	padding-right: 30px;
}

#news_box li:after {
	content: ">>";
	position: absolute;
	right: 0;
	top: 0;
	color: #c30d24;
}

#news_box li:hover {
	opacity: 0.8;
}

#news_box a {
	color: #fff;
}

#news_box a.no_link{
  pointer-events: none;
  cursor: default;
}

#news_box h3 {
	margin-left: 98px;
}

@media(max-width:768px){
	#news_box h3 {
		margin-left: 80px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}

#news_box time {
	position: absolute;
	left: 0;
}


@media(max-width:768px){
	#news_box time {
		font-size: 10px;
		font-size: 1.0rem;
	}
}

.scroll-pane{
	width: 100%;
	height: 218px;
	overflow: auto;
}

.horizontal-only{
	height: auto;
	max-height: 218px;
}

#news_box li:after{
	right: 10px
}


.txt_gold {
	color: #bca24e;
}

#w_about {
	overflow: hidden;
}

.about_txt {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 3.5rem;
	letter-spacing: 5px;
	line-height: 1.7em;
	margin-top: 50px;
	margin-bottom: 70px;
}

@media(max-width:768px){
	.about_txt  {
		font-size: 1.8rem;
		padding: 0 20px;
		margin-bottom: 40px;
	}
}

.about_box {
	width: 50%;
	float: left;
	position: relative;
	height: 100%;
	padding: 36% 0 0;
}

@media(max-width:768px){
	.about_box  {
		width: 100%;
		padding: 72% 0 0;
	}
}

.about_box_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about_box1 {
	background-image: url(../img/about_box1.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}

.about_box2 {
	background-image: url(../img/about_box2.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}

.about_box3 {
	background-image: url(../img/about_box3.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;

	position: relative;
}

.about_box3:after {
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}


.about_box4 {
	background-image: url(../img/about_box4.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}

.about_box4:after {
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}

.about_box5 {
	background-image: url(../img/about_box5.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}

.about_box_txt {
    position: absolute;
    width: 100%;
    padding: 10% 20%;
    font-size: 1.8rem !important;
    line-height: 1.7em;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #a8a49e;
}


@media(max-width:768px){
	.about_box_txt  {
		font-size: 1.2rem !important;
		font-size: 12px !important;
	    padding: 7%;
	}
}

.about_box_heading {
	color: #a8a49e;
	font-size: 2.5rem !important;;
	font-size: 25px !important;;
	margin-bottom: 30px;
	letter-spacing: 7px;
	text-align: center;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


@media(max-width:768px){
	.about_box_heading  {
		margin-bottom: 15px;
		letter-spacing: 3px;
		font-size: 1.4rem !important;
		font-size: 14px !important;
	}
}

#w_movie {
	margin: 100px auto;
	width: 100%;
}

@media(max-width:768px){
	#w_movie  {
		margin: 20px auto;
		width: 100%;
	}
}

.movie_inner {
	float: left;
	width: 33%;/*変更前は50% 20210913*/
	padding: 2% 3%;
}

@media(max-width:768px){
	.movie_inner {
		float: none;
		width: 100%;
		padding: 0;
		padding-bottom: 30px;
	}
}

#youtube {
	text-align: center;
	position: relative;
	width: 100%;
	padding: 56% 0 0 0;
}

#youtube2 {
	text-align: center;
	position: relative;
	width: 100%;
	padding: 56% 0 0 0;
}

/* lite youtube CSS */
.wrap-lite-youtube{
	display: flex;
	justify-content: center;
}
.wrap-lite-youtube > div{
	width: 33.33%;
	padding: 0 3%;
}
@media(max-width:768px){
	.wrap-lite-youtube{
		flex-direction: column;
	}
	.wrap-lite-youtube > div{
		width: 100%;
		padding: 0 0 30px;
	}
}

lite-youtube {
	background-color: #000;
	position: relative;
	display: block;
	contain: content;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	width: 100%;
	/* aspect-ratio: 16/9; */
}

/* gradient */
lite-youtube::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
	padding-bottom: 50px;
	width: 100%;
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

lite-youtube::after {
	content: "";
	display: block;
	/* padding-bottom: calc(100% / (16 / 9)); */
}
lite-youtube > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
	display: block;
	width: 68px;
	height: 48px;
	position: absolute;
	cursor: pointer;
	transform: translate3d(-50%, -50%, 0);
	top: 50%;
	left: 50%;
	z-index: 1;
	background-color: transparent;
	/* YT's actual play button svg */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
	filter: grayscale(100%);
	transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
	border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
	filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
	cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
	opacity: 0;
	pointer-events: none;
}

.lyt-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* lite youtube CSS */

#w_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_ttl {
	color: #bca24e;
	font-size: 24px;
	letter-spacing: 7px;
	text-align: center;
	margin-top: 20px;
}

@media(max-width:768px){
	.movie_ttl {
		font-size: 16px;
		margin-top: 15px;
		letter-spacing: 3px;
	}
}

.shop_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: 50px;
	margin-bottom: 15px;
	text-align: center;
}
.shop_box h3 a{
	color: #fff
}


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

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


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


.linkbtn_left {
	float: left;
	margin: none;
}

.linkbtn_area {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

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

.linkbtn_area a {
	float: left;
	display: block;
	border: 2px solid #bc9d51;
	padding: 15px;
	text-align: center;
	margin: 70px auto;
	width: 500px;
	color: #bca24e;
	margin-right: 100px;
	font-weight: bold;
	letter-spacing: 5px;
}


@media(max-width:768px){
	.linkbtn_area a {
		float: none;
		width: 85%;
		margin-right: 0;
		margin: 30px auto !important;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}

}

.linkbtn_area .sp {
	display: none;
}

@media(max-width:768px){
	.linkbtn_area .pc {
		display: none;
	}
	.linkbtn_area .sp {
		display: block;
	}
	.linkbtn_area a:last-of-type{
		margin-top: 92px !important;
	}
}
.linkbtn_area div{
		width: 500px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.linkbtn_area span{
		text-align: center;
    background: #f63;
    padding: 10px 30px 11px;
    line-height: 35px;
    font-size: 15px;
}
.linkbtn_area span::before{    
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f63;
	position: absolute;
	top: -10px;
	left: calc(50% - 10px);
}
@media(max-width:768px){
	.linkbtn_area div{
		bottom: inherit;
		top: 100px;
    width: 85%;
    margin-left: 7.5%;
	}
	.linkbtn_area span{
		font-size: 13px;
		padding: 11px 30px;
	}
}
/* 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);
}



.linkbtn_area a {
  -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;
}


.linkbtn_area a: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;
}

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

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


#event_box li {
	padding: 15px 0;
}

#event_box li:nth-child(odd) {
	padding: 7px 0;
	background: #595758;
}


@media(max-width:768px){
	#event_box li {
		font-size: 1.2rem;
		font-size: 12px;
	}
}

/*#event_box .row1 {
	padding: 7px 0;
	background: #595758;
}*/

.event_inner {
	width: 800px;
	margin: 0 auto;
}


@media(max-width:768px){
	.event_inner {
		width: auto;
		padding: 0 10px;
	}
}


.col {
	vertical-align: top;
	display: inline-block;
}

.col1 {
	vertical-align: top;
	width: 200px;
}

.col2 {
	vertical-align: top;
	width: 400px;
}



@media(max-width:768px){
	.col1 {
		width: 29%;
		margin-right: 1%;
	}

	.col2 {
		width: 36%;
		margin-right: 1%;
	}

	.col3 {
		width: 30%;
	}

}


#lightgallery {
	overflow: hidden;
}

#lightgallery a {
	width: 25%;
	float: left;
	overflow: hidden;
}

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

#recruit{
	width: 700px;
	margin: 0 auto 100px;
}
#recruit .recruit_txt{
	margin: 100px auto;
}
#recruit a{
	width: 500px;
}
.recruit_txt {
	width: 600px;
	margin: 0 auto;
	letter-spacing: 2px;
	line-height: 3em;
	text-align: center;
}


@media(max-width:768px){
	#recruit{
		width: 100%;
	}
	#recruit a{
		width: 90%;
	}
	.recruit_txt {
		width: 100%;
		padding: 0 20px;
		font-size: 1.2rem;
		font-size: 12px;
	}
}

#contact {
	width: 700px;
	margin: 0 auto;
}


@media(max-width:768px){
	#contact {
		width: 100%;
		padding: 0 20px;
	}
}


#mail_form{
	width : 100%;
	margin : 50px auto;
	padding : 10px 0;
	border-radius : 7px;
}


@media(max-width:768px){
	#mail_form {
		margin-bottom: 0;
	}
}


#mail_form dl{
	margin : 0 auto;
	overflow : hidden;
}

#mail_form dl dt{
	letter-spacing: 2px;
	clear : both;
	width : 210px;
	float : left;
	padding : 22px 0;
	overflow : hidden;
	font-size: 14px;
	line-height: 2.3em;
}

@media(max-width:768px){
	#mail_form dl dt {
		width: 100%;
		padding: 0;
		font-size: 1.2rem;
		font-size: 12px;
	}
}

#mail_form dl dd{
	float : right;
	padding : 20px 0 15px 30px;
	width: 490px;
}

@media(max-width:768px){
	#mail_form dl dd {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	#mail_form dl dd{
		width: 100%;
	}
}

#mail_form dl dt:first-child,
#mail_form dl dt:first-child+dd{
	border : none;
}

#mail_form dl dt span, #mail_form dl dd span{
	display: block;
	font-size : 85%;
	letter-spacing: 1px;
	color: #bc9d51;
}

#mail_form dl dt span.required {
	display: inline-block;
}

#mail_form input{
	width: 450px;
	border : 1px solid #a7a7a7;
	/*background : #eeeeee;*/
	padding: 5px 7px;
}


#mail_form textarea {
	width: 450px;
	height: 200px;
	border : 1px solid #a7a7a7;
	background : #eeeeee;
	padding: 5px 7px;
}

@media(max-width:768px){
	#mail_form input, #mail_form textarea {
		width: 100%;
	}

	#mail_form input[type="text"], #mail_form textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}

	#mail_form input[type="raido"] {
		background-color: #000;
	}
}


form#mail_form input#mail_submit_button{
	width: 500px;
	display: block;
	border: 2px solid #bc9d51;
	padding: 15px;
	text-align: center;
	margin: 70px auto;
	color: #bca24e;
	background: #000;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	font-size: 16px;
}



@media(max-width:768px){
	form#mail_form input#mail_submit_button {
		-webkit-appearance: none;
		border-radius: 0;
		width: 90%;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 10px;
	}
}


form#mail_form input#mail_submit_button:hover{
	background: #bc9d51;
	color: #fff;
	cursor : pointer;
	opacity: 0.9;
}

.form_txt {
	margin-bottom: 30px;
	text-align: center;
}

@media(max-width:768px){
	.form_txt {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

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

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

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

.restaurant_box{
	overflow: hidden;
}

.restaurant_box1 {
	float: left;
	width: 74.9%;
}

.restaurant_box2 {
	float: left;
	width: 25.1%;
}

#w_takeoutshop {
	overflow: hidden;
	padding-bottom: 100px;
}

.takeout_box {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.takeout_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: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.takeout_thumb {
	overflow: hidden;
}

.takeout_thumb li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}

.takeout_box .linkbtn {
	width: 100%;
}

/* aside */


#sitemap{
	width: 600px;
	margin: 0 auto;
	letter-spacing: 2px;
	line-height: 3em;
}
#sitemap ul li{
	list-style: disc;
}
#sitemap ul li span{
	display: block;
	padding-left: 10px;
}
#sitemap ul li a{
	display: block;
	color: #fff;
	padding-left: 10px;
}
#sitemap ul li a:hover{
	text-decoration: underline;
}
#sitemap ul li.has_sub ul li{
	margin-left: 30px;
	list-style: circle
}

@media(max-width:768px){
	#sitemap{
		width: 100%;
		padding: 0 20px;
	}
	#sitemap > ul{
    margin-left: 20px;
	}
}

/* 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_reserve{
	width: 1000px;
	margin: 0 auto 70px;
	overflow: hidden;
}
.reserve_btn{
	width: 50%;
	float: left;
}
.reserve_btn span{
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 18px
}
.HPG_reserveGadgetsWrap .HPG_reserveGadgetsFooter img{
	height: auto;
	max-width: 60%
}
.HPG_reserveGadgetsWrap{
	margin-top: 0 !important
}

@media(max-width:768px){
	.wrap_reserve{
		width: 70%;
		margin: 45px auto 0;
	}
	.reserve_btn {
	    width: auto;
	    float: inherit;
	}
	.reserve_btn span{
		padding-bottom: 20px;
		font-size: 16px
	}
	.HPG_reserveGadgetsWrap{
		margin-bottom: 5px !important
	}
}
@media(max-width:414px){
	.wrap_reserve{
		width: 80%;
	}
}
/*Google マイマップのタイトル帯を消してみた
参考：https://qiita.com/y-okuda/items/9d0243d7355cf87129e8*/
#w_access #main {
	overflow: hidden;
	height: 423px;
}
#w_access #main iframe {
	margin-top: -55px;
}

/*トップページに「店長のおすすめ」新設20210913*/
#w_recommend {
	/*margin: 0 auto 0px;*/
}
.bnr_inner {
	float:left;
	width:33%;
	padding: 2% 3%;
	
}
.bnr_ttl {
    color: #bca24e;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 15px;
		text-decoration: underline;
}
@media(max-width:768px){
.bnr_inner {
	float:none;
	width:100%;
}	
}
