html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	text-decoration: none;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5 {
	margin: 0.83em 0;
}

input[type=text],
textarea {
	border: none;
	resize: none;
}

input[type=submit] {
	color: white;
	background: black;
	padding: 10px 40px;
	float: right;
	letter-spacing: 4px;
	font-size: 1.4em;
}

input[type=button] {
	padding: 10px 20px;
	margin-left: 10px;
	letter-spacing: 4px;
}

input[type=text]:focus,
input[type=button]:hover,
textarea:focus {
	outline: none
}

input[type=submit]:hover {
	cursor: pointer;
}

a { 
	color: inherit; 
} 

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

ul, li {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

body {
	font-size: 14px;
	font-family: "Microsoft JhengHei", "open sans";
	color: white;
	list-style: none;
	overflow-x: hidden;
	margin: 0;
}

/* header */
header {
	z-index: 999;
}
#site-logo {
	position: relative;
	text-align: center;
	z-index: 997;
}

#site-logo img {
	max-height: 83px;
	max-width: 60%;
	margin: 0 13% 0 0;
	position: relative;
}

#side-header {
	width: 100%;
	padding: 25px 15px 15px;
	background: rgb(29,38,50);
	font-size: 1.1em;
	position: relative;
	z-index: 998;
}

#side-header div {
	width: 37%;
	text-align: right;
	display: inline-block;
}

#side-header nav {
	width: 62%;
	display: inline-block;
	font-weight: lighter;
	vertical-align: top;
	margin-top: 35px;
	padding-left: 10px;
}

#menu-hidden {
	position: absolute;
	bottom: 15px;
	right: 0;
	display: none !important;
	z-index: -1;
}

.site-nav-menu {
	position: relative;
	background: rgb(29, 38, 50);
	transition: top 0.3s;
	z-index: 900;
	font-size: 18px;
}

#side-header nav li {
	padding: 10px 10px 5px;
	display: inline-block;
	text-align: justify;
	position: relative;
	letter-spacing: 3px;
	transition: color 0.2s
}

/*#side-header nav li:hover {
	color: rgb(236,184,0);
	cursor: pointer;
}*/

/* #side-header nav li:last-child:hover {
	color: #3B5998;
	cursor: pointer;
} */

#side-header nav a:after {
	content: '';
	position: absolute;
	left: 10%;
	bottom: 0px;
	width: 80%;
	height: 2px;
	background: rgb(236,184,0);
	transform: scaleX(0);
	transition: all 0.3s;
}

#side-header nav a:hover:after {
	transform: scaleX(1);
}

#side-header nav a:hover {
	color: rgb(236,184,0);
}

/* #side-header nav li:nth-child(7) a:after {
	width: 0;
} */

/*#side-header nav a:last-child:hover:after {
	transform: scaleX(0);
}*/

#side-header nav li .fab {
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 50%;
	border: 1px solid white;
	padding: 5px 5px 5px 8px;
}

.header-image {
	width: 100%;
	height: 473px;
/*	background: url("../img/47854130.jpg") center no-repeat;	*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 108% auto;
	background-position-y: 35%; 
}

.header-image-small {
	width: 100%;
	height: 473px;
/*	background: url("../img/47854130.jpg") center no-repeat;	*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 30%; 
}

.location-image-small {
/*	background: url("../img/store.jpg") center no-repeat;	*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 130% auto;
	background-position-y: 65%;
}

.news-image-small {
/*	background: url("../img/49453854.jpg") center no-repeat;	*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120% auto;
}

.contact-image-small {
/*	background: url("../img/certi.jpg") center no-repeat;	*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position-y: 80%;
}

.product-image-small {
/*	background: url("../img/meat.jpg") center no-repeat;	*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120% auto;
}

.certfi-image-small {
/*	background: url("../img/certi.jpg") center no-repeat;	*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 10% 15%;
}

.header-image div {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	transform: translateY(-1.5em);
	text-align: center;
}

.header-image p {
	position: relative;
	font-size: 3.7em;
	font-weight: 400;
	text-shadow: 0 0 10px black; 
	letter-spacing: 0.2em;
	z-index: 998;
}

.header-image span {
	color: rgb(236,184,0);
}
.header-image span:nth-child(2) {
	color: white;
}

.orange-text {
	color: rgb(236,184,0);
	font-weight: bold	
}

.header-image img {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 205px;
	transform: translateX(410px);
}

/* content */
section {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}

.content-warpper {
	width: 100%;
	position: relative;
}

.content-title {
	width: 100%;
	text-align: center;
	color: rgb(236,184,0);
}

.content-title div:nth-child(1) {
	color: white;
	font-size: 7.1em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.content-title div:nth-child(n+2) {
	padding-top: 1em;
}

.content-title div:nth-child(2) {
	letter-spacing: 10px;
	font-size: 1.7em;
}

.content-title div:nth-child(3) {
	color: rgb(29,38,50);
	letter-spacing: 2px;
}

.content-title-black div:nth-child(1) {
	color: rgb(29,38,50);
}

.content-cross {
	position: absolute;
	top: -3.5em;
	left: 0;
}

.content-cross + div {
	padding-top: 10em;
}

.content-text {
	width: 800px;
	margin: 0 auto;
}

.contact-item {
	position: relative;
	width: 33%;
	padding-right: 5px;
	padding-bottom: 20px;
	color: rgb(29,38,50);
	display: inline-block;
	/*transform: scale(0.9);*/
}

.contact-item p {
	font-size: 12px;
}

.contact-item::after {
	content: '';
	position: absolute;
	left: -10px;
	top: 6px;
	height: 4em;
	border-left: 1px solid rgb(236,184,0);
}

.contact-item p:nth-child(1) {
	color: rgb(236,184,0);
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 3px;
}

#content {
	position: relative;
}

#content-index-news {
	background: rgb(29,38,50);
}

