@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#main{
	width:1100px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	margin-bottom:80px;
}

#content{
	font-size:1.1em;
	line-height:2.7;
	width:100%;
}

#content h3{
	font-size: 1.8em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:60px;
	background:url(../image/h3_back.png) repeat-x left bottom;
	text-align:center;
}
#shop {
	margin:50px 0 100px 0;
	overflow: hidden;
 	/zoom: 1;
}
#shop p{
	text-align:center;
	margin-bottom:30px;
}
#shop p:last-child{
	line-height:1;
	margin-bottom:0;
}
#shop dl {
	float: left;
	width: 192px;
	margin:0 35px 25px 0;
}
#shop dl.none {
	margin:0 0 25px 0;
}
#shop dl dt {
	margin-top: 5px;
	font-weight:bold;
	color:#E38574;
}
#shop dl dd.image a {
	width: 194px;
	height: 194px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #766863;
	padding:1px;
}
.shop{
	margin-top:70px;
}
.shop p:first-child{
	text-align:center;
	margin-bottom:40px;
}
#content table{
	width:100%;
	line-height:2;
	border:1px solid #4A4340;
	margin-bottom:100px;
}
#content table th{
	width:170px;
	font-weight:normal;
	background-color:#766863;
}
#content table th,#content table td{
	border:1px solid #4A4340;
	padding:5px 10px 5px 10px;
}
#content #accessmap{
	margin:50px 0 100px 0;
}
#content #accessmap .map{
	width:100%;
	height:300px;
}
#content #accessmap p,#content #accessmap h4{
	text-align:center;
}
#content #accessmap h4{
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	margin-top:30px;
}
#content table span{
	color:#FDB2BF;
}
#mailform {
	margin-bottom: 100px;
}
#mailform p{
	text-align:center;
	margin:50px 0 50px 0;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform #content table th,#content table td{
	padding:5px 10px 4px;
}
#mailform table th{
	width:320px;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table{
	margin-bottom:50px;
}
#mailform table td label {
	margin: 0 20px 0 0;
	display: inline-block;
	/display: inline;
}
#mailform table td label.none {
	margin-right: 0;
}
#mailform table td label input {
	border:none;
	margin: 0 5px 0 0;
	vertical-align: -2px;
}
#mailform table td .short {
	width: 98px;
}
#mailform table td .time {
	width: 330px;
}
#mailform table td input#datepicker {
	width: 150px;
	margin-bottom:10px;
}
#mailform table td select {
	border: 1px solid #CECCC6;
	height: 20px;
	margin-top: 2px;
	font-family: inherit;
	width: 180px;
	font-size:0.85em;
}
#mailform table td input.postage {
	width: 70px;
	height:20px;
}
#mailform table td input.address {
	margin-bottom: 5px;
}
#mailform table input[type="text"] {
	width:100%;
	height: 20px;
	line-height: 1.2;
	background-color:#766863;
	border:none;
	color:#DBD6D5;
	padding:2px;
}

#mailform table textarea {
	width: 100%;
	height: 170px;
	line-height: 1.6;
	background-color:#766863;
	border:none;
}
#mailform p.submit{
	text-align:center;
	margin-top:20px;
}
#mailform p.submit button {
	outline:none;
	background: none;
	border: none;
}
#privacy {
	margin-top:50px;
	font-size:1em;
	line-height:1.4;
	background-color:#8B7A74;
	padding:20px;
}
#privacy ol {

	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 10px;
}
#privacy ol li {
	padding-top: 30px;
}