@charset "UTF-8";

/* 基本フォント ------------------------------ */

body {
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 1.3;
	-webkit-text-size-adjust:none;
}

input,textarea,select {
	font-family: Arial, Helvetica;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff;
}

img,table {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

address,cite {
	font-style: normal;
}

fieldset {
	border: none;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* 基本テキストリンク -------------------- */

a {
	outline: none;
}
a:link {
	color: #065097;
	text-decoration: underline;
}
a:visited {
	color: #065097;
	text-decoration: underline;
}
a:active {
	color: #065097;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

#wrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

#ctArea {
	padding: 0;
	/*background-color: #eee;*/
}

.type2 {
	font-size: 16px;
}

#ctArea p {
	margin-top: 15px;
}

#ctArea p.pic {
	text-align: center;
}

#ctArea p.pic img {
	border: 1px solid #cccccc;
}

.arabic *{
	direction: rtl;
	unicode-bidi: bidi-override;
}

.notfound #ctArea {
	height: 200px;
	padding:130px 0 0;
	text-align:center;
	font-size:11px;
}

.notfound #ctArea h2 {
	color:#666666;
	font-size:23px;
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

header {
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #DEDDDC;
	text-align: center;
	font-weight: bold;
}

header h1 {
	width: 62.5%;
	margin: 10px auto;
}

header p {
	padding: 10px 0;
	background: url(../images/sp/bg01.gif) repeat;
}

header select {
	width: 62.5%;
	font-size: 14px;
}

header .translate {
	padding: 0;
	border-top: 1px solid #DAD8D5;
	border-bottom: 1px solid #DAD8D5;
	background: url(../images/sp/bg02.gif) repeat;
	line-height: 20px;
}

.google_map {
	margin:20px 0px 5px 0px;
	position: relative;
	padding-bottom: 250px;
	height: 0;
	overflow: hidden;
}

#gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Flash Message（ここを変更する場合は、styles.cssも同様に変更すること） */
div#viewFlashMessageBox{ padding:10px 0 0 30px;}
div.error-message { display:none;}
div#hideFlashMessageBox { display:none;}
.message { color:#f60; font-weight:bold; line-height:1.7; }
.flash_error { color:#f60; font-weight:bold; line-height:1.7; }
.flash_warning { color:#FF3300; font-weight:bold; line-height:1.7; }
.flash_notice { color:#065097; font-weight:bold; line-height:1.7; }
.flash_success { color:#18BA60; font-weight:bold; line-height:1.7; }
.form-error { border: 1px solid #F60 !important; }

p#contents-audio-wrap {
	margin:0;
	text-align:center;
	width:100%;
}


h2#contents-title {
	/*width:100%;*/
	/*margin:20px 5px;*/
	padding:10px 5px;
	text-align:center;
	font-size:1em;
	/*border-bottom:solid 2px #333;*/
	background-color:#044d8f;
	color:white;
}

h2#shop_name {
	margin:10px 10px;
	font-size:24px;
	font-weight:bold;
	/*text-align:center;*/
}

.introduction {
  position: relative;
}

div#contents-body {
	/*background-color: #F4F6F6;*/
}
div#contents-body h4 {
	padding:10px 5px;
	text-align:center;
	font-size:2em;
	font-weight: 	bold;
	/*border-bottom:solid 2px #333;*/
	background-color:#A2CD5A;
	color:white;
}

#intro_cover p {
  width:100%;
  position: absolute;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  top: 50%;
  left: 50%;
  text-align:center;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:10px 0px 10px 4px;
  /*letter-spacing:4px;*/
  /*text-shadow: 2px 2px 1px #000,-2px 2px 1px #000,2px -2px 1px #000,-2px -2px 1px #000;*/
  background:	rgba(0,0,0,0.6); /* 帯の透明度 */
}
#intro_cover img {
  width: 100%;
}

p#intro_copy {
	margin:10px 10px 20px 10px;
	/*padding:20px 5px;*/
	background-color: #fff;
}

#loop_area {
	margin:10px;
}
#loop_area .loop_block {
	/*border:1px solid #eee;*/
	/*padding:5px;*/
	margin:10px 0;
	background-color: white;
}

.item_price {
	margin:10px 0;
}
.item_price .withoutTax {
	font-weight: bold;
}
.item_price .withTax {
	font-size:0.9em;
}

.item_info {
	text-align:left;
	font-size:1em;
	padding:0;
	margin:10px 0;
}

h3.allergy_title {
	margin:20px 0 10px 0;
	font-weight: bold;
	color:red;
	text-decoration:underline;
}

table.item_table {
	width:100%;
	/*margin-bottom:20px;*/
}
table.item_table tr th {
	background-color:#be6;
	padding:5px 0;
}
table.item_table table tr td {
	background-color:#efa;
	padding:5px 0;
}

div#shop {
	margin:15px;
}

div#shop table tr:nth-child(odd) td{
	background-color:#ffd;
}
div#shop table tr:nth-child(even) td{
	background-color:#efa;
}

div#map {
	margin:10px;
}
div#sns {
	margin:10px;
}
/* --------------------------------------------------------------------------------------
 テーブル用(汎用)
--------------------------------------------------------------------------------------- */
div.article table {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
div.article table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    font-weight: normal;
}
div.article table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

/* --------------------------------------------------------------------------------------
 関連リンク用
--------------------------------------------------------------------------------------- */
#qrt_related_block {
	margin:10px 0 0 0;
}
#qrt_related_block h2 {
	padding:10px 5px;
	text-align:center;
	font-size:2em;
	font-weight: 	bold;
	/*border-bottom:solid 2px #333;*/
	background-color:#A2CD5A;
	color:white;
}
#qrt_related_block li {
	padding:10px;
	border-bottom:1px dashed #ccc;
}
#qrt_related_block li:last-child {
	padding:10px;
	border-bottom:none;
}
#qrt_related_block li a {
	text-decoration:none;
	font-size:1em;
}

/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

footer {
	max-width: 640px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #cccccc;
	background: url(../images/sp/bg01.gif) repeat;
	text-align: center;
	line-height: 20px;
}
