@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.calendar-header {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.calendar-header select {
  margin: 0 10px;
  font-family: "M PLUS Rounded 1c";
  font-size: 22px;
  text-align: center;
  line-height: 1.5em;
  padding: 5px 10px;
  border: 1px #ccc solid;
  border-radius: 5px;
}
.calendar-header a {
  font-family: "M PLUS Rounded 1c";
  color: #bcbcbc;
}

#reservation-form {
  font-family: "M PLUS Rounded 1c";
}
#reservation-form table {
  border-collapse: collapse;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 767px) {
  #reservation-form table {
    width: 94%;
    margin: 0 auto;
  }
}
#reservation-form th {
  border: 1px solid #BCBCBC;
}
#reservation-form tr {
  font-size: 14px;
}
#reservation-form tr:first-child th {
  background: #f5f5f5;
}
#reservation-form tr th:nth-child(1) {
  background: #f5f5f5;
  border: 1px solid #BCBCBC;
  padding: 12px 0;
}
#reservation-form tr th:nth-child(n+2) {
  width: 12%;
}
#reservation-form tr td {
  border: 1px solid #BCBCBC;
}
#reservation-form tr td label input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
#reservation-form tr td label input:checked + .circle {
  background: #1A9DE3;
}
#reservation-form tr td label .circle {
  width: 25px;
  height: 25px;
  border: 1.5px solid #1A9DE3;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.reserve-01 .calendar td {
  font-size: 33px;
  height: 52px;
}

.wpcf7-spinner {
  display: none !important;
}

.thanks {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .thanks {
    font-size: 16px;
    text-align: left;
  }
}