@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "メイリオ", "Source Han Code JP", sans-serif;
  margin: 0 auto;
}

main {
  max-width: 1400px;
  margin: 0 auto;
}

section {
  text-align: center;
  margin: 150px auto;
}

li {
  list-style: none;
}

.header {
  position: relative;
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin-right: 30px;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  height: 80px;
}

.menu {
  display: flex;
}

.logo {
  position: relative;
  display: inline-block;
  line-height: 80px;
  z-index: 1;
}

.logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 80% 100%);
  width: 280px;
  height: 80px;
  background-color: #fff;
  transform: skewX(25beg);
  transform-origin: bottom left;
}

.header-logo {
  margin-left: 8%;
}

.bace-left {
  position: absolute;
  top: 0;
  z-index: -5;
  width: 32%;
  height: 68%;
  background-color: #e6e6e6;
}

.catch-copy {
  transform: translateY(-130px);
}

.catch-copy1 {
  color: #000;
  font-size: 21px;
  font-family: "Source Han Code JP", sans-serif;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 0;
}

.catch-copy2 {
  color: #000;
  font-size: 21px;
  font-family: "Source Han Code JP", sans-serif;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 60px;
}

.mainvisual {
  display: flex;
  height: 500px;
  position: relative;
}

.mv-img {
  position: absolute;
  top: 0;
  left: 20%;
  top: 500px;
  width: 60%;
}

.mv-img-inner {
  position: relative;
}

.news {
  position: absolute;
  display: flex;
  align-items: center;
}

.news-title {
  color: #fff;
  font-size: 32px;
  font-family: Oswald;
  font-weight: bold;
  background-color: #d0002d;
  width: 144px;
  height: 144px;
  text-align: center;
  line-height: 144px;
  max-width: 100%;
  height: auto;
}

.news-list li {
  display: flex;
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.news-list li time {
  margin-right: 30px;
  color: #999;
}

#shop-information {
  margin-top: 140px;
  background-image: url("http://www.k-hm.jp/wordpress/wp-content/themes/k-hm-wp/assets/img/bace_footer.png");
  background-repeat: no-repeat;
}

.shop-information-inner {
  text-align: center;
  padding-top: 100px;
}

.section-title {
  color: #000;
  font-size: 28px;
  font-family: "Source Han Code JP", sans-serif;
  font-weight: bold;
  position: relative;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  /*線の上下位置*/
  display: inline-block;
  width: 60px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #d0002d;
  /*線の色*/
}

.section-subtitle {
  font-size: 18px;
  font-family: Oswald;
  color: #999;
  margin: 20px 0;
}

iframe {
  width: 100%;
}

.menu-img {
  text-align: center;
}

.dl {
  margin-top: 50px;
}

dl {
  display: flex;
  justify-content: center;
  margin-left: 80px;
}

dt {
  width: 50%;
  font-size: 16px;
  color: #fff;
  background-color: #999;
  width: 110px;
  height: 31px;
  margin: 0 20px 20px 0;
  line-height: 31px;
}

dd {
  font-size: 16px;
  width: 50%;
  text-align: left;
}

.menu-btn {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  border-radius: 10px;
  text-decoration: none;
  padding: 15px 40px;
  box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.3);
  margin-top: 50px;
}
#contact-us {
  background: url("http://www.k-hm.jp/wordpress/wp-content/themes/k-hm-wp/assets/img/bace_footer.png"),
    rgba(241, 238, 238, 0.5);
  background-repeat: no-repeat;
  height: 600px;
  padding-top: 70px;
}

.contact-us-p {
  font-family: "Source Han Code JP";
  font-size: 21px;
  font-weight: bold;
}

.contact-inner {
  padding-top: 50px;
}

