@media (max-width: 768px){
  .content {
	padding: 40% 0 0;
	}
  #home {
    min-height: 100%;
    background-attachment: inherit;
  }
  #home .overlay{
    max-height: 100%;
  }
  #room-head, #spring-head, #facility, #sightseeing-head, #report-head {
    background-attachment: inherit;
  }
  #concept .concept-text {
    text-align: left;
  }
  #room-body section.row {
    padding: 30px 0;
  }
  .owl-room-wrap {
    padding-top: 0;
  }
  #room-body, #spring-body, #access, #contact {
    padding: 30px 0;
  }
}

@media (max-width: 603px){
  label{
      float: none !important
  }
  .pull-left.fnav,
  .pull-right.fnav {
      float: none !important;
      text-align: center;
  }

  .hover-bg .hover-text {
      padding: 12% 10%;
  }
}
@media (max-width: 360px){
  .hover-bg .hover-text {
      padding: 22% 10%;
  }
}
@media (min-width: 768px) {
  #sightseeing-body .place .dl-horizontal dt {
    width: 80px;
  }
  #sightseeing-body .place .dl-horizontal dd {
    margin-left: 100px
  }
}
