#contents_main #page_title em {
  font-size: 12px;
  font-weight: bold;
  color: #f3be1d;
}
#contents_main > h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
  width: 100%;
}
#contents_main > h1 > svg {
  fill: #f3be1d;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
#contents_main > h1:after {
  margin-top: 5px;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  display: block;
}
#contents_main ul {
  margin: 30px 0;
}
#contents_main ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
  font-size: 14px;
}
#contents_main ul > li a {
  transition: 300ms;
  color: #f3be1d;
}
#contents_main ul > li a:hover {
  color: #8D6700;
}
#contents_main ul > li > p:first-child {
  background: #cccddc;
  color: #333333;
  padding: 2px 0;
  border-radius: 1px;
  width: 100px;
  text-align: center;
  margin-right: 20px;
}
#map {
  width: 100%;
  height: 600px;
  border-radius: 3px;
}
/*# sourceMappingURL=hotel-detail.css.map */