@charset "UTF-8";

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

@media all and (max-width: 750px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}

.consultation {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 100px;
}

.consultation .mv .mv_bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('./images/consultation/img_mv_01.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 230px;
}

.consultation .mv .mv_bg::after {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  z-index: 1;
}

.consultation .mv .mv_title {
  display: inline-block;
  width: 86%;
  color: #1A1311;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  border-bottom: 3px solid #1A1311;
  z-index: 2;
}

.consultation .mv .mv_desc {
  margin-top: 30px;
  color: #1A1311;
  font-weight: 400;
  text-align: center;
}

@media all and (max-width: 750px) {
  .consultation .mv .mv_desc {
    padding: 0 20px;
  }
}

@media all and (min-width: 751px) {
  .consultation {
    max-width: 860px;
    margin: 0 auto 100px;
  }

  .consultation .mv .mv_bg {
    background: url('./images/consultation/img_mv_01.jpg') no-repeat;
    background-size: 100%;
    height: 305px;
  }

  .consultation .mv .mv_title {
    width: 45%;
    font-size: 30px;
    border-bottom: 3px solid #1A1311;
  }

  .consultation .mv .mv_desc {
    margin-top: 50px;
  }
}

.consultation .detail {
  position: relative;
  margin-top: 30px;
  padding: 8vw 5.3333333333vw;
  background-color: #F2F1F0;
}

.consultation .c-heading {
  text-align: center;
}

.consultation .c-heading .title {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  color: #1A1311;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}

.consultation .c-heading .title::before,
.consultation .c-heading .title::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1A1311;
}

.consultation .c-heading .title::before {
  left: 0;
}

.consultation .c-heading .title::after {
  right: 0;
}

.consultation .detail-data dl:nth-child(n + 2) {
  margin-top: 15px;
}

.consultation .detail-data dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7em 1em;
  background-color: #3f3937;
  color: #ffffff;
  font-size: 14px;
}

.consultation .detail-data dt span {
  position: relative;
  padding: 0 2.6666666667vw 0 6vw;
}

.consultation .detail-data dt span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.consultation .detail-data dd {
  padding: 0 1em;
  width: 100%;
  font-size: 14px;
  line-height: 1.75em;
}

.consultation .detail-data .detail-data-item.is-date dt span:before {
  background: url('./images/consultation/icon_calendar.svg') no-repeat;
  background-size: 100%;
}

.consultation .detail-data .detail-data-item.is-time dt span:before {
  background: url('./images/consultation/icon_clock.svg') no-repeat;
  background-size: 100%;
}

.consultation .detail-data .detail-data-item.is-venue dt span:before {
  background: url('./images/consultation/icon_pin.svg') no-repeat;
  background-size: 100%;
}

.consultation .detail-area {
  margin-top: 25px;
}

.consultation .detail-area:not(:first-child) {
  margin-top: 30px;
}

.consultation .detail-area .detail-area-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}

.consultation .detail-area .detail-area-text02 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}

.consultation .detail-area .detail-area-wrap {
  margin-top: 10px;
}

.consultation .detail-area .detail-area-map {
  width: 100%;
  height: 300px;
}

.consultation .detail-area .detail-area-map iframe {
  width: 100%;
  height: 100%;
}

.consultation .detail-area .detail-area-image {
  width: 100%;
}

.consultation .detail-area .detail-area-image img {
  width: 100%;
}

@media all and (max-width: 750px) {
  .consultation .detail-data {
    margin-top: 20px;
  }
  .consultation .detail-data dd {
    margin-top: 15px;
  }
  .consultation .detail-area .detail-area-image {
    margin-top: 20px;
  }
}

