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


.ResTableA a:link{
	color:#c21c1e;
	text-decoration:none;
}

.ResTableA a:visited{
	color:#c21c1e;
	text-decoration:none;
}

.ResTableA a:active{
	color:#c21c1e;
	text-decoration:none;
}

.ResTableA a:hover{
	color:#333;
	text-decoration: underline;
}




.member-box{
	margin:0 auto;
	text-align:center;
}

.member-box img{
	width:100%;
}

.member-info-box{
	overflow:hidden;
	width:980px;
	margin:0px  auto;
}

.taiken-title{
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #006edc, #006edc 5px, #d93c53 5px, #d93c53 10px);
	background: repeating-linear-gradient(45deg, #0079fd, #0079fd 5px, #006edc 5px, #006edc 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	font-size:18px;
	font-weight:700;
	margin-top:50px;
}


.price-title{
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #c21c1e, #c21c1e 5px, #d93c53 5px, #d93c53 10px);
	background: repeating-linear-gradient(45deg, #c21c1e, #c21c1e 5px, #b30000 5px, #b30000 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	font-size:18px;
	font-weight:700;
	margin-top:50px;
}

.member-list-title{
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #c21c1e, #c21c1e 5px, #d93c53 5px, #d93c53 10px);
	background: repeating-linear-gradient(45deg, #c21c1e, #c21c1e 5px, #b30000 5px, #b30000 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	font-size:18px;
	font-weight:700;
	margin-top:50px;
}


span.price-red{
	color:#e60012;
}



.member-info-box{
	overflow:hidden;
	width:90%;
	margin:20px  auto;
}


.ResTableA{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #d8d8d8;
	margin-top:20px;
}
 
.ResTableA th{
	-moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
	box-sizing: border-box;     /* box-size[border・padding 込み] */
	border: 1px solid #d8d8d8;
	padding: 15px 10px 12px;
	width: 30%;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	vertical-align:middle;
	background-color: #f0f0ef;
}
 
.ResTableA td{
	padding: 15px 10px 12px;
	text-align: left;
	vertical-align: top;
	border-top: dotted 1px #d8d8d8;
}



.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width:100%;
height:100%;
}





 
@media (max-width: 979px){
.ResTableA{
	border-bottom:none;
}
.ResTableA th{
	padding: 10px 10px;
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	text-align: center;
}
.ResTableA td{
	padding: 5px 10px;
	
	display: list-item;     /* リストに変換 */
	list-style:none;     /* リストに変換によるドットを非表示 */
	border-top: none !important;
	border-bottom:1px solid #d8d8d8;
	text-align:justify;
text-justify:inter-ideograph;
}
