@charset "UTF-8";

@import "reset.css";
@import "base.css";

body {
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	background: url(../images/bg_keisodo.jpg) ;
	color: #333333;
}
.fade {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.fade:hover {  
    opacity: 0.7;
    filter: alpha(opacity=70);
}
a img {
	height: auto;
}

/* =====================================================================
 * header
 * =================================================================== */
header {
	padding-top: 30px;
	background: url(../images/bg_wagara_new.png);
}
#topImgArea {
	padding-top: 72px;
	width: 100%;
	height: 252px;
}
#headerInner {
	background: url(../images/bg_wagara_new.png) #97643d;
}
h1 a {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 180px;
	background: url(../images/logo_new.svg) no-repeat 59px center #97643d;
	background-size: auto 131px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#naviBox {
	display: table;
	margin: 0 auto;
	width: 960px;
	height: 62px;
}
header nav, header aside {
	display: table-cell;
	vertical-align: middle;
}
#bnSobajiten {
	position: absolute;
	top: 36px;
	right: 0;
	z-index: 2;
}
#bnRecipe {
	position: absolute;
	top: 186px;
	right: 0;
	z-index: 1;
}
/* social */
header aside {
	width: 82px;
}
ul#social {
	width: 100%;
	height: 32px;
	text-align: right;
}
ul#social li {
	display: inline-block;
	height: 40px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
ul#social li:not(:last-child) {
	margin-right: 12px;
}
ul#social li a {
	display: block;
	width: 32px;
	height: 32px;
	background-size: cover;
}
#fbIcon a {
	background: url(../images/facebook_icon_new.svg) no-repeat center;
}
#instaIcon a {
	background: url(../images/instagram_icon.svg) no-repeat center;
}
#bnSobajiten a, #bnRecipe a {
	display: block;
	width: 108px;
	height: 200px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#bnSobajiten a {
	background: url(../images/bn_sobajiten_tate.png) no-repeat center;
	background-size: 108px 200px;
}
#bnRecipe a {
	background: url(../images/bn_recipe_tate.png) no-repeat center;
	background-size: 108px 200px;
}
.slicknav_menu {
    display: none;
}

/* =====================================================================
 * globalnavi
 * =================================================================== */
ul#g-navi {
	overflow: hidden;	
	width: 834px
	height: 16px;
}
ul#g-navi li a {
	float: left;
	height: 16px;
	background: url(../images/navi_new2025.svg) no-repeat;
	background-size: 584px 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
ul#g-navi li:not(:last-child) a {
	margin-right: 50px;	
}
/*店舗のご案内*/
ul#g-navi #gn-about a {
	width: 112px;
	background-position: 0 0;
}
#about ul#g-navi #gn-about a,
ul#g-navi #gn-about a:hover {
	background-position: 0 -16px;
}
/*お料理*/
ul#g-navi #gn-menu a {
	width: 67px;
	background-position: -112px 0;
}
#menu ul#g-navi #gn-menu a,
ul#g-navi #gn-menu a:hover {
	background-position: -112px -16px;
}
/*季節のおすすめ*/
ul#g-navi #gn-blog a {
	width: 130px;
	background-position: -179px 0;
}
#blog ul#g-navi #gn-blog a,
ul#g-navi #gn-blog a:hover {
	background-position: -179px -16px;
}
/*商品のお取り寄せ*/
ul#g-navi #gn-products a {
	width: 144px;
	background-position: -309px 0;
}
#products ul#g-navi #gn-products a,
ul#g-navi #gn-products a:hover {
	background-position: -309px -16px;
}
/*English Menu*/
ul#g-navi #gn-english a {
	width: 130px;
	background-position: -453px 0;
}
ul#g-navi #gn-english a:hover {
	background-position: -453px -16px;
}

/* =====================================================================
 * container
 * =================================================================== */
#container {
	margin: 0 auto;
	padding: 55px 0;
	width: 960px;
}

/* =====================================================================
 * main
 * =================================================================== */
h2, h3 {
	text-align: center;
}
h2 {
	margin-bottom: 50px;
	width: 100%;
	height: 29px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}

/* =====================================================================
 * footer
 * =================================================================== */
