@charset "utf-8";



#main{
	padding: 180px 0 0;
}



/* --------------------------------------------------------------------------------
shops
-------------------------------------------------------------------------------- */
#shops{
	width:1000px;
	margin:0 auto;
}
#about #pankuzu{
	padding:0 0 20px;
}
#shops h2{	
	font-size:42px;
	text-align: center;	
	padding:0 0 100px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

#shops p{
	padding:0 0 26px;
	line-height:1.85;
	font-weight: 500;
}



/*会社概要
-----------------------------------------------------*/
#shops .outline{	
	margin-bottom: 170px;
}
#shops .outline table{
	width:100%;
	margin:0 auto;
	padding:0 0 80px;
	border-bottom:solid 1px #9fa0a0;
	font-size:17px;
	 border-collapse: collapse;
	font-weight:500;
	letter-spacing: 0.1em;
}
#shops .outline table th,
#shops .outline table td{
	padding:32px 25px;
	border-top:solid 1px #9fa0a0;
	text-align:left;
	vertical-align:top;
	line-height: 1.65;
}
#shops .outline table th{
	width:210px;
	font-size: 20px;
	font-weight:500;
}



/*店舗案内
-----------------------------------------------------*/
#shops .store-box{
	display: flex;
	justify-content: space-between;
}

#shops .store-box .store{
	width: 300px;
	border: 1px solid #000;
}
#shops .store-box .store .name{
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	background: #000;
	text-align: center;	
	padding: 10px 0;	
}
#shops .store-box .store .add{
	font-size: 16px;
	margin: 0;
	padding: 10px 15px 0 15px;
	height: 6.6em;
	line-height: 1.85;
}
#shops .store-box .store .g-map{
	width: 270px;
	height: 350px;
	margin: 0 auto 10px auto;
}
#shops .store-box .store table.info{
	width: 100%;
	font-size: 16px;	
	padding: 0 15px;
	margin:0 10px 10px 10px;
}
#shops .store-box .store table.info th{
	width: 33%;
	text-align: left;
}
#shops .store-box .store table.info td{
	
}
#shops .store-box .store table.info .note{
	display: block;
	font-size: 11px;
	 padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
} 

