a:hover img{
	opacity:0.8;
}

.contact p img{
	width:40%;
}

.party_room img{
	width:49%;
	box-shadow:#555353;
}

.button{
	display: -webkit-inline-flex;
   display: inline-flex;
   justify-content:flex-start;
	-webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
}

.button a{
	width:22%;
	margin-right:10px;
}


.button a img{
	max-width:100%;
}



#hall_main_textbox {
	width:380px;
	float:right;
}

#hall_name {
	width:100%;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
	padding-bottom:3px;
}

#hall_layout_table {
	float:right;
}

#hall_layout_table th {
	text-align:center;
	font-weight:normal;
}

#hall_layout_table td {
	padding-right:10px;
	padding-bottom:10px;
}

#hall_layout_detail {
	float:left;
	width:280px;
	background-color:#999999;
}

#hall_layout_detail th {
	width:100px;
	text-align:center;
	font-weight:normal;
	background-color:#F2F2F2;
	padding:2px 8px 2px 8px;
}

#hall_layout_detail td {
	text-align:center;
	background-color:#FFFFFF;
	padding:2px 8px 2px 8px;
}

#hall_layout_detail2 {
	float:left;
	background-color:#999999;
}

#hall_layout_detail2 th {
	width:100px;
	text-align:center;
	font-weight:normal;
	background-color:#F2F2F2;
	padding:2px 8px 2px 8px;
}

#hall_layout_detail2 td {
	text-align:center;
	background-color:#FFFFFF;
	padding:2px 8px 2px 8px;
}

.hall_photo {
	width:280px;
	padding:5px;
	background-color:#F7F7F7;
	border:1px solid #DDDDDD;
}

.hall_photo_box {
	width:290px;
	margin-right:15px;
	text-align:center;
	float:left;
}

.price_box {
	text-align: right;
}

.room{
	display:flex;
	flex-wrap:no-wrap;
	justify-content:space-between;
	margin-top:50px;
	align-content:flex-start;
}

.room div{
	text-align:center;
	position:relative;
	min-height:180px;
	width:20%;
}

.room div:last-child{
	width:15%;
}

.room div img{
	width:100%;
}

.room div p{
	position:absolute;
	bottom:0;
	left:12%;
}

@media (max-width: 480px){
	.button{
		flex-wrap:wrap;
		justify-content:space-between;
		width:100%;
		margin-top:0;
	}
	
.button a{
	width:48%;
	margin:10px 0;
}

.contact p img{
	width:95%;
}

.room{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:20px;
	align-content:flex-start;
}

.room div{
	width:49%;
	min-height:100px;
	margin-bottom:20px;
}

.room div p{
	width:100%;
	text-align:center;
	position:relative;
	left:inherit;
	bottom:inherit;
}

.room div:last-child{
	width:48%;
}

#hall_layout_table img, .hall_photo img {
    width: 100%;
}

}