body{
	min-width: 1150px;
}

/************************************************************\
* PRODUCT
\************************************************************/
#product .container{
	overflow: hidden;
	position: relative;
    z-index: 1;

	width: auto;
	padding-top: 43px;
}
#product .w1002{
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
}
#product .w1002:after {
    content: "";
    display: table;
    clear: both;
}

/************************************************************\
* [Block] Product Menu
\************************************************************/
#product_menu{
	text-align: center;
	float: none;
	position: relative;
	width: 1001px;
	margin: 0 auto;
	padding-top: 98px;
	padding-right: 4px;
}
#product_menu ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    float: none;

}
#product_menu li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin-bottom: 35px;
	width: 200px;
	height: 145px;
	border-right: 1px solid #bfbfbf;
	color: #fff;

	cursor: pointer;
}
#product_menu li:nth-child(5n){
		border-right: none;
}
#product_menu li:nth-last-child(1){
	border-right: none;
}
#product_menu li div{
	margin: 8px auto;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#product_menu li:hover div{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
#product_menu li span{
	color: #303030;
	display: inline-block;
	vertical-align: middle;/* 保证文字垂直居中 */
	height: 46px;
	margin-top: 11px;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-transform: uppercase;    padding: 0 4px;
}
#product_menu li span.oneline {
	line-height: 46px;
}
#product_menu li img{
	top: 9px;display: block !important;
	max-width: 54px;
}
#product_menu li.active img:first-child{
	display: none !important;
}
#product_menu li .img_on{
	display: none;
	opacity:0;
}

#product_menu li.active .img_on{
	opacity: 1 !important;
}
/*****************************\
* bx-slider
\*****************************/
#product .bx-pager{
	display: none;
}
#product .bx-controls-direction{
	float: left;
}
#product .bx-controls-direction a{
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -24px;
}
#product .bx-prev{
	display: none;
	background-image: url("../images/left.jpg");
	left:-9px;
}
#product .bx-next{
	display: none;
	background-image: url("../images/right.jpg");
	right: -9px;
}
/*#product .outer-prev{
	background-image: url("../images/left.png");
	position: absolute;
	top: 57%;
	left: -73px;
	cursor: pointer;
}
#product .outer-next{
	background-image: url("../images/right.png");
	position: absolute;
	top: 57%;
	right: -73px;
	cursor: pointer;
}*/
#product #outer-prev{
/*	background-image: url("../images/left.png");*/
	position: absolute;
	top: 57%;
	left: -73px;
	cursor: pointer;
}
#product #outer-prev a{
	   width: 41px;font-size: 0;
    height: 41px;
    display: block;
    background-image: url("../images/left.png");
}
#product #outer-next a{
	   width: 41px;font-size: 0;
    height: 41px;
    display: block;
    background-image: url("../images/right.png");
}
#product #outer-next{
/*	background-image: url("../images/right.png");*/
	position: absolute;
	top: 57%;
	right: -73px;
	cursor: pointer;
}
#product #outer-prev a.disabled,
#product #outer-next a.disabled{
	opacity: .3;
}


/************************************************************\
* [Block] Product Search Result
\************************************************************/
#product .product_result{
	overflow: hidden;
	width: 1003px;
	margin: 60px auto 86px;
	padding-bottom: 87px;
	border-bottom: 1px solid #363636;
}
#product .product_result .tip_title{
	color: #292929;
	float: left;
	padding-top: 25px;
	font-family: proxima_novasemibold;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
#product .product_result p{
	color: #989898;
		box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: right;
	width: 80%;
	margin-top: 12px;
	padding: 18px 0 18px 50px;
	border-left: 1px solid #c6c6c6;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.042em;
}

