@charset "utf-8";

/* ===============================
お問い合わせページ hero
=============================== */

body#inquiry #main_img {
  height: 55vh;
  overflow: hidden;
}

body#inquiry #main_img .photo,
body#inquiry #main_img .photo picture {
  height: 100%;
}

body#inquiry #main_img .photo picture {
  display: block;
}

body#inquiry #main_img .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 600px) {

  body#inquiry #main_img {
    height: 42vh;
  }

}

/* ===============================
お問い合わせページ hero：SPタイトル位置補正
スマホヘッダー下端?ヒーロー下端の中心に合わせる
=============================== */

@media screen and (max-width: 600px) {

  body#inquiry {
    --sp-hero-title-offset: 28px;
  }

  body#inquiry #main_img {
    position: relative;
  }

  body#inquiry #main_img .txt {
    position: absolute !important;
    left: 50% !important;
    top: calc(50% + var(--sp-hero-title-offset)) !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    z-index: 2;
  }

}

/* ===============================
PC表示 本文幅調整
=============================== */

@media screen and (min-width: 601px) {

  body#inquiry #sec_inquiry_intro .inner_sm,
  body#inquiry #faq_area_wp .inner_sm,
  body#inquiry #contact_info .inner_sm,
  body#inquiry #lead_col .inner_sm {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  body#inquiry #form_area form.inner_sm {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

}


/* ===============================
お問い合わせページ セクション見出し
=============================== */

body#inquiry .inquiry_section_title {
  margin-bottom: 44px;
}

body#inquiry .inquiry_section_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 38px auto 0;
  background: #ddd;
}

body#inquiry #faq_area_wp h2.inquiry_section_title::after,
body#inquiry #contact_info h2.inquiry_section_title::after {
  content: none !important;
  display: none !important;
}

#contact_info .inquiry_section_title {
  margin-bottom: 38px;
}

body#inquiry .tit01 .ja {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

body#inquiry .tit01 .en {
  font-size: 12px;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 600px) {

  body#inquiry .inquiry_section_title {
    margin-bottom: 36px;
  }

  body#inquiry .inquiry_section_title::after {
    margin-top: 32px;
  }

  #contact_info .inquiry_section_title {
    margin-bottom: 32px;
  }

  body#inquiry .tit01 .ja {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }

  body#inquiry .tit01 .en {
    font-size: 11px;
    letter-spacing: 0.28em;
  }

}


/* ===============================
お問い合わせ 導入メニュー
=============================== */

#sec_inquiry_intro {
  position: relative;
  overflow: hidden;
  padding: 78px 0 64px;
}

#sec_inquiry_intro::before {
  content: "";
  position: absolute;
  top: -38px;
  right: -20px;
  width: 360px;
  height: 320px;
  background: url("../img/illust03.png") no-repeat center / contain;
  pointer-events: none;
  z-index: 0;
}

#sec_inquiry_intro .inner_sm {
  position: relative;
  z-index: 1;
}

#sec_inquiry_intro .tit01 {
  margin-bottom: 0;
}

#sec_inquiry_intro .inquiry_nav {
  display: block;
  width: 100%;
  margin: 42px auto 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

#sec_inquiry_intro .inquiry_nav a {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 42px 22px 0;
  border-bottom: 1px solid #ddd;
  color: #222;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

#sec_inquiry_intro .inquiry_nav a:hover {
  opacity: 0.72;
}

#sec_inquiry_intro .inquiry_nav a::after {
  content: "\203A";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  color: #8b6f55;
}

#sec_inquiry_intro .inquiry_nav_title {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

#sec_inquiry_intro .inquiry_nav_text {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #666;
}

@media screen and (max-width: 600px) {

  #sec_inquiry_intro {
    padding: 46px 0 36px;
  }

  #sec_inquiry_intro::before {
    top: -8px;
    right: -18px;
    width: 43vw;
    height: 34vw;
    background-size: cover;
  }

  #sec_inquiry_intro .inner_sm {
    transform: translateY(11px);
  }

  #sec_inquiry_intro .inquiry_nav {
    margin-top: 28px;
  }

  #sec_inquiry_intro .inquiry_nav a {
    padding: 15px 34px 15px 0;
  }

  #sec_inquiry_intro .inquiry_nav_title {
    font-size: 16px;
  }

  #sec_inquiry_intro .inquiry_nav_text {
    font-size: 14px;
  }

}


/* ===============================
FAQ WP
=============================== */

#faq_area_wp {
  padding: 72px 0 0;
}

.faq_block {
  border-top: 1px solid #ddd;
}

.faq_block:last-child {
  border-bottom: 1px solid #ddd;
}

