@charset "utf-8";
html{
font-size: 62.5%;
}

body {
  font-size: 1.6rem;
 }


.form-group p{
  color: #fff;
}

.pc_none{
  display: none;
}

.pc_height{
  height: 430px;
}

 .fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.wpcf7-submit{
  max-width: 300px;
  margin: auto;
  height: 5rem;
  text-align: center !important;
}

.wpcf7-textarea{
  margin: auto;
  width: 100%;
}

.wpcf7{
  padding: 0 1rem;
}

.wpcf7 input{
  font-size: 2rem;
  text-align: left;
}

.wpcf7-textarea{
  color: #333;
}

.screen-reader-response{
  color: red;
  text-align: center;
}

.screen-reader-response ul{
  display: none;
}

.wpcf7-not-valid-tip{
  color: red;
}

.wpcf7-validation-errors{
  background-color: #ff0909;
  color: #fff;
  text-align: center;
}

.wpcf7 .wpcf7-not-valid {
    background: pink;
}

.wpcf7-mail-sent-ok{
  background-color: #00b6de;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .mob_none{
    display: none;
  }
  .pc_none{
    display: initial;
  }

  .pc_height{
    height: initial;
  }
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

@media screen and (max-width: 471px) {
  .news_box{
    height: 600px;
  }
