.container .guide__outer {
    margin: 5.6em auto 10em;
}
.guide__outer {
    display: flex;
    justify-content: space-between;
    color: #333
}
.guide__outer .sidebar__guide {
    width: 20%
}
.sidebar__guide {
    position: sticky;
    top: 140px;
    height: fit-content;
}

@media(max-width: 767px) {
    .guide__outer .sidebar__guide {
        display: none
    }
    .guide_title_outer{
        margin-top: 70px;
    }
}

.guide__outer .sidebar__guide__inner {
    margin-bottom: 4.9rem
}
.guide__outer .sidebar__guide__inner:last-child {
    margin-bottom: 0
}
.guide__outer .sidebar__guide__inner__title {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 2.2rem
}
.guide__outer .sidebar__guide__inner__title::before {
    position: absolute;
    content: "・";
    width: 1.8rem;
    top: 0;
    left: 0;
    color: #c3ae2e
}
.guide__outer .sidebar__guide__inner__contents__list {
    margin-bottom: 0.5rem
}
.guide__outer .sidebar__guide__inner__contents__list:last-child {
    margin-bottom: 0
}
.guide__outer .sidebar__guide__inner__contents__list__link {
    color: #333;
    text-decoration: none;
    font-size: 1.4rem
}
.guide__outer .sidebar__main {
    width: 75%;
    font-size: 1.6rem
}
@media(max-width: 767px) {
    .guide__outer .sidebar__main {
        width: 100%
    }
}
.guide__outer .sidebar__main__title {
    font-size: 2.8rem;
    font-weight: normal
}
.guide__outer .sidebar__main__inner {
    margin: 3.5rem 0 5rem
}
.guide__outer .sidebar__main__inner__title1 {
    margin: 5.7rem 0 2.3rem;
    font-size: 2rem
}
.guide__outer .sidebar__main__inner__title2 {
    margin: 4.2rem 0 2.3rem;
    font-size: 2rem
}
.guide__outer .sidebar__main__inner__txt1__link {
    text-decoration: underline;
    color: #31abbe
}
.guide__outer .sidebar__main__inner__contents {
    padding: 2.5rem 0 0.5rem;
    border-top: solid .1rem #c5c7ce;
    display: flex;
    justify-content: space-between;
    line-height: 1.8
}
@media(max-width: 767px) {
    .guide__outer .sidebar__main__inner__contents {
        display: block
    }
}

.guide__outer .sidebar__main__inner__contents:last-child {
    border-bottom: solid .1rem #c5c7ce
}
.guide__outer .sidebar__main__inner__contents__title {
    width: 17%
}
@media(max-width: 767px) {
    .guide__outer .sidebar__main__inner__contents__title {
        width: 100%;
        margin-bottom:3.2px;
    }
}

.guide__outer .sidebar__main__inner__contents__txt {
    width: 78%
}
@media(max-width: 767px) {
    .guide__outer .sidebar__main__inner__contents__txt {
        width: 100%
    }
}

.guide__outer .sidebar__main__inner__contents__txt__contents__list {
    position: relative;
    padding-left: 1.6rem
}
.guide__outer .sidebar__main__inner__contents__txt__contents__list::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0
}
.guide__outer .sidebar__main__map iframe {
    width: 100%;
    height: 30rem
}

.sidebar__main__inner__contents .guide_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar__main__inner__contents .guide_list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .6em;
}

.sidebar__main__inner__contents .guide_list li::before {
  content: "\30FB";
  position: absolute;
  left: 0;
  top: 0;
}

.information-guide .guide_title {
    margin: 8rem 0 4rem;
    font-size: 2.0rem;
    font-weight: 700;
    scroll-margin-top: 200px;
}
@media (max-width: 768px) {
  .information-guide .guide_title {
      margin: 4rem 0 2rem;
  }
}

.information-guide .guide_sub_title {
    border-left: 2px solid #ccc;
    padding-left: .8em;
    margin: 2em 0 1.2em 0;
    font-size: 1.7rem;
}

.information-guide .guide_txt {
    line-height: 1.8;
    margin-bottom: 2rem;
}

.information-guide .shopping_table th,
.information-guide .shopping_table td {
    padding: 1rem 1.2rem;
}

