@charset "utf-8";
/* CSS Document */
.cate1 .titlebox1 {
  margin-bottom: -60px;
}

.reserve_a .reserve_box {
  max-width: 1280px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.35);
  text-align: center;
  padding: clamp(72px, 8vw, 120px) 20px clamp(48px, 6vw, 72px);
}

.reserve_a .lead1 {
  margin-bottom: 22px;
  letter-spacing: .08em;
}

.reserve_a .more {
  justify-content: center;
}

.reserve_a .tel_lead {
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: .08em;
}

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

.reserve_a .telbox p {
  letter-spacing: .08em;
}

.reserve_a .telbox .tel {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1;
}


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

.contact-form_a .send-bt {
  position: relative;
  width: 220px;
  height: 52px;
  border-radius: 999px;
  background: #C5A66E;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.contact-form_a .send-bt p {
  color: #fff;
}
.contact-form_a .form-box .box-wrap .box.required-box h3::after {
    padding: 6px 20px ;}
    
.faq_e1 {
  position: relative;
  overflow: hidden;
  background: transparent;
}

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

.faq_e1 .box {
  background: rgba(255, 255, 255, 0.45);

  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}

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

.faq_e1 .box .qbox {
  cursor: pointer;
  position: relative;
  padding: 32px 70px 24px 34px;
  background: rgba(255, 255, 255, 0.45);
  gap: 18px;
}

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

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

.faq_e1 .box .qbox h3 {
  margin: 0;
  line-height: 1.6;
}

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

.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: flex;
  gap: 18px;
  padding: 0 34px 32px;
  background: rgba(255, 255, 255, 0.45);
}

.faq_e1 .box .abox::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  height: 1px;
  background: rgba(178, 136, 160, 0.28);
}

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

.faq_e1 .box .abox p:last-child {
  margin: 0;
  padding-top: 14px;
  line-height: 2;
  color: #333;
}

body.on .faq_e1 .box .abox {
  display: none;
}

.faq_e1 .more_e2 {
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .faq_e1 .box {
    border-radius: 8px;
  }

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

  .faq_e1 .box .qbox {
    padding: 22px 52px 18px 18px;
    gap: 10px;
  }

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

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

  .faq_e1 .box .abox {
    gap: 10px;
    padding: 0 18px 22px;
  }

  .faq_e1 .box .abox::before {
    left: 18px;
    right: 18px;
  }

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

@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: 60px;
  }

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

/* ---------- 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){
}