#content-news {
	background: white;
	color: black;
}

#content-index-news .content-text,
#content-news .content-text {
	width: 1160px;
}

#content-index-news div:nth-child(1) {
	text-shadow: 0px 0px 20px black,0px 0px 20px black;
}

.news-items {
	width: 47%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(200,200,200,0.2);
	display: inline-block;
}

#content-news .news-items {
	border-bottom: 1px dashed rgba(200,200,200,0.8);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.news-items img {
	width: 31%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}

.news-items .news-item-content {
	width: 63%;
	display: inline-block;
	font-weight: 100;
	letter-spacing: 2px;
	position: relative;
}

#content-news .news-items .news-item-content {
	font-weight: normal;
}

.news-items .news-item-content div {
	margin-bottom: 5px;
}

.news-item-link {
	padding-top: 10px;
}

.news-item-link:hover {
	opacity: 0.7;
}

.more-news {
	width: 100%;
	text-align: center;
}

.more-news input {
	padding: 8px 40px;
	margin: 20px 0;
	margin-left: auto;
	background: transparent;
	color: white;
	border: 1px solid rgb(236,184,0);
	transition: background 0.4s;
}

.more-news input:hover {
	background: rgb(236,184,0);
}

#content-index-menu {
	padding-top: 40px;
	background: url(../img/white.jpg);
}

#content-index-menu .menu-index-food h1 {
	font-size: 1.65em;
}

#content-index-menu .content-text {
	width: 1160px;
	padding: 40px 0;
}

#content-index-menu .content-title > div::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50px;
	height: 60px;
	border-left: 2px solid rgb(236,184,0);
	transform: rotate(-30deg) translate(-190px, -130px);
}

#content-index-menu .content-title > div::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50px;
	height: 60px;
	border-left: 2px solid rgb(236,184,0);
	transform: rotate(30deg) translate(160px, -100px);
}

#content-index-menu .menu-index-food {
	width: 30%;
	margin-right: 2%;
	text-align: center;
	color: black;
	display: inline-block;
}

#content-index-menu .menu-index-food h1::before,
#content-index-menu .menu-index-food h1::after {
	content: '　';
	padding: 0 10px;
	margin: 0 10px;
	border-bottom: 2px solid rgb(236,184,0);
	display: inline-block;
	height: 0.7em;
}

.menu-index-food img {
	width: 98%;
	border: 2px solid rgb(236,184,0);
	border-radius: 50%;
	padding: 4px;
	box-sizing: content-box; 
}

#content-index-access {
	background: white;
	/*height: 300px;*/
}

#content-index-access .content-title div:nth-child(3) {
	margin-top: 0.8em;
	padding: 5px 20px;
	border: 1px solid rgb(29,38,50);
	display: inline-block;
}

#content-index-access .content-text {
	padding-top:12em;
	width: 1080px;
}

#content-index-about {
	padding-top: 60px;