/* ==== �����@�y�[�W �����\ �����f�U�C�� ==== */
.sidebar__main__inner__table .fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  font-size: 1.4rem;
  background: #fff;
  table-layout: fixed;
}

/* �S�Z������ */
.sidebar__main__inner__table .fee-table th,
.sidebar__main__inner__table .fee-table td {
  border: 1px solid #d9d9d9;
  padding: 1.2rem 1rem;
  text-align: center;
  vertical-align: middle;
}

/* ��ԏ�ithead�j�̂݃O���[ */
.sidebar__main__inner__table .fee-table thead th {
  background: #efefef;
  font-weight: 600;
}

/* ���[��̂݃O���[�i<col>���p�j */
.sidebar__main__inner__table .fee-table col.col-amount {
  background: #f6f6f6;
}

/* ���̃Z���͂��ׂĔ��ŏ㏑���i�����Z��������ēh����̂�h�~�j */
.sidebar__main__inner__table .fee-table td,
.sidebar__main__inner__table .fee-table th {
  background: #fff;
}

/* ���[�Z�������ēx�㏑�����ăO���[�� */
.sidebar__main__inner__table .fee-table td:first-child,
.sidebar__main__inner__table .fee-table th:first-child {
  background: #f6f6f6;
  text-align: left;
  padding-left: 1.2rem;
  font-weight: 500;
}

/* �X�}�z�p�t�H���g���� */
@media (max-width: 767px) {
  .sidebar__main__inner__table .fee-table { font-size: 1.2rem; }
}

/* PC�F������ */
.guide_block {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  position: relative;
  border-bottom: none;
}

/* ������Z���i��F30%�j */
.guide_block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: #c8c8c8;
}

/* �e�L�X�g40% / �摜60% */
.guide_block__text {
  flex: 0 0 40%;
}
.guide_block__image {
  flex: 1;
}

/* �� ����u���b�N�������������i�����j */
.guide_block--no-border,
.guide_block--no-border::after {
  border-bottom: none !important;
  content: none !important;
}

/* =========================
   ������ �������畔�ʕʃy�[�W��p ������
   ========================= */

.part_spec_guide_outer {
  padding: 4rem 5rem 6rem;
}

.part_spec_guide_outer .part_spec_guide_wrap {
  max-width: 960px;
  margin: 0 auto;
}

.part_spec_guide_outer .guide_title {
  font-size: 2.4rem;
  letter-spacing: .08em;
  margin-bottom: 2rem;
  text-align: center;
  padding: 1.6rem 0;
  border: 2px solid #ccc;
  font-weight: 500;
}

/* ���[�h�� */
.part_spec_guide_outer .guide_txt_area {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  text-align: center;
}

.part_spec_guide_outer .guide_txt {
  font-size: 1.4rem;
  line-height: 1.9;
}

/* ---------- �摜 ---------- */
.part_spec_guide_img {
  position: relative;
  max-width: 700px;
  margin: 3.5rem auto 3rem;
}
.part_spec_guide_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* �I�[�o�[���C�͊��S�폜 */
.part_spec_guide_img::before {
  content: none !important;
}

/* ---------- �e�[�u�� ---------- */
.part_spec_guide_outer .guide_sub_title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 3.5rem 0 1.2rem;
}

.part_spec_guide_table_wrap {
  margin-top: 1.5rem;
  overflow-x: auto;
}

.part_spec_guide_table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 1.3rem;
}

.part_spec_guide_table th,
.part_spec_guide_table td {
  border: 1px solid #ddd;
  padding: 1.2rem 1.4rem;
  vertical-align: middle;
}

.part_spec_guide_table th {
  background: #f7f7f7;
  font-weight: 600;
}

/* ���ʖ��� */
.part_spec_guide_table th:nth-child(1),
.part_spec_guide_table td:nth-child(1) {
  width: 12%;
  white-space: nowrap;
  font-weight: 600;
}

/* ������ */
.part_spec_guide_table th:nth-child(2),
.part_spec_guide_table td:nth-child(2) {
  width: 53%;
}

/* �����@ */
.part_spec_guide_table th:nth-child(3),
.part_spec_guide_table td:nth-child(3) {
  width: 20%;
}

/* �戵 */
.part_spec_guide_table th:nth-child(4),
.part_spec_guide_table td:nth-child(4) {
  width: 10%;
  text-align: center;
}