.faq_title {
  position: relative;
  padding: 22px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}

.faq_title:hover {
  opacity: 0.7;
}

.faq_title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
}

.faq_title.active::after {
  content: "-";
}

.faq_content {
  --faq-indent: 1.45em;
  --faq-block-gap: 34px;
  --faq-p-gap: 16px;
  --faq-br-gap: 4px;
  --faq-table-gap-top: 10px;
  --faq-table-gap-bottom: 18px;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.faq_content.open {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 30px;
}


/* FAQ Q/A */

.faq_content dl {
  margin-bottom: var(--faq-block-gap);
}

.faq_content dl:last-child {
  margin-bottom: 0;
}

.faq_content dt {
  padding-left: var(--faq-indent) !important;
  text-indent: calc(var(--faq-indent) * -1) !important;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.8;
  font-size: 15px;
}

.faq_content dd {
  margin-left: 0;
  line-height: 2;
  font-size: 14px;
  color: #444;
}

.faq_content dd p {
  margin: 0;
  line-height: 2;
}

#faq_area_wp .faq_content dd > p:first-child {
  padding-left: var(--faq-indent) !important;
  text-indent: calc(var(--faq-indent) * -1) !important;
}

#faq_area_wp .faq_content dd > p:not(:first-child) {
  padding-left: var(--faq-indent) !important;
  text-indent: 0 !important;
}

#faq_area_wp .faq_content dd > p + p {
  margin-top: var(--faq-p-gap);
}

.faq_content dd br {
  display: block;
  margin-bottom: var(--faq-br-gap);
}

#faq_area_wp .faq_content strong,
#faq_area_wp .faq_content b {
  font-weight: 700;
  color: #222;
}


/* FAQ 小見出し */

#faq_area_wp .faq_subhead {
  margin: 10px 0 18px;
  padding-left: 0 !important;
  text-indent: 0 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  color: #222;
}


/* FAQ 表 */

#faq_area_wp .faq_content .faq_table {
  width: calc(100% - var(--faq-indent));
  margin: var(--faq-table-gap-top) 0 var(--faq-table-gap-bottom) var(--faq-indent);
  border-collapse: collapse;
}

#faq_area_wp .faq_content dd > p + .faq_table {
  margin-top: var(--faq-table-gap-top);
}

#faq_area_wp .faq_content .faq_table + p {
  margin-top: 18px;
}

#faq_area_wp .faq_content .faq_table td {
  padding: 3px 0;
  vertical-align: top;
  line-height: 1.9;
  font-size: 14px;
}

#faq_area_wp .faq_content .faq_table td:first-child {
  width: 44%;
  padding-right: 24px;
  white-space: nowrap;
}

#faq_area_wp .faq_content .faq_table td:last-child {
  width: 56%;
}


/* FAQ 太字見出し＋表グループ */

#faq_area_wp .faq_content .faq_table_group {
  width: calc(100% - var(--faq-indent));
  margin: 12px 0 24px var(--faq-indent);
  padding: 14px 16px 15px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  box-sizing: border-box;
}

#faq_area_wp .faq_content .faq_table_group .faq_table_head {
  margin: 0 0 6px !important;
  padding: 0 !important;
  text-indent: 0 !important;
  line-height: 1.8;
  font-weight: 700;
  color: #222;
}

#faq_area_wp .faq_content .faq_table_group .faq_table {
  width: 78% !important;
  margin: 0 !important;
}

#faq_area_wp .faq_content .faq_table_group .faq_table td {
  padding: 3px 0;
}

#faq_area_wp .faq_content .faq_table_group .faq_table td:first-child {
  width: 46%;
  padding-right: 18px;
}

#faq_area_wp .faq_content .faq_table_group .faq_table td:last-child {
  width: 54%;
}


/* FAQ 注意書き */

#faq_area_wp .faq_content dd > p.faq_note {
  margin-top: 4px !important;
  margin-bottom: 0;
  padding-left: var(--faq-indent) !important;
  text-indent: 0 !important;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #555;
}

#faq_area_wp .faq_content dd > p.faq_note + p {
  margin-top: 18px !important;
}


/* FAQ 箇条書きリスト */

#faq_area_wp .faq_content .faq_list_group {
  display: inline-block;
  margin: 8px 0 18px var(--faq-indent);
  padding: 10px 18px 11px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  box-sizing: border-box;
}

#faq_area_wp .faq_content .faq_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#faq_area_wp .faq_content .faq_list li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.9;
  font-size: 14px;
}

#faq_area_wp .faq_content .faq_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}


/* FAQ PC */