/*	background: url("../img/47854034.jpg") center no-repeat;	*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#content-index-about div:nth-child(3) {
	padding-top: 25px;
	font-size: 2em;
	color: white;
	letter-spacing: 5px;
	line-height: 1.5em;
	font-weight: 300;
	position: relative;
}

#content-index-about div:nth-child(3)::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 5px;
	height: 25px;
	border-left: 1px solid white;
	transform: rotate(-30deg) translate(-170px, -60px);
}

#content-index-about div:nth-child(3)::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 5px;
	height: 25px;
	border-left: 1px solid white;
	transform: rotate(30deg) translate(150px, -90px);
}

#content-index-about div:nth-child(4) {
	padding-top: 25px;
	color: white;
	letter-spacing: 5px;
	line-height: 1.8em;
	font-weight: 300;
	font-size: 18px;
}

#content-index-contact {
	background: white;
}

#content-index-contact input[type=text] {
	float: right;
	width: 80%;
}

#content-index-contact .content-text {
	padding-top:15em;
	color: black;
	width: 1027px;
}
#content-index-contact .content-text div{
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid lightgray;
	display: inline-block;
	margin-bottom: 15px;
}

#content-index-contact .content-text div:nth-child(5){
	width: 100%;
}

#content-index-contact .content-text div:nth-child(6){
	width: 35%;
}

#content-index-contact textarea {
	height: 5em;
}

#content-index-certificate .content-text {
	padding-top: 15em;
	color: black;
	width: 1080px;
}

#content-product .content-text {
	padding-top:13em;
	width: 1150px;
}

#content-view-news .content-text {
	padding-top: 14em;
	width: 700px;
	color: black;
}

#content-view-news img {
	width: 100%;
	height: auto;
}

#content-view-news .content-text p {
	font-size: 1.1em;
	letter-spacing: 2px;
	color: gray;
	margin: 20px;
}

#content-view-news .content-text {
	border-bottom: 1.3px solid rgb(236,184,0);
}

#content-view-news .content-title div:nth-child(3) {
	font-size: 1.2em;
}

.content-warpper .content-footer {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

/* footer */
#site-footer{
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	background: rgb(29,38,50);
	font-weight: 100;
}


.container {
	width: 100%;
}

.half-container {
	width: 47%;
	margin-right: 2%;
}

.tiny-text {
	font-size: 17px;
	color: black;
}

.red-star::after {
	content: '*';
	color: red;
}

.detect-number {
	border: none;
	background: url("../img/grain.png") center ;
	color: black;
	font-size: 1.8em;
	width: 158px;
}

.select-menu {
	width: 100%;
	border-left: 4px solid gray;
	color: black;
	font-size: 1.4em;
	border-bottom: 1px solid white;
}

.select-menu > p:hover {
	opacity: 0.8;
	cursor: pointer;
}

.select-menu > p {
	padding: 13px 25px;
	background: rgb(230,230,230);
}

.select-menu > p i {
	float: right;
	font-size: 1.4em;
	color: gray;
	transition: transform 0.3s;
}

.select-menu .select-sub-menu:before {
	content: '';
	clear: both;
	display: table;
}

.select-sub-menu {
	max-height: 4000px;
	padding: 10px 30px;
	transition: all 0.5s;
}

.select-sub-menu div {
	padding: 13px 0;
}

.select-sub-title {
	color: gray;
}

.select-sub-item {
	border-bottom: 1px solid lightgray; 
}

.select-sub-item div {
	display: inline-block;
	float: right;
	font-size: 0.8em;
	background: rgba(200,200,200,0.5);
	vertical-align: top;
	padding: 5px 20px;
	border-radius: 20px;
	color: gray;
}

.select-sub-item div:hover {
	cursor: pointer;
	opacity: 0.6;
}

.product-menu-food {
	width: 100%;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	padding: 3px 0;
	height: 140px;
	color: lightgray;
	position: relative;
}

.content-text .menu-food-item:nth-child(1):after,
.content-text .menu-food-item:nth-child(2):after {
	content: '';
	position: absolute;
	top: 45%;
	right: 0;
	height: 28px;
	width: 100%;
	border-right: 2px solid lightgray;
}

.menu-foot-wrap {
	width: 100%;
	height: 100%;
	border-top: 0.1px solid gray;
	border-bottom: 0.1px solid gray;
	position: relative;
}

.menu-food-item {
	width: 32%;
	height: 100%;
	display: inline-block;
	padding: 0px 0px 0px 8%;
	position: relative;
	cursor: pointer;
}