.contact-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.contact-left {
  background-color: #fff;
  width: 30%;
  height: 206px;
  margin-top: 30px;
  margin-right: 20px;
  display: table;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.contact-left-inner {
  display: table-cell;
  vertical-align: middle;
}

.contact-right {
  background-color: #fff;
  width: 30%;
  height: 206px;
  display: table;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

.contact-right-inner {
  display: table-cell;
  vertical-align: middle;
}

.tel-p1 {
  font-family: "Source Han Code JP";
  font-size: 21px;
  font-weight: bold;
}

.tel-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.TEL {
  font-size: 36px;
  color: #d0002d;
  font-weight: bold;
}

.fa-phone {
  font-size: 26px;
  color: #d0002d;
}

.contact-btn {
  display: inline-block;
  background-color: #d0002d;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.3);
  padding: 15px 80px;
  text-decoration: none;
  margin-top: 45px;
  cursor: pointer;
}

input {
  display: none;
}

.footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.footer-menu a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin-right: 20px;
  border-left: 1px solid #333;
  padding-left: 20px;
}

.footer-menu-li:last-child {
  border-right: 1px solid #333;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #999;
  padding: 30px 0;
}

.footer-logo-img {
  display: inline-block;
  margin-right: 50px;
}

.full-width {
  width: 100%;
  background-color: #e6e6e6;
}

.copyright {
  max-width: 1400px;
  color: #b3b3b3;
  font-size: 12px;
  padding: 30px 0;
  text-align: center;
}

#lineup {
  background: #ededed;
  padding: 80px 0;
}

.stock-list {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin: 50px auto 0;
}
.stock-list li {
  width: 24%;
  background: #fff;
  margin: 0 1.33333% 20px 0;
  position: relative;
}
.stock-list li:nth-child(4n) {
  margin-right: 0;
}
.stock-list li .image {
  width: 100%;
  padding-bottom: 79%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.stock-list li .image span {
  position: absolute;
  background: #000;
  left: 5px;
  top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
}
.stock-list li .text {
  padding: 12px;
  text-align: left;
  background: #fff;
}
.stock-list li .text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.stock-list li .text .detail {
  font-size: 12px;
  margin-bottom: 20px;
}
.stock-list li .text .price {
  display: flex;
  justify-content: space-between;
}
.stock-list li .text .price .head {
  font-size: 12px;
  line-height: 15px;
}
.stock-list li .text .price p {
  font-size: 24px;
  text-align: right;
  font-weight: bold;
}
.stock-list li .text .price p span {
  font-size: 18px;
}
.stock-list li a {
  display: block;
  background: #333333;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stock-list li a svg {
  fill: #fff;
  width: 0.9em;
  margin-left: 0.5em;
}

@media screen and (max-width: 820px) {
  #lineup {
    padding: 50px 0;
  }

  .stock-list {
    margin: 30px auto 0;
  }
  .stock-list li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .stock-list li:nth-child(2n) {
    margin-right: 0;
  }
  .stock-list li .text {
    padding: 12px;
    text-align: left;
  }
  .stock-list li .text h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .stock-list li .text .detail {
    font-size: 8px;
  }
  .stock-list li .text .price .head {
    font-size: 10px;
    line-height: 13px;
  }
  .stock-list li .text .price p {
    font-size: 20px;
  }
  .stock-list li .text .price p span {
    font-size: 16px;
  }
}
/*=== 画像の表示エリア ================================= */
.photo {
  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 550px;
  height: 400px;
  margin: auto;
  /* サンプルは中央寄せの背景：白 */
  background: #fff;
}

/*=== 画像の設定 ======================================= */
.photo img {
  display: block;
  position: absolute;
  /* 画像のサイズを表示エリアに合せる */
  width: inherit;
  height: inherit;
  left: 100%;
  animation: slideAnime 6s ease infinite;
}

/*=== スライドのアニメーションを段差で開始する ========= */
.photo img:nth-of-type(1) {
  animation-delay: 0s;
}

.photo img:nth-of-type(2) {
  animation-delay: 3s;
}

