@charset "utf-8";
.thanks_a {
  position: relative;
}

.thanks_a .titlebox h2 {
  color: #714F38;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 400;
}

.thanks_a .titlebox .sub_en {
  margin-top: 6px;
  color: #95B900;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 400;
}

.thanks_a .thanks_box {
  background: #F8F7F4;
  padding: clamp(45px, 6vw, 80px) clamp(20px, 5vw, 70px);
}

.thanks_a .thanks_box p {
  color: #714F38;
  letter-spacing: .08em;
}

.thanks_a .tel_lead {
  margin-bottom: 12px;
  color: #714F38;
  letter-spacing: .12em;
}

.thanks_a .telbox {
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  color: #C8B17D;
}

.thanks_a .telbox p {
  color: #C8B17D;
}

.thanks_a .telbox .tel {
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: .12em;
}

.thanks_a .thanks_btn_wrap {
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.thanks_a .more_btn {
  margin-top: 0;
}

.thanks_a .top_btn,
.thanks_a .reserve_btn {
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .thanks_a .thanks_box {
    padding: 40px 20px;
  }

  .thanks_a .thanks_btn_wrap {
    flex-direction: column;
    align-items: center;
  }
}

.titlebox .sub_en{
  color: #A0B90F;
}
.cate1 .titlebox1 {
  margin-bottom: clamp(-60px, -5vw, -35px);
  position: relative;
  z-index: 2;
}

.reserve_a .titlebox1 h2,
.contact-form_a .titlebox1 h2,
.cate3 .titlebox1 h2 {
  color: #714F38;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 400;
}

.reserve_a .titlebox1 .entitle2,
.contact-form_a .titlebox1 .entitle2,
.cate3 .titlebox1 .entitle2 {
  color: #95B900;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 400;
  margin-top: 6px;
  order: 2;
}

.reserve_a .titlebox1 h2,
.contact-form_a .titlebox1 h2,
.cate3 .titlebox1 h2 {
  order: 1;
}

.reserve_a .reserve_box {
  max-width: 1280px;
  margin: 0 auto;
  background: #F8F7F4;
  text-align: center;
  padding: clamp(80px, 9vw, 90px) 20px clamp(70px, 7vw, 95px);
}

.reserve_a .lead1 {
  margin-bottom: 28px;
  color: #714F38;
  letter-spacing: .12em;
  line-height: 2;
}

.reserve_a .reserve_more_wrap {
  justify-content: center;
  margin-bottom: 34px;
}

.reserve_a .more a,
.contact-form_a .send-bt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 54px;
  background: #C8B17D;
  color: #fff;
  border-radius: 999px;
  overflow: hidden;
  transition: .3s ease;
}

.reserve_a .more a:hover,
.contact-form_a .send-bt:hover {
  opacity: .75;
}

.reserve_a .more a p,
.contact-form_a .send-bt p {
  color: #fff;
  letter-spacing: .12em;
  line-height: 1;
}

.reserve_a .tel_lead {
  margin-bottom: 12px;
  color: #714F38;
  letter-spacing: .12em;
}

.reserve_a .telbox {
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  color: #C8B17D;
}

.reserve_a .telbox p {
  color: #C8B17D;
}

.reserve_a .telbox .tel {
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: .12em;
}

/* form */
.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 h3 {
  width: 160px;
  position: relative;
  color: #714F38;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.8;
}

.contact-form_a .box-wrap .box.required-box h3::after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 5px 8px;
  background: #D40000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
  border-radius: 2px;
}

.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-bt p {
  position: relative;
  z-index: 1;
}

/* faq */
.faq_e1 {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.faq_e1 .boxwrap {
  max-width: 1280px;
  margin: 0 auto;
}

.faq_e1 .box {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.faq_e1 .box:not(:last-of-type) {
  margin-bottom: 34px;
}

.faq_e1 .box .qbox {
  cursor: pointer;
  position: relative;
  padding: 34px 70px 24px 34px;
  background: #fff;
  gap: 18px;
  border-bottom: 1px solid rgba(149, 185, 0, .18);
}

.faq_e1 .q_icon {
  color: #95B900;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.faq_e1 .a_icon {
  color: #C8B17D;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.faq_e1 .box .qbox h3 {
  margin: 0;
  line-height: 1.6;
  color: #714F38;
  letter-spacing: .08em;
  font-weight: 400;
}

.faq_e1 .box .qbox .icon {
  position: absolute;
  right: 34px;
  top: 38px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #95B900;
}

.faq_e1 .box .qbox .icon::before,
.faq_e1 .box .qbox .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transition: .25s ease;
  transform: translate(-50%, -50%);
}

.faq_e1 .box .qbox .icon::before {
  width: 9px;
  height: 2px;
}

.faq_e1 .box .qbox .icon::after {
  width: 2px;
  height: 9px;
}

.faq_e1 .box .qbox.active .icon::after {
  opacity: 0;
}

.faq_e1 .box .abox {
  display: none;
  position: relative;
  gap: 18px;
  padding: 0 34px 32px;
  background: #fff;
}

.faq_e1 .box .abox .a_icon {
  padding-top: 24px;
  flex-shrink: 0;
}

.faq_e1 .box .abox p:last-child {
  margin: 0;
  padding-top: 22px;
  line-height: 2;
  color: #714F38;
  letter-spacing: .08em;
}

/* sp */
@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 .inputbox {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .cate1 .titlebox1 {
    margin-bottom: -35px;
  }

  .reserve_a .reserve_more_wrap {
    flex-direction: column;
    align-items: center;
  }

  .reserve_a .more a,
  .contact-form_a .send-bt {
    width: 100%;
    max-width: 280px;
  }

  .faq_e1 .box:not(:last-of-type) {
    margin-bottom: 22px;
  }

  .faq_e1 .box .qbox {
    padding: 24px 52px 20px 20px;
    gap: 12px;
  }

  .faq_e1 .box .qbox .icon {
    right: 20px;
    top: 28px;
    width: 20px;
    height: 20px;
  }

  .faq_e1 .q_icon,
  .faq_e1 .a_icon {
    font-size: 30px;
  }

  .faq_e1 .box .abox {
    gap: 12px;
    padding: 0 20px 24px;
  }

  .faq_e1 .box .abox p:last-child {
    line-height: 1.9;
  }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