.menu-food-item:hover .food-item-text, 
.menu-food-item.current {
	color: rgb(236,184,0);
}

.food-item-img {
	width: 40%; 
	display: inline-block;
}

.food-item-img img {
	width: 95%;
	height: 95%;
	border-radius: 50%;
	margin-top: 8px;
	border: 2px solid rgb(236,184,0);
	padding: 2px;
	box-sizing: content-box; 
}

.food-item-text {
	width: 55%;
	padding: 22% 0px 0px 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	letter-spacing: 4px;
	transition: color 0.3s
}

.product-ele {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	width: 96%;
	position: relative;
	border-bottom: 2px solid rgba(200,200,200,0.6);
}

.product-ele h1 {
	font-size: 2.5em;
}

.recommand-title,
.collection-title {
	margin: 0 auto;
	text-align: center;
}

.collection-title {
	position: relative;
}

.collection-title img:nth-child(1) {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-3.2em,0);
}

.collection-title img:nth-child(2) {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(2.6em,0);
}

.recommand-title:before {
	content: '\f005';	
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 2px;
	left: 50%;
	font-size: 36px;
	transform: translate(-3.4em,0);
}

.recommand-title:after {
	content: '\f005';	
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 2px;
	left: 50%;
	font-size: 36px;
	transform: translate(2.2em,0);
}

.product-ele-item {
	width: 49%;
	display: inline-block;
	letter-spacing: 2px;
	vertical-align: top;
}

.product-ele-item h2 {
	font-size:1.7em
}

.item-float .product-ele-item {
	float: left;
	overflow:auto;
}

.item-float:after {
	content: '';
	clear: both;
	display: block;
}

.product-ele-item img {
	width: 100%;
}

.product-ele-text {
	width: 100%;
	font-size: 16px;
	padding: 20px 17% 20px 7%;
}

.product-text-title h2 {
	display: inline-block;
	border-left: 2px solid rgba(236,184,0,0.5);
	border-right: 2px solid rgba(236,184,0,0.5);
	padding: 0 20px;
}

.product-text-text {
	height: 6em;
}

.product-money {
	width: 35%;
	font-size: 13px;
	color: black;
	text-align: center;
	margin: 20px auto;
	transform: scale(0.9);
}

.product-money p:nth-child(1) {
	border-bottom: 1px solid rgb(236,184,0);
}

.back-button {
	width: 180px;
	padding: 8px 20px;
	background: rgb(42,61,77);
	color: white;
	margin: 0 auto;
}

.circle-border {
	border: 1px solid rgb(236,184,0);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding-top: 4.5px;
	margin-right: 5px;
	color: rgb(236,184,0);
	background: transparent;
	transition: background 0.2s, color 0.2s;
	display: inline-block;
}

a.current .circle-border, .circle-border:hover {
	cursor: pointer;
	color: white;
	background: rgb(236,184,0);
}

.page-arrow {
	padding: 0 15px;
	color: gray;
	font-size: 1.3em;
	transition: color 0.2s;
}

.page-arrow:hover {
	color: rgb(236,184,0);
}

/*.clear-float:before {
	content: '';
	clear: both;
	display: table;
}*/

.menu-up {
	top: 0px !important;
}

.menu-close, .menu-close * {
	padding: 0 !important;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}

.fire-logo {
	position: relative;
	width:100%;
	z-index: 50;
}

.fire-logo div {
	position: absolute;
	top:-600px;
	right:0;
	height:600px;
	width:600px;
	overflow: hidden;
	pointer-events: none;
}

.fire-logo img {
	width:100%;
	height:100%;
	position: absolute;
	top:25%;
	left:30%;
}

.page-arrow {
	cursor: pointer;
}

.top-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	padding-top: 20px;
	background: rgb(42, 61, 77);
	color: white;
	text-align: center;
	cursor: pointer;
	transform: scale(0);
	transition: transform 0.3s;
	user-select: none;
}

.top-button:hover {
	opacity: 0.8;
}

.top-button i {
	font-size: 20px;
	transform: scaleX(0.8) scaleY(1.5);
	padding-bottom: 3px;
}

.top-button div {
	font-size: 12px;
	font-weight: lighter;
	white-space: nowrap;
	transform: scale(0.8);
	letter-spacing: 0.5px;
	word-spacing: -2px;
}
.top-arrow {
	position: relative;
	padding-top: 25px;
}