/*****************************\
* page title
\*****************************/
#product .page_title{
	overflow: hidden;
	margin: 0 auto 44px;

    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
}
#product .page_title.hide{
	    transform: translateY(-100%);
	    -webkit-transform: translateY(-100%);
	    -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
}
#product .page_title .box{
    background-color: white;
    padding-bottom: 27px;
    padding-top: 35px;
    max-width: 1003px;
    margin: 0 auto;
}
#product .page_title .box:after{
	content: '';
	display: block;
	clear: both;

}
#product .page_title.scroll-to-fixed-fixed{
    overflow: visible;
    width: 100% !important;
    left: 0 !important;
    background-color: white;
}
#product .page_title.scroll-to-fixed-fixed:after{
    content: '';
    background-image: url(../images/fixbg.png);
    width: 100%;
    position: absolute;
    height: 7px;
    bottom: -7px;
    left: 0;
    background-color: transparent;
    background-repeat: repeat-x;
}

#product .page_title i{
	display: block;

	margin-bottom: 36px;
	padding-left: 1px;
	color: #464646;
	font-size: 14px;
	line-height: 34.56px;
	letter-spacing: 0.025em;
}
#product .page_title h2{
	width: 350px;
	padding-left: 1px;
	color: #292929;
	font-family: proxima_novasemibold;
    font-size: 30px;
    line-height: 29.56px;

	letter-spacing: 0.05em;
}
#product .page_title select{
	color: #292929;
	margin-bottom: 36px;
	padding-left: 1px;
	font-family: proxima_novasemibold;
	font-size: 36px;
	line-height: 34.56px;
	letter-spacing: 0.05em;

	border-radius: 0;
	box-shadow: none;
	appearance: none;
	-moz-appearance: none; /* Firefox */
}

#product .page_title .category_sel{
	background: url("../images/select_black.png") no-repeat 97% 19px;
	float: right;
	overflow: hidden;
	width: 435px;
	/*width: 200px;*/
	height: 45px;
	border-bottom: 1px solid #393939;
}
#product .page_title select{
	background: transparent;

	width: 100%;
	height: 45px;
	padding: 5px;
	padding-left: 0;
	border: 0;padding-right: 27px;
	color: #989898;
	font-size: 18px;/*
	letter-spacing: 0.05em;*/

	border-radius: 0;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; /* Firefox */
}
#product .page_title select option{
	color: #000000;
}


/*****************************\
* food block
\*****************************/
.branches_Container{
	width: 100%;
	margin: 0 auto 100px;
	opacity: 1;
}
.food_contain{
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 65px
}
.food_block{
	float: left;
	min-height: 375px;
	position: relative;
	width: 245px;
	margin-bottom: 18px;
	margin-right: 7px;
	/*border: 1px solid transparent;*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition :all 0.5s ease;
	transition: all 0.5s ease ;
	cursor: pointer;
}
.food_block:hover{
	/*border: 1px solid #eeeeee;
	background-color: white;*/
}
.onsee{
	/*border: 1px solid #eeeeee !important;
	background-color: white !important; */
}
.onsee .bb{
	/*border: 1px solid #eeeeee !important;*/
}
.onsee .on_name{
	/*border-top: 1px solid #cecece !important;*/
}
/**************\
* food_block
\**************/
.food_block .bb{
	/*border: 1px solid transparent;*/
	float: left;
	overflow: hidden;
	width: 238px;
}
.food_block:hover .bb{
	/*border: 1px solid #eeeeee;*/
}
.food_block:hover  .on_name{
	/*border-top: 1px solid #cecece;*/
}
.food_block .imgs{
	float: left;
	height: 238px;
	overflow: hidden;
	width: 238px;
}
.food_block .imgs img{
	position: relative;
}
.food_block .name{
	display: table;
	float: left;

	width: 100%;
	margin: 30px auto;
	color: #131313;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: 0.05em;
}
.food_block .name span{
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
}

