@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap');
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.pcView {
  display: block !important; }
  @media (max-width: 568px) {
    .pcView {
      display: none !important; } }

.spView {
  display: none !important; }
  @media (max-width: 568px) {
    .spView {
      display: block !important; } }

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px; }
  @media (max-width: 768px) {
    .widthKeeper {
      max-width: 95%; } }
  @media (max-width: 568px) {
    .widthKeeper {
      max-width: 100%; } }

.jelly {
  -moz-animation: gelatine 1s infinite;
  animation: gelatine 1s infinite; }

@keyframes gelatine {
  from, to {
    transform: scale(0.95, 0.95); }
  50% {
    transform: scale(1, 1); } }
.buttonArea, .buttonArea2 {
  position: relative; }
  .buttonArea a, .buttonArea2 a {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%; }
    @media (max-width: 568px) {
      .buttonArea a, .buttonArea2 a {
        width: 90%; } }

.buttonArea2 a {
  top: 15%; }

.pc-area{
display:block;
}
.sp-area{
display:none;
}
@media (max-width: 568px) {
  form {
    margin-top: 60px; } }
form tr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto; }
form th {
  width: 200px;
  padding-right: 30px; }
  @media (max-width: 568px) {
    form tr {
      flex-direction: column;
    }

    form dt {
      width: 30%;
      padding-right: 20px; } }
form td {
  display: flex;
  align-items: center;
  width: 40%; }
  @media (max-width: 568px) {
    form td ,
    form th {
      width: 100%;
      text-align: center;
    }
    form dd {
      width: 60%; } }
  form td input {
    width: 80%;
    border: none;
    line-height: 1.8;
    border-radius: 3px;
    vertical-align: middle; }
  form td span {
    margin-left: 20px; }
    @media (max-width: 568px) {
.pc-area{
display:none;
}
.sp-area{
display:block;
}

body{
margin-bottom:0;
}

form dd span {
        margin-left: 10px; } }
form input[type="submit"] {
  display: block;
  margin: 50px auto; }
  form input[type="submit"]:hover {
    opacity: 0.9;
    cursor: pointer; }

#formWrap {
  text-align: center; }
  #formWrap h3 {
    padding: 30px 0;
    font-weight: 600;
    border-bottom: 2px solid gainsboro; }
  #formWrap form {
    margin: 50px auto; }
  #formWrap table {
    margin: 0 auto; }
  #formWrap input[type="submit"] {
    display: inline-block;
    margin: 50px auto;
    background: orange;
    border: none;
    box-shadow: -1px 1px 0px grey;
    font-weight: 600; }
  #formWrap a {
    font-weight: 600;
    margin-top: 30px; }

