@charset "utf-8";

/*------------------------------------------------------------
  index.css INDEX
  00.body
  01.shop
  02.reserve
  03.contact
------------------------------------------------------------ */


/*------------------------------------------------------------
  00.body
------------------------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
} 

#main {
	margin:0 auto;
	width: 1400px;
	height: 618px;
	position:relative;
}

#mainImg {
	background:url('../../img/top_img.jpg') no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 1400px;
	height: 618px;
}

#mainLogo a {
	background:url('../../img/top_logo.png') no-repeat center 0;
	width: 375px;
	height: 186px;
	position:absolute;
	left: 513px;
	top: 120px;
}

#mainLogo  a:hover {
	background: url('../../img/top_logo.png') no-repeat 0 -186px;
}


/*------------------------------------------------------------
  01.shop
------------------------------------------------------------ */
#shop_tl {
	text-align: center;
	margin:0 auto;
	background:url('../../shop/img/tl_shop.png') no-repeat center 0;
	width: 172px;
	height: 52px;
	margin-bottom: 30px;
}

#conte01 {
	background: #FFF;
	height: auto;
}

#conte02 {
	background:url('../../shop/img/conte1_bk.png') repeat center 0;
	height: auto;
}

.conte_sp {
	text-align: center;
	margin:0 auto;
	padding: 30px 0;
	width: 900px;
	height: auto;
}

#shop_data01 {
	width: 900px;
	height: 318px;
}

#shop_data02 {
	width: 900px;
	height: 440px;
}

#shop_txt {
	float: left;
	width: 551px;
	font-size: 14px;
	line-height: 33px;
	text-align: left;
}

#shop_img {
	float: left;
	width: 349px;
}

#text_tl {
	background:url('../../shop/img/shop_txt_tl.png') no-repeat center 0;
	width: 551px;
	height: 62px;
	margin-bottom: 30px;
	background-size: 551px;
}	

#img {
	background:url('../../shop/img/shop_img.png') no-repeat center 0;
	width: 349px;
	height: 318px;
	background-size: 349px;
}

#shop_map {
	float: left;
	width: 480px;
	margin-right: 88px;
}

#shop_data {
	float: left;
	width: 332px;
}

#shop_map p {
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}

#shop_data p {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}

#map {
	background:url('../../shop/img/map.jpg') no-repeat center 0;
	width: 480px;
	height: 373px;
	margin-bottom: 10px;
	background-size: 480px;
}

.map_txt {
	color: #6A3906;
}

#data_img {
	background:url('../../shop/img/shop_main_img.jpg') no-repeat center 0;
	width: 332px;
	height: 230px;
	margin-bottom: 10px;
	background-size: 332px;
}	
	
	

/*------------------------------------------------------------
  02.reserve
------------------------------------------------------------ */
#conte03 {
	background: #EEE7E0;
	height: auto;
}

#reserve_tl {
	text-align: center;
	margin:0 auto;
	background:url('../../shop/img/tl_reserve.png') no-repeat center 0;
	width: 172px;
	height: 52px;
	margin-bottom: 30px;
}

#conte03 p {
	font-size: 14px;
	line-height: 25px;	
}

#conte03 ul li {
	float: left;
}

#reserve_sp {
	height: 119px;
	margin-bottom: 20px;
}

#tel {
	background:url('../../shop/img/tel.png') no-repeat 0 0;
	width: 380px;
	height: 119px;
	float: left;
}

#tel p {
	color: #6A3906;
	font-size: 48px;
	margin-top: 68px;
}

#or {
	background:url('../../shop/img/matawa.png') no-repeat 0 0;
	width: 82px;
	height: 39px;
	margin: 40px 29px;
	float: left;
}

#net a {
	background:url('../../shop/img/net.png') no-repeat 0 0;
	width: 380px;
	height: 119px;
	float: left;
}

#net a:hover {
	background: url('../../shop/img/net.png') no-repeat 0 -119px;
}


/*------------------------------------------------------------
  01.contact
------------------------------------------------------------ */
#contact_tl {
	text-align: center;
	margin:0 auto;
	background:url('../../shop/img/tl_contact.png') no-repeat center 0;
	width: 172px;
	height: 52px;
	margin-bottom: 10px;
}

#contact_sp {
	font-size: 13px;
	line-height: 22px;	
	margin:0 auto;
	text-align: center;
}

#contact_sp ol {
	text-align: left;
}

#form-tbl {
	margin: 0 auto;
	text-align: center;
}

#form-tbl ol {
	text-align: left;
}
	
table.form {
	border:1px solid #7f6b2f;
	border-collapse:collapse;
	margin-top: 20px;
}

table.form th,td {
	text-align:left;
	border:1px solid #6A3906; 
	padding:8px;
	font-weight:normal;
}

table.form th {
	background:#EEE7E0;
	color:#6A3906;
	width:70px;
	text-align: center;
	vertical-align: middle;
}
table.form td {
	background:#FFF;
	width:520px;
}
strong.ttl {
	text-align:left;
	border-left:solid 4px #6A3906;
	display: block;
	padding: 2px 5px;
	margin: 10px 0;
	color:#6A3906;
}

p.btn input {
	width: 120px;
	height: 32px;
	margin:0 auto;
	text-align: center;
	margin: 0 5px;
}
