/* Table of content */
/*===================================
1. Foundation
2. project
3. Object
4. Utility
==================================== */
/* ===================================
1. Foundation
==================================== */
/*----- Variable -----*/
/*----- Colors -----*/
.shop-azabu a {
  color: #c19c00;
}

.shop-yokohama a {
  color: #608b7c;
}

/*----- Fonts -----*/
.page-estimate {
  /**
   * Modal
   */
}
@media (min-width: 992px) {
  .page-estimate .container {
    max-width: 920px;
  }
}
.page-estimate .component-head-big.is-big-margin {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .page-estimate .component-head-big.is-big-margin {
    margin-bottom: 2rem;
  }
  .page-estimate .component-head-big.is-big-margin img {
    height: 2.1rem;
  }
}
.page-estimate .heading2 {
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: normal;
  justify-content: center;
  margin-bottom: 25px;
}
.page-estimate .heading2 span {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  color: inherit !important;
}
@media (max-width: 767px) {
  .page-estimate .heading2 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    justify-content: flex-start;
  }
  .page-estimate .heading2 span {
    margin-right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.page-estimate .heading3 {
  margin-bottom: 35px;
  text-align: center;
}
.page-estimate .heading3 img {
  height: 24px;
}
@media (max-width: 767px) {
  .page-estimate .heading3 {
    margin-bottom: 2.7rem;
  }
  .page-estimate .heading3 img {
    height: 2.1rem;
  }
}
.page-estimate .heading4 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.page-estimate .heading4 span {
  color: inherit !important;
}
@media (max-width: 767px) {
  .page-estimate .heading4 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.page-estimate .heading5 {
  margin-bottom: 35px;
  text-align: center;
}
.page-estimate .heading5 img {
  height: 38px;
}
@media (max-width: 767px) {
  .page-estimate .heading5 {
    margin-bottom: 2rem;
  }
  .page-estimate .heading5 img {
    height: 2.1rem;
  }
}
.page-estimate form {
  margin: 65px 0 75px;
}
.page-estimate form .form-group {
  margin-bottom: 65px;
}
.page-estimate form .form-group:last-child {
  margin-bottom: 75px;
}
.page-estimate form .form-group label {
  font-size: 14px;
  font-weight: normal;
}
.page-estimate form .flex {
  margin-bottom: 35px;
}
.page-estimate form .flex-left {
  margin-right: 15px;
}
.page-estimate form .flex-left > p {
  margin-bottom: 0;
}
.page-estimate form .flex-left .modal-icon {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  margin-left: 0.8px;
  font-size: 0;
  vertical-align: middle;
}
.page-estimate form .form-radio-custom {
  padding-left: 0;
}
.page-estimate form .form-radio-custom label {
  border: 1px solid #eee;
  background-color: #eee;
  padding: 50px 90px 35px;
}
.page-estimate form .form-radio-custom input:checked + label {
  border: 1px solid #666;
}
.page-estimate form .form-radio-custom p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 25px;
}
.page-estimate form .form-check-custom {
  margin-bottom: 25px;
}
.page-estimate form .form-check-custom:last-child {
  margin-bottom: 0;
}
.page-estimate form .flatpickr-custom {
  background-color: #eee;
  border: 0;
  padding: 11px 0;
  text-align: center;
  width: 145px;
}
.page-estimate form .select-custom {
  background-color: #eee;
  border: 0;
  border-radius: 0;
  display: inline-block;
  height: 44px;
  margin-right: 10px;
  text-align: center;
  width: 145px;
}
@media (max-width: 767px) {
  .page-estimate form {
    margin: 2.7rem 0 5rem;
  }
  .page-estimate form .form-group {
    margin-bottom: 2.7rem;
  }
  .page-estimate form .form-group:last-child {
    margin-bottom: 3.7rem;
  }
  .page-estimate form .form-group label {
    font-size: 1rem;
  }
  .page-estimate form .flex {
    margin-bottom: 3.7rem;
  }
  .page-estimate form .flex .w-50 {
    width: auto !important;
  }
  .page-estimate form .flex-left {
    margin-right: 1.5rem;
  }
  .page-estimate form .flex-left > p {
    margin-bottom: 0;
  }
  .page-estimate form .flex-left > p > img {
    height: 1rem;
    margin-left: 0.4rem;
  }
  .page-estimate form .flex-right {
    margin-top: 0.3rem;
  }
  .page-estimate form .form-radio-custom label {
    padding: 1.25rem;
    padding-bottom: 2rem;
  }
  .page-estimate form .form-radio-custom p {
    font-size: 1rem;
    margin-top: 1.2rem;
  }
  .page-estimate form .form-check-custom {
    margin-bottom: 2.7rem;
  }
  .page-estimate form .form-check-custom input[type=checkbox] {
    margin-top: 0;
  }
  .page-estimate form .form-check-custom .form-check-label {
    margin-left: 0.7rem;
  }
  .page-estimate form .flatpickr-custom {
    padding: 1.1rem 0;
    width: 9.8rem;
  }
  .page-estimate form .select-custom {
    height: 3.7rem;
    margin-right: 1rem;
    width: 9.8rem;
  }
  .page-estimate form .submit {
    margin: 0 4.2rem;
  }
}
.page-estimate .estimate-result .submit {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .page-estimate .estimate-result .submit {
    margin: 0 4.2rem 2.7rem;
  }
}
.page-estimate .btn {
  background-color: #222;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 0.66rem 0;
  width: 300px;
}
@media (max-width: 767px) {
  .page-estimate .btn {
    font-size: 1rem;
    padding: 1rem 0;
    width: 100%;
  }
}
.page-estimate .amount {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-estimate .amount p {
  align-items: center;
  background-color: #eee;
  border: 1px solid #d2d2d2;
  display: flex;
  font-size: 15px;
  justify-content: center;
  margin: 0 20px;
  padding: 18px 0;
  width: 350px;
}
.page-estimate .amount span {
  font-size: 12px;
}
.page-estimate .amount span.price {
  font-size: 20px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .page-estimate .amount {
    margin-bottom: 2rem;
  }
  .page-estimate .amount p {
    font-size: 1rem;
    padding: 1rem 0;
    width: 100%;
  }
  .page-estimate .amount p + p {
    margin-top: 0.5rem;
  }
  .page-estimate .amount span {
    font-size: 1rem;
  }
  .page-estimate .amount span.price {
    font-size: 1.7rem;
    margin-left: 1.7rem;
  }
}
.page-estimate .table {
  margin-bottom: 35px;
}
.page-estimate .table th, .page-estimate .table td {
  padding: 0.74rem 1.3rem;
}
.page-estimate .table th {
  background-color: #eee;
  font-weight: normal;
  width: 65%;
}
.page-estimate .table td {
  text-align: center;
}
@media (max-width: 767px) {
  .page-estimate .table {
    margin-bottom: 2.7rem;
  }
  .page-estimate .table th, .page-estimate .table td {
    padding: 1.2rem;
  }
  .page-estimate .table th {
    width: 80%;
  }
}
.page-estimate .sec1 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .page-estimate .sec1 {
    padding-bottom: 0;
  }
}
.page-estimate .sec2 {
  padding: 75px 0 20px;
}
.page-estimate .sec2 .cv {
  margin-top: 50px;
}
.page-estimate .sec2 .cv a {
  background-color: #454545;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 22px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-estimate .sec2 {
    padding: 3.7rem 0 0;
  }
  .page-estimate .sec2 .cv {
    margin-top: 2rem;
  }
  .page-estimate .sec2 .cv a {
    font-size: 1rem;
    padding: 1.1rem 0;
  }
}
@media (max-width: 767px) {
  .page-estimate p {
    font-size: 1rem;
  }
  .page-estimate .w-sm-50 {
    width: 50%;
  }
  .page-estimate .o-sm-25 {
    margin-left: 25%;
  }
  .page-estimate .mb-40 {
    margin-bottom: 2rem;
  }
  .page-estimate .content-wrap {
    padding-bottom: 2.5rem;
  }
}
.page-estimate .modal p {
  margin: 0;
}
.page-estimate .modal dl {
  margin-bottom: 5px;
}
.page-estimate .modal dl dd {
  margin: 0;
}
.page-estimate .modal ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.8;
  list-style: none;
}
@media (max-width: 767px) {
  .page-estimate .modal p {
    margin-top: 1em;
  }
}

/*# sourceMappingURL=estimate.css.map */