/*=== スライドのアニメーション ========================= */
@keyframes slideAnime {
  0% {
    left: 100%;
  }
  5% {
    left: 0;
  }
  45% {
    left: 0;
  }
  50% {
    left: -100%;
  }
  100% {
    left: -100%;
  }
}
@media screen and (max-width: 820px) {
  * {
    box-sizing: border-box;
  }

  body {
    width: 100%;
  }

  img {
    width: 100%;
  }

  main {
    width: 100%;
  }

  section {
    margin: 0 auto;
  }

  .bace-left {
    display: none;
  }

  .header-flex {
    background-color: unset;
  }

  .mv-img-inner {
    object-fit: cover;
    height: 500px;
  }

  .menu {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
    width: 220px;
    height: 920px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    line-height: 60px;
  }

  .menu li {
    border-bottom: 1px solid #d0002d;
  }

  .catch-copy1 {
    font-size: 16px;
  }

  .catch-copy2 {
    font-size: 16px;
  }

  .mv-img {
    left: 0;
    width: 100%;
  }

  .news-list li {
    flex-direction: column;
  }

  .shop-information-img {
    width: 70%;
    height: auto;
  }

  dl {
    flex-direction: column;
    margin-bottom: 30px;
  }

  dd {
    width: 70%;
  }

  #access {
    margin-top: 50px;
  }

  #service-menu {
    margin-top: 50px;
  }

  .menu-btn {
    width: 80%;
    font-size: 16px;
    padding: 10px 20px;
  }

  #photo-gallrey {
    margin-top: 50px;
  }

  .photo img {
    width: 70%;
    height: auto;
  }

  #contact-us {
    height: 900px;
    margin-top: 50px;
  }

  .contact-us-p {
    width: 90%;
    font-size: 18px;
    margin: 0 auto;
  }

  .contact-flex {
    flex-direction: column;
    align-items: center;
  }

  .contact-left {
    width: 80%;
    margin-right: 0;
  }

  .contact-right {
    width: 80%;
  }

  .TEL {
    font-size: 30px;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
  }

  .footer-menu a {
    width: 370px;
    display: inline-block;
    border-left: none;
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0;
    text-align: center;
    margin-right: 0;
    padding-left: 0;
  }

  .footer-menu-li:last-child {
    border-right: none;
  }

  .footer-logo {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-top: none;
  }

  .footer-logo-img {
    width: 35%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /*=== 画像の表示エリア ================================= */
  .photo {
    position: relative;
    overflow: hidden;
    /* 画像のサイズに合わせて変更ください */
    width: 100%;
    height: 400px;
    margin: auto;
    /* サンプルは中央寄せの背景：白 */
    background: #fff;
  }

  /*=== 画像の設定 ======================================= */
  .photo img {
    display: block;
    position: absolute;
    /* 画像のサイズを表示エリアに合せる */
    width: inherit;
    height: inherit;
    left: 100%;
    animation: slideAnime 6s ease infinite;
    object-fit: cover;
  }

  /*=== スライドのアニメーションを段差で開始する ========= */
  .photo img:nth-of-type(1) {
    animation-delay: 0s;
  }

  .photo img:nth-of-type(2) {
    animation-delay: 3s;
  }

  /*=== スライドのアニメーション ========================= */
  @keyframes slideAnime {
    0% {
      left: 100%;
    }
    5% {
      left: 0;
    }
    45% {
      left: 0;
    }
    50% {
      left: -100%;
    }
    100% {
      left: -100%;
    }
  }
}
/*=== 左右の見えるスライド ========================= */
/*=== Facebookの部分をセンターに ========================= */
.centering_parent {
  padding: 20px;
  /* 余白指定 */
  height: 700px;
  /* 高さ指定 */
}

.centering_item {
  width: 500px;
  /* 幅指定 */
  height: 500px;
  /* 高さ指定 */
  margin: 0 auto;
  /* 中央寄せ */
}

