﻿@charset "UTF-8";

/* ###### 追加 ####### */

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

html {
  overflow-x: hidden;
}

header {
  z-index: 9999 !important;
}

.keyboard-section img,
.menu-img img,
.price-section img {
  vertical-align: bottom !important;
  max-width: 100% !important;
  height: auto !important;
}


.menufeture ul,
.menufeture li {
  list-style: none;
}

/* ###### トップ-メイン ####### */


#keyboard-main {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -28px;
}

.keyboard-blend {
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  width: 100%;
  height: 425px;
  position: absolute;
  z-index: 2;
}

.main__back video {
  width: 100%;
  height: 425px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: -1;
}

.main__back {
  width: 100%;
  height: 425px;
  position: relative;
  /* z-index: -999; */
  background: url(../images/poster.jpg) center center / cover no-repeat
}

.main__block-text {
  z-index: 4;
  position: absolute;
  padding: 0 30px 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 425px;
}

.main__title {
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: 0.5px;
  color: white;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

.main__sub1 {
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 28px;
  letter-spacing: 0.5px;
  color: white;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}


.main__sub2 {
  color: white;
  font-size: 16px;
  line-height: 1.75;
}

/* ###### 新規メニュー 当店の特徴 ####### */

.flex-top-common {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-top-common li {
  width: 32%;
}


.menufeture {
  position: relative;
}

.back--gray {
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  background-color: #f4f4f6;
  width: 100vw;
  height: 100%;
  z-index: -1;
  padding-bottom: 1em;
}

.menu-white-block {
  background-color: #ffffff;
}

.menu-img {
  text-align: center;
  padding: 15px;
}

.menu-title {
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  padding: 0 15px;
  margin-left: 0px !important;
}

.text-menu {
  padding: 15px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* ###### アクセスマップ 営業日 ####### */
.title-access {
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-top: 1em;
  margin-bottom: 5px;
  font-size: 20px;
}

.text-access {
  font-size: 19px;
}

.table-common a {
  font-weight: bold;
  display: inline-block;
}

.table-common a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-place.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.title-access::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-jr.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.title-access.second::before {
  background: url(../images/icon-metro.svg) no-repeat;
}

.title-access.third::before {
  background: url(../images/icon-subway.svg) no-repeat;
}

.title-access.fourth::before {
  background: url(../images/icon-time.svg) no-repeat;
}

.title-access.fifth::before {
  background: url(../images/icon-rest.svg) no-repeat;
}

/* ###### 修理費用と納期 ####### */

.price-section table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.price-section table th {
  padding: 15px;
  border: 1px solid #333;
  text-align: center;
  color: #0084cd;
  background-color: #c5e3f4;
}

.price-section table td {
  padding: 15px;
  border: 1px solid #333;
  color: #333;
  width: 100%;
  text-align: left;
}

/* ###### フォームバナー×2 ####### */

.btn-s1 a.maru {
  background: #d12c4a;
  border-radius: 90px;
  width: 100%;
  text-align: center;
}

/* ###### CTA ####### */

.cta-section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background: url(../images/keyboard-cta.jpg) center center / cover no-repeat;
  text-align: center;
  padding: 60px 0px;
}

.cta-ad {
  padding: 0px 20px;
}

.cta__title {
  max-width: 860px;
  margin-inline: auto;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 150%;
  color: #0084cd;
  padding: 10px 20px;
  clear: both;
  margin-bottom: 30px;
}

.cta__tel {
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 24px;
  letter-spacing: 0.5px;
  color: white;
  font-weight: bold;
}

.cta__tel a {
  font-size: 26px;
  color: white;
  margin-left: 15px;
}

.cta__tel a img {
  vertical-align: -8px;
}

.cta-tel-1 {
  font-size: 14px;
  font-weight: bold;
  color: #0084cd;
  background-color: #ffffff;
  padding: 5px 15px 3px;
  margin: 0 10px 0px 0;
  vertical-align: 3px;
}

/* ###### フッター ####### */

#fcontents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcontents_ul {
  width: 31%;
}

.tabletitle_a {
  font-size: 13px;
  padding: 3px 0px 3px 15px;
  border: 1px solid #d2d2d2;
  margin-bottom: 1em;
}

.alink a {
  font-size: 13px;
  text-decoration: none;
  color: #333;
}

.alink {
  line-height: 1.45;
}

.alink a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-arrow.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  margin-right: 5px;
  margin-bottom: 2px;
}

