@charset "utf-8";





/*------------------------------------------------------------------



 =base.css（共通CSS）



------------------------------------------------------------------*/



/*@media screen and (min-width: 1176px) , print {*/
@media screen and (min-width: 1400px) , print {
	.wrapNav{
		height: 48px;
	}
	.wrapNav .navInfo{
		position: absolute;
    top: 0;
    padding: 18px 0 0 216px;
    float: left;
	}
	.navSerach{
		height: 48px;
	}
}


/*@media screen and (min-width: 769px) and (max-width: 1175px) , print {*/

@media screen and (min-width: 769px) and (max-width: 1399px) , print {
	.wrapNav{
		height: inherit !important;
	}
	#navSerach{
		height: 48px;
    border-right: solid 1px #eee;
	}
	.wrapNav .btnShop{
		border-left: none !important;
	}
	.navInfo{
    box-sizing: border-box;
    padding: 20px 0px 20px 200px !important;
    text-align: center;
    width: 100%;
    float: none !important;
    display: flex;
    justify-content: center;
		border-top: solid 1px #eee;
	}
	.navInfo li a.red{
		color: #CC0000;
	}
	.wrapNav .navInfo li{
		float: none !important;
	}
	.topMv{
		padding-top: 101px !important;
	}
	.diningCont,.companyCont,.itemDetailCont{
		padding-top: 101px !important;
	}
}



@media screen and (min-width: 769px), print {

#wrapper {
	width: 100%;
	height: 100%;
	display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

header {
	width: 170px;
	height: 100%;
	padding: 0 15px 0 15px;
	background: #fff;
	border-right: 1px solid #eeeeee;
	position: fixed;
	z-index: 9999;
}

header p.headerLogo img{
	width: 90px;
}
header h1 img{
	width: 90px;
}

header p.headerLogo {
	margin: 55px 0 0 0;
	text-align: center;
}
header h1 {
	margin: 55px 0 0 0;
	text-align: center;
}

header ul {
	position: absolute;
	top: 34%;
	width: 170px;
	background: #fff;
}

header ul li {
	padding: 17px 0 0 0;
	border-top: 1px solid #f1f1f1;
}

header ul li a {
	width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 0 18px 0;
  text-decoration: none;
}

header ul li:nth-child(-n+6) a:hover {
	text-decoration: none;
}

header ul li:nth-child(-n+6) a:before{
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #b5b5b5;
  transition: all .3s ease;
}

header ul li:nth-child(-n+6) a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

header ul li:nth-child(-n+6) a:hover {
	padding-left: 3px;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

header ul li:nth-child(-n+6) a:hover:before{
  width: 100%;
}

header ul li img {
	width: 10px;
}

header p:not(.headerLogo) {
	position: absolute;
	bottom: 20px;
	font-size: 12px;
	width: 170px;
	text-align: left;
}

header .btnShop {
	display: none;
}

.drMenu {
	display: none;
}

#container {
	width: 100%;
	margin: 0 0 0 0;
	float: right;
}

#contInner {
	margin: 0 0 0 200px;
}

.wrapNav {
	width: 100%;
	height: 48px;
	background: #fff;
	position: fixed;
	margin: 0 0 0 -200px;
	z-index: 9000;
	border-bottom: solid 1px #eee;
}

.wrapNav .navGloval {
	padding: 18px 0 0 0;
	float: right;
}

.wrapNav .navGloval li {
	float: left;
	margin: 0 0 0 10px;
	font-size: 11px;
}

.wrapNav .navGloval li:first-child a {
/*	color: #a0a0a0;*/
}

.wrapNav .navInfo {
	padding: 18px 0 0 216px;
	float: left;
}

.wrapNav .navInfo li {
	float: left;
	margin: 0 0 0 10px;
	font-size: 11px;
}


.wrapNav ul li a {
	margin: 0 10px 0 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.wrapNav .btnShop {
	float: right;
	width: 176px;
	height: 48px;
	background: #fff;
	border-left: solid 1px #eee;
}

.wrapNav .btnShop a {
	width: 176px;
	height: 100%;
	padding: 13px 0 0 50px;
	display: block;
	color: #797979;
	letter-spacing: -1px;
	font-size: 13px;
	background: url(../img/common/icon_cart.svg) no-repeat 18px 15px;
	background-size: 20px 20px;
}
.wrapNav .btnShop:hover{
	background: #eee;
}
.wrapNav .btnShop:hover a{
	background-size: 20px 20px;
}
.wrapNav .btnShop a:hover {
	text-decoration: none;
}

.dropdown {
	float: right;
	margin: 0 0 0 15px;
	width: 53px;
}

#tg {
	display: none;
}

