@import "reset.css";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #444444;
  -webkit-text-size-adjust: 100%;
  background: #fafafa;
}

a {
  color: #0078d6;
  text-decoration: none;
}
a:focus, a:active {
  color: #0078d6;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.76;
  }
}

.wrapper {
  width: 100%;
}

.container {
  width: 996px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 996px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  header {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  header .logo {
    padding: 8px;
  }
}

.global-nav {
  font-size: 16px;
}
.global-nav a {
  color: #444444;
  padding: 8px 0;
}
.global-nav .current {
  border-bottom: 2px solid #444444;
}
.global-nav ul {
  display: flex;
  font-weight: bold;
}
.global-nav ul li {
  padding: 20px 12px;
}
@media screen and (max-width: 834px) {
  .global-nav ul {
    display: none;
  }
}

.index-main {
  text-align: right;
  padding-top: 654px;
  height: 780px;
  background: url(../img/bg-top.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .index-main {
    padding-top: 146px;
    height: 186px;
  }
}
.index-main h2 img {
  width: 700px;
  height: 100px;
}
@media screen and (max-width: 834px) {
  .index-main h2 img {
    width: auto;
    height: 32px;
  }
}

.index-read {
  display: flex;
  font-size: 16px;
  padding: 80px 0;
}
@media screen and (max-width: 834px) {
  .index-read {
    flex-direction: column;
    padding: 20px 16px 40px;
  }
}
.index-read p {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 834px) {
  .index-read p {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 834px) {
  .index-read img {
    width: 100%;
    height: auto;
  }
}

.index-pickup {
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .index-pickup {
    margin-bottom: 40px;
  }
}
.index-pickup h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .index-pickup h2 {
    margin-bottom: 16px;
  }
}
.index-pickup h2 img {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 834px) {
  .index-pickup h2 img {
    width: auto;
    height: 20px;
  }
}
.index-pickup .pickup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .index-pickup .pickup {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.index-pickup .pickup a {
  color: #444444;
  background: #ffffff;
  width: 488px;
  border: 1px solid #e5e5e5;
  padding: 24px;
}
@media screen and (max-width: 834px) {
  .index-pickup .pickup a {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
  }
}
.index-pickup .pickup h3 {
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .index-pickup .pickup h3 {
    font-size: 16px;
  }
}
.index-pickup .pickup .pickup-content {
  display: flex;
}
.index-pickup .pickup img {
  margin-right: 16px;
}
.index-pickup .pickup .pickckup-content-detail dl {
  display: flex;
  margin-bottom: 8px;
}
.index-pickup .pickup .pickckup-content-detail dl dt {
  text-align: center;
  width: 80px;
  background: #f0f0f0;
  padding: 4px 8px;
}
.index-pickup .pickup .pickckup-content-detail dl dd {
  padding: 4px;
}
.index-pickup .pickup .pickckup-content-detail span {
  color: #ed6d1f;
  font-size: 20px;
  margin-left: 8px;
}
.index-pickup .btn-contact {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .index-pickup .btn-contact {
    text-align: center;
  }
}

.news {
  margin-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.news h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .news h2 {
    margin-bottom: 16px;
  }
}
.news h2 img {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 834px) {
  .news h2 img {
    width: auto;
    height: 20px;
  }
}
.news a {
  color: #444444;
}
.news dl {
  border-top: 1px solid #e5e5e5;
  background: url(img/icon-arrow.png) right center no-repeat;
  background-size: 12px 18px;
  padding: 40px 0;
}
@media screen and (max-width: 834px) {
  .news dl {
    background-size: 8px 12px;
    padding: 20px 0;
  }
}
.news dt {
  color: #808080;
  font-size: 14px;
}
.news dd {
  font-size: 18px;
}

.custoday {
  margin-top: 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .custoday {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.custoday h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .custoday h1 {
    margin-bottom: 16px;
  }
}
.custoday h1 img {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 834px) {
  .custoday h1 img {
    width: auto;
    height: 28px;
  }
}
.custoday .custoday-detail {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .custoday .custoday-detail {
    padding-top: 40px;
  }
}
.custoday .custoday-detail img {
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .custoday .custoday-detail img {
    width: 280px;
    height: auto;
  }
}

.repair {
  margin-top: 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .repair {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.repair h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .repair h1 {
    margin-bottom: 16px;
  }
}
.repair h1 img {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 834px) {
  .repair h1 img {
    width: auto;
    height: 28px;
  }
}
.repair h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.repair p {
  margin-bottom: 40px;
}
.repair ol {
  color: #0078d6;
  font-size: 20px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.repair ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.repair .btn-contact {
  text-align: center;
}
.repair .repair-detail .repair-image-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .repair .repair-detail .repair-image-container {
    flex-direction: column;
    height: auto;
  }
}
.repair .repair-detail .repair-image-container .photo {
  width: 400px;
}
@media screen and (max-width: 834px) {
  .repair .repair-detail .repair-image-container .photo {
    width: 100%;
    height: auto;
  }
}
.repair .repair-detail .repair-image-container .arrow {
  margin: 16px 0;
}
@media screen and (max-width: 834px) {
  .repair .repair-detail .repair-image-container .arrow {
    transform: rotate(90deg);
  }
}
.repair .repair-detail .btn-contact {
  text-align: center;
  margin: 20px 0 80px;
}
@media screen and (max-width: 834px) {
  .repair .repair-detail .btn-contact {
    text-align: center;
    margin: 20px 0 40px;
  }
}

.car {
  margin-top: 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .car {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.car h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .car h1 {
    margin-bottom: 16px;
  }
}
.car h1 img {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 834px) {
  .car h1 img {
    width: auto;
    height: 28px;
  }
}
.car h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.car .banner {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 834px) {
  .car .banner {
    margin: 20px 0;
  }
}
@media screen and (max-width: 834px) {
  .car .banner img {
    width: 100%;
    height: auto;
  }
}
.car .car-detail {
  display: flex;
  color: #444444;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .car .car-detail {
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
  }
}
.car h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.car .car-info {
  margin-bottom: 16px;
}
.car .car-image-content {
  width: 320px;
  margin-right: 24px;
}
@media screen and (max-width: 834px) {
  .car .car-image-content {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.car .car-image-content .photo {
  width: 320px;
  height: 200px;
}
@media screen and (max-width: 834px) {
  .car .car-image-content .photo {
    width: 100%;
    height: auto;
  }
}
.car .car-content {
  width: 608px;
}
@media screen and (max-width: 834px) {
  .car .car-content {
    width: 100%;
  }
}
.car .car-content-detail {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .car .car-content-detail {
    flex-direction: column;
  }
}
.car .car-content-detail dl {
  display: flex;
  margin-bottom: 8px;
  width: 302px;
}
.car .car-content-detail dl dt {
  text-align: center;
  padding: 4px;
  background: #f0f0f0;
  width: 100px;
}
@media screen and (max-width: 834px) {
  .car .car-content-detail dl dt {
    flex: 0 0 100px;
  }
}
.car .car-content-detail dl dd {
  padding: 4px;
  flex: 0 0 200px;
}
@media screen and (max-width: 834px) {
  .car .car-content-detail dl dd {
    width: auto;
  }
}
.car .car-content-detail02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .car .car-content-detail02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .car .price {
    text-align: right;
    padding: 16px 0;
  }
}
@media screen and (max-width: 834px) {
  .car .btn-confirm {
    text-align: center;
  }
}
.car .video {
  width: 300px;
}
@media screen and (max-width: 834px) {
  .car .video {
    width: 100%;
  }
}
.car span {
  color: #ed6d1f;
  font-size: 20px;
  margin-left: 8px;
}

.staff {
  margin-top: 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .staff {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.staff h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .staff h1 {
    margin-bottom: 16px;
  }
}
.staff h1 img {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 834px) {
  .staff h1 img {
    width: auto;
    height: 28px;
  }
}
.staff .note {
  font-size: 12px;
  text-align: right;
  margin-bottom: 8px;
}
.staff .staff-detail {
  display: flex;
  color: #444444;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .staff .staff-detail {
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
  }
}
.staff h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.staff .staff-image-content {
  margin-right: 24px;
}
@media screen and (max-width: 834px) {
  .staff .staff-image-content {
    margin-right: 0;
  }
}
.staff .staff-image-content .photo {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .staff .staff-image-content .photo {
    width: 100%;
    height: auto;
  }
}
.staff .staff-content {
  width: 710px;
}
@media screen and (max-width: 834px) {
  .staff .staff-content {
    width: 100%;
  }
}
.staff .staff-content-detail dl {
  display: flex;
  margin-bottom: 8px;
}
.staff .staff-content-detail dl dt {
  text-align: center;
  padding: 4px;
  background: #f0f0f0;
  width: 100px;
}
@media screen and (max-width: 834px) {
  .staff .staff-content-detail dl dt {
    flex: 0 0 100px;
  }
}
.staff .staff-content-detail dl dd {
  padding: 4px;
}
@media screen and (max-width: 834px) {
  .staff .staff-content-detail dl dd {
    width: auto;
  }
}
.staff .staff-content-detail p {
  margin-top: 16px;
}

.access {
  padding-top: 80px;
  margin-bottom: 200px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 834px) {
  .access {
    margin-bottom: 100px;
  }
}
.access h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .access h1 {
    margin-bottom: 16px;
  }
}
.access h1 img {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 834px) {
  .access h1 img {
    width: auto;
    height: 28px;
  }
}
.access iframe {
  margin-bottom: 16px;
  width: 100%;
  height: 620px;
}
@media screen and (max-width: 834px) {
  .access iframe {
    height: 320px;
  }
}
.access .link-map {
  text-align: right;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .access .link-map {
    margin-bottom: 20px;
  }
}
.access dl {
  display: flex;
  border-top: 1px solid #e5e5e5;
  background-size: 12px 18px;
  padding: 40px 0;
}
@media screen and (max-width: 834px) {
  .access dl {
    background-size: 8px 12px;
    padding: 20px 0;
    flex-direction: column;
  }
}
.access dt {
  width: 100px;
}

.parts-detail {
  color: #444444;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 24px;
  margin-bottom: 40px;
}

.parts-detail-box {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .parts-detail-box {
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.parts-image-content {
  display: flex;
  align-items: flex-start;
}
.parts-image-content .parts-image {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 300px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .parts-image-content .parts-image {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.parts-image-content .parts-image .text {
  font-weight: bold;
  text-align: left;
}

.parts-info dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  border: 2px solid #f0f0f0;
}
.parts-info dl dt {
  font-weight: bold;
  padding: 8px;
  background: #f0f0f0;
}
.parts-info dl dd {
  padding: 8px;
}

footer {
  color: #ffffff;
  background: #2a3d43;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  footer {
    padding: 16px;
  }
}
footer a {
  color: #ffffff;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  footer .copyright {
    margin-top: 20px;
  }
}

.footer-container {
  display: flex;
  justify-content: space-between;
  width: 996px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .footer-container {
    flex-direction: column;
    width: 100%;
  }
}

.footer-containt .footer-logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .footer-containt .footer-logo {
    text-align: center;
    margin-bottom: 16px;
  }
}
.footer-containt h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .footer-containt h2 {
    font-size: 18px;
  }
}
.footer-containt address {
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .footer-containt address {
    font-size: 14px;
  }
}
.footer-containt dl {
  display: flex;
  margin-bottom: 8px;
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  .footer-containt dl {
    font-size: 14px;
  }
}
.footer-containt dl dt {
  width: 100px;
}
@media screen and (max-width: 834px) {
  .footer-containt {
    margin-bottom: 20px;
  }
}

.footer-nav {
  font-size: 16px;
  width: 496px;
}
@media screen and (max-width: 834px) {
  .footer-nav {
    width: 100%;
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.footer-nav a {
  color: #ffffff;
  padding: 8px 0;
}
@media screen and (max-width: 834px) {
  .footer-nav a {
    padding: 4px 0;
  }
}
.footer-nav .current {
  border-bottom: 2px solid #ffffff;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .footer-nav ul {
    margin-bottom: 20px;
  }
}
.footer-nav ul li {
  flex: 0 1 33%;
  white-space: nowrap;
  padding: 16px 0;
}
@media screen and (max-width: 834px) {
  .footer-nav ul li {
    padding: 8px 0;
  }
}
.footer-nav .btn-contact {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .footer-nav .btn-contact {
    text-align: center;
  }
}

.drawer-toggle {
  visibility: visible;
}
@media screen and (min-width: 834px) {
  .drawer-toggle {
    visibility: hidden;
    display: none;
  }
}

.drawer-nav {
  visibility: visible;
}
@media screen and (min-width: 834px) {
  .drawer-nav {
    visibility: hidden;
    display: none;
  }
}

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