@charset "UTF-8";
/*
.overflow{
                            
    position: relative;

    &:after{
        content: "";
        display: block;
        width: (40/640)*100vw;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;

        @include gra($monocolor,1); // color,rotate:0 or 1
        transform: scaleX(-1);
        opacity: 0.2;
    }
    .figure{

        display: flex;
        width: 100%;
        box-sizing: border-box;
        overflow: auto;

        img{
            width: (960/640)*100vw;
        }
        &:after{
            content: "■■";
            display: block;
            opacity: 0;
        }
    }
}
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@font-face {
  font-family: 'tegaki';
  src: url("../webfont/apjapanesefont.eot");
  src: url("../webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("../webfont/apjapanesefont.woff") format("woff"), url("../webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}

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

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

#article .section.section_1 {
  width: 100%;
  padding: 0.75em 0 0 0;
  margin: 0 auto;
}

#article .section.section_1 .inner {
  width: 93.75%;
  padding: 0.5em 0 1em 0;
  margin: 0 auto;
  overflow: hidden;
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner .content {
  padding: 0 0 1em 0;
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2,4
                    */
  /* -------------------------------------
                       content_6
                    */
  /* -------------------------------------
                       content_3,5
                    */
}

#article .section.section_1 .inner .content .figure {
  margin: 0 0 0.5em 0;
}

#article .section.section_1 .inner .content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5em 0;
}

#article .section.section_1 .inner .content ul.border {
  padding: 0.75em 0.5em 0.25em 0.5em;
  border: 1px solid black;
}

#article .section.section_1 .inner .content ul li {
  text-indent: -1.25em;
  padding: 0 0 0.5em 1.5em;
}

#article .section.section_1 .inner .content p {
  padding: 0 0 0.5em 0;
}

#article .section.section_1 .inner .content.content_2, #article .section.section_1 .inner .content.content_4 {
  text-align: center;
  padding: 2em 0;
  background: #EF4220;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_1, #article .section.section_1 .inner .content.content_4 .h3.h3_1 {
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  padding: 0;
}

#article .section.section_1 .inner .content.content_6 {
  padding: 1em 0 1em 0;
  border-top: 3px solid black;
}

#article .section.section_1 .inner .content.content_6 .h4.h4_1 {
  font-size: 1.6rem;
  font-weight: bold;
}

#article .section.section_1 .inner .content.content_6 .h5.tel {
  font-weight: bold;
}

#article .section.section_1 .inner .content.content_6 .h5.tel .num {
  font-size: 0.9rem;
  padding: 0.5em 0;
}

#article .section.section_1 .inner .content.content_6 .h5.tel .num strong {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  font-size: 2.4rem;
  padding: 0 0.2rem;
}

#article .section.section_1 .inner .content.content_6 .h5.tel .num strong span {
  display: inline-block;
}

#article .section.section_1 .inner .content.content_6 .h5.tel .num strong a,
#article .section.section_1 .inner .content.content_6 .h5.tel .num strong a:link {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

#article .section.section_1 .inner .content.content_6 .h5.tel .date {
  display: block;
}

#article .section.section_1 .inner .content.content_6 .btn a,
#article .section.section_1 .inner .content.content_6 .btn a:link {
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 0 0.8em 0;
  margin: 0.5em 0 0 0;
  background: #EF4220;
  border-radius: 0.5em;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#article .section.section_1 .inner .content.content_3, #article .section.section_1 .inner .content.content_5 {
  padding: 2em 0 0 0;
}

#article .section.section_1 .inner .content.content_3 .h4.h4_1, #article .section.section_1 .inner .content.content_5 .h4.h4_1 {
  display: flex;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: bold;
  width: 100%;
  min-height: 2.5em;
  padding: 0;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_3 .h4.h4_1 .num, #article .section.section_1 .inner .content.content_5 .h4.h4_1 .num {
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  font-size: 2.4rem;
  line-height: 2.5em;
  font-weight: bold;
  height: 2.5em;
  padding: 0 0.2em 0 0.5em;
  box-sizing: border-box;
  background: black;
  position: relative;
}

#article .section.section_1 .inner .content.content_3 .h4.h4_1 .num em, #article .section.section_1 .inner .content.content_5 .h4.h4_1 .num em {
  font-size: 1.4rem;
}

#article .section.section_1 .inner .content.content_3 .h4.h4_1 .num:before, #article .section.section_1 .inner .content.content_5 .h4.h4_1 .num:before {
  content: " ";
  display: block;
  line-height: 1;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -40px;
  border-top: 1.25em solid transparent;
  border-bottom: 1.25em solid transparent;
  border-left: 20px solid black;
  border-right: 20px solid transparent;
}

#article .section.section_1 .inner .content.content_3 .h4.h4_1 .txt, #article .section.section_1 .inner .content.content_5 .h4.h4_1 .txt {
  display: block;
  font-size: 1.8rem;
  padding: 0.5em 0 0em 25px;
  margin: 0;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_3 .item, #article .section.section_1 .inner .content.content_5 .item {
  width: 100%;
  padding: 0 0 1em 0;
  margin: 0;
}

