@charset "UTF-8";
/* Scss Document */
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1020px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .container {
    max-width: 700px;
  }
}
@media only screen and (max-width: 481px) {
  .container {
    width: 70%;
    max-width: unset;
  }
}

.wrapper {
  background: url(../img/bg.svg) no-repeat;
  background-position: bottom center;
  background-size: 100vw;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .wrapper {
    background: url(../img/bg.svg) no-repeat;
    background-position: bottom center;
    background-size: 166vw;
  }
}

.wrap {
  max-width: 1350px;
  margin: 0 auto;
  width: 92%;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ttl {
  position: relative;
}

.secttl {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}
@media only screen and (max-width: 481px) {
  .secttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl01 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 60px auto 40px;
}
@media only screen and (max-width: 481px) {
  .ttl01 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.txtType01 {
  font-size: clamp(10px, 1.8vw, 20px);
}

.PcOnly {
  display: block;
}
@media only screen and (max-width: 769px) {
  .PcOnly {
    display: none;
  }
}

.SpOnly {
  display: none;
}
@media only screen and (max-width: 769px) {
  .SpOnly {
    display: block;
  }
}

textarea {
  resize: none !important;
  border-radius: 20px !important;
  padding: 15px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 80% !important;
  height: 100% !important;
  margin: unset !important;
  border: 2px solid #ccc !important;
  background: #fcfcfc;
  font-size: 18px;
  font-size: 1.8rem;
  max-height: 150px;
}

h1.mainTtl {
  position: fixed;
  top: 90px;
  left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
}
@media only screen and (max-width: 769px) {
  h1.mainTtl {
    position: static;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 60px;
  }
}

.mfp_element_all {
  max-width: unset;
}

.mfp_element_submit {
  text-shadow: none;
}

form#mailformpro #check dl dt {
  width: 100%;
  text-align: center;
  border-top: none;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 769px) {
  form#mailformpro #check dl dt {
    font-size: min(4.2vw, 22px);
  }
}
form#mailformpro #check dl dt span {
  background: #009977;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 auto 80px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
form#mailformpro #check ul li input[type=radio], form#mailformpro #check ul li input[type=checkbox] {
  display: none;
}
form#mailformpro #check ul li input:checked ~ label {
  background: #009977;
  color: #fff;
}
form#mailformpro #check ul li input:checked + label {
  background: #009977;
  color: #fff;
}
form#mailformpro #check ul li label {
  background: #fff;
  border: 2px solid #009977;
  border-radius: 25px;
  width: 300px;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #009977;
  padding: 5px 20px;
  margin: 5px;
  display: inline-block;
}
form#mailformpro #check ul li label:checked {
  background: #009977;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  form#mailformpro #check ul li label:hover {
    background: #009977;
    opacity: 0.8;
    color: #fff;
  }
}
@media only screen and (max-width: 769px) {
  form#mailformpro #check ul li label {
    width: 98%;
    max-width: 300px;
  }
}
form#mailformpro #check ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 769px) {
  form#mailformpro #check ul.list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
form#mailformpro #check ul.list .checkboxInput:checked ~ label {
  border-color: #009977;
  background: #fff;
  color: #009977;
  padding: 3px 10px 3px 30px;
  position: relative;
}
form#mailformpro #check ul.list .checkboxInput:checked ~ label::before {
  content: "";
  width: 14px;
  height: 6px;
  border-left: 2px solid #009977;
  border-bottom: 2px solid #009977;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: 5px;
  left: 10px;
  top: 0;
  margin: auto;
}
form#mailformpro #check ul.list label {
  border-color: #ccc;
  color: #ccc;
}
@media only screen and (min-width: 769px) {
  form#mailformpro #check ul.list label:hover {
    border-color: #009977;
    background: #fff;
    color: #009977;
  }
}
form#mailformpro #check ul.list li label {
  width: auto;
  padding: 3px 20px;
}