.menu {
	position: relative;
	visibility: hidden;
	opacity: 0;
	top: -13px;
	left: -2000px;
	list-style: none;
	width: 5000px;
	height: 80px;
	background: #eee;
}

.dropInput:checked ~ .menu {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.dropLabel {
	width: 53px;
	padding: 16px 0;
	display: block;
	background-color: #fff;
	text-align: center;
	position: relative;
	color: #333;
	text-decoration: none;
}

.dropLabel:hover, .dropInput:checked + label {
	background: #eee;
	color: #fff;
}

.animation {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.wrapNav #navSerach form input {
	width: 500px;
	padding: 10px 0;
	margin: 0 0 0 0;
	color: #b5b5b5;
	font-size: 16px;
	background: #eee;
	border: none;
	position: fixed;
	top: 70px;
	left: 230px;
}

footer {
	width: 100%;
	padding: 33px 0 38px 0;
	border-top: 1px solid #eeeeee;
}

footer .footCont p {
	float: left;
	padding: 13px 0 0 0;
	margin: 0 37px 0 0;
}

footer .footCont img{
	width: 158px;
}

.footCont {
	margin: 0 0 0 240px;
}

.footCont .footAddress {
	font-size: 13px;
	line-height: 1.3;
	float: left;
}

.footCont .footAddress li {
	float: left;
	padding: 10px 0;
	margin: 0 20px 0 0;
}

.footCont .footAddress li span {
	display: block;
	line-height: 1.4;

}

.footCont .footAddress li:last-child {
	padding: 6px 20px;
	margin: 0;
	border-left: 1px solid #dcdcdc;
}

.footCont .footLink {
	float: right;
	padding: 15px 0 0 0;
	margin: 0 33px 0 0;
}

.footCont .footLink li {
	float: left;
	margin: 0 10px 0 0;
}

.footCont .footLink li:last-child {
	padding: 0 10px;
	margin: 0;
	border-left: 1px solid #dcdcdc;
}

footer small {
	display: none;
}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.copyrightArea{
	font-size: 11px !important;
}


/*------------------------------------------------------------------
  english(lang="en")
------------------------------------------------------------------*/
/* common */
:lang(en) .comapnyDl a{
	padding: 17px 30px 17px 60px;
	width: 250px;
}
:lang(en) .itemLinkBtn{
	 width: 630px;
}
:lang(en) .itemDetailTop p{
	width: 280px;
}
:lang(en) .itemBuyLink a{
	padding: 17px 20px 17px 40px;
}
:lang(en) .itemCatalogLink a{
	padding: 17px 20px 17px 40px;
}
:lang(en) .topAccess p{
	z-index: 9999;
}

/* top */
:lang(en) .topNews ul li a{
	font-size: 0.9em;
}
:lang(en) .topNews ul li a span{
	font-size: 0.9em;
}
:lang(en) .topNews h2 span{
	display: none;
}
:lang(en) .topCategory ul li p span{
	display: none;
}
:lang(en) .topAccess h3 span{
	display: none;
}

/*itemList*/
:lang(en) .itemList ul li dl dt a span{
	display: none;
}
:lang(en) .itemListCont h2 span{
	display: none;
}

/* company */
:lang(en) .comapny02 dl dt span{
	display: none;
}
:lang(en) .companyCont h2 span{
	display: none;
}

/*dining*/
:lang(en) .itemMv h2 span{
	display: none;
}

/*event*/
:lang(en) .eventCont h2 span{
	display: none;
}

/* infoListTop */
:lang(en) .infoListTop ul li span:nth-child(1){
	width: 90px;
	font-size: 0.8em;
}
:lang(en) .infoListTop ul li span{
	font-size: 0.6em;
	vertical-align: middle;
}
:lang(en) .infoListTop ul li a{
	font-size: 0.8em;
  width: 460px;
  margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

/* infoListCont */
:lang(en) .infoListCont h2 span{
	display: none;
}

/* inquiry */
:lang(en) .contactForm ul li:last-child{
	font-size: 12px;
}
:lang(en) #iqfm-input-11 label{
	width: 300px;
}

/* recipe */
:lang(en) .recipeTop ol li span{
	position: inherit;
}
:lang(en) .infoDetailCont h2 span{
	display: none;
}
:lang(en) .recipeListCont h2 span{
	display: none;
}

/* sitemap */
:lang(en) .sitemapList .smList ul li{
	margin: 0 10px 25px 0;
}
:lang(en) .sitemapCont h2 span{
	display: none;
}

/* knowledge */
:lang(en) .knowledgeCont h2 span{
	display: none;
}

/* privacy */
:lang(en) .privacyArea dl dd{
	width: 460px;
}
:lang(en) .privacyCont h2 span{
	display: none;
}

/* contact */
:lang(en) .contactCont h2 span{
	display: none;
}


/* footer */
:lang(en) .footCont .footAddress li{
	width: 350px;
}

/* Online shop */
:lang(en) .wrapNav .btnShop a {
	letter-spacing: 0;
}

/*------------------------------------------------------------------
  中国語[簡体](lang="zh-cn")
------------------------------------------------------------------*/
:lang(zh-cn) .privacyArea dl dd span:nth-child(1){
	display:inline;
	float: none;
}
:lang(zh-cn) .privacyArea dl dd span:nth-child(2){
	float: none;
}

/* Online shop */
:lang(zh-cn) .wrapNav .btnShop a {
	letter-spacing: 0;
}

/*------------------------------------------------------------------
  中国語[繁体](lang="zh-tw")
------------------------------------------------------------------*/
:lang(zh-tw){

}

/* Online shop */
:lang(zh-tw) .wrapNav .btnShop a {
	letter-spacing: 0;
}

}






