@charset "utf-8";

/* ---------------------------------------------------
   File: common.css
   Version: 1.0.0
   Update: 2015-03-06
   Author: http://flowlab.co.jp

   (c)2007-2015 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===================================================
    Page Layout
=================================================== */

body {
  -webkit-text-size-adjust: 100%;
}
.skrollr-desktop body {
	height: 100% !important;
}

/* Parallax Area */
#skrollr-body {
	height: 100%;
	min-height: 100%;
	overflow: visible;
	position: relative;
}
	
/* IEPNG FIX */
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/* -----------------------------------
		Contents
----------------------------------- */
/*#main,
#menu,
#shop,
#access,
#contact,
section .row {
	width: 1000px;
	position: relative;
	z-index: 1;
	margin: 20px auto 0 auto;
}*/


/* -----------------------------------
		Parallax Layout
----------------------------------- */
.parallax-image-wrapper {
	width: 100%;
	position: fixed;
	left: 0;
	overflow: hidden;
}
	.parallax-image-wrapper-50 {
		height: 50%;
		top: -50%;
	}
	.parallax-image-wrapper-100 {
		height: 100%;
		top: -100%;
	}
.parallax-image {
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
	.parallax-image-50 {
		height: 200%;
		top: -50%;
	}
	.parallax-image-100 {
		height: 100%;
		top: 0;
	}
.parallax-image.skrollable-between {
	display: block;
}
.no-skrollr .parallax-image-wrapper {
	display: none !important;
}

/**/
.gap {
	background: transparent center no-repeat;
	background-size: cover;
}
.skrollr .gap {
	background: transparent !important;
}
	.gap-50 {
		height: 50%;
	}
	.gap-100 {
		height: 100%;
	}


/*
.header,
.content {
	padding: 20em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
.content-full {
	height: 100%;
}
.content-80 {
	height: 80%;
}
#contact {
	height: 100%;
}





/* ===================================================
    Header
=================================================== */

header {
	width: 100%;
	background: url(../images/bg_body.jpg) center top repeat;
	position: fixed;
	top: 0;
	z-index: 10000;
}
header ul,
header li,
header li a {
	display: block;
}
header ul {
}
header li {
	float: left;
}
header li a {
	font-size: 0.9em;
	line-height: 1em;
	letter-spacing: 0.2em;
	padding: 18px 10px;
}

/* -----------------------------------
		Contact
----------------------------------- */
header li#g_contact a {
	padding-right: 25px;
}

/* -----------------------------------
		Blog - Facebook
----------------------------------- */
header li#g_blog a,
header li#g_facebook a {
	font-size: 0.8em;
}
header li#g_blog a {
	background: url(../images/line_gnavi.gif) left center no-repeat;
	padding-left: 25px;
}






/* ===================================================
    Main
=================================================== */

#main {
	width: 1000px;
	/*height: 1200px;*/
	margin: 0 auto;
	padding: 100px 0;
}

/* -----------------------------------
		Logo
----------------------------------- */
h1 {
	width: 80px;
	height: 365px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	padding-right: 50px;
	float: right;
}

/* -----------------------------------
		Main Image
----------------------------------- */
#mainPhotoBox,
#mainPhotoBox ul,
#mainPhotoBox ul li {
	width: 780px;
	height: 500px;
}
#mainPhotoBox {
	position: relative;
	top: 70px;
}
#mainPhotoBox ul {
	text-align: left;
	overflow: hidden;
	position: relative;
}
#mainPhotoBox ul li {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
}

/* -----------------------------------
		Catch Copy
----------------------------------- */
#mainCatchCopy {
	width: 291px;
	padding: 150px 0 0 80px;
	float: left;
}

/* -----------------------------------
		Sub Image - OTSUKEMONO
----------------------------------- */
#subImage {
	width: 406px;
	/*padding: 0 0 70px 0;臨時休業案内の場合のみ*/
	padding: 200px 0 70px 0;
	float: right;
}



/* ===================================================
    Theme
=================================================== */


#theme {
	/*height: 1200px;*/
	color: #FFF;
}

/* Hack --------- */
.ie8 #theme,
.ie9 #theme {
	width: 1200px;
	height: 666px;
	background: url(../images/ph_information02.jpg) center top no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ph_information02.jpg', sizingMethod='scale')";
	margin: 0 auto;
}
.androidFix {
	display: none;
}
.android .androidFix {
	width: 1100px;
	height: auto;
	display: block;
}
/* ------------- */

#theme .row {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: 30%;
}
#theme .row div p {
	text-shadow: 0 0 0.5em rgba(0,0,0,0.9);
}
.ie8 #theme .row div {
	padding: 10px;
	background-color: #804c44;
	background: rgba(0, 0, 0, 0.4);
	margin-top: 100px;
}
.ie9 #theme .row div {
	padding: 10px;
	margin-top: 100px;
}

