@charset "utf-8";

@media screen and (max-width: 768px) {

/* =============================================================

　　Mobile - Parts Setting

============================================================= */

/*  Content Settings
--------------------------------------------- */

/*  Content Top
-----------------------------------*/

.mega-header {
  background-image: url(../img/mega-header-sp.jpg);
}


/*  Content Main
-----------------------------------*/

.instrument-section {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
}

.instrument-section:before {
  display: none;
}

.instrument-section:first-child {
  padding-top: 10px;
  border-top: none;
}

.instrument-section h2.ttl {
  margin-bottom: 8px;
}

.instrument-section .ttl .txt-gothic {
  margin-bottom: 8px;
  font-size: 1.2em;
}

.instrument-section h3.ttl {
  margin-bottom: 20px;
  font-size: .95em;
}

.instrument-section .txt-note {
  font-size: 1em;
}

#other h2.ttl,
#violinbow  h2.ttl {
  text-align: center;
}


}