.facility-data{
  width: 400px;
  margin: 0 auto 60px;
}
.item {
	width: 69%;
}
#facility{
	padding-bottom: 80px;
}
.pic {
  width: calc(50% - 12px);
}
.pic img {
  border-radius: 6px;
}
.item-parents{
  position: relative;
  margin-bottom: 80px;
}

.summary{
  width: 30%;
  padding-left: 40px;
	box-sizing: border-box;
}

.item-no{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ff84a0;
width: 60px;
	height: 60px;
	border-radius: 30px;
	border: #ff84a0 solid 1px;
	margin: 0 auto 10px;
	line-height: 60px;
}
.item-title{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ff84a0;
  margin-bottom: 24px;
}
.item-detail{
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 800px) {
  .item-parents {
    position: relative;
    margin-bottom: 40px;
    display: block;
}
  .item {
    width: 100%;
    display: block;
}
  .pic {
    width: 100%;
}.pic img {
    border-radius: 6px;
    margin-bottom: 10px;
}
  .summary {
    width: 80%;
    padding-left: 0;
    box-sizing: border-box;
    margin: 40px auto 0;
}
 .facility-data {
    width: 100%;
    margin: 0 auto 60px;
} 
  
}
