@charset "UTF-8";
/* CSS Document */
.Logoimg {
  width: 110px;
  margin: 10px auto;
}
.headBar h1 img {
  margin: 20px;
  max-width: 235px;
}
/*========== 予約ボタンベース ==========*/
.buttonBooking { /* aタグベース */
  /* margin: 10px 30px; */
  width: 240px;
  /* height: 55px; */
  cursor: pointer;
}
.buttonBooking div { /* 内部調整 */
  width: 240px;
  height: 55px;
  margin: 30px auto;
  border-radius: 30px;
  background-color: #D5EAD8;
  position: relative;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 7px #1A1A1A;
}
.buttonBooking img { /* ボタン横アイコン */
  width: 65px;
  position: absolute;
}
.bookingL_img {
  left: 5px;
}
.bookingR_img {
  right: 10px;
  width: 45px !important;
}
.SecondBookingButton img {
  width: 45px;
  left: 8px;
}
.SecondBookingButton p {
  position: relative;
  left: 20px;
}
.buttonBooking p { /* ボタンテキスト */
  font-size: 1.6rem;
}
.buttonBooking div:hover { /* ボタンモーション */
  background: #F6FEF7;
  transform: translateY(3px);
  transition: 0.2s;
}
footer .Logoimg {
  width: 200px;
  margin: 10px auto;
}
/*========== ピンズベース ==========*/
.pingImg {
  width: 70px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* iPad */
@media(min-width: 750px) {
  .Logoimg {
    width: 230px;
    margin: 30px auto;
  }
}
/* PC */
@media(min-width: 1440px) {
  .headBar h1 img {
    margin: 30px;
    max-width: 235px;
  }
}