/* 共通 */
body{
	margin:0;
	padding:0;
	color:#736357
}
.fixed{
	position:fixed;
	width:100%;
	height:130px;
	top:0;
	background-color:white;
	z-index: 500;
}
.main{
	margin-top:200px;
}
hr{
	background-color:#736357;
}

/* ヘッダー */
.top_border{
	width:100%;
	height:15px;
	background-color:#D0672D;
}
.header{
	width:1110px;
	margin:0px auto;
	margin-top:30px;
	margin-bottom:10px;
}
.header_contents{
	margin-top:30px;
}
.migiyose{
	margin-top:20px;
	margin-right:-5px;
	float:right;
}

/* フッター */
.footer_background{
	background-color:#F2F2F2;
}
.footer{
	height:100px;
	width:1110px;
	margin:0px auto;
	font-size:13px;
}
.footer_left{
	width:50%;
	float:left;
	margin-top:30px;
	margin-bottom:20px;
}
.footer_left img{
	width:200px;
}
.tel_number{
	margin-left:10px;
}
.footer_right{
	float:left;
	width:50%;
	margin-top:40px;
}
.bottom_border{
	width:100%;
	height:6px;
	background-color:#D0672D;
	clear:both;
}
.footer_button{
	padding:0 10px;
	border-right:solid 1px black;
}
.footer_right span:last-child{
	border-right:none;
}
.copy{
	color: #D0672D;
	position:relative;
	top:10px;
	float:right;
}
.footer_right a:link {
	color: #333;
	text-decoration: none;
}
.footer_right a:hover {
	color: #999;
	text-decoration: underline;
}
.footer_right a:active {
	color: #999;
	text-decoration: underline;
}
.footer_right a:visited {
	color: #333;
	text-decoration: none;	
}



/* pumpitbc/css/store2.css */

#storeimg{
	width:1110px;
	margin:160px auto 0;
}

/* 受取店舗を選ぶ */
#storebox1{
	width:1110px;
	margin:0px auto 0;
}
.erabubtn{
	float:left;
	width:33.3%;
	margin-top:30px;
}
#nagaretit{
	width:1110px;
	margin-bottom:20px;
}
.nagareimg{
	width:170px;
	height:80px;
}
#nagaretit img{
	margin-top:40px;
}
.nagare_table{
	border-collapse:collapse;
	width: 1010px;
	margin: 0px auto;
	font-size: 14px;
}
.nagare_table tr{
	border-bottom :solid 1px #736357;
}

/* 予約流れ */
#storebox2{
	width:1060px;
	margin:0px auto;
	margin-top:30px;
}
.steptit{
	width:1110px;
	margin-bottom:30px;
}
#storebtn{
	width:1110px;
	height:100px;
	padding:0;
}
#storebtn li{
	list-style-type:none;
	float:left;
}

/* 区切り線 */
.futosen{
	margin-top:50px;
	margin-bottom:50px;
	height:10px;
	background-color:#EAE5E1;
	border:none;
	clear:both;
	width:1110px;
}


/* 商品を選ぶ */
#storebox3{
	width:1110px;
	margin:50px auto 0;
}
.pricebtn_box{
	margin-bottom:170px;
}
.pricebtn{
	float:left;
	width:24%;
	margin-right:10px;
}
.setumei_1, .setumei_2{
	margin-bottom:100px;
	margin-left:25px;
}

/* 商品カテゴリのボタン */
.categorymenu_outlet,.categorymenu_sinsya{
	padding-left:150px;
}
.categorymenu_outlet img,.categorymenu_sinsya img{
	margin: 0 15px;
	margin-bottom:50px;
	float:left;
}

/*ショップリスト*/
.shop_list{
	width:1110px;
	margin:0px auto;
	margin-top:130px;
}
.centering{
	text-align:center;
	margin-top:60px;
	margin-bottom:50px;
}
.shop_list_img{
	margin-top:60px;
}
.shop_list_img .migiyose{
	float:right;
}
.shop_list_box{
	width:100%;
	height:180px;

}
.shop_list_box:last-child{

}
.slb_left{
	float:left;
	height:100%;
	width:300px;
	padding-left:20px;
}
.slb_center{
	float:left;
	height:100%;
	width:420px;
}
.slb_center p{
	margin-top:80px;
}
.slb_right{
	float:left;
	height:100%;
	width:370px;
}
.slb_title{
	color:#736357;
	font-size:20px;
	font-weight:bold;
	margin-top:30px;
}
.slb_address{
	margin-top:25px;
	line-height:1.5em;
}
.slb_right iframe{
	margin-top:25px;
}