.top-arrow::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 49%;
	width: 12px;
	height: 12px;
	border-right: 4px solid white;
	border-top: 4px solid white;
	border-radius: 2px;
	transform: rotate(-45deg) translate(0%,-12px);
}
.top-arrow::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 20%;
	width: 20px;
	height: 30px;
	border-right: 3px solid white;
}
#content-index-about div:nth-child(4) p:nth-child(2n){
	letter-spacing: 7px;
}
#content-index-about div:nth-child(4) p:nth-child(6){
	letter-spacing: 9px;
}

.bg-img-left {
	position: absolute;
	bottom: -4%;
	left:5%;
	width: 435px;
	/*width: 50vw;*/
}

.bg-img-right {
	position: absolute;
	top:10%;
	right:5%;
	width: 184px;
	/*width:15vw;*/
}

.bg-img-meats {
	position: absolute;
	top:-25%;
	right:5%;
	width: 250px;
	/*width: 14vw;*/
}

.bg-img-fire {
	position: absolute;
	top:-200px;
	right:-10%;
	width: 550px;
	/*width: 60vw;*/
	pointer-events:none;
}

.bg-img-va {
	position: absolute;
	top:-7.5vw;
	left:50px;
	width: 250px;
	/*width: 15vw;*/
}

.logo-l {
	display: inherit;
}

.logo-s {
	display: none;
}
@media only screen and (max-width: 1366px) {
	#side-header nav li{
		padding: 10px 5px 5px;
	}
}
@media only screen and (max-width: 1260px) {
	.bg-img-left {
		width: 40vw;
	}

	.bg-img-right {
		width:20vw;
	}

	.bg-img-meats {
		width: 20vw;
		top: -100px;
	}

	.bg-img-fire {
		top: -100px;
		width: 60vw;
	}

	.bg-img-va {
		width: 20vw;
	}
	.content-title {
		width: 100%;
		padding: 0 5%;
	}

	.content-text {
		width: 100% !important;
		padding: 0 2.5%;
	}
	#content-index-menu .content-title > div::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50px;
		height: 60px;
		border-left: 2px solid rgb(236,184,0);
		transform: rotate(-30deg) translate(-180px, -130px);
	}

	#content-index-menu .content-title > div::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50px;
		height: 60px;
		border-left: 2px solid rgb(236,184,0);
		transform: rotate(30deg) translate(170px, -120px);
	}
	.menu-foot-wrap {
		padding-left: 2%;
	}
	.menu-food-item {
		padding: 0px 0px 0px 2%;
	}

	#side-header div {
		width: 100%;
		display: block;
		text-align: center;
	}

	#site-logo img {
		max-width: 70%;
		margin: 0;
		transform: translate(-5%,0);
	}

	.site-nav-menu {
		margin-top: 0 !important;
		top: -400px;
	}

	#side-header {
		padding-bottom: 0;
		padding: 0;
	}

	#side-header ul {
		position: absolute;
		top: 0;
		left: 0;
		background:rgb(29, 38, 50);
		width: 100%;
	}

	#side-header nav,
	#side-header nav li {
		display: block;
		width: 100%;
		text-align: center;
	}

	#side-header nav li {
		padding: 10px;
	}

	#side-header nav a:after {
		width: 10%;
		left: 45%;
		bottom: -2px;
	}

	#menu-hidden {
		display: block !important;
	}
	#menu-hidden i {
		float: right;
		padding-right: 20px;
		padding-bottom: 5px;
	}
	#menu-hidden i:hover {
		cursor: pointer;
		opacity: 0.7;
	}
	.contact-item {
		width: 49%;
	}
	.product-menu-food {
		height: auto;
	}
	..menu-foot-wrap {
		height: auto;
	}
	.logo-l {
		display: none;
	}

	.logo-s {
		display: inherit;
	}
}

@media only screen and (max-width: 950px) {
	.header-index-image {
		background-size: auto 150%;
	}
	.location-image-small {
		background-size: auto 150%;
	}

	.news-image-small {
		background-size: auto 150%;
	}

	.product-image-small {
		background-size: auto 120%;
	}
	.contact-image-small {
		background-size: auto 180%;
	}

	.certfi-image-small {
		background-size: auto 180%;
	}
	#content-index-about {
		background-size: auto 120%;
	}
	.header-image span:nth-child(2) {
		display: block;
	}
	.header-image div {
		top: 30%;
	}

	.header-image img {
		transform: translate(260px,30px);
	}
	#content-index-certificate .content-title div:nth-child(1) {
	  font-size: 10vw;
	}
}

