@charset "UTF-8";
/** 加茂営業所予約 **/
.pp {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2em 4%;
  margin: 2em 0;
  font-size: 14px;
}
.pp ul {
  list-style: none;
}
.pp > ul > li {
  margin-bottom: 1.5em;
}
.pp ul ul {
  list-style: disc;
  list-style: outside;
  margin-left: 1.2em;
}
.pp h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
.pp h4 {
  font-size: 16px;
  margin-bottom: 0.75em;
}
/* チェックボックス01 */
.check {
  margin: 3em auto 1.5em;
  text-align: center;
}
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #0055A2;
  border-bottom: 3px solid #0055A2;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
input[type="checkbox"]:checked + label {
  background: none !important;
}
#form {
  display: none;
}
/* ラジオボタン01 */
input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio01::after {
  background: #0055A2;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
.harf {
  width: 40% !important;
}
.harfharf {
  width: 4em !important;
}
.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
.check-mail {
    display: none;
}
form dd span {
  font-weight: bold;
  margin-bottom: 0.3em;
  display: inline-block;
  color: #555;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
    height: 600px;
  }
}
/*PC用css*/
@media print, screen and (min-width: 769px) {}
/*スマートフォン用css*/
@media screen and (max-width: 768px) {}