@charset "utf-8";

#fixedBox h3  {
	margin-bottom: 34px;
	text-align: center;
	width: 916px;
}

#fixedBox .contWrap  {
	margin-bottom: 23px;
	padding: 22px;
	height: auto;
	width: 872px;
	background-color: #FFF;
}
#fixedBox .contWrap .ttlBox {
	width: 156px;
	padding-right: 22px;
	float: left;
	height: 300px;
	vertical-align: bottom;
	position: relative;
}
#fixedBox .contWrap .ttlBox img {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -6px;
}
#fixedBox .contWrap .contBox {
	width: 662px;
	float: left;
	padding-left: 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#fixedBox .contWrap.tel {
	height: auto;
	margin: 0;
}
#fixedBox .contWrap.tel p {
	padding: 0 0 12px 0;
}

#fixedBox .contWrap.tel .ttlBox {
	height: 80px;
}
#fixedBox {
	height: auto;
}
.contWrap.tel .contBox img {
	padding-bottom: 12px;
	padding-top: 12px;
}

#fixedBox .contWrap.tel .contBox {
	padding-top: 4px;
}


#fixedBox .contWrap.res_txt {
	height: auto;
	margin: 0 0 23px 0;
}
#fixedBox .contWrap.res_txt p {
	padding: 0 0 12px 0;
}

#fixedBox .contWrap.res_txt .ttlBox {
	height: 210px;
}
.contWrap.res_txt .contBox img {
	padding-bottom: 12px;
	padding-top: 12px;
}

#fixedBox .contWrap.res_txt .contBox {
	padding-top: 4px;
}
#fixedBox .contWrap .contBox p span {
	font-weight: bold;
}