@media all and (min-width: 751px) {
  .consultation .detail {
    margin-top: 50px;
    padding: 40px 60px
  }

  .consultation .detail-data {
    margin-top: 30px;
  }

  .consultation .detail-data dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .consultation .detail-data dl:nth-child(n + 2) {
    margin-top: 15px;
  }

  .consultation .detail-data dt {
    padding: 10px;
    font-size: 14px;
    width: 100px;
  }

  .consultation .detail-data dt span {
    padding: 0 10px 0 28px;
  }

  .consultation .detail-data dt span:before {
    width: 20px;
    height: 20px;
  }

  .consultation .detail-area:not(:first-child) {
    margin-top: 42px;
  }

  .consultation .detail-area .detail-area-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .consultation .detail-area .detail-area-map {
    width: 350px;
    height: 350px;
  }

  .consultation .detail-area .detail-area-image {
    max-width: 350px;
  }
}

.consultation .reserve-btn {
  margin-top: 30px;
  text-align: center;
}

.consultation .reserve-btn .btnarrow {
  max-width: 350px;
  width: 100%;
  text-align: center;
}

.consultation .c-heading02 {
  margin-top: 30px;
  padding: 0 10px 10px;
  color: #1A1311;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  border-bottom: 1px solid #1A1311;
}

.consultation .contents {
  margin-top: 30px;
}

.consultation .contents .contents-inner {
  padding: 0 20px;
}

.consultation .contents .contents-area {
  margin-top: 30px;
}

.consultation .contents .contents-title {
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
  background-color: #2F2A2A;
}

.consultation .contents .contents-list {
  margin-top: 30px;
}

.consultation .contents .contents-list li {
  color: #1A1311;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
}

.consultation .contents .mt30 {
  margin-top: 30px;
}

.consultation .contents .contents-wrap {
  margin-top: 20px;
}

.consultation .contents .contents-image {
  width: 100%;
}

.consultation .contents .contents-image img {
  width: 100%;
}

.consultation .contents .contents-area02 {
  width: 100%;
}

@media all and (max-width: 750px) {
  .consultation .contents .contents-area02 {
    margin-top: 15px;
  }
}

@media all and (min-width: 751px) {
  .consultation .reserve-btn {
    margin-top: 50px;
  }

  .consultation .c-heading02 {
    margin-top: 40px;
  }

  .consultation .contents {
    margin-top: 50px;
  }

  .consultation .contents .contents-inner {
    padding: 0 70px;
  }

  .consultation .contents .contents-area {
    margin-top: 40px;
  }

  .consultation .contents .contents-title {
    padding: 10px 15px;
    font-size: 18px;
  }

  .consultation .contents .contents-list {
    margin-top: 30px;
  }

  .consultation .contents .contents-list li {
    font-size: 14px;
    line-height: 2;
  }

  .consultation .contents .mt30 {
    margin-top: 30px;
  }

  .consultation .contents .contents-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  .consultation .contents .contents-image {
    max-width: 350px;
  }

  .consultation .contents .contents-area02 {
    max-width: 350px;
  }
}

.consultation .contact-form {
  margin-top: 30px;
}

.consultation .contact-form .form-inner {
  background-color: #EBEBEB;
  padding-bottom: 30px;
}

.consultation .contact-form .form {
  margin-top: 20px;
  padding: 20px 15px;
  width: 100%;
}

.consultation .contact-form .form th {
  width: 100%;
  text-align: left;
}

.consultation .contact-form .form th.form-message {
  vertical-align: top;
}