#a14 ul li label {
  padding: 9px 20px !important;
  line-height: 1.4;
}
#a14 ul li label span {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ヘッダーロゴ */
.header-logo {
  position: fixed;
  left: 20px;
  top: 20px;
  width: 215px;
  height: 40px;
}
@media only screen and (max-width: 481px) {
  .header-logo {
    left: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 481px) {
  .header-logo img {
    max-width: 32vw;
  }
}

/*来店予約*/
.reserve {
  margin: 30px auto 60px;
}
.reserve .flex-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.labelSimple {
  font-size: 18px;
  font-size: 1.8rem;
  color: #909090;
  font-weight: 500;
}
@media only screen and (max-width: 769px) {
  .labelSimple {
    margin: auto;
  }
}
.labelSimple input {
  padding: 20px;
  margin-top: 10px;
}

.customer {
  margin: 30px auto 60px;
}
.customer.flex-wrap {
  gap: 40px;
}
.customer input {
  width: 260px !important;
  padding: 10px 20px;
}

/* サンクスページ */
#mfp_thanks {
  display: none !important;
}

#thanks_container {
  position: relative;
  height: 100dvh;
}
#thanks_container h2.PcOnly {
  position: fixed;
  top: 60px;
  left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
}

.thanks_wrapper {
  background: url(../img/bg_thanks.svg) no-repeat;
  background-position: bottom 2vh right 4vw;
  background-size: 35vw;
  width: 100%;
  height: 100dvh;
}
@media only screen and (max-width: 769px) {
  .thanks_wrapper {
    background-position: bottom center;
    background-size: min(95vw, 40dvh);
  }
}
.thanks_wrapper .thanks_contents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 769px) {
  .thanks_wrapper .thanks_contents {
    padding-top: 50px;
    margin: 0 auto;
    width: 80%;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
  }
}
.thanks_wrapper .thanks_contents h2 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .thanks_wrapper .thanks_contents h2 {
    margin-bottom: 0;
  }
}
.thanks_wrapper .thanks_contents h3 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  color: #009977;
  margin: 0 auto 2%;
}
@media only screen and (max-width: 769px) {
  .thanks_wrapper .thanks_contents h3 {
    text-align: center;
    font-size: min(6.8vw, 3.2rem);
    padding: 10px 0 15px;
    margin: 0 auto;
  }
}
.thanks_wrapper .thanks_contents p {
  font-size: min(1.65vw, 24px);
  font-weight: 500;
}
@media only screen and (max-width: 769px) {
  .thanks_wrapper .thanks_contents p {
    font-size: min(4.2vw, 16rem);
  }
}
.thanks_wrapper .thanks_btn {
  background: #009977;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  font-size: min(4.8vw, 1.8rem);
  padding: 12px 40px;
  margin: 20px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  max-width: 500px;
}
@media only screen and (max-width: 769px) {
  .thanks_wrapper .thanks_btn {
    margin: 30px auto 0;
  }
}
.thanks_wrapper .thanks_btn:hover {
  opacity: 0.8;
}

/* 賃料スライダー */
.noUi-connect {
  background: #009977;
}

.noUi-handle:after, .noUi-handle:before {
  display: none;
}

.noUi-horizontal .noUi-handle {
  width: 40px;
  height: 40px;
  right: -17px;
  top: -14px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.25));
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 5px solid #fff;
  background: #009977;
}

.noUi-target {
  margin: 20px 30px 60px;
  background: #D9D9D9;
  border-radius: 30px;
  border: 3px solid #fff;
}

.pricevar {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  color: #009977;
  display: none;
}
@media only screen and (max-width: 769px) {
  .pricevar {
    font-size: max(18px, 5.8vw);
  }
}
.pricevar .flex-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 481px) {
  .pricevar .flex-wrap {
    gap: 5px;
  }
}
.pricevar .textareaTtl {
  color: #000;
}
.pricevar .price_from, .pricevar .price_to {
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  color: #009977;
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: unset;
}
@media only screen and (max-width: 769px) {
  .pricevar .price_from, .pricevar .price_to {
    font-size: max(24px, 7.3vw);
  }
}

.active .pricevar {
  display: block;
}/*# sourceMappingURL=style.css.map */