/*
Web Form
-----------------------------------------*/
.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -0.9em;
}
.formError {
  padding-bottom: 13px;
  display: block;
}
.fixed {
  padding-bottom: 0;
}
.formError .formErrorClose {
  border: solid #252525 2px;
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #efefef;
  background: #333;
  font-weight: bold;
  text-align: center;
  line-height: middle;
  cursor: pointer;
  box-shadow: 1px -1px 3px #888888;
  -moz-box-shadow: 1px -1px 3px #888888;
  -webkit-box-shadow: 1px -1px 3px #888888;
  _z-index: 2;
}
.formError .formErrorClose:hover {
  background: #666;
}
.fixed .formErrorClose {
  display: none;
}
.formError .formErrorContent {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 10px;
  width: 180px;
  position: relative;
  color: #fff;
  background: #252525;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "�q���M�m�ۃS Pro W4", HiraMaruPro-W4, "�q���M�m�p�S Pro W3", "���C���I", Meiryo, Osaka, sans-serif;
  font-size: 11px;
  box-shadow: 0px 0px 6px #888;
  -moz-box-shadow: 0px 0px 6px #888;
  -webkit-box-shadow: 0px 0px 6px #888;
  _z-index: 1;
}
.fixed .formErrorContent {
  margin-top: .5em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #f60;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.fadeOut {
  opacity: .2;
  filter: alpha(opacity=20);
}
.formError .formErrorArrow {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
  _z-index: 0;
}
.fixed .formErrorArrow {
  display: none;
}
.formError .formErrorArrowBottom {
  margin: -6px;
  top: 0;
}
.fixed .formErrorArrowBottom {
  display: none;
}
.formError .formErrorArrow div {
  margin: 0 auto;
  display: block;
  height: 1px;
  background: #252525;
  line-height: 0px;
  font-size: 0px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.formError .formErrorArrow .line10 {
  width: 19px;
}
.formError .formErrorArrow .line9 {
  width: 17px;
}
.formError .formErrorArrow .line8 {
  width: 15px;
}
.formError .formErrorArrow .line7 {
  width: 13px;
}
.formError .formErrorArrow .line6 {
  width: 11px;
}
.formError .formErrorArrow .line5 {
  width: 9px;
}
.formError .formErrorArrow .line4 {
  width: 7px;
}
.formError .formErrorArrow .line3 {
  width: 5px;
}
.formError .formErrorArrow .line2 {
  width: 3px;
}
.formError .formErrorArrow .line1 {
  width: 1px;
}
/* form css */
.reservation {
  background: #FFF;
}
.reservation .description {
	margin: 1.5em 0;
	line-height: 1.5em;
	text-align: left;
}
.reservation table.formTable {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5em;
  border-top: 1px solid #cccccc;
}
.reservation table.formTable .disabled {
  background: #eee;
}
.reservation table.formTable tr th,
.reservation table.formTable tr td {
  border-bottom: 1px solid #cccccc;
}
.reservation table.formTable th {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  width: 12em;
  vertical-align: top;
  padding: 1.5em 1.5em 1.5em 0;
}
.reservation table.formTable td {
  padding: 1.5em 0 1.5em 0;
}
.reservation table.formTable textarea {
  width: 100%;
  height: 8em;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.reservation table.formTable div {
  padding-top: 0.75em;
}
.reservation table.formTable span {
  display: inline-block;
}
.reservation table.formTable label {
  display: inline-block;
  margin: 0 1em 0 0.4em;
  height: 1.5em;
}
.reservation table.formTable label.namelabel {
  width: 2em;
  margin-left: 0;
  margin-right: 0.4em;
  text-align: center;
}
.reservation table.formTable input,
.reservation table.formTable select {
  vertical-align: middle;
}
.reservation table.formTable input[type=checkbox],
.reservation table.formTable input[type=radio],
.reservation table.formTable input.typeCheckbox,
.reservation table.formTable input.typeRadio {
  margin: 0.25em 0 0.25em 0;
  height: 1em;
  width: 1em;
}
.reservation table.formTable input[type=text],
.reservation table.formTable input[type=date],
.reservation table.formTable input.typeText,
.reservation table.formTable input.typeDate,
.reservation table.formTable select {
  margin-top: 0;
  margin-bottom: 0;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 0.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.reservation table.formTable select {
  padding: 0;
}
.reservation table.formTable .err input[type=text],
.reservation table.formTable .err input[type=date],
.reservation table.formTable .err input.typeText,
.reservation table.formTable .err input.typeDate,
.reservation table.formTable select.err,
.reservation table.formTable input[type=text].err,
.reservation table.formTable input.typeText.err,
.reservation table.formTable span.checkboxGroup.err {
  border: 1px solid #cc0000;
}
.reservation table.formTable input[type=text],
.reservation table.formTable input[type=date],
.reservation table.formTable input.typeText,
.reservation table.formTable input.typeDate,
.reservation table.formTable textarea {
  border: 1px solid #EEE;
}
.reservation table.formTable input[type=date],
.reservation table.formTable input.typeDate {
  font-size: 12px;
}
.reservation table.formTable input.short {
  width: 8em;
}
.reservation table.formTable input.middle {
  width: 21.2em;
}
.reservation table.formTable input.long {
  width: 100%;
}
.reservation span.required  {
  color: #C00;
  display: inline-block;
  margin-left: 0.5em;
}
.reservation #formButtom {
  text-align: center;
  padding-top: 1.5em;
}
.reservation #formButtom input {
  font-family: "���C���I", Meiryo, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #FFF;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  width: 9em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #D9C19B;
  border: none;
  margin: 0 2px 2px 0;
  letter-spacing: 0.15em;
}
.reservation #formButtom input:active {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin: 2px 0 0 2px;
}
.reservation .formError .formErrorContent {
  background: #1a1a1a;
  box-shadow: 2px 2px 3px #000000;
  padding: 6px 20px 6px 10px;
  width: auto;
  font-size: 12px;
}
.reservation .formError .formErrorClose {
  border: 1px solid #333333;
}
.reservation .formError .formErrorArrow div {
  background: #1a1a1a;
  box-shadow: 2px 2px 3px #000000;
}
.reservation .ui-datepicker .ui-datepicker-title {
  font-weight: normal;
}
.formTable tr td .foodtxt {
	font-weight: bold;
}
