@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : guide.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_wrap {
  background: url(/guide/img/bg_h1.jpg) no-repeat center top/cover;
}
.h1_wrap h1::before {
  content: "";
  display: block;
  width: 166px;
  height: 66px;
  position: absolute;
  top: -56px;
  left: -90px;
  background: url(/guide/img/img_h1.png) no-repeat center center/166px auto;
}

section {
  margin-bottom: 80px;
}
section.bottom {
  margin-bottom: 0;
}

h2 {
  background: #877826;
  font-size: 24px;
  color: #FFF;
  padding: 0 15px;
  margin-bottom: 15px;
}

.guide_txt01 {
  margin-bottom: 30px;
}

.guide_wrap {
  background: #FFF;
  padding: 10px;
}
.guide_wrap .txt_box {
  padding: 0 20px;
  margin-bottom: 30px;
}
.guide_wrap .txt_box .img01 {
  margin-bottom: 15px;
}
.guide_wrap .txt_box .img01 img {
  width: auto;
  height: 39px;
}
.guide_wrap .txt_box a {
  color: #3F3CFF;
  text-decoration: underline;
}
.guide_wrap .img02 {
  max-width: 468px;
  margin-top: 30px;
}
.guide_wrap .img03 {
  max-width: 256px;
  margin-top: 30px;
}

h3 {
  background: #F4F3F1;
  font-size: 20px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.guide_list li {
  margin-left: 1.3em;
}
.guide_list li span {
  color: #807826;
  margin-left: -1.3em;
}
.guide_list li span.txt01 {
  margin-left: 0;
  color: #C57078;
}

.guide_list02 dt {
  color: #C57078;
  font-size: 18px;
}
.guide_list02 dd {
  margin-bottom: 30px;
}
.guide_list02 dd .txt02 {
  color: #C57078;
}

.guide_table {
  border-top: solid 1px #a3a19e;
  width: 50%;
  line-height: 1;
  margin-top: 15px;
}
.guide_table th {
  border-bottom: solid 1px #a3a19e;
  padding: 10px 20px;
  background: #f1efed;
  font-weight: normal;
  width: 50%;
  box-sizing: border-box;
  text-align: left;
}
.guide_table td {
  border-bottom: solid 1px #a3a19e;
  padding: 10px 20px;
  width: 50%;
  box-sizing: border-box;
}

.contact_box {
  background: #FFF;
  margin-top: 40px;
  padding: 30px;
}
.contact_box .txt01 {
  color: #C57078;
  font-size: 20px;
  margin-bottom: 15px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .h1_wrap {
    background: url(/guide/img/bg_h1_sp.jpg) no-repeat center center/cover;
  }
  .h1_wrap h1::before {
    content: "";
    display: block;
    width: 80px;
    height: 33px;
    position: absolute;
    top: -23px;
    left: -50px;
    background: url(/guide/img/img_h1.png) no-repeat center center/80px auto;
  }
  section {
    margin-bottom: 40px;
  }
  section.bottom {
    margin-bottom: 0;
  }
  .anc {
    margin-top: -95px;
    padding-top: 95px;
  }
  h2 {
    background: #877826;
    font-size: 18px;
    color: #FFF;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .guide_txt01 {
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .guide_wrap {
    background: transparent;
    padding: 0 15px;
  }
  .guide_wrap .txt_box {
    padding: 15px;
    margin-bottom: 15px;
    background: #FFF;
  }
  .guide_wrap .txt_box .img01 {
    margin-bottom: 0;
  }
  .guide_wrap .txt_box .img01 img {
    width: 100%;
    height: auto;
  }
  .guide_wrap .img02 {
    max-width: 468px;
    margin-top: 30px;
  }
  .guide_wrap .img03 {
    max-width: 256px;
    margin-top: 30px;
  }
  h3 {
    background: #959595;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 0;
    color: #FFF;
  }
  .guide_list li {
    margin-left: 1.3em;
  }
  .guide_list li span {
    color: #807826;
    margin-left: -1.3em;
  }
  .guide_list li span.txt01 {
    margin-left: 0;
    color: #C57078;
  }
  .guide_list02 dt {
    color: #C57078;
    font-size: 16px;
  }
  .guide_list02 dd {
    margin-bottom: 15px;
  }
  .guide_list02 dd .txt02 {
    color: #C57078;
  }
  .guide_list02 dd:last-child {
    margin-bottom: 0;
  }
  .guide_table {
    border-top: solid 1px #a3a19e;
    width: 100%;
    line-height: 1;
    margin-top: 15px;
  }
  .guide_table th {
    border-bottom: solid 1px #a3a19e;
    padding: 10px 20px;
    background: #f1efed;
    font-weight: normal;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
  }
  .guide_table td {
    border-bottom: solid 1px #a3a19e;
    padding: 10px 20px;
    width: 50%;
    box-sizing: border-box;
    font-size: 15px;
  }
  .contact_box {
    background: #FFF;
    margin-top: 20px;
    padding: 15px;
  }
  .contact_box .txt01 {
    color: #C57078;
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=guide.css.map */