/* -----------------------------------
		Catch Copy
----------------------------------- */
#theme #themeCatch {
	width: 245px;
	float: right;
}

/* -----------------------------------
		Shop Information
----------------------------------- */
#theme .row div {
	width: 680px;
	padding-top: 50px;
	float: left;
}
#theme .row div p {
	margin-bottom: 1em;
}
#theme .row div p.mgBtm50 {
	margin-bottom: 2.5em;
}


/* ===================================================
    Pride
=================================================== */

#pride {
	clear: both;
	width: 1000px;
	height: 1300px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}


/* -----------------------------------
		Title
----------------------------------- */
#pride h2 {
	width: 90px;
	height: 360px;
	background: url(../images/pride/tit_pride.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	padding-right: 70px;
	float: left;
}

/* -----------------------------------
		Lead
----------------------------------- */
#pride #prideLeadBox {
	width: 580px;
	padding: 40px 0 80px 0;
	float: left;
}
#pride #prideLeadBox p {
	width: 270px;
	display: block;
}

/* -----------------------------------
		Staff Image
----------------------------------- */
#pride #staffImage,
#pride #staffImage img {
	width: 190px;
	height: 360px;
	display: block;
}
#pride #staffImage {
	float: right;
}

/* -----------------------------------
		Detail
----------------------------------- */
#pride article {
	padding-bottom: 40px;
}
#pride #prideDashi,
#pride #prideMiso {
	width: 460px;
	float: left;
}
#pride #prideSoy,
#pride #prideRice {
	width: 460px;
	float: right;
}

/* Title ---------------------------- */
#pride h3 {
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	padding-bottom: 20px;
}
/* Dashi */
#pride #prideDashi h3		{ width: 209px;			background: url(../images/pride/tit_dashi.jpg) 0 0 no-repeat;}
/* Soy */
#pride #prideSoy h3				{ width: 229px;			background: url(../images/pride/tit_soy.jpg) 0 0 no-repeat;}
/* Miso */
#pride #prideMiso h3			{ width: 221px;			background: url(../images/pride/tit_miso.jpg) 0 0 no-repeat;}
/* Rice */
#pride #prideRice h3			{ width: 182px;			background: url(../images/pride/tit_rice.jpg) 0 0 no-repeat;}

/* Text ---------------------------- */
#pride article p.float_l {
	width: 260px;
	font-size: 0.9em;
	line-height: 1.7em;
	padding-left: 30px;
}
#pride article p.float_l span {
	font-size: 0.75em;
	line-height:  1.4em;
	display: block;
	padding-top: 10px;
}

/* Photo ---------------------------- */
#pride .img_r,
#pride .img_r img {
	width: 140px;
	height: 110px;
	display: block;
}






/* ===================================================
    Greeting
=================================================== */

#greeting {
	height: 1000px;
}

/* Hack --------- */
.ie8 #greeting,
.ie9 #greeting {
	width: 1200px;
	height: 533px;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ph_shop.jpg', sizingMethod='scale')";
	margin: 0 auto;
}
.android #greeting .androidFix {
	margin: -300px 0 0 0;
}
/* ------------- */

#greeting .row {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: 20%;
}

/* Text */
#greeting #greetingDetail {
	width: 515px;
	height: 370px;
	background: url(../images/txt_greeting.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

/* Logo */
#logo_tokumaru {
	float: right;
}






/* ===================================================
    Menu
=================================================== */

#menu {
	width: 1000px;
	height: 1200px;
	margin: 0 auto;
	position: relative;
	top: 200px;
	padding: 100px 0;
}

/* -----------------------------------
		Main Menu
----------------------------------- */

#menu article {
}
#menu small {
	clear: both;
	font-size: 0.9em;
	display: block;
	padding: 15px 0 50px 0;
}

#menu article h2 {
	height: 342px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
}
#menu article p,
#menu article p img {
	display: block;
}
#menu article p {
	padding-top: 20px;
	float: left;
}

/* Menu List */
#menu article .menuList {
	clear: both;
	font-size: 0.9em;
	line-height: 1.6em;
	display: block;
	padding: 20px 0 0 10px;
}
#menu article .menuList ul {
	width: 210px;
	float: left;
}
#menu .att {
	padding-left: 10px;
	font-size: 0.8em;
}
/* Takanameshi ----------------------- */
#menu #takanameshi {
	width: 490px;
	float: left;
}
/* Menu Name */
#menu #takanameshi h2 {
	width: 53px;
	background: url(http://www.asomaruzuke.com/syokudo/images/menu/tit_takanameshi.jpg) 0 0 no-repeat;
}


