@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
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
}

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

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

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

#article .section.section_1 .inner .content .h3.h3_1 {
  padding: 1.0rem 0 0;
  margin: 0 0 2.0rem;
}

#article .section.section_1 .inner .content .h3.h3_1 span {
  display: block;
}

#article .section.section_1 .inner .content .h3.h3_1 span.txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

#article .section.section_1 .inner .content .h3.h3_1 span.txt strong {
  font-size: 1.8rem;
  color: #EF4220;
  font-weight: bold;
}

#article .section.section_1 .inner .content .h3.h3_2 {
  text-align: center;
  padding: 2.0rem 0 1.5rem;
  margin: 0;
}

#article .section.section_1 .inner .content .h3.h3_2 span {
  display: block;
  line-height: 1.5;
}

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

#article .section.section_1 .inner .content .h3.h3_2 span.txt_2 strong {
  font-size: 1.8rem;
  color: #EF4220;
  font-weight: bold;
}

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

#article .section.section_1 .inner .content .h3.h3_3 {
  text-align: center;
  padding: 1.5rem 0 2.5rem;
  margin: 0 0 2.5rem;
}

#article .section.section_1 .inner .content .h3.h3_3.underline {
  border-bottom: 1px solid #e6e6e6;
}

#article .section.section_1 .inner .content .h3.h3_3 span {
  display: block;
  line-height: 1.5;
}

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

#article .section.section_1 .inner .content.content_1 {
  overflow: hidden;
}

#article .section.section_1 .inner .content.content_1 .figure {
  width: 200%;
  margin: 1.0rem 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#article .section.section_1 .inner .content.content_2 {
  padding: 0 0 1.0rem;
}

#article .section.section_1 .inner .content.content_3 p.lead {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 auto;
}

#article .section.form_header {
  padding: 0;
}

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

#article .section.form_header .inner .content {
  padding: 1.8rem 0;
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
}

#article .section.form_header .inner .content.underline {
  border-bottom: 1px solid #cccccc;
}

#article .section.form_header .inner .content .h3 {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  font-weight: bold;
}

#article .section.form_header .inner .content .h3.h3_1 {
  text-align: center;
  margin: 0 0 1.0rem;
}

#article .section.form_header .inner .content .h3.h3_1 span {
  display: block;
}

#article .section.form_header .inner .content .h3.h3_1 span.txt {
  font-size: 1.8rem;
}

#article .section.form_header .inner .content .h3.h3_1 span.txt:before {
  content: "●";
  display: inline;
  color: #EF4220;
  margin: 0 0.5rem 0 0;
}

#article .section.form_header .inner .content p.lead {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  margin: 1.0rem 0 0;
}

#article .section.form_header .inner .content .item.tel {
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 0.5rem 0;
  margin: 0rem auto;
  box-sizing: border-box;
  overflow: hidden;
}

#article .section.form_header .inner .content .item.tel span {
  display: block;
  line-height: 1;
}

#article .section.form_header .inner .content .item.tel span.txt_1 {
  font-size: 0.9rem;
  padding: 0.5em 0;
}

#article .section.form_header .inner .content .item.tel span.txt_1 strong {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  font-size: 2.4rem;
  padding: 0;
}

#article .section.form_header .inner .content .item.tel span.txt_1 strong span {
  display: inline-block;
  color: #EF4220;
}

#article .section.form_header .inner .content .item.tel span.txt_1 strong a,
#article .section.form_header .inner .content .item.tel span.txt_1 strong a:link {
  color: #EF4220;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

#article .section.form_header .inner .content .item.tel span.txt_2 {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  font-size: 0.9rem;
  padding: 0.5rem 0 0;
}

#article .section.form_header .inner .content .item.tel span.txt_3 {
  display: flex;
  justify-content: center;
  font-feature-settings: "pkna";
  text-align: left;
  letter-spacing: 0.175em;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 1.4rem 0 0;
}

#article .aside {
  /* -------------------------------------
           shoplist
        ------------------------------------- */
}

#article .aside.shoplist {
  padding: 0 0 1.5rem;
  background: none;
  /* -------------------------------------
               slick_slider
            ------------------------------------- */
}