/* �����s�w�i */
.part_spec_guide_table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* �����@���X�g */
.part_spec_guide_table_list_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.part_spec_guide_table_list_wrap li + li {
  margin-top: .4rem;
}

/* �戵�����N */
.part_spec_guide_link {
  text-align: center;
}
.part_spec_guide_link a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #333;
}
.part_spec_guide_icon {
  margin-bottom: .2rem;
}

/* ---------- SP�����i���ʕʁj ---------- */
@media (max-width: 767px) {
  .part_spec_guide_outer {
    padding: 0rem 2rem 6rem;
  }

  .part_spec_guide_outer .guide_title {
    font-size: 2rem;
  }

  .part_spec_guide_outer .guide_txt_area {
    font-size: 1.3rem;
  }

  .part_spec_guide_outer .guide_sub_title {
    font-size: 1.6rem;
    margin-top: 3rem;
  }

  .part_spec_guide_img {
    margin: 2.5rem auto;
    max-width: 95%;
  }

  .part_spec_guide_table {
    font-size: 1.25rem;
  }
}

/* SP�F�c���сi���ʁj */
@media (max-width: 767px) {
  .guide_block {
    flex-direction: column;
  }
  .guide_block::after {
    width: 50%;
  }
  .guide_block__text,
  .guide_block__image {
    width: 100%;
    flex: none;
  }
}

.tel_notice_box {
  border: 1px solid #dcdcdc;
  padding: 1.2em 1.5em;
  background: none;
  margin: 1.5em 0;
}
.tel_notice_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tel_notice_list li {
  margin-bottom: 0.5em;
}
.tel_notice_list li:last-child {
  margin-bottom: 0;
}

.shipping-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.shipping-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 15px;
}
.shipping-table th,
.shipping-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 12px 10px;
  vertical-align: middle;
}
.shipping-table thead th {
  background: #f6f6f6;
  font-weight: 600;
}
.ship-note {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  line-height: 1.3;
}

.fee_guide_text {
  margin: 1em 0;
  line-height: 1.7;
}
.fee_table_wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.5em 0;
}
.fee_table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 15px;
}
.fee_table th,
.fee_table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.fee_table thead th {
  background: #f6f6f6;
  font-weight: 600;
}
.fee_note {
  font-size: 13px;
  color: #666;
  margin-top: 0.8em;
}

.mail_table_wrap {
  margin: 1.5em 0;
  width: 100%;
  overflow-x: auto;
}
.mail_table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 15px;
}
.mail_table th,
.mail_table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: middle;
}
.mail_table th {
  background: #f6f6f6;
  width: 100px;
  text-align: center;
  font-weight: 600;
}
.mail_notice {
  font-size: 13px;
  color: #666;
  margin-top: 0.8em;
  line-height: 1.6;
}

.kiyaku_outer {
  width: 100%;
}
.kiyaku_wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 3rem;
  line-height: 1.9;
}
.kiyaku_wrap .guide_title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
/* ========== �����o���i������j ========== */
.kiyaku_wrap .guide_sub_title {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 3rem 0 1rem;
}
/* ========== �ԍ��t�����X�g ========== */
.kiyaku_wrap .guide_list_wrap {
  margin: 1rem 0 2rem 1.6rem;
  padding: 0;
}
.kiyaku_wrap .guide_list_num,
.kiyaku_wrap .guide_list_num2 {
  margin-bottom: .8rem;
  line-height: 1.9;
}
/* �X�}�z���F�኱�]����߂��Č��₷�� */
@media (max-width: 767px) {
  .kiyaku_wrap {
    padding: 1.5rem 1rem;
    max-width: 100%;
  }
}

/* =========================
   SP�����p�K�C�h ���j���[
   ========================= */
.sp-guide-toggle-wrap { display: none; }