.consultation .contact-form .form th .text-min {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.consultation .contact-form .form td {
  padding: 10px 0;
}

.consultation .contact-form .form input[type="text"],
.consultation .contact-form .form textarea,
.consultation .contact-form .form input[type="email"],
.consultation .contact-form .form input[type="tel"],
.consultation .contact-form .form select {
  width: 100%;
  border: 1px solid #B4B4B4;
  padding: 8px 10px;
  -webkit-appearance: none;
  font-size: 14px;
  transform: none;
}

.consultation .contact-form .form select.is-empty {
  color: #B4B4B4;
}

.consultation .contact-form .form select.is-empty option:first-child {
  color: #B4B4B4;
}

.consultation .contact-form .form select.is-empty option:nth-child(n + 2) {
  color: #000;
}

.consultation .contact-form .form .form-checkbox-block .wpcf7-list-item {
  display: block;
}

.consultation .contact-form .form .form-checkbox-block .wpcf7-list-item:not(:first-of-type) {
  margin: 1em 0 0 1em;
}

.consultation .contact-form .form input[type=radio] + span {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 3px;
}

.consultation .contact-form .form input[type=radio] + span:before {
  position: absolute;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -1px;
  left: -30px;
}

.consultation .contact-form .form input[type=radio] + span:after {
  position: absolute;
  content: "";
  top: 2px;
  left: -27px;
}

.consultation .contact-form .form input[type=radio]:checked + span:before {
  content: "";
}

.consultation .contact-form .form input[type=radio]:checked + span:after {
  content: "";
  background-color: #b4b4b4;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.consultation .contact-form .form .form-date {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}

.consultation .contact-form .form .form-label {
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  margin-left: 10px;
}

.consultation .contact-form .form-submit > p {
  text-align: center;
}

.consultation .contact-form .form .form-select {
  position: relative;
}

.consultation .contact-form .form .form-select::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #B4B4B4;
}

.consultation .contact-form .form .form-select select,
.consultation .contact-form .form .form-select input {
  cursor: pointer;
}

.consultation .contact-form .form .form-hosoku {
  color: #5F5E5E;
  font-weight: 500;
  font-size: 12px;
}

.consultation .contact-form .form .wpcf7-form-control-wrap:not(.your-shop) span.wpcf7-not-valid-tip {
  display: none !important;
}

.consultation .contact-form .form .formErrorContent {
  margin-top: 5px;
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
}

@media all and (max-width: 750px) {
  .consultation .contact-form .form,
  .consultation .contact-form .form tbody,
  .consultation .contact-form .form tr,
  .consultation .contact-form .form td {
    display: block;
  }
  .consultation .contact-form .form .form-date li:first-child {
    width: 54%;
  }
  .consultation .contact-form .form .form-date li:last-child {
    width: 44%;
  }
  .consultation .contact-form .form .form-select select,
  .consultation .contact-form .form .form-select input {
    padding: 8px 34px 8px 10px;
  }
  .consultation .contact-form .form-submit .btnarrow {
    width: 90%;
  }
}

@media all and (min-width: 751px) {
  .consultation .contact-form {
    margin-top: 80px;
  }

  .consultation .contact-form .form-inner {
    padding-bottom: 30px;
  }

  .consultation .contact-form .form {
    margin-top: 50px;
    padding: 30px 40px;
  }

  .consultation .contact-form .form th {
    padding: 15px 0;
    width: 32%;
  }

  .consultation .contact-form .form td {
    padding: 15px 0;
  }

  .consultation .contact-form .form th .text-min {
    margin-top: 5px;
    font-size: 14px;
  }

  .consultation .contact-form .form input[type="text"],
  .consultation .contact-form .form textarea,
  .consultation .contact-form .form input[type="email"],
  .consultation .contact-form .form input[type="tel"],
  .consultation .contact-form .form select {
    padding: 8px 10px;
    font-size: 16px;
  }

  .consultation .contact-form .form .form-date {
    margin-top: 10px;
  }

  .consultation .contact-form .form .form-date li {
    width: 48%;
  }
}

.consultation .contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}

.consultation .contact-form .wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}

.consultation .contact-form .form-policy > p {
  text-align: center;
}

.consultation .contact-form .form-policy > p {
  text-align: center;
}

.consultation .contact-form .form-policy .wpcf7-list-item-label a {
  border-bottom: 1px solid #000;
}

.consultation .contact-form .form-policy input[type=checkbox] + span:before {
  position: relative;
  top: 5px;
}

.consultation .contact-form .form-policy input[type=checkbox]:checked + span:after {
  top: 11px;
}

.consultation .contact-form .form-submit {
  margin-top: 30px;
}

.consultation .contact-form .form-submit .btnarrow {
  border: 1px solid #000;
}

.ui-widget {
  font-size: 14px;
}