.food_block .on_name{
float: left;
position: relative;

width: 100%;
min-height: 51px;
/*border-top: 1px solid transparent;*/
color: #292929;
font-size: 15px;
line-height: 17px;
letter-spacing: 0.05em;
}
.food_block .en_name{

}
.food_block .jp_name{
margin-top: 4px;
}
.food_contain .type_top{
    border-bottom: 2px solid #e0e0e0;
    float: left;
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 23px;
    width: 100%;
}
.food_contain .type_top h3{
    text-align: right;
    float: right;
    width: 160px;

	color: #292929;
	font-family: proxima_novasemibold;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: 0.05em;
}
/**************\
* this show
\**************/
.this_show{
	background: #f1f1f1 url("../images/product/op_bg.png") repeat-x;
    display: none;
	overflow: hidden;
    position: relative;
    width: 100%;
	margin-bottom: 70px;
	height: auto !important;
}
.this_show .show_inner{
	overflow: hidden;
	padding-bottom: 50px;
}
.this_show .show_pic{
    float: left;
    width: 100%;
}
.this_show .b_pic{
      float: left;
    width: 100%;
	border-bottom: 1px solid #999999;
	text-align: center;
}
.this_show .b_pic img{
  width: 60%;
}
.this_show .infomation{
	overflow: hidden;

	width: 100%;
	margin-bottom: 40px;
	padding-top: 25px;
}
.this_show .infomation > *{
    display: inline-block;
	vertical-align: middle;
}
.this_show .name{
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #bababa;
	color: #131313;
    font-size: 36px;
    line-height: 36px;
	letter-spacing: 0.05em;
	word-break: break-all;
}
.this_show .on_name{
    width: 420px;
    color: #292929;
    font-size: 18px;
    line-height: 18px;
	letter-spacing: 0.05em;
  }
.this_show .en_name{
}
.this_show .summary_say{
    color: #777777;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 24px;
    width: 100%;
}
.this_show .editArea{
	clear: both;
}
.this_show .summary_say span span{
    font-size: 18px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
}

/*****************************\
* close button
\*****************************/
.this_show .close_all{

    background-position: right top;
    background-repeat: no-repeat;
		box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    float: left;
	position: absolute;
	top: 0;
	right: 16%;

    width: 65px;
    height: 65px;
	-webkit-border-radius: 32px;
	   -moz-border-radius: 32px;
	    -ms-border-radius: 32px;
	     -o-border-radius: 32px;
	        border-radius: 32px;
	border: 1px solid #4e4e4e;

    margin-top: 67px;
	margin-right: 7px;
    cursor: pointer;
}
.this_show .close_all span {
	background-color: transparent;
    -moz-user-select: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;

    width: 33px;
    height: 1px;
    margin-top: -1px;
    margin-left: -17px;
    font-size: 0;

	-webkit-transition: background-color 0.3s ease 0s;
		 -o-transition: background-color 0.3s ease 0s;
			transition: background-color 0.3s ease 0s;
}
.this_show .close_all span::before,
.this_show .close_all span::after {
    background: #474747 none repeat scroll 0 0;
    content: "";
   	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    position: absolute;
    left: 0;

    width: 100%;
    height: 100%;

	-webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
		 -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
			transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
}
.this_show .close_all span::before {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.this_show .close_all span::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* > hover*/
.this_show .close_all:hover span::after,
.this_show .close_all:hover span::before {
	-webkit-transform: translateY(0) rotate(180deg);
	-moz-transform: translateY(0) rotate(180deg);
	-ms-transform: translateY(0) rotate(180deg);
	-o-transform: translateY(0) rotate(180deg);
	transform: translateY(0) rotate(180deg);
}

/*****************************\
* image cover
\*****************************/
#product .food_block .imgs {
	background: #f2f2f2;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#product .food_block .imgs > img {
	position: relative;
    top: 50%;
	left: 50%;
    width: 85%;
    margin-left: -101px;
    margin-top: -101px;

	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		 -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	        transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;

}
#product .food_block:hover .imgs > img {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
#product .food_block .img_cover {
    background-color: rgba(245, 203, 0, 0.75);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
	        transition: all 0.5s ease 0s;
}
#product .food_block.onsee .img_cover,
#product .food_block :hover .img_cover {
    opacity: 1;
}
#product .food_block .img_cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    opacity: 0;
}
#product .food_block.onsee .img_cover img {
    opacity: 1;
}




