@charset "utf-8";

#shopinfo{
	background: url(../../img/page/shop/img_gr_ginza.jpg) no-repeat;
}

.leftbtn_shop{
	border: solid 1px #0E0000;
}

.grs_title{
	background-color: #0E0000;
	color: #FFF;
	
}

.komidashi{
	border-bottom:solid 1px #0E0000;
}

#firstinst dl dt,
#floorguide dl dt,
#school dl dt{
	color: #0E0000;
}

table.ryoukin th{
	background-color: #0E0000;
	color: #FFF;
}






/*--GRメンバーズ料金表---*/
	.grmember_price ul{
	list-style: none;
	padding: 0; 	
	margin: 0 auto;
	}


.grmember_price {
font-size: 13px;
margin:20px auto; 
}

.grmember_price h1{
font-size: 16px;
}

.grmember_price h2{
font-size: 13px;
font-weight: lighter;
margin-bottom:10px;
}

.grmember_price .entry_price{
background: #fff;
color: #000;
font-size: 16px;
padding: 10px 10px 10px 20px;
margin-bottom:10px; 
border-radius: 5px;
border: solid 2px #000;
font-weight: bold;
}

.grmember_price .flex-table{
margin-bottom: 10px;
}

	
	.grmember_price ul.flex-table{
  width: 100%;
  border-top: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
}
.grmember_price ul.flex-table ul{
  display: flex;
}
.grmember_price ul.flex-table ul.ul01{
  border-bottom: 0;
}
.grmember_price ul.flex-table ul li{
  flex-grow: 1;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  text-align: center;
  padding: 15px;
}
.grmember_price ul.flex-table ul li:last-child{
  border-right: none;
}
.grmember_price ul.flex-table ul.ul01 li{
  background-color: #fff;
}
.grmember_price ul.flex-table ul.ul01 li.li01{
  background-color: #000;
}

.grmember_price ul.flex-table .kind .ul01 li{
background:#f2f2f2;
font-weight: bold;
}

.grmember_price ul.flex-table .price .li01{
background-color: #000;
color: #fff;
text-align: left;
}

.grmember_price ul.flex-table .li01{
width: 10%;
}


.grmember_price ul.flex-table .price ul li{
padding: 5px;
}



.grmember_price .register{
display: flex;
justify-content:space-between;
margin-bottom: 20px;
}

.grmember_price .register .obi{
	width: 15%;
	text-align: center;
	background:#474747;
	color: #fff;
	margin: auto auto auto 0;
	padding: 10px;
	border-radius: 3px;
}

.grmember_price .register .explain{
	width:80%;
	padding: 5px;
}

.grmember_price .y_option h1{
display: inline;
}

.grmember_price .y_option h2{
display: inline;
padding-left: 10px;
}

.grmember_price .explain2{
font-size: 12px;
margin-bottom: 20px;
}


/*--詳細はこちらボタン---*/
	.grmember_price .btn02{
	width : 100%;
	text-align: center;
	margin:0 auto;
	}

	.grmember_price .btn02 a{
	width:40%;
	margin:0 auto;
	text-decoration : none;
	display : block;
	color : #fff;
	background: #000;
	border-radius: 5px;
	padding : 10px;
	transition: 0.2s all ease 0s;
	}

	.grmember_price .btn02 a:hover{
	transform: translate3d(0, 3px, 0);
	}


.rinji{
	width:100%;
	margin:0 auto;
	padding:10px 30px;
	background:#efefef;
	text-align:left;
}
.rinji .date{
	font-size:12px;
	color:#666;
}
.rinji .tit{
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.rinji .txt{
	font-size:14px;
	color:#000;
}
