/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* These are some messy DEMO styles. No need to poke around here all that much */


/* Base
------------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 20px 0;
	background: #FFF url(http://appsbuilder.jp/sk48g01ilavq02gkammsudegorgizvbrhcc3qwrixh0fu7jl/miyashita/campaignpage/ingrid/img/bgpattern/dark-grey-noise.jpg);
	color: #FFF;
	font: normal normal 400 100%/1.5em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	;
}
a {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}
a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
	color: rgb(250, 36, 0);
}
a:hover, a:focus {
	text-decoration: underline;
}
img {
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
figure img {
	display: block;
}
/* Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6, dl, ol, ul, p, blockquote, pre {
	margin-bottom: 5px;
	margin-top: 10px;
}
ol ol, ol ul, ul ol, ul ul {
	margin-left: 1.5em;
}
li {
	display: list-item;
	list-style-position: inside;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3125em;
}
h3 {
	font-size: 1.125em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
/* Typographic elements */

.section-title {
	margin-top: 1.5em;
	padding: .4em 0 .55em;
	border-top: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px dashed rgba(0,0,0,.2);
}
/* Page
------------------------------------------*/

#page, #menu, #gallery, #map, #course, #coupon, #staff, #reserve,#style,#stylist {
	margin: 0 auto;
	width: 93%;
	max-width: 1000px;
}
.more-button {
	text-align: right;
}
#restaurant-info-container {
	margin: 0 auto;
	width: 93%;
	max-width: 1000px;
}
#footer {
	margin-top: 2.2em;
	padding-top: 1em;
	border-top: 1px dashed rgba(0,0,0,.2);
	clear: both;
	text-align: center;
}
#masthead h1 {
	margin: .1em 0;
	position: absolute;
	left: -9999em;
}
#masthead h2 {
	font-size: 90%;
}
.github {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px dashed rgba(0,0,0,.2);
	text-align: center;
}
 @media only screen and (min-width: 769px) {
.demo-introduction {
	padding-left: 26%;
}
}
/* Gallery example
------------------------------------------*/

.gallery a {
	display: block;
	margin-top: .4em;
	margin-bottom: .4em;
}
.gallery img {
	display: block;
	box-shadow: 0 0 0 4px rgba(0,0,0,0);
	-webkit-transition: box-shadow .5s;
	-moz-transition: box-shadow .5s;
	-ms-transition: box-shadow .5s;
	-o-transition: box-shadow .5s;
	transition: box-shadow .5s;
}
.gallery a:hover img, .gallery a:focus img {
	box-shadow: 0 0 0 4px rgba(0,0,0,1);
}
/* custom gallery gutters */

.gallery {
	margin: 0 -.4em;
}
.gallery .unit {
	padding: 0 .4em;
}
/* Components
------------------------------------------*/

.box {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1px 1em;
	background: #fff;
 *zoom: 1;
}
figure + .box {
	margin-top: -1em;
}
/* Article layout
------------------------------------------*/

.news-articles .unit {
	margin-top: 1em;
	margin-bottom: 1em;
}
.news-articles .unit {
	border-left: 1px solid rgba(0,0,0,.2);
}
.news-articles .unit:first-child {
	border-left: none;
}
.news-articles figure {
	margin-top: 0;
}

/* Breakpoint examples
------------------------------------------*/

