@charset "utf-8";

/*==========================================================
	ご予算
==========================================================*/
.container{
	width: 100%;
	padding: 0px 2px;
}
@media (min-width: 576px){
	.container{
		max-width: 100%;
	}
}
/*==========================================================
	ご予算：大枠
==========================================================*/
.system_box{
	width: 100%;
	margin: 0px auto 50px auto;
	padding: 30px 0px 0px 0px;
}
/*==========================================================
	店舗情報
==========================================================*/
.shop_list{
	position: relative;
	width: 100%; height: auto;
	margin: 0px auto 20px auto;
	padding: 0px 0px 80px 0px;
	border-bottom: solid 1px #D0D0D0;
}
.shop_data{
	position: relative;
	width: 100%; height: 80px;
}
.shop_logo{
	position: absolute;
	top: 0px; bottom: 0px; left: 20px;
	width: 60px; height: 60px;
	margin: auto 0px;
	border-radius: 50%;
	border: solid 1px #707070;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.shop_name{
	display: inline-block;
	position: absolute;
	top: 0px; bottom: 0px; left: 90px;
	width: auto; height: 60px;
	max-width: 330px;
	margin: auto 0px;
	line-height: 1.2em;
	text-align: left;
	color: #454545;
	font-size: 24px;
	font-weight: 400px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.shop_name span{
	display: block;
	font-size: 18px;
}
.shop_data ul{
	position: absolute;
	top: 0px; bottom: 0px; right: 10px;
	width: 190px; height: 60px;
	margin: auto 0px;
}
.shop_data ul li{
	display: inline-block;
	width: 60px; height: 60px;
	text-align: center;
}
.shop_data ul li span{
	display: block;
	width: 60px; height: 60px;
	line-height: 60px;
	color: #454545;
	font-size: 26px;
	font-weight: 500;
	font-family: 'Noto Sans JP',sans-serif;
	border: solid 1px #707070;
	border-radius: 6px;
}
.shop_data ul li i{
	width: 60px; height: 60px;
	line-height: 60px;
	color: #3C2838;
	font-size: 36px;
}
.shop_link{
	position: absolute;
	bottom: 20px; left: 0px; right: 0px;
	width: 400px; height: 50px;
	margin: 0px auto 20px auto;
	line-height: 50px;
	text-align: center;
	color: #F2F2F2;
	font-size: 20px;
	background-color: #2F2F2F;
}
.shop_link a{
	display: block;
	width: 100%; height: 100%;
	color: #F2F2F2;
}
/*==========================================================
	料金設定一覧
==========================================================*/
.scrollbar{
	/*スクロールバー：未使用*/
	display: none;
	width: 100%; height: 2px;
	margin: 0px auto 10px auto;
	line-height: 0px;
	background: #CCCCCC;
}
.scrollbar .handle{
	cursor: pointer;
	width: 150px; height: 100%;
	background-color: #292A33;
}
.scrollbar .handle .mousearea{
	position: absolute;
	top: -9px; left: 0;
	width: 100%; height: 20px;
}
.frame{
	height: 110px;
	margin: 0px auto;
	overflow: hidden;
}
.frame ul{
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
.frame ul li{
	cursor: pointer;
	float: left;
	width: 150px; height: 110px;
	margin: 0px 2px;
	line-height: 0.8em;
	padding: 20px 0px;
	text-align: center;
	color: rgba(218,200,220,0.4);
	font-size: 36px;
	font-family: 'Lato',sans-serif;
	border: solid 1px rgba(112,112,112,0.4);
	background-color: rgba(242,242,242,0.4);
}
.frame ul li span{
	display: inline-block;
	margin: 0px;
	font-size: 14px;
}
.frame ul li.active{
	color: #454545;
	border: solid 1px #707070;
}
