@charset "utf-8";



#main{
	padding: 23vw 0 0;
}


/* --------------------------------------------------------------------------------
shops
-------------------------------------------------------------------------------- */
#shops{
	padding: 0 7vw;
}
#shops #pankuzu{
	padding:4vw 0;
}
#shops .bnr-shops{
	padding:0 0 10.6vw;
	text-align:center;
}
#shops h2{
	font-size:7vw;
	text-align: center;
	padding:0 0 6.6vw;
	letter-spacing: 0.15em;
}
#shops .txt{
}
#shops h3{
	font-size:6vw;
	text-align: center;
	padding-bottom: 4vw;
}
#shops p{
	padding:0 0 4vw;
	line-height:1.75;
	font-weight: 500;
}



/*会社概要
-----------------------------------------------------*/
#shops .outline{
	margin-bottom:19vw;
}
#shops .outline table{
	width:100%;
	margin:0 auto;
	border-bottom:solid 1px #9fa0a0;
	font-size:3.6vw;
	 border-collapse: collapse;
	font-weight:500;
	letter-spacing: 0.1em;
}
#shops .outline table tr{
	display: block;
	padding: 3.7vw 0;
	border-top:solid 1px #9fa0a0;
}
#shops .outline table th,
#shops .outline table td{
	display: block;
	width: 100%;
	font-weight: 500;	
	text-align:left;
	vertical-align:top;	
	line-height: 1.65;
	letter-spacing: 0.05em;
    }
}




/*店舗案内
-----------------------------------------------------*/
#shops .store-box{
	display: flex;
	flex-direction: column;
}

#shops .store-box .store{
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 8vw;
}
#shops .store-box .store .name{
	font-size: 5.8vw;
	font-weight: 400;
	color: #fff;
	background: #000;
	text-align: center;	
	padding: 2vw 0;	
}
#shops .store-box .store .add{
	font-size: 3.6vw;
	padding: 4vw;
}
#shops .store-box .store .g-map{
	width: 80vw;
	height: 80vw;
	margin: 0 auto 3vw auto;	
}
#shops .store-box .store table.info{
	width: 100%;
	font-size: 3.6vw;
	padding: 0 4vw 5vw 4vw;
	margin:0 3vw 3vw 3vw;
}
#shops .store-box .store table.info th{
	width: 30%;
	text-align: left;
}
#shops .store-box .store table.info td{
	width: 70%;
}
#shops .store-box .store table.info .note{
	display: block;
	font-size: 3vw;
	 padding-left: 1em;
	text-indent: -1em;
} 





