@charset "utf-8";

#hotel {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}
.hotel_table {
	background: transparent;
	padding: 10px 40px 30px;
	margin: 0 auto 40px;
	border: 4px solid transparent;
	border-top: none;
	font-size: 20px;
}
#hotel_inner h3:before{
	display: none;
}
#hotel_inner table {
  width: 100%;
}
#hotel_inner h3 {
	font-size: 20px;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-left:  4px solid transparent;
  background-color: transparent;
	padding: 30px 86px 0px;
}
#hotel_inner table th,
#hotel_inner table td {
	border: 1px solid transparent;
	width: 33.3%;
	text-align: center;
	padding: 4px;
	font-size: 14px;
}
#hotel_inner table th {
	border-top: 1px solid transparent;
}
#hotel_inner table th:first-child {
	border-left: 1px solid transparent;
}
#hotel_inner table th:last-child {
	border-right: 1px solid transparent;
}

@media screen and (max-width:1420px){
  #hotel {
    width: 100%;
	min-width: 100%;
  }
}