@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

.mv-logo {
  display: block;
  width: 205px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}
.row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row .col {
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .row .col {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .row .col:last-child {
    margin-bottom: 0;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 96px;
  border-radius: 5px;
  background: white;
  padding: 5px 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .form-control {
    font-size: 1.4rem;
    height: 60px;
    padding: 5px 10px;
  }
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control:-moz-placeholder {
  color: #bbbbbb;
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
}
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}

select.form-control {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: white url(../images/contact/arrow-dow.png) no-repeat 98%;
  background-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 640px) {
  select.form-control {
    background-size: 18px;
  }
}

.btn {
  width: 480px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  background: #222222;
  color: #edecec !important;
  border-radius: 10px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  outline: none;
  border: none;
}
@media screen and (max-width: 834px) {
  .btn {
    border-radius: 5px;
    font-size: 1.8rem;
    width: 280px;
    height: 60px;
  }
}
.btn:hover {
  opacity: 0.7;
}
.btn-grey {
  background: #999999;
}

.pure-input input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-input input[type=checkbox] + label:after {
  background-color: transparent;
  top: 52%;
  left: 6px;
  width: 10px;
  height: 4px;
  margin-top: -5px;
  border-style: solid;
  border-color: #222;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}
.pure-input input[type=checkbox]:checked + label:after {
  content: "";
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.pure-input input[type=checkbox]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
}
.pure-input input[type=radio] + label:after, .pure-input input[type=radio] + label:before {
  border-radius: 50%;
}
.pure-input input[type=radio]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-input input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pure-input label {
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0 0 0 42px;
  margin-bottom: 0 !important;
}
.pure-input label:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  color: #4F8196;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #bebebe;
  text-align: center;
  background: white;
}
@media screen and (max-width: 834px) {
  .pure-input label:before {
    top: -1px;
  }
}
.pure-input label:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  background-color: #4F8196;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
@media screen and (min-width: 641px) {
  .pure-input br {
    display: none;
  }
}

.heading {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 75px;
}
@media screen and (max-width: 834px) {
  .heading {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.heading span {
  display: block;
}
.heading .en {
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .heading .en {
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
.heading .jp {
  display: block;
  font-size: 1.2rem;
}

.contact-note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 144px;
}
@media screen and (max-width: 834px) {
  .contact-note {
    margin-bottom: 50px;
  }
}
.contact-form {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .contact-form {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.contact-form label {
  display: block;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form label span {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
  background: #d3546f;
  color: white;
  margin: 0 0 0 7px;
}
.contact-form .item {
  margin-bottom: 61px;
}
@media screen and (max-width: 834px) {
  .contact-form .item {
    margin-bottom: 30px;
  }
}
.contact-form .item .row + br {
  display: none;
}
.contact-form .item .form-control + br {
  display: none;
}
.contact-form .item .error {
  display: block;
  padding-top: 15px;
}
.contact-form textarea {
  height: 267px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 20px 30px;
}
@media screen and (max-width: 834px) {
  .contact-form textarea {
    padding: 10px;
    height: 180px;
  }
}
.contact-form__check {
  text-align: center;
}
.contact-form__check .pure-input {
  display: inline-block;
}
.contact-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2px;
}
.contact-form dl dt {
  width: 237px;
  background: #e4e5eb;
  font-weight: 400;
}
.contact-form dl dt, .contact-form dl dd {
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .contact-form dl dt, .contact-form dl dd {
    width: 100%;
    padding: 17px 15px;
  }
}
.contact-form dl dd {
  background: white;
}
@media screen and (min-width: 641px) {
  .contact-form dl dd {
    width: calc(100% - 237px);
  }
}
.contact-box {
  background: #e4e5eb;
  font-size: 1.4rem;
  line-height: 2.1428571;
  padding: 40px 20px 40px 70px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .contact-box {
    padding: 20px 5px 15px 15px;
  }
}
.contact-box__txt {
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 640px) {
  .contact-box__txt {
    padding: 0;
  }
}
.contact-box__ttl {
  display: block;
  margin-bottom: 31px;
}
@media screen and (max-width: 834px) {
  .contact-box__ttl {
    line-height: 1.5;
  }
}
.contact-box__ttl .en {
  font-weight: 600;
  color: #222222;
  font-size: 2.4rem;
}
.contact-box__ttl .jp {
  margin: 0 0 0 15px;
}
.contact-box h3, .contact-box h4 {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #d3cdcd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.contact-box p {
  margin-bottom: 25px;
}

.slimScrollDiv, .contact-box__txt {
  height: 375px !important;
}
.slimScrollDiv .slimScrollBar, .contact-box__txt .slimScrollBar {
  opacity: 1 !important;
  width: 12px !important;
  height: 100px !important;
  background: #bebebe !important;
}
@media screen and (max-width: 640px) {
  .slimScrollDiv .slimScrollBar, .contact-box__txt .slimScrollBar {
    width: 5px !important;
    height: 50px !important;
  }
}

@media screen and (max-width: 834px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
  }
}
.sec-mv {
  background: url("../images/contact/mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  color: white;
}
@media screen and (max-width: 640px) {
  .sec-mv {
    height: 200px;
  }
}
.sec-mv * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-mv img {
  max-width: 100%;
  vertical-align: middle;
}
.sec-contact {
  background: #eff0f4;
  padding-bottom: 50px;
}
.sec-contact * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-contact img {
  max-width: 100%;
  vertical-align: middle;
}

.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}

.error {
  color: #d3546f !important;
}

#footer {
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 40px 0;
  }
}

.w100 {
  width: 100% !important;
}

.visite-date {
  margin-bottom: 105px;
}
.visite-date__title {
  margin-bottom: 45px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 99px;
  text-align: center;
  background: #e4e5eb;
}
@media screen and (max-width: 834px) {
  .visite-date__title {
    margin-bottom: 25px;
    font-size: 1.8rem;
    line-height: 60px;
  }
}
.visite-date__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.visite-date__note {
  margin-top: 10px;
  font-size: 1.5rem;
}
.visite-date__table {
  max-width: 766px;
  width: 100%;
  background: #fff;
  table-layout: fixed;
}
.visite-date__table th, .visite-date__table td {
  padding: 22px 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .visite-date__table th, .visite-date__table td {
    padding: 15px 0;
    font-size: 1.3rem;
  }
}
.visite-date__table th.time, .visite-date__table td.time {
  width: 184px;
  text-align: left;
  border-left: 0;
}
@media screen and (max-width: 834px) {
  .visite-date__table th.time, .visite-date__table td.time {
    width: 80px;
    text-align: center;
  }
}
.visite-date__table th > span, .visite-date__table td > span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .visite-date__table th > span, .visite-date__table td > span {
    font-size: 0.9rem;
  }
}
.visite-date__table th {
  background: #e4e5eb;
}
@media screen and (max-width: 834px) {
  .visite-date__table th {
    font-size: 1.2rem;
  }
}
.visite-date__table tr:nth-child(2) th, .visite-date__table tr:nth-child(2) td {
  padding: 10px 15px;
}
@media screen and (max-width: 834px) {
  .visite-date__table tr:nth-child(2) th, .visite-date__table tr:nth-child(2) td {
    padding: 10px 0;
  }
}

.form-datepicker {
  position: relative;
  background: white url(../images/contact/arrow-dow.png) no-repeat 98%;
  background-size: 24px;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .form-datepicker {
    background-size: 18px;
  }
}
.form-datepicker .form-control {
  z-index: 1;
  padding-left: 45px;
  background: none;
}
@media screen and (max-width: 640px) {
  .form-datepicker .form-control {
    padding-left: 35px;
  }
}
.form-datepicker:before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .form-datepicker:before {
    left: 15px;
  }
}

.ui-datepicker {
  width: 20em;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 8px;
}
/*# sourceMappingURL=maps/form.css.map */