@media screen and (max-width: 768px) {

	:lang(en) body{
		font-family: serif;
	}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

img {
	width: 100%;
}

header {
	width: 100%;
	height: 35px;
	padding: 15px 0;
	background: #fff;
	position: fixed;
	z-index: 9999;
}

header p.headerLogo {
	width: 145px;
	float: left;
	padding: 1px 0 0 0;
	margin: -3px 12px 0 15px;
}
header h1 {
	width: 145px;
	float: left;
	padding: 1px 0 0 0;
	margin: 0 12px 0 15px;
}
header.header.clr img {
  width: 90%;
}

header nav,
header p:not(.headerLogo) {
	display: none;
}

header p.btnShop {
	display: block;
	float: left;
	width: 38vw;
	height: 29px;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	background: #fff;
}

header p.btnShop a {
	display: block;
	padding: 13px 0 10px 30px;
	color: #797979;
	font-size: 12px;
	letter-spacing: -1px;
	background: url(../img/common/icon_cart.svg) no-repeat 9px 13px;
	background-size: 13px;
}
:lang(en) header p.btnShop a,
:lang(zh-cn) header p.btnShop a,
:lang(zh-tw) header p.btnShop a{
	padding: 10px 0 10px 29px;
	font-size: 12px;
	background: url(../img/common/icon_cart.svg) no-repeat 10px 10px;
	background-size: 11%;
}


header p.btnShop a:hover {
	text-decoration: none;
}

header p.open {
	display: block;
	float: right;
	width: 7%;
	margin: 1.5% 3.5% 0 0;
	cursor: pointer;
}

.drMenu {
	width: 35px;
	height: 35px;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 99990;
}

.drawer-menu p {
	width: 50%;
	margin: 0 auto 10% auto;
}

.drawer-menu p img{
  width: 96%;
}

.drawer-menu form {
	width: 90%;
	padding: 0 0 3% 0;
	margin: 0 auto;
	border-bottom: 2px solid #b5b5b5;
}

.drawer-menu form input {
	vertical-align: middle;
}

.drawer-menu form input[type="text"] {
	border: none;
	font-size: 1em;
	width: 88%;
	padding: 3% 0;
}

.drawer-menu form input[type="image"] {
	width: 6%;
}

.drMenuTop {
	padding: 0 5%;
	margin: 8% 0 5% 0;
	border-bottom: 1px solid #eee;
}

.drMenuTop li {
	margin: 0 0 10% 0;
	font-size: 0.8em;
}

.drMenuTop li a {
	font-size: 1.4em;
}

.drMenuMiddle {
	padding: 0 5% 2% 5%;
	margin: 8% 0;
	border-bottom: 1px solid #eee;
}

.drMenuMiddle li {
	margin: 0 0 8% 0;
}

.drMenuMiddle li a {
	font-size: 1.2em;
}

.drMenuMiddle li img {
	width: 10%;
}

.drMenuBottom {
	padding: 0 5% 2% 5%;
	margin: 8% 0;
}

.drMenuBottom li {
	margin: 0 0 8% 0;
}

.drMenuBottom li a {
	font-size: 1.2rem;
}

.drMenuBottom li:first-child a {
	color: #a0a0a0;
}

#container {
	padding: 65px 0 0 0;
}

#contInner {
/*padding: 14% 0 0 0;/*
/* お知らせを表示する場合は下記の padding を有効にする */
padding: 25% 2% 0 2%;

}

.wrapNav {
	display: none;
}

footer {
	width: 100%;
	padding: 5% 0 5% 0;
	border-top: 1px solid #dcdcdc;
}

footer .footCont p {
	display: none;
}

.footCont .footAddress {
/*	text-align: center;*/
	width: 94%;
	margin: 0 auto 3% auto;
}

