@charset "UTF-8";

#location {
  transform: scale(1.3);
}
#form label {
  cursor: pointer;
}
.detail h3 {
  font-size: 110%;
  border-style: solid;
  border-width: 0 0 1px;
  margin: 1.5rem 0 1rem;
}
.detail h4 {
  font-size: 100%;
  border-style: dashed;
  border-width: 0 0 1px
}
#next {
  display: none;
}
#info-area dd {
  word-wrap: break-word;
}

@media (min-width: 768px){

  .contents {
    min-height: 42vw;
  }
  .contents.detail {
    min-height: 43vw;
  }
}
@media (min-width: 991px){
  .contents {
    min-height: 37vw;
  }
}
@media (min-width: 1200px){
  .contents {
    min-height: 450px;
  }
  .contents.detail {
    min-height: 495px;
    padding-bottom: 1vw;
  }
}

@media (max-width: 991px){
  #location {
    position: relative;
    top: .2vw;
  }
}
@media (max-width: 767px){
  .contents {
    min-height: 50vw;
  }
}
@media (max-width: 575px){
  #location {
    position: relative;
    top: .5vw;
  }
}

