@charset "UTF-8";
.page-head {
  background-image: url("../assets/images/contact/contact-head.jpg");
}
.page-head.reservation {
  background-image: url("../assets/images/contact/reservation-head.jpg");
}

.head-text {
  margin-bottom: 100px;
  text-align: center;
  font-family: "游明朝", "ヒラギノ明朝", serif;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.12em;
}

.contact-main {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 40px;
}
.contact-main .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 2px;
}

.contact-block {
  padding-top: 40px;
  padding-bottom: 12px;
  border-top: solid 1px #D5D5D5;
}
.contact-block h2 {
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

.date-note {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.contact-item {
  margin-bottom: 20px;
}
.contact-item__head {
  display: block;
  font-size: 14px;
}
.contact-item__head .note {
  margin-left: 12px;
}
.contact-item__head .required {
  display: inline-block;
  width: 44px;
  font-size: 12px;
  line-height: 16px;
  background-color: #FF5252;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-left: 12px;
}
.contact-item input, .contact-item textarea {
  border: solid 1px #E5EAF0;
  background-color: #F7F9FB;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 18px;
  margin-top: 10px;
}
.contact-item input::-moz-placeholder, .contact-item textarea::-moz-placeholder {
  color: #9B9FA5;
}
.contact-item input::placeholder, .contact-item textarea::placeholder {
  color: #9B9FA5;
}
.contact-item input.full, .contact-item textarea.full {
  width: 100%;
}
.contact-item input.tel, .contact-item textarea.tel {
  width: 260px;
}
.contact-item input.post1, .contact-item textarea.post1 {
  width: 120px;
  margin-right: 7px;
}
.contact-item input.post2, .contact-item textarea.post2 {
  width: 120px;
  margin-left: 7px;
}
.contact-item input.name, .contact-item textarea.name {
  width: 400px;
}
.contact-item .time-wrapper {
  display: flex;
  margin-top: 10px;
}
.contact-item .time-wrapper .ts-control {
  margin-top: 0;
}
.contact-item .time-wrapper .wpcf7-form-control-wrap:first-child {
  margin-right: 20px;
  height: 48px;
  display: block;
  position: relative;
}
.contact-item .time-wrapper .wpcf7-form-control-wrap:first-child::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../assets/images/contact/select-arrow.png");
  background-size: cover;
  position: absolute;
  left: 250px;
  top: 14px;
  transform-origin: center;
  z-index: 2;
}
.contact-item .time-wrapper .wpcf7-form-control-wrap:first-child.focus::before {
  transform: rotate(180deg);
}
.contact-item .wpcf7-select {
  width: 280px;
}
.contact-item .custom-datepicker_kamakura, .contact-item .custom-datepicker_kichijoji {
  width: 280px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.contact-item .custom-datepicker_kamakura:focus, .contact-item .custom-datepicker_kichijoji:focus {
  outline: none;
}
.contact-item .ts-control {
  border: solid 1px #E5EAF0;
  background-color: #F7F9FB;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 18px;
  border-radius: 8px;
  color: #9B9FA5;
  position: relative;
  margin-top: 10px;
}
.contact-item .ts-control::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../assets/images/contact/select-arrow.png");
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}
.contact-item .ts-control option:first-child {
  display: none;
}
.contact-item .ts-control input {
  display: none !important;
}
.contact-item .dropdown-active .ts-control::before {
  transform: translateY(-50%) rotate(180deg);
}
.contact-item .ts-control, .contact-item .ts-wrapper.single.input-active .ts-control {
  background-color: #F7F9FB !important;
}
.contact-item .ts-dropdown-content .option:first-child {
  display: none;
}
.contact-item .wpcf7-radio {
  margin-top: 10px;
  display: block;
}
.contact-item .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 44px;
}
.contact-item input[type=radio] {
  display: none;
}
.contact-item input[type=radio] + span {
  position: relative;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  padding-left: 38px;
}
.contact-item input[type=radio] + span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background-color: #3B1D06;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
}
.contact-item input[type=radio] + span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px #E5EAF0;
  background-color: #F7F9FB;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.contact-item input[type=radio]:checked + span::before {
  opacity: 1;
}
.contact-item .wpcf7-acceptance {
  font-size: 14px;
  display: block;
  text-align: center;
}
.contact-item .wpcf7-acceptance a {
  color: #666666;
  text-decoration: underline;
}
.contact-item .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.contact-item .wpcf7-acceptance input[type=checkbox] + span {
  position: relative;
  line-height: 2em;
  display: block;
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.contact-item .wpcf7-acceptance input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/contact/icon-check.svg");
  background-size: contain;
  left: 0;
  top: 2px;
  z-index: 3;
  opacity: 0;
}
.contact-item .wpcf7-acceptance input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: solid 1px #E5EAF0;
  background-color: #F7F9FB;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.contact-item input[type=checkbox] {
  display: none;
}
.contact-item .wpcf7-list-item-label {
  font-size: 14px;
}
.contact-item .wpcf7-list-item-label .note {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 8px;
}
.contact-item .form-checkbox {
  margin-top: 10px;
  display: block;
}
.contact-item .form-checkbox .wpcf7-list-item {
  margin-left: 36px;
}
.contact-item .form-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}
@media screen and (max-width:980px) {
  .contact-item .form-checkbox .wpcf7-list-item.last {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}
.contact-item input[type=checkbox] + span {
  position: relative;
  line-height: 2em;
  display: block;
  cursor: pointer;
  padding-left: 34px;
  position: relative;
}
.contact-item input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/contact/icon-check.svg");
  background-size: contain;
  left: 0;
  top: 2px;
  z-index: 3;
  opacity: 0;
}
.contact-item input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: solid 1px #E5EAF0;
  background-color: #fff;
  border-radius: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.contact-item input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.contact-item textarea {
  width: 100%;
  height: 240px;
}

