/* 料金表 */
table.plice {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.plice th {
	width: 20%;
	background: #f9f9f9;
	color: #000;
	text-align: left;
}
/* table.plice td {
	width: 30%;
} */
.fig {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:1000px){
	

table.plice {
	border: none;
}
table.plice tr {
	display:block;
	margin-bottom: 10px;
}
table.plice th {
	display:block;
	width: 95%;
	margin: 0 auto 10px;
	background: #000000;
	color: #ffffff;
	border:none;
	border-radius: 3px;
}
table.plice td {
	display: list-item;
	width: 95%;
	margin-left: 2%;
	border:none;
	list-style: none;
}
.price2{ width:350px;}
.naiyo2{ width:140px;}



/* Youtube */
.youtube iframe{
  width: 100%;
}
