@charset "utf-8";

/* cssswitchlib.css */

/* <inline> */

.cssswitch-buttons {
	text-align: center;
}
.cssswitch-button-normal,
.cssswitch-button-pconly {
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.cssswitch-button-selected {
	display: none;
}

@media screen and (min-width:1px){
	
	.cssswitch-is-support-browser {
		width: 100px;
		height: 100px;
		position: absolute;
		top: -200px;
		left: 0px;
	}
	
}

/* </inline> */





/* base.css */

/* <inline> */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.gothic {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", HGPMinchoE, serif;
}
.cursive {
	font-family: HGPGyoshotai, cursive;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
body {
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}
figure, figurecaption {
	display: block;
}
main {
	display: block;
}
[type="submit"], [type="button"], [type="reset"] {
	font-size: 16px;
}
[type="text"], [type="password"] {
	font-size: 16px;
}
textarea {
	font-size: 16px;
}
select {
	font-size: 16px;
}
label > [type="radio"], label > [type="checkbox"] {
	margin-right: 10px;
}


/*
 * CSS3 support browser only
 */
@media screen and (min-width:1px){
	
	[type="submit"], [type="button"], [type="reset"] {
		border-width: 1px;
		padding-right: 50px;
		padding-left: 50px;
		padding-top: 8px;
		padding-bottom: 8px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	[type="text"], [type="password"] {
		padding: 8px;
		border: 1px solid #666;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	textarea {
		padding: 8px;
		border: 1px solid #666;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	select {
		padding: 8px;
		border: 1px solid #666;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}

}

/* </inline> */





/* Page base style */

/* <inline> */

html {
	background-image: url(/share/htmlbg.png?v=2017032101);
	background-repeat: repeat-x;
}
body {
	background-image: url(/share/bodybg.png?v=2017032101);
	background-repeat: no-repeat;
	background-position: center 159px;
	text-align: center;
}
.head {
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(/share/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center 24px;
	width: 850px;
	position: relative;
	z-index: 11000;
}
.headtitle {
	font-size: 14px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(/share/headtitlebg.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.headlogo {
	text-align: left;
	margin-top: 17px;
	margin-left: 17px;
}
.headnavi {
	margin-top: 16px;
	height: 89px;
	width: 100%;
}
.headmenu {
	width: 850px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 11200;
}
.headmenu > li {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.headmenu > li.headmenuhomeframe {
	width: 130px;
	height: 40px;
	position: absolute;
	right: 17px;
	top: -134px;
}
.headmenugroup {
	height: 47px;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	*zoom: 1;
}
.headmenugroup:hover,
.headmenugroup:active,
.headmenugroup:focus {
	height: auto;
	overflow: visible;
}
.headmenu > li > a,
.headmenugroup > dt > a {
	font-family: HGPGyoshotai, cursive;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 16px;
	padding-bottom: 15px;
	overflow: hidden;
	display: block;
}
.headmenugroup > dd {
	position: absolute;
	left: 0px;
	top: 47px;
}
.headmenu > li > a.headmenuwhats {
	width: 199px;
	background-image: url(/share/headmenuwhats.gif);
}
.headmenugroup > dt > a.headmenucategory {
	width: 142px;
	background-image: url(/share/headmenubeef.gif);
}
.headmenu > li > a.headmenubeefdic {
	width: 139px;
	background-image: url(/share/headmenubeefdic.gif);
}
.headmenugroup > dt > a.headmenushop {
	width: 110px;
	background-image: url(/share/headmenushop.gif);
}
.headmenugroup > dt > a.headmenucart {
	width: 125px;
	background-image: url(/share/headmenucart.gif);
}
.headmenu > li > a.headmenucontact {
	width: 135px;
	background-image: url(/share/headmenucontact.gif);
}
.headmenu > li > a.headmenuhome {
	color: #FFF;
	padding: 12px 20px 12px 40px;
	text-align: center;
	width: 70px;
	background-image: url(/share/headmenuhome.png);
}
.headmenuchildren > li > a {
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	line-height: 1;
	color: #FFF;
	background-color: #000;
	background-image: url(/share/headmenuchildbg.gif);
	background-position: 25px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 177px;
	display: block;
}
.headmenuchildren > li > a:hover,
.headmenuchildren > li > a:active,
.headmenuchildren > li > a:focus {
	background-color: #333;
}
.headwhere {
	font-size: 12px;
	text-align: right;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	color: #FFF;
	background-image: url(/share/headwherebg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.headwhere a {
	color: #FFF;
}
.headwhere a:hover,
.headwhere a:active,
.headwhere a:focus {
	color: #FF0;
}
.main {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	width: 850px;
	position: relative;
	z-index: 10000;
	overflow: hidden;
}
.maintitle {
	font-size: 24px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
	text-align: left;
	background-color: #FFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px;
	line-height: 1.3;
}

/* </inline> */

.foot {
	background-color: #F0F0F0;
	background-image: url(/share/footbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
	min-width: 850px;
}
.footabout {
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	width: 262px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.footmenu {
	font-size: 12px;
	text-align: left;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 11px;
	width: 477px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.footmenu > li {
	width: 150px;
	margin-right: 9px;
	margin-bottom: 9px;
	vertical-align: top;
}
.footmenu > li > dl > dd > ul > li {
	line-height: 1;
	white-space: nowrap;
	background-image: url(/share/footmenuchildbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-left: 14px;
}
.footmenucategory {
	*position: relative;
	*left: -16px;
}
.footmenubeefdic {
	*position: relative;
	*left: -16px;
}
.footmenuwhats {
	position: absolute;
	top: 0px;
	left: 159px;
}
.footmenucart {
	position: absolute;
	top: 136px;
	left: 159px;
}
.footmenuorder {
	position: absolute;
	top: 167px;
	left: 159px;
}
.footmenumypage {
	position: absolute;
	top: 198px;
	left: 159px;
}
.footmenusitemap {
	position: absolute;
	top: 62px;
	right: 0px;
}
.footmenuhome {
	position: absolute;
	top: 31px;
	right: 0px;
}
.footmenutop {
	position: absolute;
	top: 0px;
	right: 0px;
}
.footmenu > li > a,
.footmenu > li > dl > dt > a {
	text-align: center;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.footmenu > li > a:hover,
.footmenu > li > a:active,
.footmenu > li > a:focus,
.footmenu > li > dl > dt > a:hover,
.footmenu > li > dl > dt > a:active,
.footmenu > li > dl > dt > a:focus {
	color: #FF0;
}
.footmenu > li > dl > dd > ul > li > a {
	color: #00F;
}
.footmenu > li > dl > dd > ul > li > a:hover,
.footmenu > li > dl > dd > ul > li > a:active,
.footmenu > li > dl > dd > ul > li > a:focus {
	color: #900;
}
.footpayments {
	margin-bottom: 20px;
	background-color: #F8F8F8;
	padding-top: 10px;
	padding-bottom: 10px;
}
:root .footpayments {
	background-color: rgba(255,255,255,0.5);
}
.footpayments > li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.footcopyright {
	text-align: center;
	padding-bottom: 20px;
}
.footcopyright > small {
	font-size: 16px;
}
.cssswitch-button-normal,
.cssswitch-button-pconly {
	text-decoration: underline;
	color: #00F;
	background-color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cssswitch-button-normal:hover,
.cssswitch-button-normal:active,
.cssswitch-button-normal:focus,
.cssswitch-button-pconly:hover,
.cssswitch-button-pconly:active,
.cssswitch-button-pconly:focus {
	color: #F00;
}





/* <mobile> */





	/* <inline> */

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

	/* </inline> */

	/* <inline> */

	html {
		background-image: none;
	}
	body {
		background-image: none;
		min-width: 480px;
	}
	.head {
		background-image: none;
		background-color: #3E1704;
		width: auto;
		min-width: 480px;
		overflow: hidden;
	}
	.head-rwd {
		position: relative;
	}
	.headtitle {
		line-height: 1.3;
		white-space: normal;
		margin-right: 20px;
		margin-left: 20px;
	}
	.headlogo {
		background-image: url(/share/headbg-m.jpg?v=2017032101);
		background-repeat: repeat-x;
		background-position: center bottom;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 19px;
		padding-bottom: 19px;
		height: 57px;
	}
	.headlogo > cite {
		width: 100%;
		height: 100%;
		display: block;
	}
	.headlogo > cite > a {
		background-image: url(/share/logo-m.png);
		background-position: center center;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: block;
	}
	.head-rwd > .headlogo > cite > a {
		background-position: 20px center;
	}
	.headlogo > cite > a > img {
		padding-top: 100%;
		display: block;
	}
	.headnavi {
		background-image: url(/share/headmenubg-m.jpg?v=2017032101);
		background-position: center top;
		background-repeat: repeat;
		margin-top: 0px;
		height: auto;
	}
	.head-rwd > .headnavi {
		position: relative;
	}
	.headmenu {
		width: 480px;
		height: auto;
		padding-top: 64px;
		padding-bottom: 10px;
	}
	.head-rwd > .headnavi > .headmenu {
		display: none;
	}
	.head-rwd-menuon > .headnavi > .headmenu {
		display: block;
	}
	.headmenu > li {
		margin-bottom: 10px;
		width: 235px;
	}
	.headmenu > li:nth-child(odd) {
		margin-right: 10px;
	}
	.headmenu > li:nth-last-child(3) {
		margin-right: 245px;
	}
	.headmenu > li:nth-last-child(2) {
		margin-left: 245px;
	}
	.headmenu > li:last-child {
		width: 480px;
	}
	.headmenu > li.headmenuhomeframe {
		width: 100%;
		height: auto;
		overflow: visible;
		position: absolute;
		left: 0px;
		top: 20px;
	}
	.headmenugroup {
		height: auto;
		overflow: visible;
		display: block;
	}
	.headmenu > li > a,
	.headmenugroup > dt > a {
		font-size: 14px;
		color: #FFF;
		background-color: rgba(0,0,0,0.4);
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		transition: background-color 0.5s ease;
		-webkit-transition: background-color 0.5s ease;
	}
	.headmenu > li > a:hover,
	.headmenu > li > a:active,
	.headmenu > li > a:focus,
	.headmenugroup > dt > a:hover,
	.headmenugroup > dt > a:active,
	.headmenugroup > dt > a:focus {
		background-color: rgba(0,0,0,0.8);
	}
	.headmenu > li > a.headmenuwhats {
		width: 100%;
		background-image: none;
	}
	.headmenugroup > dt > a.headmenucategory {
		width: 100%;
		background-image: none;
	}
	.headmenu > li > a.headmenubeefdic {
		width: 100%;
		background-image: none;
	}
	.headmenugroup > dt > a.headmenushop {
		width: 100%;
		background-image: none;
	}
	.headmenugroup > dt > a.headmenucart {
		width: 100%;
		background-image: none;
	}
	.headmenu > li > a.headmenucontact {
		width: 100%;
		background-image: none;
	}
	.headmenu > li > a.headmenuhome {
		text-align: center;
		padding: 10px 0px;
		width: 100%;
		background-image: none;
	}
	.headmenugroup > dd {
		top: 0px;
	}
	.headmenuchildren {
		background-color: transparent;
	}
	.headmenuchildren > li {
		display: none;
	}
	.headmenu > li:nth-last-child(3) > dl > dd > ul > li:nth-child(2),
	.headmenu > li:nth-last-child(3) > dl > dd > ul > li:nth-child(3) {
		width: 235px;
		position: absolute;
		display: block;
	}
	.headmenu > li:nth-last-child(3) > dl > dd > ul > li:nth-child(2) {
		left: 245px;
		top: 0px;
	}
	.headmenu > li:nth-last-child(3) > dl > dd > ul > li:nth-child(3) {
		left: 0px;
		top: 44px;
	}
	.headmenuchildren > li > a {
		font-family: HGPGyoshotai, cursive;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		background-color: rgba(0,0,0,0.4);
		background-image: none;
		border-bottom: none;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
		transition: background-color 0.5s ease;
		-webkit-transition: background-color 0.5s ease;
	}
	.headmenuchildren > li > a:hover,
	.headmenuchildren > li > a:active,
	.headmenuchildren > li > a:focus {
		background-color: rgba(0,0,0,0.8);
	}
	.headwhere {
		background-color: rgba(0,0,0,0.4);
		background-image: none;
		padding-top: 15px;
		padding-bottom: 15px;
		z-index: 11100;
		position: relative;
	}
	.headnavimenumobile {
		font-family: "Hiragino Kaku Gothic ProN", Meiryo, HGPGothicE, sans-serif;
		font-weight: bold;
		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
		line-height: 1;
		color: #FFF;
		background-image: url(/share/headnavimenumobilebg.png);
		background-repeat: no-repeat;
		background-position: center top;
		padding-top: 60px;
		width: 95px;
		height: 35px;
		cursor: pointer;
		position: absolute;
		right: 0px;
		top: -95px;
	}
	.main {
		margin-right: 0px;
		margin-left: 0px;
		padding-bottom: 40px;
		width: auto;
		min-width: 480px;
	}
	.maintitle {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/* </inline> */

	.foot {
		background-image: none;
		padding-top: 40px;
		min-width: 480px;
	}
	.footabout {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 40px;
		width: auto;
		display: block;
	}
	.footmenu {
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
		width: 480px;
	}
	.footmenu > li {
		width: 235px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.footmenu > li > dl > dd > ul > li {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-left: 14px;
	}
	.footmenuwhats {
		position: static;
	}
	.footmenucart {
		position: static;
	}
	.footmenuorder {
		position: static;
	}
	.footmenumypage {
		position: static;
	}
	.footmenusitemap {
		position: absolute;
		top: 98px;
		right: 0px;
	}
	.footmenuhome {
		position: absolute;
		top: 49px;
		right: 0px;
	}
	.footmenutop {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.footmenu > li > a,
	.footmenu > li > dl > dt > a {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
	}
	.footcopyright {
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		display: inline-block;
	}

	/* <inline> */

}

	/* </inline> */


	/* <inline> */

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

	/* </inline> */

	/* <inline> */

	body {
		min-width: 320px;
	}
	.head {
		min-width: 320px;
	}
	.headmenu {
		width: 320px;
		height: auto;
		padding-top: 64px;
		padding-bottom: 10px;
	}
	.head-rwd > .headnavi > .headmenu {
		display: none;
	}
	.head-rwd-menuon > .headnavi > .headmenu {
		display: block;
	}
	.headmenu > li {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		display: block;
	}
	.headmenu > li:nth-child(odd) {
		margin-right: 10px;
	}
	.headmenu > li:nth-last-child(3) {
		margin-right: 10px;
		margin-bottom: 98px;
	}
	.headmenu > li:nth-last-child(2) {
		margin-left: 10px;
	}
	.headmenu > li:last-child {
		width: 300px;
	}
	.headmenu > li.headmenuhomeframe {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		left: 0px;
		right: 0px;
	}
	.headmenu > li:nth-last-child(3) > dl > dd > ul > li:nth-child(2),
	.headmenu > li:nth-last-child(3) > dl > dd > ul > li:nth-child(3) {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}
	.headmenu > li:nth-last-child(3) > dl > dd > ul > li:nth-child(2) {
		left: 0px;
		top: 44px;
	}
	.headmenu > li:nth-last-child(3) > dl > dd > ul > li:nth-child(3) {
		left: 0px;
		top: 88px;
	}
	.headmenuchildren > li > a {
		font-family: HGPGyoshotai, cursive;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		background-color: rgba(0,0,0,0.4);
		background-image: none;
		border-bottom: none;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
		transition: background-color 0.5s ease;
		-webkit-transition: background-color 0.5s ease;
	}
	.headmenuchildren > li > a:hover,
	.headmenuchildren > li > a:active,
	.headmenuchildren > li > a:focus {
		background-color: rgba(0,0,0,0.8);
	}
	.headwhere {
		padding-left: 10px;
		padding-right: 10px;
	}
	.main {
		min-width: 320px;
	}
	.maintitle {
		margin-right: 10px;
		margin-left: 10px;
	}

	/* </inline> */

	.foot {
		padding-top: 84px;
		min-width: 320px;
		position: relative;
	}
	.footabout {
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
		display: block;
	}
	.footmenu {
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
		width: 320px;
		position: static;
	}
	.footmenu > li {
		width: auto;
		margin-left: 0px;
		margin-right: 0px;
	}
	.footmenu > li > dl > dd > ul > li {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-left: 14px;
	}
	.footmenuwhats {
		position: static;
	}
	.footmenucart {
		position: static;
	}
	.footmenuorder {
		position: static;
	}
	.footmenumypage {
		position: static;
	}
	.footmenusitemap {
		position: static;
	}
	.footmenuhome {
		position: static;
	}
	.footmenutop {
		left: 0px;
		right: 0px;
		text-align: center;
	}
	.footmenu > li > a,
	.footmenu > li > dl > dt > a {
		background-image: url(/share/footmenubgoff-m320.png);
		background-position: right center;
		background-repeat: no-repeat;
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
	}
	.footmenu > li > a:hover,
	.footmenu > li > a:active,
	.footmenu > li > a:focus,
	.footmenu > li > dl > dt > a:hover,
	.footmenu > li > dl > dt > a:active,
	.footmenu > li > dl > dt > a:focus {
		background-image: url(/share/footmenubgon-m320.png);
	}
	.footmenu > li.footmenutop > a {
		background-image: url(/share/footmenutopbgoff-m320.png);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		padding-left: 15px;
		padding-right: 35px;
		display: inline-block;
	}
	.footmenu > li.footmenutop > a:hover,
	.footmenu > li.footmenutop > a:active,
	.footmenu > li.footmenutop > a:focus {
		background-image: url(/share/footmenutopbgon-m320.png);
	}
	.footpayments > li:nth-child(1) {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	.footpayments > li:nth-child(1) > img {
		margin-left: 5px;
		margin-right: 5px;
	}

	/* <inline> */

}

	/* </inline> */





/* </mobile> */