/* Hiruzen ----------------------- */
#menu #hiruzen {
	width: 456px;
	float: right;
}
/* Menu Name */
#menu #hiruzen h2 {
	width: 23px;
	background: url(../images/menu/tit_hiruzen.jpg) 0 0 no-repeat;
}


/* -----------------------------------
		Image Photo
----------------------------------- */

#menu #menuPhotoList,
#menu #menuPhotoList li,
#menu #menuPhotoList li img {
	display: block;
}
#menu #menuPhotoList {
	clear: both;
}
	#menu #menuPhotoList li {
		margin: 0 13px 13px 0;
		float: left;
	}
	#menu #menuPhotoList li.fix {
		margin: 0 14px 13px 0;
	}
	#menu #menuPhotoList li.mgNone {
		margin: 0 0 13px 0;
	}






/* ===================================================
    Slide
=================================================== */

div#slideBox {
	width: 80%;
	height: 160px;
	background: #FFF;
	text-align: left;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
	left: 20%;
}
div#slideBox ul {
	list-style: none;
	display: inline-block;
	overflow: hidden;
	float: left;
}
div#slideBox li {
	float: left;
	display: inline;
	overflow: hidden;
}
div#slideBox ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}






/* ===================================================
    Shop
=================================================== */

#shop {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
}

/* -----------------------------------
		Shop Information
----------------------------------- */
#shop article {
	width: 440px;
	float: right;
}

/* Title */
#shop article h2 {
	font-size: 1.2em;
	margin-bottom: 40px;
}

/* Shop Information */
#shop article dl {
	display: block;
	padding-bottom: 20px;
}
#shop article dt,
#shop article dd {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 4px 0;
}
#shop article dt {
	clear: both;
	width: 100px;
	float: left;
}
#shop article dd {
	padding-left: 100px;
}
#shop article dd span {
	font-size: 0.9em;
}

/* -----------------------------------
		Shop Image
----------------------------------- */
#shop p,
#shop p img {
	width: 605px;
	display: block;
}
#shop p {
	width: 604px;
	position: absolute;
	top: 150px;
	left: -150px;
}

/* -----------------------------------
		News
----------------------------------- */
#shop #news {
	border: #42210b solid 1px;
	background: #fff;
	padding: 10px 20px;
	margin-top: 20px;
}
#shop #news h3 {
	color: #c0272d;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
}
#shop #news p {
	width: auto;
	font-size: 0.75em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	position: static;
	top: auto;
	left: auto;
}
#shop #news ul,
#shop #news ul li {
	display: block;
}
#shop #news ul {
	font-size: 0.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
}


/* ===================================================
    Access
=================================================== */

#access {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	padding-top: 100px;
}

/* -----------------------------------
		Access List
----------------------------------- */
#access section {
	width: 300px;
	float: left;
}

/* Title */
#access section h2 {
	font-size: 1.2em;
	margin-bottom: 40px;
}

/* List */
#access section ul,
#access section ul li {
	display: block;
}
#access section ul {
	margin-bottom: 30px;
}
#access section li {
	font-size: 0.9em;
	line-height: 1.6em;
	background: url(../images/icon_car.gif) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

/* -----------------------------------
		Google Map
----------------------------------- */
#access div#googleMap {
	width: 660px;
	float: right;
}






/* ===================================================
    Contact
=================================================== */

#contact {
	width: 1000px;
	height: 1000px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-top: 100px;
}
#contact p,
#contact ul,
#contact li,
#contact small {
	margin: 0 auto;
}

/* -----------------------------------
		Logo
----------------------------------- */
#contact p#logo_contact {
	width: 80px;
	height: 365px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 60px;
}

/* -----------------------------------
		Contact - TEL / Mail
----------------------------------- */
#contact ul {
	width: 240px;
	display: block;
	margin-bottom: 60px;
}
#contact ul li {
	margin-bottom: 15px;
}

/* -----------------------------------
		Copy rights
----------------------------------- */
#contact small {
	width: 286px;
	height: 11px;
	background: url(../images/txt_copyright.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}




/* ===================================================
    Page Top
=================================================== */

#pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#pageTop a,
#pageTop a img {
    width: 43px;
    height: 43px;
    display: block;
}








/* Hack --------- */
.android html,
.android body {
	font-size: 1.3em;
}
/* -------------- */


@media only screen
    and (min-device-width:320px)
    and (max-device-width:568px) {

/*@media only screen and (min-width: 320px) and (max-width: 767px) {*/
	
html,
body {
	font-size: 1.3em;
}
#theme {
	padding: 0 0 400px 0;
}
#pride {
	height: 1900px;
	padding: 100px 0 650px 0;
}
#menu {
	padding-bottom: 500px;
}
#shop {
	padding-bottom: 300px;
}
	
}