@media only screen and (max-width: 768px) {
	.news-item-link {
		bottom: 0;	
	}

	.news-items {
		width: 100%;
		padding: 2.5%;
	}
	.product-ele-item {
		width: 100%;
	}

	#question .half-container,
	#content-index-contact .content-text div:nth-child(5) {
		width: 90%;
		display: block;
		margin: 0 5%;
	}

	#content-index-contact .content-text div {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#content-index-contact .detect {
		width: 100% !important;
	}

	#content-index-contact .detect-number {
		vertical-align: bottom
	}

	#content-index-contact input[type=submit] {
		display: block;
		float: none;
		margin: 20px auto 0 auto;
	}

	.content-title div:nth-child(1) {
		font-size: 4em;
	}

	.content-cross {
		top: -2em;
	}

	.contact-item::after {
		left: 3.5%;
		top: 3em;
		height: 5em;
	}
	.product-money {
		width: 80%;
	}
	#content-index-menu .menu-index-food {
		width: 40%;
		margin: 0 0 20px 4%;

	}
	#content-index-menu .content-title > div::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50px;
		height: 50px;
		border-left: 2px solid rgb(236,184,0);
		transform: rotate(-30deg) translate(-90px, -100px);
	}

	#content-index-menu .content-title > div::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50px;
		height: 50px;
		border-left: 2px solid rgb(236,184,0);
		transform: rotate(30deg) translate(85px, -100px);
	}

	.food-item-img {
		width: 100%;
		display: block;
		padding: 0 13%;
	}
	.food-item-img img {

	}
	.food-item-text {
		text-align: center;
		width: 100%;
		padding: 5px 0;
		display: block;
	}
	.content-text .menu-food-item:nth-child(1):after, .content-text .menu-food-item:nth-child(2):after {
/*		border-right:none;
		border-bottom: 0.5px solid lightgray;
		top: 80%;
		width: 60%;
		right: 20%;*/
	}
	.product-menu-food {
	/*	height: auto;*/
	}
	.contact-item {
		width: 100%;
		padding: 10px 5%;
	}
	.contact-item:after {
		top: 0.8em;
	}
}

@media only screen and (max-width: 600px) {
	#content-index-menu .menu-index-food {
		width: 50%;
		margin: 0 0 20px 25%;
	}

	#content-index-menu .menu-index-food h1::before,
	#content-index-menu .menu-index-food h1::after {
		padding: 0 3%;
		margin: 0 3%;
	}
}

@media only screen and (max-width: 500px) {
	.header-image p {
		font-size: 3em;
	}
	.header-image img {
		transform: translate(210px, 28px);
		width: 185px;
	}
	#content-index-about div:nth-child(3) {
		font-size: 1.7em;
	}
	#content-index-about div:nth-child(3)::before {
		transform: rotate(-30deg) translate(-145px, -50px);
	}
	#content-index-about div:nth-child(3)::after {
		transform: rotate(30deg) translate(130px, -70px);
	}
	.news-item-link {
		padding-top: 5px;
	}
	#content-index-certificate .content-title div:nth-child(1) {
	  font-size: 10vw;
	}
	#menu-hidden i {
		font-size: 2em;
		padding-bottom: 3px;
	}
}

@media only screen and (max-width: 400px) {
	#menu-hidden{
		bottom: 5px;
	}
	.header-image p {
		font-size: 2.5em;
	}
	.header-image img {
		width: 130px;
		transform: translate(160px,25px);
	}
	.content-title div:nth-child(1) {
		font-size: 3.5em;
		letter-spacing: 0.1em;
	}

	.food-item-img {
		display: block;
		margin: 0 0 0 -7%;
	}

	.food-item-text {
		font-size: 1em;
		letter-spacing: 0px;
		width: 100%;
	}
	.select-sub-item div {
		display: block;
	}

	.select-sub-item:after {
		content: '';
		clear: both;
		display: inherit;
	}
	#content-index-about div:nth-child(4) {
		font-size: 14px;
	}
	#content-index-about div:nth-child(4) p:nth-child(2n){
		letter-spacing: 6.5px;
	}
	#content-index-about div:nth-child(4) p:nth-child(6){
		letter-spacing: 8px;
	}
	#content-index-certificate .content-cross {
	  top: -1em !important;
	}