@charset "UTF-8";

/***************************************************************
 * 全体・タイトル
 **/
.title{
	color: #928343; 
	font-size: 30px;
}
.title.sp{
	margin-left: 10px;
}
.description{
	color: #595757; 
	padding-top: 10px; 
	padding-bottom: 20px;
}
.description.sp{
	margin-left: 10px;
}

/***************************************************************
 * 店舗詳細
 **/
 .container{
	display: flex;
	justify-content: center;
	background-color: white;
	width: 100%; 
	min-height: 250px; 
 }
 .list{
	background-color: white;
	width: 935px; 
	padding-top: 75px; 
 }
 .area{
	color: white;
	background-color: #00276A; 
	width: 100px; 
	height: 25px;  
	text-align: center;
	border: 2px solid white;
	cursor: pointer;
}
.area.sp{
	padding: 5px;
}
.collapse{
	color: #928343;
	font-size: 30px;
	padding-top: 66px;
	padding-bottom: 25px;
	cursor: pointer;
	display: inline-block;
}
.collapse.sp{
	padding-top: 33px;
}
.current-area{
	color: #595757;
	font-size: 20px;
	display: inline-block;
}
.area-details{
	display: none;
}
.shop{
	border-top: 1px solid #B3B3B4; 
	border-bottom: 1px solid #B3B3B4; 
	cursor: pointer;
}
.shop.sp{
	vertical-align: middle;
}
.shop#name{
	color: #595757; 
	background-color: #F1EFDF; 
	width: 200px; 
	height: 85px; 
	padding-left: 30px; 
	padding-right: 30px;
	font-size: 20px; 
}
.shop.sp#name {
    padding: 15px;
	height: 0px; 
}
.shop#address{
	color: #595757; 
	width: 660px; 
	padding-left: 30px; 
}
.shop.sp#address{
	color: #595757; 
	width: 660px; 
	padding: 15px 0px 15px 15px; 
}
.shop#map{
	color: #595757;
	width: 75px; 
}
.shop.sp#map{
	color: #595757;
	width: 75px; 
	padding: 15px;
}
.map-icon{
	height: 21px;
	width: 60px;
}
.background-image{
	min-width: "1601";
	min-height: "751";
	width: 55%; 
	height: 55%;
}
.background-image-sp{
	width: 100%; 
}
.contentFooterPadding{
	padding-top: 15px;
}