#article .section.section_1 .inner .content.content_3 .item .h5.h5_1, #article .section.section_1 .inner .content.content_5 .item .h5.h5_1 {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.2em 0.2em 0.2em 0.5em;
  margin: 0 0 1em 0;
  background: #EF4220;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       .section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
  }
  #article .section.section_1 {
    width: 920px;
    padding: 0.75em 0 0 0;
    padding: 30px 0 50px 0;
  }
  #article .section.section_1 .inner {
    width: 920px;
    padding: 0 0 30px 0;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    padding: 0 0 10px 0;
  }
  #article .section.section_1 .inner .content .float {
    display: flex;
  }
  #article .section.section_1 .inner .content .float.justify {
    justify-content: space-between;
  }
  #article .section.section_1 .inner .content .float.wrap {
    flex-wrap: wrap;
  }
  #article .section.section_1 .inner .content ul {
    margin: 0 0 1em 0;
  }
  #article .section.section_1 .inner .content ul.border {
    padding: 1.25em 0.8em 0.25em 0.8em;
    border: 1px solid black;
  }
  #article .section.section_1 .inner .content p {
    padding: 0 0 1em 0;
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2,4
                    */
    /* -------------------------------------
                       content_6
                    */
    /* -------------------------------------
                       content_3,5
                    */
  }
  #article .section.section_1 .inner .content.content_2, #article .section.section_1 .inner .content.content_4 {
    padding: 30px 0 30px 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_1, #article .section.section_1 .inner .content.content_4 .h3.h3_1 {
    font-size: 3.2rem;
  }
  #article .section.section_1 .inner .content.content_6 {
    padding: 30px 0;
  }
  #article .section.section_1 .inner .content.content_6 .h4.h4_1 {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.content_6 .float {
    padding: 30px 0 0 0;
  }
  #article .section.section_1 .inner .content.content_6 .float .float_l {
    width: 370px;
  }
  #article .section.section_1 .inner .content.content_6 .float .float_r {
    width: 260px;
    margin: 0 0 0 20px;
  }
  #article .section.section_1 .inner .content.content_6 .h5.tel {
    line-height: 1;
    font-size: 1.2rem;
    padding: 6px 0 0;
  }
  #article .section.section_1 .inner .content.content_6 .h5.tel .num strong {
    font-size: 3.6rem;
  }
  #article .section.section_1 .inner .content.content_6 .h5.tel .num strong span {
    display: inline !important;
  }
  #article .section.section_1 .inner .content.content_6 .h5.tel .date {
    display: block;
    padding: 1em 0 0 0;
  }
  #article .section.section_1 .inner .content.content_6 .btn {
    width: 260px;
  }
  #article .section.section_1 .inner .content.content_6 .btn a,
  #article .section.section_1 .inner .content.content_6 .btn a:link {
    padding: 1.2em 0 1.2em 0;
    margin: 0;
    border-radius: 0.5em;
  }
  #article .section.section_1 .inner .content.content_3, #article .section.section_1 .inner .content.content_5 {
    padding: 40px 0 10px 0;
  }
  #article .section.section_1 .inner .content.content_3 .h4.h4_1, #article .section.section_1 .inner .content.content_5 .h4.h4_1 {
    font-size: 3.0rem;
    min-height: 2.0em;
  }
  #article .section.section_1 .inner .content.content_3 .h4.h4_1 .num, #article .section.section_1 .inner .content.content_5 .h4.h4_1 .num {
    line-height: 2.0em;
    width: 90px;
    height: 2.0em;
    padding: 0 0.2em 0 0.5em;
  }
  #article .section.section_1 .inner .content.content_3 .h4.h4_1 .num em, #article .section.section_1 .inner .content.content_5 .h4.h4_1 .num em {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.content_3 .h4.h4_1 .num:before, #article .section.section_1 .inner .content.content_5 .h4.h4_1 .num:before {
    right: -60px;
    border-top: 1.0em solid transparent;
    border-bottom: 1.0em solid transparent;
    border-left: 30px solid black;
    border-right: 30px solid transparent;
  }
  #article .section.section_1 .inner .content.content_3 .h4.h4_1 .txt, #article .section.section_1 .inner .content.content_5 .h4.h4_1 .txt {
    font-size: 2.4rem;
    font-weight: bold;
    width: 840px;
    padding: 0.4em 0 0em 40px;
  }
  #article .section.section_1 .inner .content.content_3 .float .float_l, #article .section.section_1 .inner .content.content_5 .float .float_l {
    width: 240px;
  }
  #article .section.section_1 .inner .content.content_3 .float .float_r, #article .section.section_1 .inner .content.content_5 .float .float_r {
    width: 640px;
  }
  #article .section.section_1 .inner .content.content_3 .item, #article .section.section_1 .inner .content.content_5 .item {
    padding: 0 0 30px 0;
  }
  #article .section.section_1 .inner .content.content_3 .item .h5.h5_1, #article .section.section_1 .inner .content.content_5 .item .h5.h5_1 {
    font-size: 1.8rem;
    padding: 0.5em 0.2em 0.5em 0.8em;
    margin: 0 0 1em 0;
    background: #EF4220;
  }
}
