.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  margin: 0 0 40px;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.price th {
  padding: 10px;
  font-weight: bold;
}

.line {
  text-align: center;
}
.line .txt {
  margin-bottom: 30px;
}

.line_pc img {
  width: 200px;
}

.line_sp {
  display: none;
}

@media (max-width: 480px) {
  .line br {
    display: none;
  }

  .line_pc {
    display: none;
  }

  .line_sp {
    display: block;
  }
}