/* ###### ヘッダー スマホ表示####### */
/* ###### 2,000円offバナー ####### */
@media (max-width:480px) {

  .pc-block {
    display: none;
  }

  .sf-block {
    display: block;
  }

  /* ###### トップ-メイン ####### */

  #keyboard-main {
    margin-top: -120px;
  }

  .keyboard-blend {
    height: 525px;
  }

  .main__back video {
    height: 525px;
  }

  .main__back {
    height: 525px;
  }

  .main__block-text {
    padding: 0 20px 0;
    height: 525px;
  }

  .main__title {
    font-size: 35px;
  }

  .main__sub1 {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 22px;
  }


  .main__sub2 {
    font-size: 14px;
  }

  /* ###### 新規メニュー 当店の特徴 ####### */
  .flex-top-common li {
    width: 100%;
  }

  .flex-top-common li:nth-child(n + 2) {
    margin-top: 15px;
  }

  /* ###### アクセスマップ 営業日 ####### */
  /* ###### 修理費用と納期 ####### */

  .price-section table th {
    font-size: 18px;
  }

  .price-section table td {
    font-size: 18px;
  }

  /* ###### フォームバナー×2 ####### */
  /* ###### CTA ####### */
  .cta-section {
    background: url(../images/keyboard-cta-sf.jpg) center center / cover no-repeat;
  }

  .cta__title {
    margin-inline: 20px;
    line-height: 1.25;
    padding: 15px 5px;
    font-size: 21px;
  }

  .cta__tel a {
    font-size: 20px;
    color: white;
    margin-left: 15px;
  }

  .cta__tel a img {
    vertical-align: -4px;
    width: 24px;
    height: 24px;
  }

  .cta-tel-1 {
    font-size: 14px;
    padding: 5px 15px 3px;
    margin: 0 10px 0px 0;
    vertical-align: 3px;
  }

  /* ###### フッター ####### */

  .tabletitle_a {
    margin-top: 1.5em;
  }

  .fcontents_ul {
    width: 100%;
  }

  /* ###### ヘッダー スマホ表示####### */
  /* ###### 2,000円offバナー ####### */

}

@media (min-width:481px) and (max-width:800px) {

  .pc-block {
    display: block;
  }

  .sf-block {
    display: none;
  }

  /* ###### トップ-メイン ####### */

  #keyboard-main {
    margin-top: -10px;
  }

  .keyboard-blend {
    height: 425px;
  }

  .main__back video {
    height: 425px;
  }

  .main__back {
    height: 425px;
  }

  .main__block-text {
    padding: 0 20px 0;
    height: 425px;
  }

  .main__title {
    font-size: 36px;
  }

  .main__sub1 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 22px;
  }


  .main__sub2 {
    font-size: 14px;
  }

  /* ###### 新規メニュー 当店の特徴 ####### */

  .flex-top-common {
    justify-content: center;
  }

  .flex-top-common li {
    width: 49%;
  }

  .flex-top-common li:nth-child(even) {
    margin-left: 2%;
  }


  .flex-top-common li:nth-child(n + 3) {
    margin-top: 15px;
  }



  /* ###### アクセスマップ 営業日 ####### */
  /* ###### 修理費用と納期 ####### */

  .price-section table th {
    padding: 15px;
    border: 1px solid #333;
    text-align: center;
    color: #0084cd;
    background-color: #c5e3f4;
  }

  .price-section table td {
    padding: 15px;
    border: 1px solid #333;
    color: #333;
    width: 100%;
    text-align: left;
  }

  /* ###### フォームバナー×2 ####### */
  /* ###### CTA ####### */
  .cta__title {
    margin-inline: 10px;
    line-height: 1.25;
    padding: 20px;
  }

  .cta__tel a {
    font-size: 20px;
    color: white;
    margin-left: 15px;
  }

  .cta__tel a img {
    vertical-align: -4px;
    width: 24px;
    height: 24px;
  }

  .cta-tel-1 {
    font-size: 14px;
    padding: 5px 15px 3px;
    margin: 0 10px 0px 0;
    vertical-align: 3px;
  }

  /* ###### フッター ####### */
  .tabletitle_a {
    margin-top: 2em;
  }

  .fcontents_ul {
    width: 100%;
  }

  /* ###### ヘッダー スマホ表示####### */
  /* ###### 2,000円offバナー ####### */
}

@media (min-width:801px) {

  .pc-block {
    display: block;
  }

  .sf-block {
    display: none;
  }

  /* ###### 新規メニュー 当店の特徴 ####### */
  .flex-top-common li:nth-child(n + 4) {
    margin-top: 15px;
  }

}