#footerInner {
	background: url(../images/bg_wagara_new.png);
}
address {
	display: table;
	margin: 0 auto;
	padding: 26px 0;
	width: 960px;
	color: #ffffff;
	font-size: 93%;
}
.miyota, address ul, address div {
	display: table-cell;
	vertical-align: middle;
}
.miyota {
	padding-right: 40px;
	line-height: 1;
}
.miyota dt {
	margin-bottom: 15px;
}
.miyota dd span {
	margin-left: 1em;
}
address p  {
	margin-right: 22px;
}
.tel  {
	margin-right: 20px;
}
address ul {
	width: 450px;
}
address ul li {
	float: left;
}
address ul li a {
	display: block;
	height: 29px;
}
#footerImgArea {
	width: 100%;
	height: 200px;
}
#pagetop {
	padding-top: 56px;
}
#pagetop a {
	display: block;
	margin: 0 auto;
	height: 71px;
	width: 71px;
}
footer small {
	display: block;
	padding-top: 35px;
	text-align: center;
	font-style: italic;
	font-family: Georgia;
	font-size: 77%;
	letter-spacing: .2em;
	color: #fff;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 1279px) {
	#naviBox {
		width: 880px;
	}
}
@media screen and (max-width: 1049px) {
	* {
		-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 {
		max-width: 100%;
		height: auto;
	}
	#container {
		padding: 55px 30px;
		width: 100%;	
	}
	#topImgArea {
		height: 324px;
	}
	address {
		padding: 26px 20px;
		width: 100%;
		text-align: center;
	}
	.miyota, address ul {
		display: block;
	}
	address p, address div {
		display: inline-block;
		vertical-align: middle;
	}
	address p {
		margin-right: 0;
		padding-right: 35px;
	}
	address p.fl {
		float: none;
	}
	address div {
		text-align: left;
	}
	.miyota {
		margin-bottom: 10px;
		padding-right: 0;
	}
	.miyota dd {
		line-height: 1.6;
	}
	#naviBox {
		padding: 0 3%;
		width: 100%;
	}	
	ul#g-navi {
		width: 100%;
	}	
	ul#g-navi li:not(:last-child) a {
		margin-right: 1.6%;
	}	
	ul#social li:not(:last-child) {
		margin-right: 8px;
	}
	header aside {
		width: 78px;
	}
}
@media screen and (max-width: 960px) {
	#container {
		padding: 55px 20px;
	}
}
@media screen and (max-width: 767px) {
	#topImgArea {
		padding-top: 52px;
		height: 284px;
	}
	header {
		padding-top: 0;
	}
	ul#g-navi, ul#social {
		display: none;
		position: static;
	}
	#bnSobajiten, #bnRecipe {
		display: none;
	}
	#naviBox {
		height: 0;
	}
	footer small {
		z-index: 0;
	}
}
@media screen and (max-width: 640px) {
	#container {
		padding: 45px 20px;
	}
	h2 {
		margin-bottom: 40px;
	}
	address p {
		margin-bottom: 15px;
		padding-right: 0;
		
	}
	address p, address div {
		display: block;
		text-align: center;
	}
	address ul {
		margin: 0 auto;
	}
}
@media screen and (max-width: 568px) {
	#topImgArea {
		padding-top: 46px;
		height: 264px;
	}
	h1 a {
		width: 172px;
		height: 172px;
		background-size: 66px auto;
		background-position: center;
	}
	footer small {
		margin: 0 auto;
		width: 320px;
		letter-spacing: .15em;
	}
}
@media screen and (max-width: 480px) {
	#container {
		padding: 40px 20px;
	}
	h2 {
		margin-bottom: 35px;
	}
	#main {
		font-size: 108%;
	}
	address ul {
		width: 100%;
	}
	address ul li {
		float: none;
	}
	.tel  {
		margin: 0 0 15px 0;
	}
	.tel img {
		width: 290px;
	}
}
@media screen and (max-width: 375px) {
	#topImgArea {
		padding-top: 36px;
		height: 244px;
	}
	#container {
		padding: 35px 10px;
	}
	h2 {
		margin-bottom: 30px;
	}
	address {
		padding: 26px 10px;
	}
	.miyota dt {
		margin-bottom: 10px;
	}
	.miyota dd span {
		display: block;
		margin-left: 0;
	}
	.tel img {
		width: 255px;
	}
	#footerImgArea {
		height: 170px;
	}
	#pagetop {
		padding-top: 36px;
	}
	footer small {
		padding-top: 28px;
	}
}