.footCont .footAddress li {
	font-size: 1.1em;
	line-height: 1.5;
}

.footCont .footAddress li span {
	font-size: 12px;
	margin: 0 0 0 1%;
	display: block;
}

.footCont .footAddress li a {
	font-size: 1em;
	margin: 0 0 0 1%;
}

.footCont .footAddress li:last-child {
	padding: 10px 0;
	margin: 0;
}

.footCont .footLink {
	padding: 5% 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.footCont .footLink li {
	float: left;
	width: 49%;
	text-align: center;
}

.footCont .footLink li a {
	font-size: 1em;
}

.footCont .footLink li:last-child {
	border-left: 1px solid #dcdcdc;
}

footer small {
	text-align: center;
	display: block;
	padding: 5% 0 0 0;
	font-size: 0.8em;
}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/*------------------------------------------------------------------
  english(lang="en")
------------------------------------------------------------------*/
/* top */
:lang(en) .topNews ul li span{
	font-size: 1em;
}

/* company */
:lang(en) .comapny02 dl dt span{
	display: none;
}

/* recipe */
:lang(en) .recipeTop ol li span{
	position: inherit;
}


/*------------------------------------------------------------------
  中国語[簡体](lang="zh-cn")
------------------------------------------------------------------*/
:lang(zh-cn) .privacyArea dl dd span:nth-child(1){
	display:inline;
	float: none;
}
:lang(zh-cn) .privacyArea dl dd span:nth-child(2){
	float: none;
}



/*------------------------------------------------------------------
  中国語[繁体](lang="zh-tw")
------------------------------------------------------------------*/
:lang(zh-tw){

}


}

@media screen and (max-width: 320px) {

header {
	width: 100%;
	height: 30px;
	padding: 15px 0;
	background: #fff;
	position: fixed;
	z-index: 9999;
}

header p.headerLogo {
	width: 120px;
	float: left;
	padding: 1px 0 0 0;
	margin: 0 10px 0 15px;
}
header h1 {
	width: 120px;
	float: left;
	padding: 1px 0 0 0;
	margin: 0 10px 0 15px;
}

header nav,
header p:not(.headerLogo) {
	display: none;
}

header p.btnShop {
	display: block;
	float: left;
	width: 115px;
	height: 29px;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	background: #fff;
}

header p.btnShop a {
	display: block;
	padding: 13px 0 10px 24px;
	color: #797979;
	font-size: 10px;
	letter-spacing: -1px;
	background: url(../img/common/icon_cart.svg) no-repeat 9px 13px;
	background-size: 9%;
}
:lang(en) header p.btnShop a,
:lang(zh-cn) header p.btnShop a,
:lang(zh-tw) header p.btnShop a{
	padding: 10px 0 10px 29px;
	font-size: 12px;
	background: url(../img/common/icon_cart.svg) no-repeat 10px 10px;
	background-size: 11%;
}

#container {
	padding: 60px 0 0 0;
}



.drawer-menu form input[type="text"] {
	border: none;
	font-size: 0.8em;
	width: 88%;
	padding: 3% 0;
}

.copyrightArea{
	font-size: 0.8em !important;
}

/*------------------------------------------------------------------
  english(lang="en")
------------------------------------------------------------------*/
/* common */
:lang(en) .comapnyDl a{
	width: 100%;
}
:lang(en) .comapnyDl a{
	background-position: 4% center !important;
}
:lang(en) .itemBuyLink a{
	background-position: 9% 45% !important;
}

/* infoListTop */
:lang(en) .infoListCont{
	margin: 0 auto 20% auto;
}
:lang(en) .infoListTop ul li span:nth-child(2){
	position: relative;
  display: block;
  width: 40%;
	text-align: center;
	margin: 0.5em 0;
}
:lang(en) .infoListTop ul li span:nth-child(3){
	display: block;
	margin: 0.5em 0;
}
:lang(en) .infoBottom .prev{
	top: 35px;
}
:lang(en) .infoBottom .next{
	top: 35px;
}


/* comapny */
:lang(en) .comapny02 dl dt{
	font-size:14px;
}

/*------------------------------------------------------------------
  中国語[簡体](lang="zh-cn")
------------------------------------------------------------------*/
/* common */
:lang(zh-cn) .itemBuyLink a{
	background-position: 9% 45% !important;
}



/*------------------------------------------------------------------
  中国語[繁体](lang="zh-tw")
------------------------------------------------------------------*/
/* common */
:lang(zh-tw) .itemBuyLink a{
	background-position: 9% 45% !important;
}

}


/*------------------------------------------------------------------
  商品ページスライダー調整
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction{
		position: inherit !important;
	}
}/* @media screen and (max-width: 767px) */
