@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section_1
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           section_1
        */
  /* -------------------------------------
           section_2
        */
}

#article .section.section_1 .inner.section_inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner.section_inner .content {
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       qa
                    */
  /* -------------------------------------
                       shop
                    */
  /* -------------------------------------
                       step
                    */
}

#article .section.section_1 .inner.section_inner .content.content_1 .item .figure {
  width: 100%;
  background: black;
  overflow: hidden;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#article .section.section_1 .inner.section_inner .content.content_1 .item .h4.h4_2 {
  width: 100%;
  margin: 0 auto 1.4rem;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image {
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image .figure {
  height: 133.33333vw;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image .figure img {
  width: auto;
  height: 100%;
  opacity: 0.75;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span {
  color: white;
  text-shadow: 0 0 12px black;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span.txt {
  font-size: 2.6rem;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span.txt_2 {
  font-size: 1.8rem;
  margin: 1.4rem 0 0;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image .h4.h4_2 {
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 20vw;
  left: 0;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image .h4.h4_2 span {
  color: white;
  text-align: center;
  text-shadow: 0 0 12px black;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.image .float_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#article .section.section_1 .inner.section_inner .content.content_1 .item.item_1 .float_c {
  width: 84vw;
  padding: 8vw;
  margin: 0 auto;
}

#article .section.section_1 .inner.section_inner .content.qa .h2.h2_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:before, #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:after {
  content: "";
  width: 1px;
  height: 2em;
  background: white;
}

#article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:before {
  margin: 0 1.8rem 0 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

#article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:after {
  margin: 0 0 0 1.6rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#article .section.section_1 .inner.section_inner .content.qa .h4.h4_2 {
  margin: 0 auto 1rem;
}

#article .section.section_1 .inner.section_inner .content.qa .h4.h4_2 span {
  font-size: 1.4rem;
  line-height: 1.75;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1 {
  padding: 1rem 1.5rem;
  margin: 3rem auto 0;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1:before, #article .section.section_1 .inner.section_inner .content.qa .h5.h5_1:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -2rem;
  left: 2rem;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1:before {
  border: 1rem solid transparent;
  border-top: none;
  border-bottom: 2rem solid #cccccc;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1:after {
  border: 1rem solid transparent;
  border-top: none;
  border-bottom: 2rem solid white;
  top: -1.8rem;
}

#article .section.section_1 .inner.section_inner .content.qa .h5.h5_1 span {
  font-size: 1.2rem;
  line-height: 1.5;
}

#article .section.section_1 .inner.section_inner .content.qa .figure {
  margin: 0;
}

#article .section.section_1 .inner.section_inner .content.qa .item .float_r {
  width: 84vw;
  padding: 8vw;
  margin: 0 auto;
}

#article .section.section_1 .inner.section_inner .content.shop .figure {
  width: 100%;
  height: 56.24297vw;
  background: black;
  overflow: hidden;
}

#article .section.section_1 .inner.section_inner .content.shop .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#article .section.section_1 .inner.section_inner .content.shop .h3.h3_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26.66667vw;
  background: rgba(0, 0, 0, 0.2);
}

#article .section.section_1 .inner.section_inner .content.shop .h3.h3_2 span.txt {
  font-size: 1.6rem;
}

#article .section.section_1 .inner.section_inner .content.shop .h3.h3_2 span.txt_2 {
  font-size: 1.2rem;
  margin: 0.75rem 0 0;
}

#article .section.section_1 .inner.section_inner .content.shop p {
  width: 93.33333vw;
  margin: 0 auto;
}

#article .section.section_1 .inner.section_inner .content.shop .tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#article .section.section_1 .inner.section_inner .content.shop .tag ul li {
  white-space: nowrap;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1;
  padding: 0.5em 1em;
  margin: 0 1.33333vw 1.33333vw 0;
  background: #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#article .section.section_1 .inner.section_inner .content.shop .tag ul li b,
#article .section.section_1 .inner.section_inner .content.shop .tag ul li i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 3.2vw;
  margin: 0 1.33333vw 0 0;
}

#article .section.section_1 .inner.section_inner .content.shop .list {
  width: 93.33333vw;
  margin: 1rem auto 0;
}

#article .section.section_1 .inner.section_inner .content.shop .list ul {
  padding: 0;
}

#article .section.section_1 .inner.section_inner .content.shop .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  padding: 1rem 0 0.5rem 2rem;
  border-top: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#article .section.section_1 .inner.section_inner .content.shop .list ul li:before {
  content: "・";
  display: block;
}

#article .section.section_1 .inner.section_inner .content.shop .tel {
  width: 93.33333vw;
  padding: 5.33333vw 0;
  margin: 0 auto 0;
  background: #FFDD00;
}

#article .section.section_1 .inner.section_inner .content.shop .tel span {
  display: block;
  line-height: 1;
  text-align: center;
}

#article .section.section_1 .inner.section_inner .content.shop .tel span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.6rem;
}

#article .section.section_1 .inner.section_inner .content.shop .tel span.txt_2 {
  font-size: 1rem;
  margin: 1rem 0 0;
}

#article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 0;
}

#article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 b,
#article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 i {
  display: block;
  width: 5.33333vw;
  margin: 0 1.33333vw 0 -6.66667vw;
}

#article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 strong {
  font-size: 3rem;
}

#article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 strong a,
#article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 strong a:link {
  color: black;
}