/*.submit-btn{
    position:relative;
    height:80px;
    transition:.6s;
    margin-top: 40px;
    &::before{
        content:'';
        display: block;
        width:100%;
        height:80px;
        position:absolute;
        top:0;
        left:0;
        border:solid 1px #3B1D06;
        background-color: #fff;
        clip-path:inset(0 100% 0 0);
        transition:.6s;
        z-index:2;
        box-sizing: border-box;
    }
    &::after{
        content:'';
        display: block;
        width:100%;
        height:80px;
        position:absolute;
        top:0;
        left:0;
        background-color: #3B1D06;
        z-index:1;
    }
    @include mix.mq-up(){
        &.hover{
            input[type=submit]{
                color:#3B1D06;
            }
            &::before{
                clip-path:inset(0);
            }
        }
    }
}*/
input[type=submit] {
  font-size: 16px;
  width: 100%;
  height: 80px;
  border: solid 1px #3B1D06;
  background-color: #3B1D06;
  margin-bottom: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: 0.6s;
  /*
  &:disabled{
      pointer-events: none;
      background-color: #847B74;
  }*/
}
input[type=submit]:hover {
  opacity: 0.7;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.contact-note {
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .page-head {
    background-image: url("../assets/images/contact/contact-head-sp.jpg");
  }
  .page-head.reservation {
    background-image: url("../assets/images/contact/reservation-head-sp.jpg");
  }
  .head-text {
    font-size: 14px;
    margin-bottom: 80px;
  }
  .contact-block {
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .contact-block h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .contact-item__head .note {
    font-size: 11px;
    margin-left: 0;
    margin-top: 6px;
    display: block;
  }
  .contact-item input, .contact-item textarea {
    font-size: 16px;
  }
  .contact-item input.name, .contact-item textarea.name {
    max-width: 400px;
    width: 100%;
  }
  .contact-item .ts-control {
    font-size: 16px;
  }
  .contact-item .time-wrapper {
    display: block;
  }
  .contact-item .time-wrapper .wpcf7-form-control-wrap:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact-item .wpcf7-select {
    width: 100%;
    max-width: 280px;
  }
  .contact-item .form-checkbox .wpcf7-list-item {
    margin-left: 36px;
  }
  .contact-item .form-checkbox .wpcf7-list-item.first {
    margin-left: 0;
  }
  .contact-item .form-checkbox .wpcf7-list-item.last {
    position: relative;
    padding-bottom: 40px;
  }
  .contact-item .wpcf7-list-item-label .note {
    font-size: 12px;
    margin-left: 0;
    position: absolute;
    top: 30px;
    left: 0;
  }
}