footer {
  background: grey;
  text-align: center;
  color: #fff; }

/*# sourceMappingURL=main%202.css.map */

footer{
position:initial;
padding-bottom: 150px;
}

.float_menu {
  position: relative;
  display: none;
}
.float_menu div {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0, 0.6);
  width: 100%;
}
.float_menu div ul {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto;
}
.float_menu .float_tel {
  border: 3px solid #0ABC33;
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px 30px 10px 10px;
}
.float_menu .float_tel dl {
  display: flex;
  align-items: center;
}
.float_menu .float_tel dl dt {
  font-size: 24px;
  background-color: #0ABC33;
  border-radius: 6px;
  padding: 0.6em 0.7em;
  color: #FFF;
  font-weight: 600;
  margin-right: 20px;
  line-height: 1.4;
}
.float_menu .float_tel dl dd {
  text-align: center;
}
.float_menu .float_tel dl .tel_txt {
  font-size: 46px;
  font-family: 'Roboto Mono', monospace;
  color: #0ABC33;
  letter-spacing: -0.05em;
  margin-top: 0.2em;
}
.float_menu .float_tel dl .tel_txt::before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 32px;
  background: url(../img/ico_tel.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 0.1em;
}
.float_menu .float_tel dl .time {
  font-size: 14px;
  font-weight: 600;
  margin: 0.7em 0 0;
  line-height: 1.4;
}
.float_menu .float_form {
  margin: 0 20px;
}
.float_menu .float_form a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 3px solid #FEFC00;
  border-radius: 10px;
  color: #FFF;
  text-shadow: 0px 3px 6px rgba(0,0,0, 0.2);
  background: linear-gradient(#FF003A, #C1002D);
  font-size: 26px;
  font-weight: 600;
  height: 100%;
  padding: 0.5em 50px;
  position: relative;
  transition: 0.3s;
}
.float_menu .float_form a:hover {
  opacity: 1;
  background: linear-gradient(#FF6600, #FF6600);
}
.float_menu .float_form a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 25px;
  height: 15px;
  background: url(../img/ico_arrow_l.svg) no-repeat center center;
  background-size: 100%;
  left: 0.6em;
  top: 50%;
  margin-top: -7.5px;
}
.float_menu .float_form a::after {
  content: " ";
  display: block;
  position: absolute;
  width: 25px;
  height: 15px;
  background: url(../img/ico_arrow_r.svg) no-repeat center center;
  background-size: 100%;
  right: 0.6em;
  top: 50%;
  margin-top: -7.5px;
}
.float_menu .float_form a span {
  font-size: 20px;
  font-weight: 600;
}
.float_menu .float_pagetop a {
  display: flex;
  background-color: #FFF;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #15ADF7;
  font-size: 16px;
  text-align: center;
  padding: 1em 1.2em;
  height: 100%;
  transition: 0.3s;
}
.float_menu .float_pagetop a:hover {
  background-color: #B5F2FF;
  opacity: 1;
}
.float_menu .float_pagetop a img {
  max-width: 40px;
}
.float_menu .float_pagetop a span {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.5em;
}
.float_menu .tab_disp {
  display: none;
}
.float_menu .sp_disp {
  display: none;
}
@media (min-width: 661px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
@media (max-width: 1080px) {
  .float_menu .float_tel dl dt {
    font-size: 20px;
  }
  .float_menu .float_tel dl .tel_txt {
    font-size: 32px;
  }
  .float_menu .float_tel dl .tel_txt::before {
    width: 18px;
    height: 24px;
  }
  .float_menu .float_tel dl .time {
    font-size: 12px;
  }
  .float_menu .float_form {
    margin: 0 10px;
  }
  .float_menu .float_form a {
    font-size: 22px;
  }
  .float_menu .float_form a span {
    font-size: 16px;
  }
  .float_menu .float_pagetop a {
    font-size: 14px;
  }
  .float_menu .tab_disp {
    display: inherit;
  }
}
@media (max-width: 890px) {

  .float_menu .float_tel {
    padding: 10px;
  }
  .float_menu .float_tel dl {
    flex-direction: column;
  }
  .float_menu .float_tel dl dt br {
    display: none;
  }
  .float_menu .float_tel dl dt {
    padding: 0.2em 0.5em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .float_menu .float_tel dl .tel_txt {
    font-size: 28px;
  }
  .float_menu .float_tel dl .tel_txt::before {
    width: 18px;
    height: 24px;
  }
  .float_menu .float_tel dl .time {
    display: none;
  }
  .float_menu .float_form a {
    font-size: 20px;
  }
  .float_menu .float_form a span {
    font-size: 14px;
  }
  .float_menu .float_pagetop a {
    font-size: 12px;
  }
}
@media (max-width: 660px) {
  footer{
    padding-bottom: 60px;
  }
  .float_menu div ul {
    margin: 5px 1%;
  }
  .float_menu .float_tel {
    padding: 0;
    border: none;
    width: 53%;
  }
  .float_menu .float_tel a {
    color: #FFF;
    text-shadow: 0px 3px 6px rgba(0,0,0, 0.2);
    background: linear-gradient(#10E631, #08AC34);
    border: 3px solid #FEFC00;
    height: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .float_menu .float_tel dl {
    display: block;
  }
  .float_menu .float_tel dl dt {
    background: none;
    padding: 0;
    font-size: 14px;
  }
  .float_menu .float_tel dl .tel_txt {
    color: #FFF;
    font-size: 22px;
    margin-top: 0;
    line-height: 1.2;
  }
  .float_menu .float_tel dl .tel_txt::before {
    width: 12px;
    height: 16px;
    background: url(../img/ico_tel_w.svg) no-repeat center center;
    background-size: 100%;
    margin: 0.3em 0.2em 0 0;
  }
  .float_menu .float_form {
    width: 45%;
    margin: 0 0 0 2%;
  }
  .float_menu .float_form a {
    font-size: 14px;
    display: block;
    line-height: 1.6;
    padding: 0.5em 26px;
    text-align: center;
    border-radius: 6px;
  }
  .float_menu .float_form a::before ,
  .float_menu .float_form a::after {
    width: 16px;
    height: 10px;
    margin-top: -5px;
  }
  .float_menu .float_pagetop {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: -60px;
  }
  .float_menu .float_pagetop a {
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
    border-radius: 2px;
  }
  .float_menu .float_pagetop a span {
    display: none;
  }
  .float_menu .sp_disp {
    display: inherit;
  }
}