@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 {
  width: 100%;
  padding: 1.0em 0 1.0em 0;
  /* -------------------------------------
           company
        */
  /* -------------------------------------
           shop
        */
  /* -------------------------------------
           staff
        */
}

#article .section .inner {
  width: 93.75%;
  margin: 0 auto;
  /* -------------------------------------
               content
            ------------------------------------- */
  /* -------------------------------------
               Google Map
            */
}

#article .section .inner .content .h3.h3_1 {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.125em;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #999999;
  position: relative;
}

#article .section .inner figure.map {
  width: 100%;
  height: 200px;
  margin: 0 0 0 0;
}

#article .section .inner figure.map iframe {
  width: 100% !important;
  height: 100% !important;
}

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

#article .section.company .inner .content .table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 1.0rem auto 0;
}

#article .section.company .inner .content .table .th,
#article .section.company .inner .content .table .td {
  font-size: 1.2rem;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}

#article .section.company .inner .content .table .th:nth-last-child(2),
#article .section.company .inner .content .table .td:nth-last-child(2) {
  border-bottom: none !important;
}

#article .section.company .inner .content .table .th {
  letter-spacing: 0.075em;
  font-weight: bold;
  width: 27.77778%;
  padding: 1em 0 1em 0.5em;
}

#article .section.company .inner .content .table .td {
  letter-spacing: 0.03em;
  width: 72.22222%;
  padding: 1em 0 1em 0.5em;
}

#article .section.company .inner .content .table .td p {
  padding: 0 0 1em 0;
}

#article .section.company .inner .content .table .td ul {
  list-style: none;
  padding: 0 0 0 0;
}

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

#article .section.shop .inner .content .h4.h4 {
  width: 100%;
  border-left: 4px solid #EF4220;
}

#article .section.shop .inner .content .h4.h4 .txt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.3rem 0 0.2rem;
  margin: 0 0 0 1.5rem;
}

#article .section.shop .inner .content .post {
  margin: 1.2rem 0 0 0;
}

#article .section.shop .inner .content .post p {
  font-size: 1.2rem;
  line-height: 1.25;
}

#article .section.shop .inner .content .post p strong {
  font-weight: bold;
}

#article .section.shop .inner .content .figure {
  width: 50%;
  margin: 1.0rem 0 0 0;
}

#article .section.shop .inner .content .item {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem auto 0;
}

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

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           company
        */
    /* -------------------------------------
           shop
        */
    /* -------------------------------------
           staff
        */
  }
  #article .section .inner {
    width: 960px;
    /* -------------------------------------
               content
            ------------------------------------- */
    /* -------------------------------------
               Google Map
            */
  }
  #article .section .inner .content .h3.h3_1 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 300;
    font-size: 3.0rem;
    line-height: 1;
    letter-spacing: 0.125em;
    width: 960px;
    padding: 40px 0 40px;
    margin: 0 0 40px 0;
  }
  #article .section .inner figure.map {
    width: 100%;
    height: 400px;
  }
  #article .section.company {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 3px 0 0 0;
  }
  #article .section.company .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.company .inner .content .table {
    width: 880px;
    margin: 0 auto;
  }
  #article .section.company .inner .content .table .th,
  #article .section.company .inner .content .table .td {
    font-size: 1.4rem;
  }
  #article .section.company .inner .content .table .th {
    font-weight: bold;
    width: 230px;
    padding: 30px 0 30px 1.5em;
  }
  #article .section.company .inner .content .table .td {
    width: 650px;
    padding: 30px 0;
    overflow: hidden;
  }
  #article .section.company .inner .content .table .td ul {
    padding: 0 3em 0 0;
    float: left;
  }
  #article .section.shop .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.shop .inner .content {
    /* -------------------------------------
                       Google Map
                    */
  }
  #article .section.shop .inner .content .h4.h4 {
    width: 440px;
    border-left: 6px solid #EF4220;
    box-sizing: border-box;
  }
  #article .section.shop .inner .content .h4.h4 .txt {
    font-size: 2.4rem;
    margin: 0 0 0 30px;
  }
  #article .section.shop .inner .content .post {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 440px;
    padding: 20px 0 15px 20px;
    margin: 0;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #article .section.shop .inner .content .post p {
    font-size: 1.4rem;
  }
  #article .section.shop .inner .content .post p:nth-child(1) {
    line-height: 1;
    width: 100%;
    margin: 0 0 5px;
  }
  #article .section.shop .inner .content .post p:nth-child(2) {
    line-height: 1.5;
    width: 190px;
  }
  #article .section.shop .inner .content .post p:nth-child(2) strong {
    font-size: 1.8rem;
  }
  #article .section.shop .inner .content .post p:nth-child(3) {
    font-size: 1.2rem;
    line-height: 1.75;
    width: 230px;
  }
  #article .section.shop .inner .content .post p strong {
    font-size: 1.8rem;
  }
  #article .section.shop .inner .content .figure {
    width: 435px;
    margin: 10px 0 0 0;
  }
  #article .section.shop .inner .content figure.map {
    margin: 10px 0 0 0;
  }
  #article .section.shop .inner .content .item {
    justify-content: space-between;
    align-items: center;
    width: 880px;
    margin: 40px auto 0;
  }
  #article .section.staff .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
}