@media screen and (min-width: 601px) {

  #faq_area_wp .faq_content {
    --faq-box-width: 540px;
  }

  #faq_area_wp .faq_content .faq_table_group {
    width: var(--faq-box-width) !important;
    max-width: calc(100% - var(--faq-indent));
    margin-left: var(--faq-indent);
    padding: 14px 24px 16px;
  }

  #faq_area_wp .faq_content .faq_table_group .faq_table {
    width: 100% !important;
    margin: 0 !important;
  }

  #faq_area_wp .faq_content .faq_table_group .faq_table td:first-child {
    width: 46%;
    padding-right: 18px;
  }

  #faq_area_wp .faq_content .faq_table_group .faq_table td:last-child {
    width: 54%;
  }

  #faq_area_wp .faq_content .faq_list_group {
    display: block;
    width: var(--faq-box-width) !important;
    max-width: calc(100% - var(--faq-indent));
    margin: 8px 0 22px var(--faq-indent);
    padding: 13px 24px 14px;
  }

}


/* FAQ スマホ */

@media screen and (max-width: 600px) {

  #faq_area_wp {
    padding-top: 56px;
  }

  .faq_title {
    padding: 20px 0;
    font-size: 15px;
  }

  .faq_content {
    --faq-indent: 1.45em;
    --faq-block-gap: 32px;
    --faq-p-gap: 15px;
    --faq-br-gap: 4px;
    --faq-table-gap-top: 10px;
    --faq-table-gap-bottom: 18px;
  }

  .faq_content dt {
    font-size: 15px;
  }

  .faq_content dd,
  .faq_content dd p,
  #faq_area_wp .faq_table td {
    font-size: 14px;
  }

  #faq_area_wp .faq_content .faq_table {
    width: calc(100% - var(--faq-indent));
    margin-left: var(--faq-indent);
  }

  #faq_area_wp .faq_content .faq_table td {
    font-size: 14px;
    line-height: 1.9;
  }

  #faq_area_wp .faq_content .faq_table td:first-child {
    width: 45%;
    padding-right: 14px;
  }

  #faq_area_wp .faq_content .faq_table td:last-child {
    width: 55%;
  }

  #faq_area_wp .faq_content .faq_table_group {
    width: calc(100% - var(--faq-indent));
    margin: 12px 0 24px var(--faq-indent);
    padding: 13px 14px 15px;
  }

  #faq_area_wp .faq_content .faq_table_group .faq_table {
    width: 100% !important;
  }

  #faq_area_wp .faq_content .faq_table_group .faq_table td:first-child {
    width: 48%;
    padding-right: 12px;
  }

  #faq_area_wp .faq_content .faq_table_group .faq_table td:last-child {
    width: 52%;
  }

  #faq_area_wp .faq_content .faq_list_group {
    display: block;
    width: calc(100% - var(--faq-indent));
    margin: 8px 0 18px var(--faq-indent);
    padding: 10px 14px 11px;
  }

}


/* ===============================
電話セクション
=============================== */

#contact_info {
  background: none;
  padding: 80px 0 0;
  margin: 72px 0 0;
  max-width: none;
  text-align: center;
}

#contact_info .contact_box {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 62px 56px 58px;
  background: #fdfaf4;
  border: 1px solid rgba(184, 154, 69, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

#contact_info .contact_box::before,
#contact_info .contact_box::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  pointer-events: none;
  opacity: 0.45;
}

#contact_info .contact_box::before {
  top: 18px;
  left: 18px;
  border-top: 1px solid #c7aa58;
  border-left: 1px solid #c7aa58;
}

#contact_info .contact_box::after {
  right: 18px;
  bottom: 18px;
  border-right: 1px solid #c7aa58;
  border-bottom: 1px solid #c7aa58;
}

#contact_info .contact_lead {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 28px;
  letter-spacing: 0.07em;
}

#contact_info .contact_tel_pc {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 24px;
  color: #8b2c2c;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

#contact_info .contact_tel_pc::before,
#contact_info .contact_tel_pc::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 46px;
  height: 1px;
  background: #c7aa58;
  opacity: 0.65;
}

#contact_info .contact_tel_pc::before {
  right: calc(100% + 24px);
}

#contact_info .contact_tel_pc::after {
  left: calc(100% + 24px);
}

#contact_info .contact_tel_sp {
  display: none !important;
}

#contact_info .contact_time {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

