/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
/*--------------------------------
	　section-01
--------------------------------*/
.section-01 {
  background: #f3f2f2;
  padding: 60px 0;
}
.section-01 .container {
  padding: 60px;
  background: #FFF;
}
/* お問い合わせ */
/* .contact-wrap {
  width: 100%;
  background: url('../img/contact-bg.jpg') no-repeat center / cover;
} */
.contact-wrap .container {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 0 113px;
}
.contact-wrap .border-block {
  display: flex;
  align-items: baseline;
}
.contact-wrap .border-block::after {
  position: static;
}
.contact-wrap .border-block h2 {
  background: transparent;
}
/*.wpcf7 {
  padding: 60px 100px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
}*/
.wpcf7-form p {
  margin-bottom: 30px;
}
.wpcf7-form p label {
  display: flex;
}
.contact-wrap .form-title {
  width: 26%;
  font-size: 18px;
  font-weight: bold;
}
.contact-wrap .wpcf7-form-control-wrap {
  flex: 1;
  position: relative;
}
.contact-wrap .wpcf7-form-control-wrap.send-to {
  position: relative;
}
.contact-wrap .wpcf7-form-control-wrap.send-to::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  border-top: 10px solid #808080;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateY(-50%);
  content: "";
}
.contact-wrap .wpcf7-form-control-wrap.your-family-name {
  margin-right: 20px;
}
.contact-wrap .wpcf7-form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 40px;
  border: none;
  border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  background: #F3F3F3;
}
.contact-wrap .wpcf7-form-control.wpcf7-select {
  -webkit-appearance: none;
  appearance: none;
}
.contact-wrap .wpcf7-form-control.wpcf7-select.default-option, .contact-wrap .wpcf7-form-control.wpcf7-select.wpcf7-not-valid.default-option option:not(:first-child), .contact-wrap .wpcf7-form-control::placeholder {
  opacity: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact-wrap .wpcf7-form-control.wpcf7-select.wpcf7-not-valid.default-option, .contact-wrap .wpcf7-form-control.wpcf7-not-valid::placeholder {
  color: #c10000;
}
.contact-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .annotation {
  display: flex;
  margin: 40px 0 50px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
.wpcf7-form .annotation-require {
  width: 26%;
  color: #c10000;
}
.wpcf7-form .annotation-policy a {
  display: inline-block;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}
.wpcf7-form .annotation-policy br {
  display: none;
}
.wpcf7-form .annotation-policy a:hover {
  opacity: 0.7;
}
.wpcf7-form > p:last-of-type {
  position: relative;
  margin-bottom: none;
}
.contact-wrap .wpcf7-form-control.wpcf7-submit {
  background: #c7002f;
  cursor: pointer;
  transition: all 0.5s;
	width: 50%;
  margin: 0 auto;
  display: block;
	color: #FFF;
	font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
	border-radius: 80px;
	line-height: 1;
	padding: 15px 30px;
}
/* 送信完了モーダル */
.thanks-wrap, .invalid-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.thanks-bg, .invalid-bg {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@-moz-document url-prefix() {
  .thanks-bg, .invalid-bg {
    background: rgba(255, 255, 255, 0.8);
  }
}
.thanks-content, .invalid-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background: #fff;
  transform: translate(-50%, -50%);
}
.thanks-content {
  max-width: 900px;
  max-height: 380px;
  height: 80%;
}
.invalid-content {
  max-width: 500px;
  max-height: 280px;
  height: auto;
}
.thanks-content-inner, .invalid-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.thanks-content-inner .inner-close, .invalid-content-inner .inner-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.invalid-content-inner .inner-close {
  top: 10%;
}
.thanks-content-inner .inner-close::before, .thanks-content-inner .inner-close::after, .invalid-content-inner .inner-close::before, .invalid-content-inner .inner-close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  content: "";
}
.thanks-content-inner .inner-close::before, .invalid-content-inner .inner-close::before {
  transform: rotate(45deg);
}
.thanks-content-inner .inner-close::after, .invalid-content-inner .inner-close::after {
  transform: rotate(-45deg);
}
.thanks-content-inner .inner-title {
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  text-align: center;
}
.thanks-content-inner .inner-content {
  line-height: 2;
}
.invalid-content-inner .inner-content {
  line-height: 1.5;
}
.invalid-content-inner .inner-content:first-of-type {
  margin-top: 30px;
}
.invalid-content-inner .inner-content:last-of-type {
  margin-bottom: 30px;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.btn-send a {
  background: #c7002f;
  padding: 15px 30px;
  border-radius: 80px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  width: 80%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  text-decoration: none;
  line-height: 1;
}
.btn-send a:hover {
  background: #e30f41;
}
.required-t {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .contact-wrap .container {
    padding: 160px 5% 113px;
  }
  .wpcf7 {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 991px) {
  .section-01 .container {
    padding: 15px;
  }
  .required-t {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .btn-send a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* お問い合わせ */
  .contact-wrap {
    background: url('../img/contact-bg-sp.jpg') no-repeat center / cover;
  }
  .contact-wrap .container {
    width: auto;
    margin: 0 5%;
    padding: 20px 0 30px;
  }
  .contact-wrap .border-block {
    margin-bottom: 40px;
  }
  .wpcf7 {
    padding: 15px 5%;
  }
  .wpcf7-form p {
    margin: 0 0 25px;
  }
  .wpcf7-form p label {
    flex-wrap: wrap;
  }
  .contact-wrap .form-title {
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
    line-height: 1;
  }
  .contact-wrap .wpcf7-form-control {
    padding: 15px 10px;
    font-size: 13px;
  }
  .contact-wrap .wpcf7-form-control-wrap.your-family-name {
    margin-right: 10px;
  }
  .wpcf7-form .annotation {
    flex-wrap: wrap;
    margin: 0;
    font-size: 13px;
    line-height: 2;
  }
  .wpcf7-form .annotation-require {
    width: 100%;
    margin-bottom: 12px;
  }
  .wpcf7-form .annotation-policy a {
    padding-bottom: 0;
    line-height: 2;
  }
  .wpcf7-form .annotation-policy br {
    display: inline;
  }
  .wpcf7-form > p:last-of-type {
    margin-bottom: 0;
  }
  .wpcf7-form > p:last-of-type::before {
    left: calc(50% + 47px);
  }
  .wpcf7-form > p:last-of-type::after {
    right: calc(50% - 55px);
    width: 30px;
  }
  .contact-wrap .wpcf7-form-control.wpcf7-submit {
    -webkit-appearance: button;
    height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 30px;
    appearance: button;
	  width: 100%;
	  margin-top: 60px;
  }
  .invalid-content {
    height: 100%;
  }
  .thanks-content-inner .inner-title {
    font-size: 40px;
  }
  .invalid-content-inner .inner-close {
    top: 5%;
    width: 40px;
  }
  .thanks-content-inner .inner-content, .invalid-content-inner .inner-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .invalid-content-inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 320px) {
  .wpcf7-form .annotation-policy br {
    display: none;
  }
}