@charset "UTF-8";
/**
 * mixin
 */
/**
 * variables
 */
/**
 * init
 */
* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  list-style-type: none; }

h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  vertical-align: top; }

/**
 * parts
 */
/**
 * blocks
 */
html {
  font-size: 10px; }
  @media screen and (min-width: 600px) {
    html {
      font-size: 10px; } }

body {
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", '小塚ゴシック Pro','Kozuka Gothic Pro', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
  font-size: 1.3rem;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  @media screen and (min-width: 600px) {
    body {
      line-height: 1.8;
      font-size: 1.5rem;
      letter-spacing: 0.1em; } }

.content {
  margin: 0 auto;
  padding: 0 16px;
  max-content: 100%; }
  @media screen and (min-width: 600px) {
    .content {
      max-width: 1056px; } }

header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 60px;
  background: #fff; }
  @media screen and (min-width: 900px) {
    header {
      position: absolute;
      height: 60px;
      background: transparent; } }
  header h1 {
    margin-left: 16px;
    margin-top: 12px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    color: #6b6c6b; }
    @media screen and (min-width: 900px) {
      header h1 {
        margin-left: 30px; } }
    header h1 img {
      margin-right: 16px;
      max-height: 41px; }
      @media screen and (min-width: 900px) {
        header h1 img {
          margin-right: 24px; } }
    header h1 span {
      display: none; }
      @media screen and (min-width: 600px) {
        header h1 span {
          display: inline; } }
  header nav {
    flex-grow: 1; }
    header nav > ul.sm {
      display: flex;
      justify-content: flex-end;
      font-size: 3.0rem; }
      @media screen and (min-width: 900px) {
        header nav > ul.sm {
          display: none; } }
      header nav > ul.sm > li {
        line-height: 60px;
        width: 60px;
        text-align: center;
        position: relative; }
        header nav > ul.sm > li.tel {
          background: #e7e7e7; }
          header nav > ul.sm > li.tel a {
            color: #1e3991; }
            header nav > ul.sm > li.tel a i {
              transform: scaleX(-1); }
        header nav > ul.sm > li.toggle {
          background: #1e3991;
          z-index: 110; }
          header nav > ul.sm > li.toggle a {
            color: #fff; }
    header nav > ul.pc {
      display: none;
      justify-content: flex-end;
      font-family: source-han-serif-japanese, serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.6rem;
      width: 100vw;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 60px;
      background: #1e3991; }
      @media screen and (min-width: 900px) {
        header nav > ul.pc {
          display: flex;
          width: auto;
          height: auto;
          position: static;
          padding-top: 0;
          background: transparent; } }
      header nav > ul.pc > li {
        align-items: stretch;
        background: #1e3991;
        color: #fff;
        position: relative;
        line-height: 45px; }
        @media screen and (min-width: 900px) {
          header nav > ul.pc > li {
            line-height: 60px; } }
        @media screen and (min-width: 900px) {
          header nav > ul.pc > li:last-child {
            background: #f3f3f3;
            color: #1167c7;
            line-height: 60px; }
            header nav > ul.pc > li:last-child:hover {
              background: #911e36;
              color: #fff;
              transition: 0.2s; } }
        header nav > ul.pc > li:first-child {
          display: flex; }
          @media screen and (min-width: 900px) {
            header nav > ul.pc > li:first-child {
              display: block; }
              header nav > ul.pc > li:first-child:hover > ul {
                display: block;
                transition: 0.2s; } }
        header nav > ul.pc > li > a {
          color: inherit;
          display: block;
          padding: 0 24px; }
        header nav > ul.pc > li > ul {
          font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", '小塚ゴシック Pro','Kozuka Gothic Pro', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.5rem; }
          @media screen and (min-width: 900px) {
            header nav > ul.pc > li > ul {
              display: none;
              position: absolute;
              width: 165px;
              background: rgba(41, 41, 41, 0.5);
              line-height: 30px;
              padding: 12px 0;
              font-size: 1.3rem; } }
          header nav > ul.pc > li > ul a {
            display: block;
            padding: 0 16px;
            color: inherit; }

/**
 * index
 */
#index #visual {
  position: relative;
  width: 100%;
  background: url(../img/index-visual-sm.jpg);
  background-size: cover;
  height: calc(100vw * (552 / 750));
  top: 60px;
  margin-bottom: 80px; }
  @media screen and (min-width: 900px) {
    #index #visual {
      background: url(../img/index-visual.jpg);
      background-size: cover;
      height: calc(100vw * (760 / 1400));
      top: 0;
      margin-bottom: 0; } }
  #index #visual p {
    position: absolute;
    top: calc(100% * (460 / 552));
    left: 20px;
    font-size: 2.4rem;
    color: #4c4d50;
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.5rem; }
    @media screen and (min-width: 900px) {
      #index #visual p {
        top: calc(100% * (530 / 760));
        left: 50px;
        font-size: 4.0rem;
        line-height: 180%; } }
#index #service {
  padding-top: 65px; }
  #index #service > div > h2 {
    margin-bottom: 45px;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #6b6c6b;
    text-align: center; }
    #index #service > div > h2 span {
      font-size: 3rem;
      color: #1e3991;
      display: block;
      font-family: source-han-serif-japanese, serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.2em; }
    @media screen and (min-width: 900px) {
      #index #service > div > h2 {
        float: left;
        width: 352px;
        text-align: left;
        margin-bottom: 85px; } }
  #index #service > div > p {
    margin-bottom: 45px; }
    @media screen and (min-width: 900px) {
      #index #service > div > p {
        margin-left: 352px;
        margin-bottom: 85px; } }
  #index #service > nav {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 50px; }
    @media screen and (min-width: 600px) {
      #index #service > nav {
        margin-bottom: 95px; } }
    #index #service > nav > ul {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: calc(100vw * 0.77) calc(50vw * 0.77) calc(50vw * 0.77);
      grid-auto-rows: minmax(calc(100vw * 0.77), auto); }
      @media screen and (min-width: 600px) {
        #index #service > nav > ul {
          grid-template-columns: 45% 27.5% 27.5%;
          grid-template-rows: none;
          grid-auto-rows: minmax(calc(27.5vw * 0.77), auto); } }
      #index #service > nav > ul li {
        background-size: cover;
        position: relative; }
        #index #service > nav > ul li:nth-of-type(1) {
          background-image: url(../img/index-service-coating.jpg);
          grid-column-start: 1;
          grid-column-end: 3;
          grid-row-start: 1;
          grid-row-end: 1; }
          @media screen and (min-width: 600px) {
            #index #service > nav > ul li:nth-of-type(1) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 1;
              grid-row-end: 3; } }
          @media screen and (min-width: 900px) {
            #index #service > nav > ul li:nth-of-type(1) a > span > span {
              font-size: 3.0rem; } }
        #index #service > nav > ul li:nth-of-type(2) {
          background-image: url(../img/index-service-maintenance.jpg); }
        #index #service > nav > ul li:nth-of-type(3) {
          background-image: url(../img/index-service-sheet_metal.jpg); }
        #index #service > nav > ul li:nth-of-type(4) {
          background-image: url(../img/index-service-car_sales.jpg); }
        #index #service > nav > ul li:nth-of-type(5) {
          background-image: url(../img/index-service-car_parts.jpg); }
        #index #service > nav > ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          color: #fff;
          text-align: center;
          font-size: 1.6rem;
          transition: 0.2s; }
          #index #service > nav > ul li a:hover {
            background: rgba(30, 57, 145, 0.5); }
          #index #service > nav > ul li a > span > span {
            font-family: source-han-serif-japanese, serif;
            font-weight: 700;
            font-style: normal;
            display: block;
            letter-spacing: 0.2em; }
            @media screen and (min-width: 900px) {
              #index #service > nav > ul li a > span > span {
                font-size: 2.6rem; } }
  #index #service #service-coating {
    padding-top: 60px;
    margin-top: -60px; }
    @media screen and (min-width: 600px) {
      #index #service #service-coating {
        padding-top: 0;
        margin-top: 0; } }
    #index #service #service-coating h3 {
      margin-bottom: 45px;
      line-height: 1.4;
      font-size: 1.6rem;
      color: #6b6c6b;
      text-align: center; }
      #index #service #service-coating h3 span {
        font-size: 3rem;
        color: #1e3991;
        display: block;
        font-family: source-han-serif-japanese, serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.2em; }
    #index #service #service-coating > p {
      margin: 0 auto 40px;
      padding: 0 16px; }
      @media screen and (min-width: 900px) {
        #index #service #service-coating > p {
          margin: 0 auto 80px;
          padding: 0;
          width: 672px; } }
    #index #service #service-coating #himohs {
      background: transparent url(../img/bg-himohs.png) left top 145px no-repeat; }
      @media screen and (min-width: 1056px) {
        #index #service #service-coating #himohs {
          background: transparent url(../img/bg-himohs.png) right 50px top 145px no-repeat;
          max-width: 1400px;
          margin: 0 auto; } }
      #index #service #service-coating #himohs > div.image {
        position: relative;
        left: -10vw; }
        @media screen and (min-width: 600px) {
          #index #service #service-coating #himohs > div.image {
            position: absolute;
            right: 50vw;
            left: auto; } }
      #index #service #service-coating #himohs > section {
        padding-top: 56px;
        padding-bottom: 50px; }
        @media screen and (min-width: 600px) {
          #index #service #service-coating #himohs > section {
            padding-bottom: 105px; } }
        #index #service #service-coating #himohs > section > h4 {
          margin-bottom: 45px;
          line-height: 1.4;
          font-size: 1.6rem;
          color: #6b6c6b;
          position: relative;
          z-index: 50;
          margin-top: -80px;
          margin-bottom: 16px;
          padding-left: 16px;
          padding-top: 50px;
          padding-bottom: 6px;
          border-left: 2px solid #a1a3ab; }
          #index #service #service-coating #himohs > section > h4 span {
            font-size: 3rem;
            color: #1e3991;
            display: block;
            font-family: source-han-serif-japanese, serif;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 0.2em; }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #himohs > section > h4 {
              margin-left: calc(50% + 64px);
              margin-top: 0;
              margin-bottom: 0;
              padding-top: 0;
              padding-bottom: 50px; } }
          #index #service #service-coating #himohs > section > h4 span {
            color: #8b6933; }
        #index #service #service-coating #himohs > section > p {
          margin-bottom: 30px;
          padding-left: 16px;
          padding-right: 16px;
          color: #fff; }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #himohs > section > p {
              margin-left: calc(50% + 64px);
              padding-right: 0; } }
          #index #service #service-coating #himohs > section > p span {
            font-family: source-han-serif-japanese, serif;
            font-weight: 400;
            font-style: normal; }
        #index #service #service-coating #himohs > section > div {
          padding-top: 30px;
          color: #fff; }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #himohs > section > div {
              padding-top: 80px;
              display: flex; } }
          #index #service #service-coating #himohs > section > div > section:nth-of-type(1) {
            margin-bottom: 50px; }
            @media screen and (min-width: 600px) {
              #index #service #service-coating #himohs > section > div > section:nth-of-type(1) {
                margin-bottom: 0; } }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #himohs > section > div > section {
              flex-basis: 50%; }
              #index #service #service-coating #himohs > section > div > section:nth-of-type(odd) {
                margin-right: 16px; }
              #index #service #service-coating #himohs > section > div > section:nth-of-type(even) {
                margin-left: 16px; } }
          #index #service #service-coating #himohs > section > div > section h5 {
            margin-bottom: 45px;
            line-height: 1.4;
            font-size: 1.6rem;
            color: #6b6c6b;
            text-align: center;
            margin-bottom: 12px;
            font-family: source-han-serif-japanese, serif;
            font-weight: 500;
            font-style: normal;
            color: #fff; }
            #index #service #service-coating #himohs > section > div > section h5 span {
              font-size: 3rem;
              color: #1e3991;
              display: block;
              font-family: source-han-serif-japanese, serif;
              font-weight: 700;
              font-style: normal;
              letter-spacing: 0.2em; }
            #index #service #service-coating #himohs > section > div > section h5 span {
              color: #fff; }
          #index #service #service-coating #himohs > section > div > section > div {
            margin-bottom: 24px; }
          #index #service #service-coating #himohs > section > div > section > ul {
            display: flex;
            margin-bottom: 16px; }
            #index #service #service-coating #himohs > section > div > section > ul li {
              display: block;
              border: 1px solid #fff;
              font-size: 1.4rem;
              flex-basis: 50%;
              text-align: center;
              padding: 4px 0; }
              #index #service #service-coating #himohs > section > div > section > ul li:nth-of-type(odd) {
                margin-right: calc(16px / 2); }
              #index #service #service-coating #himohs > section > div > section > ul li:nth-of-type(even) {
                margin-left: calc(16px / 2); }
          #index #service #service-coating #himohs > section > div > section > p {
            margin-bottom: 40px; }
            @media screen and (min-width: 600px) {
              #index #service #service-coating #himohs > section > div > section > p {
                min-height: 135px; } }
          #index #service #service-coating #himohs > section > div > section > section h6 {
            position: relative;
            font-family: source-han-serif-japanese, serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.7rem;
            margin-bottom: 24px;
            z-index: 2; }
            #index #service #service-coating #himohs > section > div > section > section h6:before {
              border: 1px solid #fff;
              display: block;
              width: 100%;
              position: absolute;
              top: 50%;
              content: "";
              z-index: 1; }
            #index #service #service-coating #himohs > section > div > section > section h6 span {
              position: relative;
              background: #343434;
              z-index: 2;
              padding-right: 10px; }
          #index #service #service-coating #himohs > section > div > section > section > ul {
            display: flex;
            padding: 0 12px; }
            #index #service #service-coating #himohs > section > div > section > section > ul li {
              flex-basis: 50%; }
              #index #service #service-coating #himohs > section > div > section > section > ul li:nth-of-type(odd) {
                margin-right: 6px; }
              #index #service #service-coating #himohs > section > div > section > section > ul li:nth-of-type(even) {
                margin-left: 6px; }
              #index #service #service-coating #himohs > section > div > section > section > ul li span {
                display: block;
                padding-top: 6px; }
    #index #service #service-coating #real_glass {
      padding-top: 50px;
      background: transparent url(../img/bg-real_glass.png) left top 240px no-repeat; }
      @media screen and (min-width: 600px) {
        #index #service #service-coating #real_glass {
          padding-top: 105px; } }
      @media screen and (min-width: 1056px) {
        #index #service #service-coating #real_glass {
          background: transparent url(../img/bg-real_glass.png) left 50px top 240px no-repeat;
          max-width: 1400px;
          margin: 0 auto; } }
      #index #service #service-coating #real_glass > div.image {
        position: relative;
        left: -10vw; }
        @media screen and (min-width: 600px) {
          #index #service #service-coating #real_glass > div.image {
            position: absolute;
            left: 50vw; } }
      #index #service #service-coating #real_glass > section {
        padding-bottom: 50px; }
        @media screen and (min-width: 600px) {
          #index #service #service-coating #real_glass > section {
            padding-top: 56px; } }
        #index #service #service-coating #real_glass > section > h4 {
          margin-bottom: 45px;
          line-height: 1.4;
          font-size: 1.6rem;
          color: #6b6c6b;
          margin-bottom: 16px;
          padding-top: 24px;
          padding-bottom: 6px;
          padding-left: 16px;
          border-left: 2px solid #a1a3ab; }
          #index #service #service-coating #real_glass > section > h4 span {
            font-size: 3rem;
            color: #1e3991;
            display: block;
            font-family: source-han-serif-japanese, serif;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 0.2em; }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #real_glass > section > h4 {
              margin-right: calc(50% + 64px);
              margin-bottom: 0;
              padding-top: 0;
              padding-bottom: 50px; } }
          #index #service #service-coating #real_glass > section > h4 span {
            color: #33738b; }
        #index #service #service-coating #real_glass > section > p {
          margin-bottom: 30px;
          padding-left: 16px;
          padding-right: 16px;
          color: #6b6c6b; }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #real_glass > section > p {
              margin-right: calc(50% + 64px);
              padding-right: 0; } }
          #index #service #service-coating #real_glass > section > p span {
            font-family: source-han-serif-japanese, serif;
            font-weight: 400;
            font-style: normal; }
        #index #service #service-coating #real_glass > section > div {
          padding-top: 30px;
          margin-bottom: 24px; }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #real_glass > section > div {
              display: flex;
              padding-top: 120px; } }
          #index #service #service-coating #real_glass > section > div > section:not(:nth-of-type(3)) {
            margin-bottom: 50px; }
            @media screen and (min-width: 600px) {
              #index #service #service-coating #real_glass > section > div > section:not(:nth-of-type(3)) {
                margin-bottom: 0; } }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #real_glass > section > div > section {
              flex-basis: calc(100% / 3); }
              #index #service #service-coating #real_glass > section > div > section:nth-of-type(1) {
                margin-right: 16px; }
              #index #service #service-coating #real_glass > section > div > section:nth-of-type(2) {
                margin: 0 16px; }
              #index #service #service-coating #real_glass > section > div > section:nth-of-type(3) {
                margin-left: 16px; } }
          #index #service #service-coating #real_glass > section > div > section h5 {
            margin-bottom: 45px;
            line-height: 1.4;
            font-size: 1.6rem;
            color: #6b6c6b;
            text-align: center;
            margin-bottom: 12px;
            font-family: source-han-serif-japanese, serif;
            font-weight: 400;
            font-style: normal; }
            #index #service #service-coating #real_glass > section > div > section h5 span {
              font-size: 3rem;
              color: #1e3991;
              display: block;
              font-family: source-han-serif-japanese, serif;
              font-weight: 700;
              font-style: normal;
              letter-spacing: 0.2em; }
            #index #service #service-coating #real_glass > section > div > section h5 span {
              color: #6b6c6b; }
          #index #service #service-coating #real_glass > section > div > section > div {
            margin-bottom: 24px; }
        #index #service #service-coating #real_glass > section > ul {
          border-top: 1px solid #a1a3ab;
          padding-top: 12px;
          margin-top: 35px; }
          @media screen and (min-width: 600px) {
            #index #service #service-coating #real_glass > section > ul {
              margin-top: 0; } }
    #index #service #service-coating #polymer {
      padding-top: 50px;
      padding-bottom: 36px;
      background: transparent url(../img/bg-polymer.png) left top 140px no-repeat; }
      @media screen and (min-width: 600px) {
        #index #service #service-coating #polymer {
          padding-top: 105px;
          padding-bottom: 75px;
          background: transparent url(../img/bg-polymer.png) left top 190px no-repeat; } }
      @media screen and (min-width: 1056px) {
        #index #service #service-coating #polymer {
          background: transparent url(../img/bg-polymer.png) right 50px top 190px no-repeat;
          max-width: 1400px;
          margin: 0 auto; } }
      #index #service #service-coating #polymer > section h4 {
        margin-bottom: 45px;
        line-height: 1.4;
        font-size: 1.6rem;
        color: #6b6c6b;
        border-left: 2px solid #a1a3ab;
        padding-bottom: 50px;
        padding-left: 16px;
        margin-bottom: 0; }
        #index #service #service-coating #polymer > section h4 span {
          font-size: 3rem;
          color: #1e3991;
          display: block;
          font-family: source-han-serif-japanese, serif;
          font-weight: 700;
          font-style: normal;
          letter-spacing: 0.2em; }
        #index #service #service-coating #polymer > section h4 span {
          color: #8b3933; }
      #index #service #service-coating #polymer > section > p {
        padding-left: 16px;
        margin-bottom: 30px; }
        @media screen and (min-width: 600px) {
          #index #service #service-coating #polymer > section > p {
            max-width: 440px; } }
        #index #service #service-coating #polymer > section > p span {
          font-family: source-han-serif-japanese, serif;
          font-weight: 400;
          font-style: normal; }
  #index #service #service-other {
    padding-top: 50px; }
    @media screen and (min-width: 600px) {
      #index #service #service-other {
        padding-top: 105px; } }
    #index #service #service-other h3 {
      margin-bottom: 45px;
      line-height: 1.4;
      font-size: 1.6rem;
      color: #6b6c6b;
      text-align: center; }
      #index #service #service-other h3 span {
        font-size: 3rem;
        color: #1e3991;
        display: block;
        font-family: source-han-serif-japanese, serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.2em; }
    #index #service #service-other #service-maintenance {
      margin-top: -60px;
      padding-top: 60px;
      padding-bottom: 50px;
      background: transparent url(../img/bg-polymer.png) left top 190px no-repeat; }
      @media screen and (min-width: 600px) {
        #index #service #service-other #service-maintenance {
          padding-top: 0;
          padding-bottom: 105px;
          margin-top: 0; } }
      @media screen and (min-width: 1056px) {
        #index #service #service-other #service-maintenance {
          background: transparent url(../img/bg-polymer.png) right 50px top 120px no-repeat;
          max-width: 1400px;
          margin-left: auto;
          margin-right: auto; } }
      #index #service #service-other #service-maintenance > div {
        display: flex;
        flex-wrap: wrap; }
        #index #service #service-other #service-maintenance > div > div.image {
          position: relative;
          left: -5vw; }
          @media screen and (min-width: 600px) {
            #index #service #service-other #service-maintenance > div > div.image {
              margin-bottom: 85px;
              flex-basis: 50%;
              left: auto; } }
        #index #service #service-other #service-maintenance > div > section.items {
          margin-bottom: 50px; }
          @media screen and (min-width: 600px) {
            #index #service #service-other #service-maintenance > div > section.items {
              margin-bottom: 90px;
              flex-basis: 50%;
              padding-top: 40px;
              padding-left: 16px; } }
          #index #service #service-other #service-maintenance > div > section.items > h4 {
            margin-bottom: 45px;
            line-height: 1.4;
            font-size: 1.6rem;
            color: #6b6c6b;
            border-left: 2px solid #a1a3ab;
            margin-bottom: 16px;
            padding-top: 16px;
            padding-bottom: 6px;
            padding-left: 16px; }
            #index #service #service-other #service-maintenance > div > section.items > h4 span {
              font-size: 24px;
              color: #1e3991;
              display: block;
              font-family: source-han-serif-japanese, serif;
              font-weight: 700;
              font-style: normal;
              letter-spacing: 0.2em; }
            @media screen and (min-width: 600px) {
              #index #service #service-other #service-maintenance > div > section.items > h4 {
                padding-bottom: 50px;
                padding-top: 0;
                margin-bottom: 0; } }
          #index #service #service-other #service-maintenance > div > section.items > section {
            padding-left: 16px;
            padding-right: 16px; }
            @media screen and (min-width: 600px) {
              #index #service #service-other #service-maintenance > div > section.items > section {
                padding-right: 0; } }
            #index #service #service-other #service-maintenance > div > section.items > section h5 {
              font-weight: normal; }
              #index #service #service-other #service-maintenance > div > section.items > section h5:before {
                content: "●"; }
            #index #service #service-other #service-maintenance > div > section.items > section p {
              margin-bottom: 1.8em; }
            #index #service #service-other #service-maintenance > div > section.items > section ul li {
              display: inline; }
              #index #service #service-other #service-maintenance > div > section.items > section ul li:not(:last-child):after {
                content: "/"; }
        #index #service #service-other #service-maintenance > div .table {
          flex-basis: 100%;
          padding: 0 16px; }
          @media screen and (min-width: 600px) {
            #index #service #service-other #service-maintenance > div .table {
              display: flex;
              flex-wrap: wrap;
              padding: 0; } }
          #index #service #service-other #service-maintenance > div .table h4 {
            align-self: center;
            margin-bottom: 16px; }
            @media screen and (min-width: 600px) {
              #index #service #service-other #service-maintenance > div .table h4 {
                flex-basis: 190px;
                margin-bottom: 0; } }
          #index #service #service-other #service-maintenance > div .table table {
            border-spacing: 0;
            border-top: 1px solid #606060;
            border-left: 1px solid #606060;
            color: #4b4b4b; }
            @media screen and (min-width: 600px) {
              #index #service #service-other #service-maintenance > div .table table {
                flex-grow: 1; } }
            #index #service #service-other #service-maintenance > div .table table thead {
              display: flex;
              float: left; }
              @media screen and (min-width: 600px) {
                #index #service #service-other #service-maintenance > div .table table thead {
                  display: table-header-group;
                  float: none; } }
            #index #service #service-other #service-maintenance > div .table table thead th:first-child:before {
              content: ' ';
              padding: 1em; }
              @media screen and (min-width: 600px) {
                #index #service #service-other #service-maintenance > div .table table thead th:first-child:before {
                  padding: 0; } }
            #index #service #service-other #service-maintenance > div .table table tbody {
              display: flex;
              width: auto; }
              @media screen and (min-width: 600px) {
                #index #service #service-other #service-maintenance > div .table table tbody {
                  display: table-row-group; } }
            #index #service #service-other #service-maintenance > div .table table tbody tr {
              display: flex;
              flex-direction: column; }
              @media screen and (min-width: 600px) {
                #index #service #service-other #service-maintenance > div .table table tbody tr {
                  display: table-row; } }
            #index #service #service-other #service-maintenance > div .table table th, #index #service #service-other #service-maintenance > div .table table td {
              border-right: 1px solid #606060;
              border-bottom: 1px solid #606060;
              text-align: center;
              padding: 12px 16px;
              font-weight: normal;
              display: block; }
              @media screen and (min-width: 600px) {
                #index #service #service-other #service-maintenance > div .table table th, #index #service #service-other #service-maintenance > div .table table td {
                  display: table-cell;
                  width: calc(100% / 6);
                  padding: 12px 0; } }
    #index #service #service-other > div.services {
      padding-top: 50px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      @media screen and (min-width: 600px) {
        #index #service #service-other > div.services {
          padding-top: 105px; } }
      #index #service #service-other > div.services > section {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: -60px;
        padding-top: 60px;
        margin-bottom: 45px; }
        @media screen and (min-width: 600px) {
          #index #service #service-other > div.services > section {
            flex-basis: 50%;
            padding-top: 0;
            margin-top: 0;
            margin-bottom: 90px; }
            #index #service #service-other > div.services > section:nth-of-type(odd) {
              padding-right: 16px; }
            #index #service #service-other > div.services > section:nth-of-type(even) {
              padding-left: 16px; } }
        #index #service #service-other > div.services > section > h4 {
          margin-bottom: 45px;
          line-height: 1.4;
          font-size: 1.6rem;
          color: #6b6c6b;
          order: 2;
          border-left: 2px solid #a1a3ab;
          padding: 4px 0 4px 16px;
          margin-bottom: 10px; }
          #index #service #service-other > div.services > section > h4 span {
            font-size: 24px;
            color: #1e3991;
            display: block;
            font-family: source-han-serif-japanese, serif;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 0.2em; }
        #index #service #service-other > div.services > section > div {
          order: 1;
          margin-bottom: 24px; }
        #index #service #service-other > div.services > section > p,
        #index #service #service-other > div.services > section > ul {
          order: 3;
          padding-left: 10px; }
          #index #service #service-other > div.services > section > p a,
          #index #service #service-other > div.services > section > ul a {
            display: inline-block;
            background: #1e3991;
            color: #fff;
            text-align: center;
            padding: 12px 24px;
            margin-top: 16px;
            font-size: 1.6rem; }
            @media screen and (min-width: 900px) {
              #index #service #service-other > div.services > section > p a,
              #index #service #service-other > div.services > section > ul a {
                display: block;
                width: 60%;
                padding: 12px 0; } }
            #index #service #service-other > div.services > section > p a:hover,
            #index #service #service-other > div.services > section > ul a:hover {
              background: #000;
              transition: 0.2s; }
        #index #service #service-other > div.services > section > ul li:before {
          content: "・"; }
        #index #service #service-other > div.services > section#service-car_parts p:before {
          content: "●"; }
    #index #service #service-other > div.shop {
      padding-bottom: 50px; }
      @media screen and (min-width: 600px) {
        #index #service #service-other > div.shop {
          padding-bottom: 105px; } }
      #index #service #service-other > div.shop p {
        margin-bottom: 24px; }
      #index #service #service-other > div.shop ul {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (min-width: 600px) {
          #index #service #service-other > div.shop ul {
            flex-wrap: nowrap; } }
        #index #service #service-other > div.shop ul li {
          flex-basis: 50%;
          margin-bottom: 16px; }
          #index #service #service-other > div.shop ul li:nth-of-type(odd) {
            padding-right: calc(16px / 2); }
          #index #service #service-other > div.shop ul li:nth-of-type(even) {
            padding-left: calc(16px / 2); }
          @media screen and (min-width: 600px) {
            #index #service #service-other > div.shop ul li {
              flex-basis: 25%;
              margin-bottom: 0;
              padding: 0; }
              #index #service #service-other > div.shop ul li:not(:first-child) {
                margin-left: 32px; } }
