@charset "utf-8";
/* ---------------------
 * mozilla.org Base Styles
 * Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
--------------------- */
/*  Element
------------------------*/
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*  Paragraph
------------------------*/
p {
  text-align: justify;
  line-height: 2.0;
}
/*  Color
------------------------*/
.color-carmencoral {
  color: #e91e5a;
}
/* Highlighter
-------------------------------------------------- */
.highlighter-yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.highlighter-yellow-bold {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}
/*  Text Shadow
------------------------*/
.text-shadow-dark {
  text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000;
}
.text-shadow-red {
  text-shadow: 2px 2px 1px #ff0000, -2px 2px 1px #ff0000, 2px -2px 1px #ff0000, -2px -2px 1px #ff0000;
}
/*  Header
------------------------*/
.navbar {
  margin-bottom: 20px;
}
/*  Opacity
------------------------*/
.filter {
  background: #000;
}
.filter-img-1 {
  display: block;
  opacity: 0.1;
}
.filter-img-2 {
  display: block;
  opacity: 0.2;
}
.filter-img-3 {
  display: block;
  opacity: 0.3;
}
.filter-img-4 {
  display: block;
  opacity: 0.4;
}
.filter-img-5 {
  display: block;
  opacity: 0.5;
}
.filter-img-6 {
  display: block;
  opacity: 0.6;
}
.filter-img-7 {
  display: block;
  opacity: 0.7;
}
.filter-img-8 {
  display: block;
  opacity: 0.8;
}
.filter-img-9 {
  display: block;
  opacity: 0.9;
}
/* Google Map レスポンシブ化
-------------------------------------------------- */
.gmaps {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmaps iframe, .gmaps object, .gmaps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* お問い合わせフォームテーブル並び替え (mobile用)
-------------------------------------------------- */
@media only screen and (max-width:420px) {
  .table-contact tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .table-contact tbody th, .table-contact tbody td {
    display: list-item;
    list-style: none;
    border: none;
  }
}
/* tel-link
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 25px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
/* Footer
-------------------------------------------------- */
#call-to {
  background-color: #ECEBE9 !important;
}
#footer-widgets {
  margin: 20px 0px 0px 0px;
  color: #F8F8F8 !important;
  background-color: #303030;
}
#footer-widgets a {
  color: #F8F8F8 !important;
}
#copyright {
  border-top: none;
  background-color: #424242;
}
/* Heading
-------------------------------------------------- */
.jumbotron-oem {
  background-image: url("/metal/images/oem/headline-oem.jpg");
  background-size: cover;
  background-position: center 100%;
}
@media screen and (min-width: 320px) {
  .jumbotron-oem {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron-oem {
    height: 200px;
  }
}
/* Hero Section
-------------------------------------------------- */
.piano-keys-hero {
  position: relative;
  background-image: url("/natural-materials/ivory/images/headline-piano.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.piano-keys-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.piano-keys-hero .container {
  position: relative;
  z-index: 2;
}
.guitar-parts-hero {
  position: relative;
  background-image: url("/natural-materials/ivory/images/headline-guitar.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.guitar-parts-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.guitar-parts-hero .container {
  position: relative;
  z-index: 2;
}
/* Ghost-Button
-------------------------------------------------- */
.btn-ghost {
  background: transparent;
}
.btn-ghost.btn-default {
  color: #777;
  border: 1px solid #777;
}
.btn-ghost.btn-primary {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.btn-ghost.btn-success {
  color: #5cb85c;
  border: 1px solid #5cb85c;
}
.btn-ghost.btn-info {
  color: #5bc0de;
  border: 1px solid #5bc0de;
}
.btn-ghost.btn-warning {
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-ghost.btn-danger {
  color: #d9534f;
  border: 1px solid #d9534f;
}
.btn-ghost.btn-primary:hover, .btn-ghost.btn-success:hover, .btn-ghost.btn-info:hover, .btn-ghost.btn-warning:hover, .btn-ghost.btn-danger:hover {
  color: #fff;
}
.btn-ghost.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn-ghost.btn-white:hover {
  color: #333;
  background: #fff;
}
/* Social Btn
-------------------------------------------------- */
.btn_fb {
  background: #4267b2;
}
.btn_tw {
  background: #1da1f2;
}
.btn_li {
  background: #00b900;
}
.btn_fb a {
  color: #fff;
}
.btn_tw a {
  color: #fff;
}
.btn_li a {
  color: #fff;
}
/* List
-------------------------------------------------- */
ul.asterisk {
  list-style: none;
}
ul.asterisk li:before {
  content: "※";
}
/* Table
-------------------------------------------------- */
.scroll-box {
  overflow: auto;
  white-space: nowrap;
}
.scroll-box::-webkit-scrollbar {
  height: 10px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.scroll-box::-webkit-scrollbar-track-piece {
  background: #efefef;
}