body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	color:#333333;
	font-size:16px;
	line-height:2.0;
}
img{
	margin:0;
	padding:0;
	vertical-align: bottom;
}

header{
	position:relative;
	padding: 0 10px;
	background-color:#00479d;
	color:#ffffff;
}
header h1{
	font-size:16px;
	line-height:36px;
}
header h1 img{
	width:16px;
	height:16px;
	margin-right:5px;
	vertical-align: middle;
}


section{
	width:1000px;
	margin:0 auto  ;
	border-bottom:1px solid #eee;
}
section em{
	color:#00479d;
	font-weight:bold;
}
.wrap{
	margin:50px 20px;
}

section h1{
	margin-bottom:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
section .wrap div.date{
	margin:30px 0;
	font-weight:bold;
	text-align:center;
}
section .wrap div.date{
	text-align:right;
}

section#system .vip{
	display:grid;
	grid-template-columns:2fr 1fr;
	gap:5px;
	max-width:600px;
	width:90%;
	margin:0 auto;
	padding:5px;
	line-height:1.4;
	border:1px solid #555;
}
section#system .vip dt{
	padding:10px 5px;
	color:#00479d;
	font-weight:bold;
	text-align: center;
	background-color:#e3f7ff;
}
section#system .vip dd{
	padding:10px 0;
	align-self:center;
	text-align:center;
	font-weight:bold;
}

/*--- ページ内リンク ---*/
section#system .shoplist{
	overflow:hidden;
}
section#system .shoplist li{
	float:left;
}
section#system .shoplist li a{
	display:inline-block;
	margin:2px;
	padding:0 10px;
	color:#00479d;
	border:1px solid #77c9eb;
	border-radius:5px;
	background-color:#e3f7ff;
/*	box-shadow:0px -1px 3px 2px #d2eef9 inset;*/
}
/*--- 店別料金 ---*/
section#system div.shop_system{
	margin-top:30px;
	padding-top:30px;
	border-top:1px dashed #ccc;
}
section#system h2{
	margin:0px 0 10px;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
section#system h2 img{
	margin-right:5px;
}
section#system .system{
	font-size:14px;
}
section#system #sp_maid2 .system{
	margin-bottom:10px;
}
section#system .system li{
	display:inline-block;
	padding:0 10px;
	border-radius:5px;
	background-color: #FFF7AA;
}
section#system h3{
	margin:15px 0 5px;
	padding-left:10px;
	font-weight:bold;
	border-left:5px solid #44A5CB;
}
section#system .system_price{
	display:flex;
	width: 100%;
	border: solid 1px #555;
}
section#system .system_price span,
section#system .system_price_tono span{
	font-size:12px;
}
section#system .system_price li{
	flex-grow:1;
	margin-right:1px;
}
section#system .system_price li:nth-last-of-type(1){
	margin-right:0;
}
section#system .system_price li div,
section#system .system_price li p{

}
section#system .system_price li div{
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #007FB1;
}
section#system .system_price li div.time{
	color: #fff;
	background-color: #007FB1;
}
section#system .system_price li div.price{
	background-color: #eee;
}
section#system .system_price li p{
	padding: 0 5px;
	text-align: center;
}

section#system .system_price_tono{
	display:block;
	width: 100%;
	border: solid 1px #555;
}
section#system .system_price_tono li{
	display:flex;
	margin-bottom:1px;
}
section#system .system_price_tono li div{
	text-align: center;
	font-size: 16px;
	background-color:#99CFE5;
	font-size: 14px;
	}
section#system .system_price_tono li div{
	flex-basis:65%;
	padding:5px 0;
	line-height:1.5;
}
section#system .system_price_tono li p{
	flex-grow:1;
	padding: 0 5px;
	text-align: center;
	align-self:center;
}

section#system .addition{
	font-size:12px;
	text-align:right;
}


footer{
	margin-top:30px;
	text-align:center;
}
footer a{

}

footer small{
	display:block;
	font-size:14px;
	}

@media screen and ( max-width:1000px )
{
section{
	width:100%;
}
.wrap{
	margin:30px 15px;
}


}

@media screen and ( max-width:700px )
{
body{
	font-size:14px;
	line-height:1.7;
}
header h1{
	font-size:14px;
}
section#system .vip dt{
	
}
section#system .vip dd span{
	font-size:12px;
}
section#system .shoplist li a{
	margin:3px;
}
section#system .system_price{
	display:block;
}
section#system .system_price li{
	display:flex;
	margin-bottom:1px;
}
section#system .system_price li div{
	font-size: 14px;
	}
section#system .system_price li div{
	flex-basis:40%;
}
section#system .system_price li div.price,
section#system .system_price li p{
	flex-grow:1;
}

}
