@charset "utf-8";
/* CSS Document */

#fee_header{
	background-image:url(../img/headImg/head_fee.jpg);
	background-repeat:no-repeat;
	background-size: auto;
	background-position:bottom right;
	width:100%;
	height:0;
	padding-top:13.59%;
	text-indent:-9999px;
}
#fee_container{
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;		
}
.shopInfo{
	width:100%;
	text-align:left;
	margin-left:1em;
}
.shopInfo th{
	width:6em;
	font-weight:normal;
	vertical-align:top;
}
.colmn{
	margin:0 0 1em 1em;
}
.spafee{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
}
.spafee th{
	font-weight:normal;
	border:2px solid #FFF9EE;
	background-image: -webkit-linear-gradient(90deg,rgba(243,229,245,1.00) 0%,rgba(225,190,231,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(243,229,245,1.00) 0%,rgba(225,190,231,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(243,229,245,1.00) 0%,rgba(225,190,231,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(243,229,245,1.00) 0%,rgba(225,190,231,1.00) 100%);
	padding:0.2em;
}
.spafee td{
	text-align:center;
	background-color:#ffffff;
	border:2px solid #FFF9EE;
	padding:0.2em;
}
.spafee_member td{
	background-color:#FDFFC1;
}
#nyusenryo th {
	width: 14em;
}
#infoBnrblock_asoview{
	width: 100%;
	margin:0.3em auto 1em;
}
#infoBnrblock_asoview img{
	width: 100%;
}
.spafee_caution{
	list-style:outside;
	padding:0.5em 0.5em 0.5em 2em;
	border:1px dashed #91007d;
	background-color:#FFFFFF;
	margin-bottom:1em;
}
.openTime{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
}
.openTime th{
	font-weight:normal;
	border:2px solid #FFF9EE;
	background-image: -webkit-linear-gradient(90deg,rgba(243,229,245,1.00) 0%,rgba(225,190,231,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(243,229,245,1.00) 0%,rgba(225,190,231,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(243,229,245,1.00) 0%,rgba(225,190,231,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(243,229,245,1.00) 0%,rgba(225,190,231,1.00) 100%);
	padding:0.2em;
}
.openTime th:first-child{
	width:8.5em;
}
.openTime td{
	text-align:left;
	background-color:#ffffff;
	border:2px solid #FFF9EE;
	padding:0.2em;
}
.openTime td span{
	display: inline-block;
}
@media screen and (max-width:480px){
#fee_header{
	padding-top:20%;
}
#fee_container{
	width:98%;
	height:auto;
}