#index #company {
  margin-bottom: 50px;
  padding: 50px 0;
  color: #6b6c6b;
  background-color: #f6f6f6; }
  @media screen and (min-width: 600px) {
    #index #company {
      margin-bottom: 105px;
      padding: 105px 0; } }
  @media screen and (min-width: 1056px) {
    #index #company {
      background: transparent url(../img/bg-polymer.png) right 50px top no-repeat;
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto; } }
  #index #company section h2 {
    margin-bottom: 45px;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #6b6c6b;
    text-align: center; }
    #index #company section h2 span {
      font-size: 3rem;
      color: #1e3991;
      display: block;
      font-family: source-han-serif-japanese, serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.2em; }
  #index #company section > div {
    line-height: 2.0; }
    @media screen and (min-width: 600px) {
      #index #company section > div {
        display: flex; } }
    #index #company section > div > dl {
      flex-basis: 50%;
      font-size: 1.6rem;
      margin-bottom: 50px; }
      #index #company section > div > dl:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap; }
        #index #company section > div > dl:nth-of-type(1) dt {
          flex-basis: 110px; }
        #index #company section > div > dl:nth-of-type(1) dd {
          flex-basis: calc(100% - 110px); }
      #index #company section > div > dl:nth-of-type(2) dd {
        margin-bottom: 2em; }
  #index #company section iframe {
    max-width: 100%; }
#index #contact {
  padding-top: 70px;
  padding-bottom: 25px;
  background: #1e3991;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 600px) {
    #index #contact {
      padding-top: 90px; } }
  #index #contact h2 {
    margin-bottom: 80px;
    margin-bottom: 45px;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #6b6c6b;
    color: #fff; }
    #index #contact h2 span {
      font-size: 3rem;
      color: #1e3991;
      display: block;
      font-family: source-han-serif-japanese, serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.2em; }
    #index #contact h2 span {
      color: #fff; }
  #index #contact address {
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px; }
    #index #contact address a {
      display: block;
      font-size: 3.0rem;
      letter-spacing: 0.2em;
      font-weight: 700;
      color: inherit; }
  #index #contact > p {
    font-size: 1.2rem;
    letter-spacing: 0.2em; }

/*# sourceMappingURL=style.css.map */
