@charset "UTF-8";

/* -------------------------------------------
WEB予約フォーム
-------------------------------------------*/
.reservationttl {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  height: 350px;
  background-color: #222529;
  color: #FFFFFF;
  text-align: center;
}
.reservationttl h1 {
  position: relative;
  display:block;
  text-align: center;
  font-size:2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3rem;
  padding: 220px 0 0 0;
}

.reservation{
  border-radius: 5px;
}

.reservation .form-group{
  margin: 0 0 1.5rem 0;
}
.reservation .formlabe{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;	
}
.reservation .custom-radio{
  margin: 0 0 0 3rem;
  display: inline;
}
.required {
	color: #F15652;
}
.cliniccalender {
  position: relative;
  padding-bottom: 50%;
  height: 0;
}
.cliniccalender iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reservation h2{
  font-size:1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;	
}

@media screen and (max-width: 767px) {
.reservation{
  border-radius: 0px;
}
.cliniccalender {
  padding-bottom: 80%;

}
.cliniccalender iframe {
  padding: 0;
	}
}