@charset "utf-8";
body {

    background: #F4EFED;}
.reserve_a,
.reserve_a * {
  box-sizing: border-box;
}
.reserve_a {
  position: relative;
  overflow: hidden;
}

.reserve_a .reserve_box,.contact_form_inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(55px, 7vw, 85px) 20px clamp(55px, 7vw, 85px);
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.reserve_a .titlebox1 {
  margin-bottom: clamp(34px, 4vw, 48px);
}

.reserve_a .titlebox1 .entitle2 {
  order: 1;
  margin: 0 0 8px;
  color: #333;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 400;
}

.reserve_a .titlebox1 h2 {
  order: 2;
  margin: 0;
  color: #333;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
}

.reserve_a .lead1 {
  margin: 0 0 clamp(22px, 3vw, 30px);
  color: #333;
  line-height: 1.9;
  letter-spacing: .08em;
}

.reserve_a .reserve_more_wrap {
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 2vw, 14px);
  margin-bottom: clamp(44px, 5vw, 60px);
}

.reserve_a .more a {
  position: relative;
  display: flex;
  width: clamp(210px, 23vw, 300px);
  min-height: clamp(46px, 4vw, 58px);
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: opacity .3s ease, transform .3s ease;
}

.reserve_a .web_btn a {
  background-color: #D8A43A;
}

.reserve_a .line_btn a {
  background-color: #3BC284;
}

.reserve_a .more a:hover {
  opacity: .78;
  transform: translateY(-2px);
}

.reserve_a .more a p {
  margin: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: .08em;
}

.reserve_a .tel_lead {
  margin: 0 0 clamp(18px, 2vw, 24px);
  color: #333;
  line-height: 1.8;
  letter-spacing: .08em;
}

.reserve_a .tel_wrap {
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 4vw, 54px);
  margin-bottom: clamp(18px, 2vw, 24px);
}

.reserve_a .telbox {
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 12px);
  color: #333;
  text-decoration: none;
  transition: opacity .3s ease;
}

.reserve_a .telbox:hover {
  opacity: .65;
}

.reserve_a .tel_icon {
  display: block;
  width: clamp(18px, 2vw, 24px);
  height: auto;
  flex-shrink: 0;
}

.reserve_a .telbox .tel {
  margin: 0;
  color: #333;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.reserve_a .reserve_time {
  margin: 0;
  color: #333;
  line-height: 1.8;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .reserve_a .reserve_more_wrap {
    flex-direction: column;
  }

  .reserve_a .more a {
  }

  .reserve_a .tel_wrap {
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 576px) {
  .reserve_a .reserve_box {
    padding: 48px 20px;
  }

  .reserve_a .reserve_time {
    text-align: left;
  }
      .reserve_a {
    padding-right: 20px;
    padding-left: 20px;
  }

  .reserve_a .reserve_box {
    padding: 44px 18px;
  }

  .reserve_a .lead1 {
    text-align: left;
  }

  .reserve_a .reserve_more_wrap {
    width: 100%;
  }

  .reserve_a .more {
    width: 100%;
  }

  .reserve_a .more a {
    width: 100%;
    min-width: 0;
  }

  .reserve_a .tel_wrap {
    width: 100%;
    align-items: flex-start;
  }

  .reserve_a .telbox {
    width: 100%;
    justify-content:center;
    min-width: 0;
  }

  .reserve_a .telbox .tel {
    min-width: 0;
    font-size: clamp(20px, 6vw, 26px);
    letter-spacing: .05em;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .reserve_a .reserve_time {
    text-align: left;
    letter-spacing: .04em;
  }
    
}

.contact-form_a .form_lead {
  color: #714F38;
  letter-spacing: .1em;
  line-height: 2;
}

.contact-form_a .form-box {
  max-width: 980px;
  margin: 0 auto;
}

.contact-form_a .box-wrap .box {
  align-items: center;
  gap: 30px;
  margin-bottom: 28px;
}
.contact-form_a .box-wrap .box.flex-top {
  align-items: flex-start;

}
.contact-form_a .box-wrap .box.flex-top h3{
  margin-top: 10px;
}
.contact-form_a .box-wrap .box h3 {
  width: 160px;
  position: relative;
  color: #714F38;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.8;
}


.contact-form_a .inputbox {
  flex: 1;
}

.contact-form_a input,
.contact-form_a textarea {
  width: 100%;
  border: 1px solid rgba(113, 79, 56, .12);
  background: #fff;
  border-radius: 4px;
  padding: 14px 18px;
  color: #714F38;
  letter-spacing: .08em;
  line-height: 1.8;
  box-sizing: border-box;
}

.contact-form_a input::placeholder,
.contact-form_a textarea::placeholder {
  color: rgba(113, 79, 56, .45);
}

.contact-form_a textarea {
  min-height: 210px;
  resize: vertical;
}

.contact-form_a .check-area {
  margin-top: 30px;
  text-align: center;
}

.contact-form_a .check-area > div {
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.contact-form_a .check-area p {
  color: #714F38;
  letter-spacing: .08em;
}

.contact-form_a .check-area input {
  width: auto;
}

.contact-form_a .privacy-bt {
  color: #95B900;
  cursor: pointer;
}

.contact-form_a .send {
  justify-content: center;
  margin-top: 32px;
}

.contact-form_a .send-bt button {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}

.contact-form_a .send .send-bt {
	border-radius: 200px;
	background-color: #C3A879;
	padding: 18px 30px;
}
.contact-form_a .send-bt p {
  position: relative;
  z-index: 1;
}
.contact-form_a .send .send-bt::after{
	display: none;
}
@media screen and (max-width: 768px) {
  .contact-form_a .box-wrap .box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .contact-form_a .box-wrap .box h3 {
    width: 100%;
    padding-right: 70px;
    box-sizing: border-box;
  }
.contact-form_a .send .send-bt {
	border-radius: 200px;
	background-color: #C3A879;
	padding: 14px 30px;
}

  .contact-form_a .inputbox {
    width: 100%;
  }
}