#article .aside.shoplist .inner ul.slick_slider {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
    /* -------------------------------------
           form_header
        */
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
    /* -------------------------------------
                       content_3
                    */
  }
  #article .section.section_1 .inner .content .h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 400;
  }
  #article .section.section_1 .inner .content .h3.h3_1 {
    padding: 20px 0 0;
    margin: 0 0 30px 0;
  }
  #article .section.section_1 .inner .content .h3.h3_1 span.txt {
    font-size: 3.0rem;
    line-height: 1.75;
    margin: 0 0 0 20px;
  }
  #article .section.section_1 .inner .content .h3.h3_1 span.txt strong {
    font-size: 3.6rem;
    font-weight: 400;
  }
  #article .section.section_1 .inner .content .h3.h3_2 {
    margin: 0 0 40px;
  }
  #article .section.section_1 .inner .content .h3.h3_2 span {
    line-height: 2.25;
  }
  #article .section.section_1 .inner .content .h3.h3_2 span.txt {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner .content .h3.h3_2 span.txt_2 {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner .content .h3.h3_2 span.txt_2 strong {
    font-size: 3.6rem;
    font-weight: 400;
  }
  #article .section.section_1 .inner .content .h3.h3_2 span.txt_3 {
    font-size: 3.0rem;
  }
  #article .section.section_1 .inner .content .h3.h3_3 {
    padding: 40px 0 40px;
    margin: 0 0 40px;
  }
  #article .section.section_1 .inner .content .h3.h3_3 span {
    line-height: 1.75;
  }
  #article .section.section_1 .inner .content .h3.h3_3 span.txt {
    font-size: 2.6rem;
  }
  #article .section.section_1 .inner .content.content_1 {
    margin: 0 0 50px;
    position: relative;
    overflow: visible;
  }
  #article .section.section_1 .inner .content.content_1 p.lead {
    font-size: 1.8rem;
    text-align: center;
  }
  #article .section.section_1 .inner .content.content_1 .figure {
    display: block;
    width: 1920px;
    margin: 60px 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.section_1 .inner .content.content_2 {
    padding: 0 0 1.0rem;
  }
  #article .section.section_1 .inner .content.content_3 {
    margin: 0 0 80px;
  }
  #article .section.section_1 .inner .content.content_3 p.lead {
    font-size: 1.4rem;
  }
  #article .section.form_header {
    padding: 0;
    margin: 0 0 50px;
    overflow: visible;
  }
  #article .section.form_header .inner {
    position: relative;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.form_header .inner.border {
    border: 2px solid #cccccc;
    box-sizing: border-box;
  }
  #article .section.form_header .inner .content {
    text-align: center;
    padding: 60px 0 50px;
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
  }
  #article .section.form_header .inner .content .h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 300;
  }
  #article .section.form_header .inner .content .h3.h3_1 {
    padding: 0 50px;
    margin: 0;
    background: white;
    position: absolute;
    z-index: 1;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.form_header .inner .content .h3.h3_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.form_header .inner .content .h3.h3_1 span.txt:before {
    content: "●";
    display: block;
    margin: 0;
    position: absolute;
    left: -0.5em;
  }
  #article .section.form_header .inner .content p.lead {
    display: flex;
    justify-content: center;
    font-size: 2.1rem;
    text-align: left;
    margin: 20px 0 0;
  }
  #article .section.form_header .inner .content .item.tel {
    display: inline;
    text-align: left;
    width: auto;
    padding: 0 0 10px 0;
  }
  #article .section.form_header .inner .content .item.tel span {
    display: inline-block;
  }
  #article .section.form_header .inner .content .item.tel span.txt_1 {
    font-size: 1.2rem;
    padding: 0;
  }
  #article .section.form_header .inner .content .item.tel span.txt_1 strong {
    font-size: 2.4rem;
  }
  #article .section.form_header .inner .content .item.tel span.txt_1 strong {
    font-size: 4.4rem;
  }
  #article .section.form_header .inner .content .item.tel span.txt_1 strong span {
    display: inline !important;
  }
  #article .section.form_header .inner .content .item.tel span.txt_2 {
    font-size: 2.0rem;
    color: #999999;
    padding: 0px 0 0;
  }
  #article .section.form_header .inner .content .item.tel span.txt_3 {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    padding: 14px 0 0;
  }
}
