.desc_wrapper h5 {
	color:#fff;
	padding-bottom:0;
	margin-bottom:0;
}
.column_service {
	color:#301115;
	padding:0 1%;
	background: rgb(234,194,25);
background: linear-gradient(90deg, rgba(234,194,25,1) 0%, rgba(171,142,19,1) 100%);
	margin-bottom:30px; 
	padding:25px;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.2);
}
.column_service.non {
	background:none;
	margin-bottom:20px;
	padding:0;
	box-shadow:none;
	padding:0 25px;
}
.column.column_txt , .column.column_price {
	padding-bottom:0;
	margin-bottom:0;
}
.column_txt {
	width:75%;
	float:left;
}
.column_txt .title {
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
}
.column_txt .sub-title {
	font-size:18px;
}
.column_price {
	width:25%;
	float: left;
}
.column_price .time {
	background: rgb(234,194,25);
background: linear-gradient(0deg, rgba(234,194,25,1) 0%, rgba(241,226,161,1) 100%);
	font-size:20px;
	text-align:center;
	padding:7px 0;
	font-weight:bold;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.2);
}
.column_price .txtprice {
	color:#fff;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin-top:20px;
}
.column_price .time_h {
	background: rgb(234,194,25);
background: linear-gradient(0deg, rgba(234,194,25,1) 0%, rgba(241,226,161,1) 100%);
	font-size:16px;
	text-align:center;
	padding:0;
	font-weight:bold;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.2);
}
.column_txt.massage {
	width:60%;
	float:left;
}
.column_price.massage {
	width:40%;
	float: left;
}
.column_service td {
	width:25%;
}
.column_service tr:hover {
	color:#301115;
}
.txtprice table {
	margin:0;
}
.column_price .txtprice.massage {
	font-size:22px;
	text-align:center;
	padding: 0;
	font-weight:bold;
	color:#fff;
	margin:0;
	background:none;
}
.column_txt.massage .title {
	padding-bottom:0;
}
.column_price .txtprice.massage.non {
	font-size:16px;
}
.column_price .txtprice.massage.non {
	background: rgb(234,194,25);
background: linear-gradient(0deg, rgba(234,194,25,1) 0%, rgba(241,226,161,1) 100%);
	font-size:16px;
	text-align:center;
	padding:0;
	font-weight:bold;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.2);
	color:#301115;
}
.column_txt.massage .icon {
	color:#fff;
}
.footer_copy {
	color:#fff;
	font-size:12px;
}
.column_table_member {
	font-size:20px;
}
.column_table_member td {
	width:50%;
	padding-top:20px;
	padding-bottom:20px;
}
.column_table_member th {
	width:50%;
	padding-top:20px;
	padding-bottom:20px;
}
.column_table_member tr:hover {
	background-color:#ccae79;
}

.column_blog p {
	font-size:18px;
	line-height:2;
}
.column_blog img {
	padding:40px 0 0 0;
}
@media only screen and (max-width: 767px) {
.column_blog img {
	padding:20px 0 0 0;
}
.image {
	padding:20px 0;
}
.column_blog p {
	font-size:16px;
	line-height:2;
}
}
.accordion .title {
	background-color:#706047;
}