/*price*/
#price{ padding-bottom: 0 }
#price h3{ margin-bottom: 10px }
#price h3 span{ font-size: 16px }
#price .massage .img{ width: 55%; height: 400px }
#price .massage .text{ width: 45%; background: rgba(234,234,234,0.9); margin: 0 auto 30px auto; padding: 20px }
#price .massage .text span{ font-weight: bold; padding-left: 10px }
#price .massage .text p{ margin-bottom: 10px; font-size: 12px; line-height: 24px }
#price ul{ border-top: dashed 1px #666; padding-top: 10px }
#price ul li{ font-size: 14px; line-height: 28px; padding-left: 25px; background: url(img/massage_05.png) no-repeat; background-size: 15px; background-position: 0 }
#price ul li span{ color: #f78bc5 }


@media(max-width: 768px){
/*price*/
#price{ padding-bottom: 10px }
#price .massage{ margin-bottom: 30px !important }
#price .massage .img{ width: 100%; height: 250px }
#price .massage .text{ position: static; box-sizing: border-box; width: 100%; padding: 20px }
}