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

.mv {
    background-image: url("image/menu_mv.jpg");
    background-position: center;
}

.menu {
	text-align: center;
}

.caution {
	margin: 0 0 64px 0;
	line-height: 2;
}

.menublock {
    display:inline-block;
	width: 315px;
	margin: 0 10px 72px;
    vertical-align: top;
}

.menutbl {
	width: 100%;
}

.menutbl thead th {
	font-weight: bold;
    border-bottom: 3px solid #E6E6E6;
}

.menutbl thead th p{
	padding: 10px 0;
	font-size: 14px;
}

.menutbl thead th p::before {
	content: "[";
}

.menutbl thead th p::after {
	content: "]";
}


tbody tr {
	line-height: 3;
	border-bottom: 1px dotted #E6E6E6;
}

tbody th, tbody td {
	text-align: left;
}

tbody th {
	padding: 0 16px 0 0;
}

tbody td::before {
	content: "¥";
}

.bordernone {
	border: none !important;
}

.tablecaption {
	padding:0 0 16px 0 !important;
	line-height: 1.5;
	font-size: 12px;
	color: #717171;
}


/*タブレット*/
@media (max-width: 1024px) {

	
	
}

@media (max-width: 896px) {
	.caution {
		margin: 0 0 64px 0;
		line-height: 2;
	}
	
}

@media (max-width: 460px) {
	.caution {
		margin: 0 0 40px 0;
		line-height: 2;
	}	
	
	.menutbl thead th span{
	font-size: 14px;
}
	
	.menutbl thead th p{
	padding: 10px 0;
	font-size: 14px;
}
	
}