#search_top{
    display: block;
    position: absolute;
    top: 39px;
    right: 180px;
    z-index: 10;
    border-bottom: 2px solid white;
    padding-bottom: 1px;
    width: 167px;
    height: 81px;
}
#search_top .search_name{
	    display: inline-block;
    width: 74%;
    height: 80px;
    border: 0;
    color: white;
    background-color: transparent;
    letter-spacing: 1px;
    font-size: 16px;
}
#search_top .search_button{
background-image: url(../images/product/search.png);
    background-repeat: no-repeat;
    width: 35px;
    float: right;
    height: 100%;
    background-position: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    opacity: .7;
    	-webkit-transition: opacity 0.5s ease 0s;
		 -o-transition: opacity 0.5s ease 0s;
			transition: opacity 0.5s ease 0s;
}
#search_top .search_button:hover{
	opacity: 1;
}

::-webkit-input-placeholder { /* WebKit browsers */ color: white;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: white; opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: white; opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */ color: white;}



/*inline*/
#inline{
display: none;    background-color: white;
}
#inline div{
	    display: block;
    padding: 90px;
    position: relative;
}
#inline div a{
	    display: block;
    width: 100%;
    text-align: center;
/*    margin-bottom: 90px;*/
}
#inline div a img{
	    float: none;
}
#inline span{
	    font-size: 30px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 36px;
}
.jump-close{
    background-image: url(../images/close.jpg);
    width: 89px;
    height: 88px;
    position: absolute;
    right: 0;
    top: 0;
}

#product_menu .bx-wrapper{
    display: block;
    float: left;
    width: 840px;
}

#product_menu .fancy_jump_{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    width: 198px;
    float: right;
        /* border: 1px solid #EEB032; */
    height: 145px;
}

#product_menu .fancy_jump_ div{
	margin: 8px auto;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#product_menu .fancy_jump_:hover div{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
#product_menu .fancy_jump_ span{
	color: #303030;
	display: inline-block;
	vertical-align: middle;/* 保证文字垂直居中 */
	height: 46px;
	margin-top: 11px;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-transform: uppercase;    padding: 0 4px;
}
#product_menu .fancy_jump_ span.oneline {
	line-height: 46px;
}
#product_menu .fancy_jump_ img{
	top: 9px;
	max-width: 77px;
	height: 60px;
}
#product_menu .fancy_jump_ .img_on{
	display: none;
	opacity:0;
}


.page_btn{
    display: block;
    width: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.page_btn .box{
	    display: inline-block;
    margin: 0 auto;
    text-align: center;
    max-width: 1003px;
}
.page_btn a{
    width: 50px;
    display: inline-block;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #aeaeae;
    border-radius: 50%;
    line-height: 50px;
    color: #1e1e1e;    margin: 0 6px;
    text-align: center;float: left;
    	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition :all 0.5s ease;
	transition: all 0.5s ease ;
}
.page_btn a.now{
	border: 2px solid black;
}
.page_btn a.disable{
	opacity: .3;
}
.page_btn .left_all{
	background-image: url(../images/a_left2.png);
}
.page_btn .left{
	background-image: url(../images/a_left2.png);margin-right: 40px;
}
.page_btn .right_all{
	background-image: url(../images/a_right2.png);
}
.page_btn .right{
	background-image: url(../images/a_right.png);margin-left: 40px;
}
.page_btn .left_all:hover,
.page_btn .left:hover,
.page_btn .right_all:hover,
.page_btn .right:hover{
	border:2px solid #f5cc03;
}
.page_btn .left_all.disable:hover,
.page_btn .left.disable:hover,
.page_btn .right_all.disable:hover,
.page_btn .right.disable:hover{
	border: 1px solid #aeaeae;
}
