/*
//@include linkarrow();
@mixin linkarrow($d:'sp', $c:$monocolor){

    @if $d == 'sp'{

        &:before,
        &:after{
            content: "";
            display: block;
            border-top: 1px solid $c;
            position: absolute;
            z-index: 9;
            top: 50%;
            //right: size(80/-2);
            $right: math.div(80 , -2);
            right: size( $right );
            transform-origin: right bottom;
            //opacity: 0.4;
        }
        &:before{
            width: size(30);
            transform: translateY(-50%) rotate(40deg);
        }
        &:after{
            width: size(80);
            transform: translateY(-50%);
        } 
    }
    @else if $d == 'pc'{

        &:before,
        &:after{
            //right: (96px/-2);
            right: ( math.div(96px , -2) );
        }
        &:before{
            width: 24px;
        }
        &:after{
            width: 96px;
        }
    }
}
*/
/* =================================================
   unique layout
================================================= */
#container.page {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container.page #article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container.page #article section .content h2.h2_2 {
  display: grid;
  grid-auto-flow: column;
  align-items: baseline;
}
#container.page #article section .content h2.h2_2 span.txt {
  font-size: 1.8rem;
}
#container.page #article section .content h2.h2_2 span.txt_2 {
  text-align: right;
  font-size: 1rem;
}
#container.page #article section .content table tr td a,
#container.page #article section .content table tr td a:link {
  letter-spacing: 0.05em;
}
#container.page #article section .content .item {
  width: 88vw;
}
#container.page #article section .content.title_page.imagefull figure img {
  opacity: 0.6;
}
#container.page #article section .content.content_1 {
  margin: 10.6666666667vw auto 0;
}
#container.page #article section .content.content_1 h3 {
  text-align: center;
  margin-bottom: 8vw;
}
#container.page #article section .content.content_1 h3 span.txt {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
#container.page #article section .content.content_1 h3 span.txt_2 {
  font-size: 2.3rem;
}
#container.page #article section .content.content_1 h4 {
  width: max-content;
  margin: 8vw 0 0 auto;
}
#container.page #article section .content.content_1 h4 span.txt {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
#container.page #article section .content.content_1 h4 span.txt_2 {
  font-size: 1.8rem;
}
#container.page #article section .content.content_1 p {
  text-align: center;
}
#container.page #article section .content.company, #container.page #article section .content.history {
  margin-top: 26.6666666667vw;
}
#container.page #article section .content.shop {
  margin: 26.6666666667vw 0;
}
#container.page #article section .content.shop h2 {
  text-align: center;
  margin: 10.6666666667vw 0 6.6666666667vw;
}
#container.page #article section .content.shop h2 span {
  font-size: 1.6rem;
}
#container.page #article section .content.shop p {
  text-align: center;
}
#container.page #article section .content.shop .map {
  height: 106.6666666667vw;
  margin: 13.3333333333vw auto 9.3333333333vw;
}
#container.page #article section .content.shop .item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  #container.page {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container.page #article {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #container.page #article section .content {
    margin: 0 auto;
  }
  #container.page #article section .content .item {
    width: 100%;
  }
  #container.page #article section .content.content_1 {
    width: max-content;
    margin: 64px auto 0;
  }
  #container.page #article section .content.content_1 h3 {
    margin-bottom: 32px;
  }
  #container.page #article section .content.content_1 h3 span {
    line-height: 2;
  }
  #container.page #article section .content.content_1 h3 span.txt {
    font-size: 1.1rem;
    margin-bottom: 2em;
  }
  #container.page #article section .content.content_1 h3 span.txt_2 {
    font-size: 1.8rem;
  }
  #container.page #article section .content.content_1 h4 {
    margin-top: 32px;
  }
  #container.page #article section .content.content_1 h4 span.txt_2 {
    font-size: 1.6rem;
  }
  #container.page #article section .content.company, #container.page #article section .content.history {
    width: 500px;
    margin-top: 144px;
    transition: 0.3s;
  }
  #container.page #article section .content.shop {
    margin: 144px auto 0;
  }
  #container.page #article section .content.shop h2 {
    grid-column: 2;
    margin: 0;
  }
  #container.page #article section .content.shop h2 span {
    font-size: 1.4rem;
  }
  #container.page #article section .content.shop figure {
    grid-column: 1/-1;
    display: grid;
    grid-auto-flow: column;
    margin-bottom: 48px;
  }
  #container.page #article section .content.shop .map {
    height: 400px;
    margin: 0 auto 48px;
  }
  #container.page #article section .content.shop .item {
    display: grid;
    grid-template-columns: 1fr 400px 400px 1fr;
    margin: 0 auto 80px;
    transition: 0.3s;
  }
  #container.page #article section .content.shop .item .float_c {
    grid-column: 2/4;
    width: 100%;
    margin-bottom: 48px;
    transition: 0.3s;
  }
  #container.page #article section .content.shop .item .float_c:nth-of-type(1) {
    display: grid;
    grid-template-columns: 1fr 320px 430px 1fr;
    align-items: center;
    margin: 0 auto 48px;
  }
  #container.page #article section .content.shop .item .float_c:nth-of-type(1) p {
    grid-column: 3;
    text-align: left;
  }
  #container.page #article section .content.shop .item .float_c:nth-of-type(2) {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1100px) {
  #container.page #article section .content.content_1 h3 {
    margin-bottom: 48px;
  }
  #container.page #article section .content.content_1 h3 span.txt {
    font-size: 1.6rem;
  }
  #container.page #article section .content.content_1 h3 span.txt_2 {
    font-size: 2.5rem;
  }
  #container.page #article section .content.content_1 h4 {
    margin-top: 48px;
  }
  #container.page #article section .content.content_1 h4 span.txt {
    font-size: 1.1rem;
  }
  #container.page #article section .content.content_1 h4 span.txt_2 {
    font-size: 2.3rem;
  }
  #container.page #article section .content.company, #container.page #article section .content.history {
    width: 720px;
    margin-top: 160px;
  }
  #container.page #article section .content.company h2 span.txt, #container.page #article section .content.history h2 span.txt {
    font-size: 2.5rem;
  }
  #container.page #article section .content.company h2 span.txt_2, #container.page #article section .content.history h2 span.txt_2 {
    font-size: 1.4rem;
  }
  #container.page #article section .content.company table.base th,
  #container.page #article section .content.company table.base td, #container.page #article section .content.history table.base th,
  #container.page #article section .content.history table.base td {
    font-size: 1.4rem;
  }
  #container.page #article section .content.shop {
    margin-top: 160px;
  }
  #container.page #article section .content.shop h2 span {
    font-size: 2rem;
  }
  #container.page #article section .content.shop figure {
    margin-bottom: 64px;
  }
  #container.page #article section .content.shop .map {
    height: 560px;
    margin: 0 auto 64px;
  }
  #container.page #article section .content.shop .item {
    grid-template-columns: 1fr 560px 560px 1fr;
    margin-bottom: 96px;
  }
  #container.page #article section .content.shop .item .float_c {
    margin-bottom: 64px;
  }
  #container.page #article section .content.shop .item .float_c:nth-of-type(1) {
    grid-template-columns: 1fr 440px 630px 1fr;
    margin-bottom: 64px;
  }
}/*# sourceMappingURL=company.css.map */