/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
@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");
@font-face {
  font-family: 'TheanoDidot';
  src: url("../webfont/TheanoDidot-Regular.eot");
  src: url("../webfont/TheanoDidot-Regular.eot?#iefix") format("embedded-opentype"), url("../webfont/TheanoDidot-Regular.woff") format("woff"), url("../webfont/TheanoDidot-Regular.ttf") format("truetype");
  font-display: swap;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section_1
    ------------------------------------- */
}

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

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

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

#article .section.section_1 .inner .content p.lead {
  text-align: left;
  font-size: 1.2rem;
  width: 85.33333vw;
  margin: 0 auto;
}

#article .section.section_1 .inner .content .item {
  width: 85.33333vw;
  padding: 5.33333vw 0;
  margin: 5.33333vw auto;
  border: 1px solid #8F7F5D;
}

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

#article .section.section_1 .inner .content .item .h4.h4_2 span {
  text-align: center;
  color: #585151;
  font-size: 1.4rem;
}

#article .section.section_1 .inner .content .item .tel {
  text-align: center;
}

#article .section.section_1 .inner .content .item .tel span {
  display: block;
  color: #8F7F5D;
  line-height: 1;
}

#article .section.section_1 .inner .content .item .tel span.txt {
  font-size: 3rem;
}

#article .section.section_1 .inner .content .item .tel span.txt a,
#article .section.section_1 .inner .content .item .tel span.txt a:link {
  text-decoration: none;
  color: #8F7F5D;
}

#article .section.section_1 .inner .content .item .tel span.txt_2 {
  font-size: 1rem;
  margin: 2.66667vw auto 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.section_1 .inner .content p.lead {
    display: block;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content .item {
    width: 100%;
    padding: 40px 0;
    margin: 40px auto 0;
  }
  #article .section.section_1 .inner .content .item .h4.h4_2 {
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content .item .h4.h4_2 span {
    font-size: 2.1rem;
  }
  #article .section.section_1 .inner .content .item .tel span.txt {
    font-size: 5rem;
  }
  #article .section.section_1 .inner .content .item .tel span.txt_2 {
    font-size: 1.2rem;
    margin: 20px auto 0;
  }
}
