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


/**********************************トップページ***************************************/
.price_next_menu{
	display: flex;
	flex-wrap:wrap;
  justify-content:space-evenly;
	margin-bottom: 10px;
}
.price_next_menu li{
	margin: 5px;
	width: 45%;
}
.price_next_menu li img{
	width: 100%;
}

.logo{
	max-width: 100%;
}






.price_box_1{
	background: #fffbda;
	padding: 20px;
}
.price_box_2{
	padding: 20px;
	
}

.price_sub_title{
	text-align: center;
	margin-bottom: 10px;
}
.price_sub_img{
	text-align: center;
}
.price_sub_cen{
	margin: 20px 0px;
}


table {
  border: 1px solid #000000;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
	margin: auto;
}
table tbody th,
table tbody td {
  padding: 5px;
  border-bottom: 1px solid #000000;
	text-align: center;
	
vertical-align: middle;
}
td:nth-child(1){
	border-right: 1px solid #000000;
	width: 45%;
	
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
	border-right:none;
}
table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}





.tabel_left{
	min-width: 30%;
}
.teble_right{
	min-width: 70%;
}
.mitumori_price{
	text-align: center;
	color: #FF0004;
	font-size: 2rem
}



.tax_price{
	font-size:70%;
}