#contact_info .contact_note {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-top: 0;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 600px) {

  #contact_info {
    padding: 56px 0 0;
    margin-top: 56px;
  }

  #contact_info .contact_box {
    max-width: none;
    padding: 40px 22px 38px;
    border-radius: 7px;
  }

  #contact_info .contact_box::before,
  #contact_info .contact_box::after {
    display: none;
  }

  #contact_info .contact_lead {
    font-size: 14px;
    margin-bottom: 22px;
  }

  #contact_info .contact_tel_pc {
    display: none !important;
  }

  #contact_info .contact_tel_sp {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto 20px;
    text-decoration: none;
    transform: translateX(10px);
  }

  #contact_info .contact_tel_sp .tel_number {
    display: block;
    text-align: center;
    color: #8b2c2c;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.04em;
  }

  #contact_info .contact_tel_sp .tel_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 22px;
    border: 1px solid #b89a45;
    border-radius: 50%;
    background: #fff;
    color: #9a7a24;
    flex-shrink: 0;
  }

  #contact_info .contact_tel_sp .tel_icon svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: currentColor;
  }

  #contact_info .contact_time {
    font-size: 14px;
  }

  #contact_info .contact_note {
    font-size: 13px;
  }

}


/* ===============================
フォーム導入
=============================== */

#lead_col {
  margin-top: 80px;
}

body#inquiry #lead_col::before {
  content: none !important;
  display: none !important;
}

#lead_col h2 {
  text-align: center;
}

#lead_col .form_lead_text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.form_br_sp {
  display: none;
}

@media screen and (max-width: 600px) {

  #lead_col {
    margin-top: 64px;
  }

  #lead_col .form_lead_text {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .form_br_sp {
    display: block;
  }

}


/* ===============================
お問い合わせフォーム
=============================== */

#form_area {
  margin-top: 28px;
}

.box_must {
  text-align: center;
  font-size: 13px;
  margin-bottom: 24px;
}

#form_area dl {
  margin-bottom: 22px;
}

#form_area dt {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 8px;
}

#form_area dd input,
#form_area dd textarea {
  width: 100%;
  padding: 11px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
}

#form_area dd textarea {
  min-height: 210px;
}


/* 個人情報同意チェック */

body#inquiry #form_area form#mailformpro .pii_check {
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #333;
}

body#inquiry #form_area form#mailformpro .pii_check label.privacy-consent {
  display: inline-flex !important;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  white-space: normal !important;
}

body#inquiry #form_area form#mailformpro .pii_check label.privacy-consent input[type="checkbox"] {
  display: inline-block !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  padding: 0 !important;
  margin: 0.45em 0 0 !important;
  box-sizing: border-box;
  flex: 0 0 16px;
}

body#inquiry #form_area form#mailformpro .pii_check .privacy-consent-text {
  display: inline-block;
  min-width: 0;
  white-space: nowrap;
}

body#inquiry #form_area form#mailformpro .pii_check .privacy-consent-phrase {
  display: inline;
  white-space: nowrap;
}

body#inquiry #form_area form#mailformpro .pii_check .privacy-consent-text a {
  white-space: nowrap;
}

body#inquiry #form_area form#mailformpro .pii_check label.privacy-consent div.mfp_err {
  position: absolute;
  top: calc(100% + 2px);
  left: 24px;
  clear: none !important;
  width: max-content !important;
  max-width: calc(100vw - 80px);
  margin: 0 !important;
  padding: 0 0 0 17px !important;
  text-align: left;
  line-height: 1.6;
  font-size: 12px;
  white-space: normal;
  z-index: 2;
}


/* 送信ボタン */

.mfp_buttons {
  text-align: center;
  margin-top: 36px;
}

.mfp_buttons button {
  min-width: 240px;
  padding: 14px 42px;
  background: #8b2c2c;
  color: #fff;
  border: none;
  font-size: 15px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.mfp_buttons button:hover {
  opacity: 0.82;
}

@media screen and (max-width: 600px) {

  #form_area {
    margin-top: 24px;
  }

  .box_must {
    font-size: 13px;
    margin-bottom: 22px;
  }

  #form_area dt {
    font-size: 15px;
  }

  #form_area dd input,
  #form_area dd textarea {
    font-size: 15px;
  }

  #form_area dd textarea {
    min-height: 230px;
  }

  body#inquiry #form_area form#mailformpro .pii_check {
    font-size: 13px;
    text-align: center;
  }

  body#inquiry #form_area form#mailformpro .pii_check label.privacy-consent {
    font-size: 15px;
    justify-content: center;
  }

  .mfp_buttons button {
    min-width: 230px;
    padding: 14px 36px;
  }

}

@media screen and (max-width: 390px) {

  body#inquiry #form_area form#mailformpro .pii_check .privacy-consent-text {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
  }

  body#inquiry #form_area form#mailformpro .pii_check .privacy-consent-phrase {
    display: inline-block;
    white-space: nowrap;
  }

}