@media only screen and (max-width:768px) {
.gallery .unit {
	width: 25%;
}
.in-fourths .unit {
	width: 50%;
}
.intro .unit {
	width: auto;
	display: block;
}
}
 @media only screen and (max-width: 480px) {
/* Test of reflowing some layout for smaller screens */

.news-articles .unit:nth-child(3) {
	border-left: none;
}
.ingrid .unit {
	width: auto;
	display: block;
}
.gallery .unit {
	width: 33.33333%;
	display: inline-block;
}
}
/* テーブルCSS */
.zebra {
	margin-bottom:10px;
}
.zebra td, .zebra th {
	padding: 10px;
	border-bottom: 1px solid #909090;
}
.zebra tbody tr:nth-child(even) {
	background: #404040;
	-webkit-box-shadow: 0 1px 0 rgba(64,64,64,.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(64,64,64,.8) inset;
	box-shadow: 0 1px 0 rgba(64,64,64,.8) inset;
}
/* .zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
} */

.zebra th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.zebra th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.zebra th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.zebra tfoot td {
	border-bottom: 0;
	border-top: 1px solid #fff;
	background-color: #f1f1f1;
}
.zebra tfoot td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.zebra tfoot td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.zebra tfoot td:only-child {
	-moz-border-radius: 0 0 6px 6px;
 -webkit-border-radius: 0 0 6px 6px border-radius: 0 0 6px 6px
}
/* heading */
.heading {
	color:#333;
	border: solid 1px #ddd;
	padding: 5px;
	border-radius: 5px;
	background: #eee;
	-moz-border-radius: 5px; /* FF */
	background: -moz-linear-gradient(top, #fff, #eee); /* FF */
	-webkit-border-radius: 5px;/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
	-pie-background: linear-gradient(top, #fff, #eee); /* ie */
	behavior: url(PIE.htc);  /* ie */
}
.heading span {
	border-left: 5px #777 solid;
	padding-left: 10px;
}
/* heading1 */
.heading1{
	color:#333;
	border: solid 1px #ddd;
	padding: 5px;
	border-radius: 5px;
	background: #eee;
	-moz-border-radius: 5px; /* FF */
	background: -moz-linear-gradient(top, #fff, #eee); /* FF */
	-webkit-border-radius: 5px;/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
	-pie-background: linear-gradient(top, #fff, #eee); /* ie */
	behavior: url(PIE.htc);  /* ie */
}
.heading1 span {
	border-left: 5px #777 solid;
	padding-left: 10px;
}
/* heading2 */
.heading2 {
	color:#FFF;
	border-bottom: 5px #777 solid;
	padding: 0 0 5px 5px;
}
/* heading3 */
.heading3 {
	color:#333;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 3px solid #777;
	padding: 5px 0 5px 10px;
	background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #eee), color-stop(51%, #ddd), color-stop(100%, #fff)); /* webkit */
	-pie-background: linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
	behavior: url(images/PIE.htc);  /* ie */
}
/* heading4 二重線囲い */
.heading4 {
	border: double 3px #777;
	color: #FFF;
	padding: 5px 0 5px 10px;
}
/* heading5 斜線 */
.heading5 {
color:#FFF;
background-image:url(http://appsbuilder.jp/sk48g01ilavq02gkammsudegorgizvbrhcc3qwrixh0fu7jl/miyashita/campaignpage/ingrid/img/slantingline.gif);
padding: 5px 0 5px 10px;
}

/* heading6 横線 */
.heading6{
	color:#FFF;
	border-left:7px solid #777;
	padding:.6em .8em
}



/* drop-shadow */
.drop-shadow {
	position: relative;
	width: 96.5%;
	padding: 1em;
	margin: 2em auto 5em;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before, .drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
}
.drop-shadow:after {
	right: 10px;
	left: auto;
}
.curved-hz-1:before {
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
.curved:before {
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 50%;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	-moz-border-radius: 10px / 100px;
	border-radius: 10px / 100px;
}
/* タブメニュー */

.etabs {
	margin: 0 auto;
	padding: 0;
	width: 93%;
	max-width: 1000px;
	z-index: 500;
}
.tab {
	display: inline-block;
	zoom: 1;
 *display:inline;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 3px;
	outline: none;
}
.tab a:hover {
	text-decoration: underline;
}
.tab.active {
	padding-top: 6px;
	position: relative;
	top: 1px;
	border-color: #666;
}
.tab a.active {
	font-weight: bold;
}
.tab-container .panel-container {
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
.panel-container {
	margin-bottom: 10px;
}


/* 地図 */
.googlemap {
	margin: 20px auto;
	text-align: center;
}
/* hrスタイル */

/* Gradient color1 - color2 - color1 */
		
hr.style-one {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #333, #999, #333);
	background-image: -moz-linear-gradient(left, #333, #999, #333);
	background-image: -ms-linear-gradient(left, #333, #999, #333);
	background-image: -o-linear-gradient(left, #333, #999, #333);
}
/* Gradient transparent - color - transparent */
		
hr.style-two {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
/* 汎用クラス */
.spacer5 {
	clear: both;
	width: auto;
	height: 5px;
}
.spacer10 {
	clear: both;
	width: auto;
	height: 10px;
}
.spacer15 {
	clear: both;
	width: auto;
	height: 15px;
}
.spacer20 {
	clear: both;
	width: auto;
	height: 20px;
}
.spacer25 {
	clear: both;
	width: auto;
	height: 25px;
}
.spacer30 {
	clear: both;
	width: auto;
	height: 30px;
}
.spacer40 {
	clear: both;
	width: auto;
	height: 40px;
}
.spacer50 {
	clear: both;
	width: auto;
	height: 50px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.m5a {
	margin: 5px auto;
}
.m10a {
	margin: 10px auto;
}
.m15a {
	margin: 15px auto;
}
.m20a {
	margin: 20px auto;
}
.m25a {
	margin: 25px auto;
}
.m30a {
	margin: 30px auto;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.clearfix {
	clear: both;
}
.slantingline {
	background-image: url(img/slantingline.gif);
	background-repeat: repeat-x;
	border: none;
	height: 10px;
	clear: both;
}