@media (max-width: 767px) {

  /* �{��2�J���� �� 1�J������ */
  .guide__outer {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .guide__outer > .sidebar__guide {
    display: none !important;
  }
  .guide__outer .sidebar__main {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 26px !important;
  }

  /* �g�O���{�^�� */
  .sp-guide-toggle-wrap {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 40 !important;
    display: block !important;
    padding: 0 12px !important;
    background: transparent;
  }
  .sp-guide-toggle {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:1.5rem 1.2rem;
    background:#fff;
    border:1px solid #d6d6d6;
    font-size:1.45rem;
    cursor:pointer;
    box-shadow:0 1px 2px rgba(0,0,0,0.05);
    margin-top: 10px;
  }
  .sp-guide-toggle__icon {
    position:relative;
    width:1.2rem;
    height:1.2rem;
  }
  .sp-guide-toggle__icon::before,
  .sp-guide-toggle__icon::after {
    content:"";
    position:absolute;
    background:#333;
    transition:.2s;
  }
  .sp-guide-toggle__icon::before { top:50%; left:0; width:100%; height:2px; transform:translateY(-50%); }
  .sp-guide-toggle__icon::after  { top:0; left:50%; width:2px; height:100%; transform:translateX(-50%); }
  .sp-guide-toggle-wrap.is-open .sp-guide-toggle__icon::after { opacity:0; }

  /* ���[�_�����j���[�{�� */
  .sp-guide-menu {
    position: fixed;
    top: calc(60px + 70px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40 !important;
    background: #fff;
    padding: 16px 24px 70px;
    display: none;
    overflow-y: auto;
    max-height: calc(100vh - (60px + 56px));
    -webkit-overflow-scrolling: touch;
  }
  .sp-guide-toggle-wrap.is-open .sp-guide-menu {
    display:block;
  }

  .sp-guide-menu .sidebar__guide__inner__contents__list {
    margin:10px 0;
  }
  .sp-guide-menu .sidebar__guide__inner__contents__list__link {
    display:block;
    padding:12px 14px;
    text-align:center;
    border:1px solid #d6d6d6;
    background:#fff;
    font-size:1.6rem;
    box-shadow:0 1px 0 rgba(0,0,0,0.03);
  }

  .sidebar__guide__inner__title,
  .sp-guide-menu .sidebar__guide__inner__title {
    display:none !important;
  }
}
/* ============================
   FAQ�i�悭���鎿��j�Z�N�V����
   ============================ */

/* �S�� */
.faq-section {
  max-width: 1080px;
  margin: 60px auto 80px;
  padding: 0 20px;
  color: #333;
}

/* �^�C�g�� */
.faq-section__head {
  text-align: center;
  margin-bottom: 40px;
}

.faq-section__title {
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.faq-section__title span {
  font-size: 1.2rem;
  margin-left: 0.6em;
  letter-spacing: 0.2em;
  color: #777;
}

/* ���X�g�g */
.faq-list {
  border-top: 1px solid #eee;
}

/* 1���� */
.faq-item {
  border-bottom: 1px solid #eee;
}

/* ����s�i�N���b�N�����j */
.faq-question {
  width: 100%;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

/* �����iQ�A�C�R���{�e�L�X�g�j */
.faq-question__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* ����e�L�X�g */
.faq-question__text {
  font-size: 1.6rem;
  font-weight: 500;
}

/* �E�[�́{�^?�A�C�R���i�������C���|�C���g�j */
.faq-toggle {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.faq-toggle::before {
  content: "+";
  font-size: 2rem;
  line-height: 1;
  color: #888;
}

.faq-item.is-open .faq-toggle::before {
  content: "-";
  font-size: 3.5rem;
}

/* Q / A �̊ۃA�C�R���i���ʁj */
.faq-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.6rem;
  flex-shrink: 0;
}

/* Q �̐F�i���Ȃ��̎w��ʂ�j */
.faq-icon--q {
  background: #b8a074;
  color: #fff;
}

/* A �̐F�i���Ȃ��̎w��ʂ�j */
.faq-icon--a {
  background: #e9e1d2;
  color: #555;
}

/* �񓚃u���b�N */
.faq-answer {
  display: none;
  padding: 0 0 20px 0;
}
.faq-item.is-open .faq-answer {
  display: block;
}

/* �񓚂̒��g�iA�A�C�R���{�e�L�X�g�j */
.faq-answer__inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* �񓚃e�L�X�g */
.faq-answer__inner p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
}

/* SP ���� */
@media (max-width: 767px) {
  .faq-section {
    margin: 40px auto 60px;
    padding: 0 16px;
  }

  .faq-question__text {
    font-size: 1.5rem;
  }

  .faq-answer__inner {
    align-items: flex-start;
  }
}
.faq-heading {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
}

.faq-heading .faq-jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  color: #333;
}

.faq-heading .faq-en {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  color: #666;
}