#article .section.section_1 .inner.section_inner .content.shop .item {
  padding: 0 0 4vw;
}

#article .section.section_1 .inner.section_inner .content.step .h2.h2_1 {
  margin: 0 auto 2rem;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 {
  width: 97.33333vw;
  margin: 0 auto 1rem;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span {
  line-height: 1.5;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num {
  font-size: 1rem;
  line-height: 1;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num.circle {
  width: 13.33333vw;
  height: 13.33333vw;
  padding: 0.8em 0 0 0;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num strong {
  display: block;
  font-size: 2.7rem;
}

#article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.txt {
  font-size: 1.6rem;
}

#article .section.section_1 .inner.section_inner .content.step .figure {
  margin: 0;
}

#article .section.section_1 .inner.section_inner .content.step .item {
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner.section_inner .content.step .item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #cccccc;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 8vw;
}

#article .section.section_1 .inner.section_inner .content.step .item .float_l,
#article .section.section_1 .inner.section_inner .content.step .item .float_r {
  width: 84vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#article .section.section_1 .inner.section_inner .content.step .item .float_r {
  padding: 4vw 0 5.33333vw 5.33333vw;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section.section_1 .inner.section_inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner.section_inner .content {
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       qa
                    */
    /* -------------------------------------
                       shop
                    */
    /* -------------------------------------
                       step
                    */
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item {
    margin: 0 auto;
    background: #f2f2f2;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item .figure {
    width: 100%;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item .h4.h4_2 {
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item .h4.h4_2 span {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.image .figure {
    height: 480px;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.image .figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span.txt {
    font-size: 5rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span.txt_2 {
    font-size: 4rem;
    margin: 30px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.image .h4.h4_2 {
    top: 100px;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.item_1 .float_c {
    width: 940px;
    padding: 40px 0;
  }
  #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:before, #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:after {
    height: 50px;
    background: #999999;
  }
  #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:before {
    margin: 0 32px 0 0;
    -webkit-transform: translateY(6px) rotate(-40deg);
            transform: translateY(6px) rotate(-40deg);
  }
  #article .section.section_1 .inner.section_inner .content.qa .h2.h2_1:after {
    margin: 0 0 0 26px;
    -webkit-transform: translateY(6px) rotate(40deg);
            transform: translateY(6px) rotate(40deg);
  }
  #article .section.section_1 .inner.section_inner .content.qa .h4.h4_2 span {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner.section_inner .content.qa .h5.h5_1 {
    width: 630px;
    padding: 8px 14px;
    margin: 20px 0 0;
    background: white;
  }
  #article .section.section_1 .inner.section_inner .content.qa .figure {
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.qa .item {
    background: #f2f2f2;
  }
  #article .section.section_1 .inner.section_inner .content.qa .item .float_l {
    width: 300px;
  }
  #article .section.section_1 .inner.section_inner .content.qa .item .float_r {
    width: 690px;
    padding: 20px 0 0;
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop .figure {
    width: 100%;
    height: 573.67829px;
  }
  #article .section.section_1 .inner.section_inner .content.shop .h3.h3_2 {
    height: 200px;
  }
  #article .section.section_1 .inner.section_inner .content.shop .h3.h3_2 span.txt {
    font-size: 3.6rem;
  }
  #article .section.section_1 .inner.section_inner .content.shop .h3.h3_2 span.txt_2 {
    font-size: 1.4rem;
    margin: 14px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop p {
    width: 980px;
  }
  #article .section.section_1 .inner.section_inner .content.shop .tag ul li {
    font-size: 1.4rem;
    padding: 10px 15px;
    margin: 0 10px 10px 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop .tag ul li b,
  #article .section.section_1 .inner.section_inner .content.shop .tag ul li i {
    width: 14px;
    margin: 0 10px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop .list {
    width: 100%;
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop .list ul li {
    font-size: 1.4rem;
    padding: 1rem 0 0.5rem 2rem;
  }
  #article .section.section_1 .inner.section_inner .content.shop .tel {
    width: 980px;
    padding: 40px 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop .tel span.txt {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner.section_inner .content.shop .tel span.txt_2 {
    font-size: 1.2rem;
    margin: 14px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 {
    margin: 10px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 b,
  #article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 i {
    width: 40px;
    margin: 0 10px 0 -50px;
  }
  #article .section.section_1 .inner.section_inner .content.shop .tel span.txt_3 strong {
    font-size: 6rem;
  }
  #article .section.section_1 .inner.section_inner .content.shop .item {
    padding: 0 0 40px;
  }
  #article .section.section_1 .inner.section_inner .content.step .h2.h2_1 {
    margin: 0 auto 40px;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num {
    font-size: 1.2rem;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num.circle {
    width: 80px;
    height: 80px;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.num strong {
    font-size: 4.6rem;
  }
  #article .section.section_1 .inner.section_inner .content.step .h4.h4_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner.section_inner .content.step .item {
    padding: 0 0 40px;
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.step .item:before {
    left: 40px;
  }
  #article .section.section_1 .inner.section_inner .content.step .item .float_l,
  #article .section.section_1 .inner.section_inner .content.step .item .float_r {
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.step .item .float_l {
    width: 300px;
    margin: 0 0 0 104px;
  }
  #article .section.section_1 .inner.section_inner .content.step .item .float_r {
    width: 576px;
    padding: 0;
  }
}
/*# sourceMappingURL=consultation.css.map */