@charset "utf-8";

h2 {
  margin-bottom: 40px;
}

#shinjyuku {
  margin-bottom: 100px;
}

.store {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

h3 {
  font-size: 32px;
  color: #3cc384;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  background: url(../img/icon_store.png) no-repeat;
  padding: 0 0 10px 40px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dotted #3cc384;
  margin-bottom: 30px;
}

.info {
  width: 460px;
}

.info :nth-child(2) {
  line-height: 32px;
}

iframe {
  width: 1000px;
  height: 400px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}

.btn {
  text-align: center;
  background-image: url(../img/btn_reservation_r.jpg);
  background-repeat: no-repeat;
  background-position: top left 297px;
}

.btn a {
  display: inline-block;
}

.btn a:hover img {
  visibility: hidden;
}

#daikanyama {
  margin-top: -110px;
  padding-top: 110px;
}















