@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
  ------------------------------------- */
}
#article .section {
  /* -------------------------------------
     section_1
  */
}
#article .section.section_1 .inner.section_inner .content {
  /* -------------------------------------
      company
  ------------------------------------- */
  /* -------------------------------------
      content
  ------------------------------------- */
  /* -------------------------------------
      content
  ------------------------------------- */
}
#article .section.section_1 .inner.section_inner .content.content_1 .item .float_r, #article .section.section_1 .inner.section_inner .content.content_2 .item .float_r, #article .section.section_1 .inner.section_inner .content.content_3 .item .float_r {
  width: 84vw;
  padding: 8vw 0;
  margin: 0 auto;
}
#article .section.section_1 .inner.section_inner .content.content_1 .item.image, #article .section.section_1 .inner.section_inner .content.content_2 .item.image, #article .section.section_1 .inner.section_inner .content.content_3 .item.image {
  position: relative;
  z-index: 1;
}
#article .section.section_1 .inner.section_inner .content.content_1 .item.image .figure, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .figure, #article .section.section_1 .inner.section_inner .content.content_3 .item.image .figure {
  width: 100%;
  height: 100vw;
  background: hsl(0, 0%, 0%);
  overflow: hidden;
}
#article .section.section_1 .inner.section_inner .content.content_1 .item.image .figure img, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .figure img, #article .section.section_1 .inner.section_inner .content.content_3 .item.image .figure img {
  opacity: 0.75;
}
#article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .h3.h3_3 span, #article .section.section_1 .inner.section_inner .content.content_3 .item.image .h3.h3_3 span {
  color: hsl(0, 0%, 100%);
  text-shadow: 0 0 12px black;
}
#article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span.txt, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .h3.h3_3 span.txt, #article .section.section_1 .inner.section_inner .content.content_3 .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, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .h3.h3_3 span.txt_2, #article .section.section_1 .inner.section_inner .content.content_3 .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 .float_c, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .float_c, #article .section.section_1 .inner.section_inner .content.content_3 .item.image .float_c {
  display: flex;
  align-items: 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 .h4.h4_2 {
  margin: 0 auto 1.4rem;
}
#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.content_3 .h4.h4_2 {
  margin: 0 auto 1.4rem;
}
#article .section.section_1 .inner.section_inner .content.content_3 .h4.h4_2 span.txt {
  font-size: 2.6rem;
}
#article .section.section_1 .inner.section_inner .content.content_3 .h4.h4_2 span.txt_2 {
  font-size: 1.8rem;
}
#article .section.section_1 .inner.section_inner .content.content_3 .h5.h5_1 {
  text-align: right;
  margin: 1.4rem auto 0;
}
#article .section.section_1 .inner.section_inner .content.content_3 .h5.h5_1 span.txt {
  font-size: 1.2rem;
}
#article .section.section_1 .inner.section_inner .content.content_3 .h5.h5_1 span.txt_2 {
  margin: 0.5rem auto 0;
}
#article .section.section_1 .inner.section_inner .content.company table {
  width: 84vw;
  margin: 8vw auto;
  box-sizing: border-box;
}
#article .section.section_1 .inner.section_inner .content.company table th,
#article .section.section_1 .inner.section_inner .content.company table td {
  display: block;
  font-size: 1.2rem;
  vertical-align: top;
  width: 100%;
  padding: 0.75rem 0 0.75rem 1rem;
  box-sizing: border-box;
}
#article .section.section_1 .inner.section_inner .content.company table th {
  letter-spacing: 0.075em;
  color: hsl(0, 0%, 100%);
  background: #000;
}
#article .section.section_1 .inner.section_inner .content.company table td {
  letter-spacing: 0.03em;
  background: hsl(0, 0%, 95%);
}
#article .section.section_1 .inner.section_inner .content.company table td p {
  padding: 0 0 1em 0;
}
#article .section.section_1 .inner.section_inner .content.company table td ul {
  list-style: none;
  padding: 0 0 0 0;
}
#article .section.section_1 .inner.section_inner .content.staff p.lead {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  text-align: center;
  padding: 5.3333333333vw 0;
}
#article .section.section_1 .inner.section_inner .content.shop {
  /* -------------------------------------
  Google Map
  */
}
#article .section.section_1 .inner.section_inner .content.shop .h4.h4_2 {
  width: 100%;
  padding: 5.3333333333vw 0;
  background: rgba(0, 0, 0, 0.2);
}
#article .section.section_1 .inner.section_inner .content.shop .h4.h4_2 span {
  text-align: center;
}
#article .section.section_1 .inner.section_inner .content.shop .post {
  width: 93.3333333333vw;
  padding: 5.3333333333vw 0;
  margin: 0 auto;
}
#article .section.section_1 .inner.section_inner .content.shop .post p {
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0 auto 0.75rem;
}
#article .section.section_1 .inner.section_inner .content.shop .post p.notice {
  font-size: 1rem;
  margin: -0.5rem auto 0.75rem;
}
#article .section.section_1 .inner.section_inner .content.shop .post p:last-of-type {
  margin: 0 auto;
}
#article .section.section_1 .inner.section_inner .content.shop .post p.tel {
  display: flex;
  align-items: center;
}
#article .section.section_1 .inner.section_inner .content.shop .post p.tel strong {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
#article .section.section_1 .inner.section_inner .content.shop .figure {
  width: 100%;
  height: 56.2429696288vw;
  margin: 0;
  overflow: hidden;
}
#article .section.section_1 .inner.section_inner .content.shop .map {
  height: 56.2429696288vw;
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
       section_1
    */
  }
  #article .section.section_1 .inner.section_inner .content {
    /* -------------------------------------
        company
    ------------------------------------- */
    /* -------------------------------------
        staff
    ------------------------------------- */
    /* -------------------------------------
        shop
    ------------------------------------- */
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item .float_r, #article .section.section_1 .inner.section_inner .content.content_2 .item .float_r, #article .section.section_1 .inner.section_inner .content.content_3 .item .float_r {
    width: 100%;
    padding: 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.image .figure, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .figure, #article .section.section_1 .inner.section_inner .content.content_3 .item.image .figure {
    width: 100%;
    height: 480px;
    margin: 0 auto;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span.txt, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .h3.h3_3 span.txt, #article .section.section_1 .inner.section_inner .content.content_3 .item.image .h3.h3_3 span.txt {
    font-size: 6rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.image .h3.h3_3 span.txt_2, #article .section.section_1 .inner.section_inner .content.content_2 .item.image .h3.h3_3 span.txt_2, #article .section.section_1 .inner.section_inner .content.content_3 .item.image .h3.h3_3 span.txt_2 {
    font-size: 5rem;
    margin: 30px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .h4.h4_2 {
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .h4.h4_2 span {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item {
    background: hsl(0, 0%, 95%);
  }
  #article .section.section_1 .inner.section_inner .content.content_1 .item.item_1 .float_c {
    width: 976px;
    padding: 40px 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .figure {
    height: 200px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item.float {
    align-items: center;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_l {
    width: 200px;
  }
  #article .section.section_1 .inner.section_inner .content.content_2 .item .float_r {
    width: 816px;
    padding: 0;
    margin: 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .figure {
    height: 400px;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .h4.h4_2 {
    margin: 0 auto 30px;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .h4.h4_2 span.txt {
    font-size: 3rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .h4.h4_2 span.txt_2 {
    font-size: 1.8rem;
    margin: 10px 0 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .h5.h5_1 {
    margin: 30px auto 0;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .h5.h5_1 span.txt_2 {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .item {
    background: hsl(0, 0%, 95%);
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .item.float {
    align-items: center;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .item .float_l {
    width: 300px;
  }
  #article .section.section_1 .inner.section_inner .content.content_3 .item .float_r {
    width: 676px;
    padding: 0;
    margin: 0 0 0 40px;
  }
  #article .section.section_1 .inner.section_inner .content.company table {
    display: table;
    width: 100%;
    margin: 0 auto;
    border: none;
    border-top: 1px solid hsl(0, 0%, 80%);
  }
  #article .section.section_1 .inner.section_inner .content.company table th,
  #article .section.section_1 .inner.section_inner .content.company table td {
    display: table-cell;
    font-size: 1.4rem;
    border-bottom: 1px solid hsl(0, 0%, 80%);
  }
  #article .section.section_1 .inner.section_inner .content.company table th {
    color: hsl(0, 0%, 0%);
    width: 240px;
    padding: 30px 0 30px 1.5em;
    background: hsl(0, 0%, 90%);
  }
  #article .section.section_1 .inner.section_inner .content.company table td {
    width: 816px;
    padding: 30px 0 30px 30px;
    background: hsl(0, 0%, 100%);
  }
  #article .section.section_1 .inner.section_inner .content.company table td ul {
    padding: 0 3em 0 0;
    float: left;
  }
  #article .section.section_1 .inner.section_inner .content.staff p.lead {
    letter-spacing: 0.25em;
    padding: 0 0 40px;
  }
  #article .section.section_1 .inner.section_inner .content.shop {
    /* -------------------------------------
        Google Map
    */
  }
  #article .section.section_1 .inner.section_inner .content.shop .h4.h4_2 {
    padding: 40px 0;
  }
  #article .section.section_1 .inner.section_inner .content.shop .h4.h4_2 span {
    letter-spacing: 0.2em;
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner.section_inner .content.shop .post {
    width: 100%;
    padding: 20px 0 20px 20px;
    background: hsl(0, 0%, 95%);
  }
  #article .section.section_1 .inner.section_inner .content.shop .post p {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner.section_inner .content.shop .post p strong {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner.section_inner .content.shop .figure {
    height: 593.9257592801px;
  }
  #article .section.section_1 .inner.section_inner .content.shop .map {
    width: 100%;
    height: 360px;
  }
  #article .section.section_1 .inner.section_inner .content.shop .item {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 80px;
  }
}/*# sourceMappingURL=company.css.map */