html {
  background: #fff;
  font-size: 10px;
}
.footer-cr,
.footer-container,
.bread-area,
.full-container,
#top-head-obi {
  display: none;
}
.br-sm {
  display: none;
}
.br-lg {
  display: inline;
}
.bk-link {
  color: black;
}
.idt1 {
  padding-left: 1em;
  text-indent: -1em;
}
.idt2 {
  padding-left: 2em;
  text-indent: -2em;
}
.bold {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .br-sm {
    display: inline;
  }
  .br-lg {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.site-content {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.posr {
  position: relative;
}
.mb-0 {
  margin-bottom: 0;
}
.opa img {
  transition: all 1s;
}
.opa:hover img {
  opacity: 0.6;
}
.img-10 {
  width: 10%;
}
.img-15 {
  width: 15%;
}
.img-20 {
  width: 20%;
}
.img-25 {
  width: 25%;
}
.img-30 {
  width: 30%;
}
.img-35 {
  width: 35%;
}
.img-40 {
  width: 40%;
}
.img-45 {
  width: 45%;
}
.img-50 {
  width: 50%;
}
.img-55 {
  width: 55%;
}
.img-60 {
  width: 60%;
}
.img-65 {
  width: 65%;
}
.img-70 {
  width: 70%;
}
.img-75 {
  width: 75%;
}
.img-80 {
  width: 80%;
}
.img-85 {
  width: 85%;
}
.img-90 {
  width: 90%;
}
.img-95 {
  width: 95%;
}
.img-100 {
  width: 100%;
}
@media (max-width: 767.98px) {
  .img-sm-10 {
    width: 10%;
  }
  .img-sm-15 {
    width: 15%;
  }
  .img-sm-20 {
    width: 20%;
  }
  .img-sm-25 {
    width: 25%;
  }
  .img-sm-30 {
    width: 30%;
  }
  .img-sm-35 {
    width: 35%;
  }
  .img-sm-40 {
    width: 40%;
  }
  .img-sm-45 {
    width: 45%;
  }
  .img-sm-50 {
    width: 50%;
  }
  .img-sm-55 {
    width: 55%;
  }
  .img-sm-60 {
    width: 60%;
  }
  .img-sm-65 {
    width: 65%;
  }
  .img-sm-70 {
    width: 70%;
  }
  .img-sm-75 {
    width: 75%;
  }
  .img-sm-80 {
    width: 80%;
  }
  .img-sm-85 {
    width: 85%;
  }
  .img-sm-90 {
    width: 90%;
  }
  .img-sm-95 {
    width: 95%;
  }
  .img-sm-100 {
    width: 100%;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.mt-7 {
  margin-top: 5rem !important;
}
.mt-8 {
  margin-top: 6rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mt-10 {
  margin-top: 12rem !important;
}
.mb-6 {
  margin-bottom: 4rem !important;
}
.mb-7 {
  margin-bottom: 5rem !important;
}
.mb-8 {
  margin-bottom: 6rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-10 {
  margin-bottom: 12rem !important;
}
.pt-6 {
  padding-top: 4rem !important;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
@media (max-width: 767.98px) {
  .w100-sm {
    width: 100%;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .w90-sm {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .mb-xs-8 {
    margin-bottom: 6rem !important;
  }
}
/* 20221122 id.4 LP */
.detail-btn {
  position: absolute;
  display: block;
  width: 90%;
  bottom: 7%;
  left: 5%;
}
.col666 {
  color: #666666;
}
.red {
  color: red;
}
.req {
  color: red;
  font-size: 12px;
}
.mw_wp_form dl dt {
  font-size: 14px;
}
.mw_wp_form .send-btn {
  background: url(https://da-mitsuoka.co.jp/fwp/wp-content/uploads/2022/11/id4_img_9.jpg);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  padding-top: 15%;
  text-indent: -9999px;
}
@media (max-width: 767.98px) {
  .dummy {
    display: none;
  }
}
/* 20221215 VWgifu id.4 LP */
.detail-btn2 {
  position: absolute;
  display: block;
  width: 90%;
  bottom: 4%;
  left: 5%;
}
.detail-btn3 {
  position: absolute;
  display: block;
  width: 80%;
  top: 49%;
  left: 10%;
}
.detail-btn4 {
  position: absolute;
  display: block;
  width: 80%;
  bottom: 5%;
  left: 10%;
}
.detail-btn5 {
  position: absolute;
  display: block;
  width: 40%;
  bottom: 5%;
  left: 5%;
}
.detail-btn6 {
  position: absolute;
  display: block;
  width: 40%;
  bottom: 5%;
  right: 5%;
}
.detail-btn7 {
  position: absolute;
  display: block;
  width: 50%;
  bottom: 3%;
  right: 25%;
}
.detail-btn8 {
  position: absolute;
  display: block;
  width: 36%;
  bottom: 4%;
  right: 32%;
}
.flatpickr-current-month .numInputWrapper {
  font-size: 120%;
}
span.flatpickr-weekday,
.flatpickr-day {
  font-size: 160%;
}
.mw_wp_form .send-btn2 {
  background: url(https://da-mitsuoka.co.jp/fwp/wp-content/uploads/2022/12/vwgifu_id4_6.jpg);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  padding-top: 15%;
  text-indent: -9999px;
}
.bg-orange {
  background: #ee7203;
  color: #fff;
}
.bg-white {
  background: #fff;
  color: #000;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.prl5p {
  padding-left: 5%;
  padding-right: 5%;
}
.h100 {
  height: 100%;
}
.note2 {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767.98px) {
  .note2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .row0 {
    display: flex;
    align-items: stretch;
  }
  .fev {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.row0 {
  margin-left: 0;
  margin-right: 0;
}
.row0 > .col-sm-7,
.row0 > .col-sm-5 {
  padding-left: 0;
  padding-right: 0;
}
.das-price {
  color: #fc1f09;
}
.green-bg {
  background: -moz-linear-gradient(0% 50% 0deg, #217479 0%, #2c7a7f 17.99%, #4a8b90 49.81%, #7aa7ab 91.47%, #85adb1 100%);
  background: -webkit-linear-gradient(0deg, #217479 0%, #2c7a7f 17.99%, #4a8b90 49.81%, #7aa7ab 91.47%, #85adb1 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #217479), color-stop(0.1799, #2c7a7f), color-stop(0.4981, #4a8b90), color-stop(0.9147, #7aa7ab), color-stop(1, #85adb1));
  background: -o-linear-gradient(0deg, #217479 0%, #2c7a7f 17.99%, #4a8b90 49.81%, #7aa7ab 91.47%, #85adb1 100%);
  background: -ms-linear-gradient(0deg, #217479 0%, #2c7a7f 17.99%, #4a8b90 49.81%, #7aa7ab 91.47%, #85adb1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#217479', endColorstr='#85ADB1' ,GradientType=0)";
  background: linear-gradient(90deg, #217479 0%, #2c7a7f 17.99%, #4a8b90 49.81%, #7aa7ab 91.47%, #85adb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#217479', endColorstr='#85ADB1', GradientType=1);
  line-height: 1.8;
  color: #fff;
}
.green-bg p {
  /*font-size:16px;    */
}
p.note3 {
  font-size: 13px;
}
@media (min-width: 992px) {
  p.note3 {
    font-size: 15px;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.das-detail2 {
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .das-detail2 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .das-detail2 {
    font-size: 10px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .das-detail2 {
    font-size: 3vw;
  }
}