.breadcrumb {
  background: #ededed;
  font-size: 12px;
  padding: 1em 20px;
}
.breadcrumb .breadcrumb-inner {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.breadcrumb .breadcrumb-inner a {
  text-decoration: none;
  color: inherit;
}

.slick-slider li {
  aspect-ratio: 50/30;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.thumb-item {
  margin-bottom: 20px;
}

.thumb-item-nav li {
  margin-right: 5px;
  float: left;
}

.thumbnails-left-align .slick-track {
  margin-left: 0 !important;
  /* マージンを0にする */
}

.thumbnails-left-align .slick-slide {
  margin-right: 10px !important;
  /* スライドの右マージンを設定 */
}

.thumbnails-left-align .slick-track {
  transform: none !important;
}

.slick-arrow {
  width: 40px;
  z-index: 1;
}
.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
.slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.slick-prev {
  left: 0px;
}
.slick-prev:after {
  transform: rotate(225deg);
}

.slick-next {
  right: 0px;
}
.slick-next:after {
  transform: rotate(45deg);
}
body {
  position: relative;
}

.to-top a {
  position: fixed;
  bottom: 138px;
  right: 0;
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.6);
}
.to-top a:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 25px;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(135deg);
}
@media screen and (max-width: 820px) {
  .bike-stock-template-default .menu {
    display: none;
  }

  .thumb-item {
    margin-bottom: 10px;
  }
}
#bike-information {
  width: 1040px;
  max-width: 100%;
  padding: 0 20px;
  margin: 50px auto 90px;
  box-sizing: border-box;
}
#bike-information .bike-name {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
}
#bike-information .bike-name span {
  font-size: 24px;
  width: 90px;
  color: #fff;
  background: #cc0000;
  display: inline-block;
  padding: 25px 0;
  text-align: center;
  margin-right: 1em;
}
#bike-information .upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#bike-information .upper .image-area {
  width: 64%;
}
#bike-information .upper .image-area li {
  background: #e6e6e6;
}
#bike-information .upper .text-area {
  width: 33%;
  text-align: left;
}
#bike-information .upper .text-area .price {
  background: #e6e6e6;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
#bike-information .upper .text-area .price .head {
  font-size: 12px;
  line-height: 15px;
}
#bike-information .upper .text-area .price p {
  font-size: 30px;
  text-align: right;
  font-weight: bold;
}
#bike-information .upper .text-area .price p span {
  font-size: 21px;
}
#bike-information .upper .text-area .caution {
  font-size: 12px;
  margin: 10px 0 30px;
}
#bike-information .upper .text-area .info {
  padding: 15px;
  border: 1px solid #e6e6e6;
}
#bike-information .upper .text-area .info h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#bike-information .upper .text-area .info p {
  font-size: 16px;
  line-height: 1.8;
}
#bike-information .lower {
  border-left: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
#bike-information .lower th,
#bike-information .lower td {
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #b3b3b3;
}
#bike-information .lower th {
  width: 15%;
  background: #f2f2f2;
  text-align: left;
}
#bike-information .lower td {
  width: 30%;
  text-align: right;
  border-right: 1px solid #b3b3b3;
}
#bike-information .tel {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: #d0002d;
  border-radius: 50px;
  width: 434px;
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
  text-decoration: none;
  padding: 10px 0;
}
#bike-information .time {
  font-size: 12px;
  margin: 10px 0 30px;
}
#bike-information .back {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: #999999;
  border-radius: 50px;
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  padding: 10px 0;
}

@media screen and (max-width: 820px) {
  #bike-information {
    padding: 0 20px;
    margin: 30px auto 50px;
  }
  #bike-information .bike-name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #bike-information .bike-name span {
    font-size: 16px;
    width: 60px;
    padding: 15px 0;
  }
  #bike-information .upper {
    margin-bottom: 20px;
  }
  #bike-information .upper .image-area {
    width: 100%;
  }
  #bike-information .upper .text-area {
    width: 100%;
    margin-top: 20px;
  }
  #bike-information .lower {
    margin-bottom: 30px;
  }
  #bike-information .lower th,
  #bike-information .lower td {
    display: inline-block;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    font-size: 16px;
    min-height: 55px;
  }
  #bike-information .lower th {
    width: 50%;
  }
  #bike-information .lower td {
    width: 50%;
    border-right: 1px solid #b3b3b3;
  }
  .to-top a {
    bottom: 50px;
    width: 60px;
    height: 60px;
  }
  .to-top a:before {
    bottom: 15px;
    width: 15px;
    height: 15px;
  }
}

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