@charset "UTF-8";
html {
  font-size: 10px;
  font-size: 62.5%;
}

body {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 1.6;
  webkit-text-size-adjust: 100%;
  ms-text-size-adjust: 100%;
  color: #231305;
  font-size: 1.4rem;
}

#contents * {
  box-sizing: border-box;
}

#wrapper {
  margin-top: 100px;
}

.title-outer {
  display: table;
  width: 100%;
  padding-top: 6%;
  /* background: #559cc7;
  background: #969BC5; */
  /* background: #fbaab9; */
  background: url("../img/bg_categpry.png") no-repeat center top;
  margin-bottom: 30px;
}

.title-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0 10px;
  /*15 0 10*/
}

.basecolor {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  width: 100%;
}

.mincho {
  font-family: Sawarabi Mincho, Georgia, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 1000px) {
  #wrapper {
    margin-top: 61px;
  }
}
@media print, screen and (max-width: 834px) {
  .title-outer {
    /*padding-top: 43px;*/
  }
}
/* @media print,
screen and (max-width: 768px) {

    .title-outer {
        padding-top: 115px;
    }
} */
@media screen and (min-width: 641px) and (max-width: 749px) {
  .title-inner {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    vertical-align: middle;
  }
}
@media print, screen and (max-width: 640px) {
  .title-outer {
    padding-top: 14%;
  }
  .title-inner {
    padding-top: 4%;
  }
}
.cf:after,
.cf:before {
  content: "";
  display: block;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.header_logo {
  position: fixed;
  top: 61px;
  z-index: 20;
}

@media screen and (min-width: 769px) {
  .pc_cf:after,
  .pc_cf:before {
    content: "";
    display: table;
  }
  .pc_cf:after {
    clear: both;
  }
  .pc_cf {
    zoom: 1;
  }
  .pc_left {
    float: left;
  }
  .pc_right {
    float: right;
  }
}
@media screen and (min-width: 1000px) {
  .header_logo {
    top: 100px;
  }
}
#pankuz {
  position: absolute;
  left: -100%;
}

img {
  width: 100%;
}

.white_box {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

.white_box p {
  margin-bottom: 1em;
}

p {
  margin: 0.8em 0;
}

.bnr_link {
  text-align: center;
}

.bnr_link,
.limited_txt {
  margin-left: auto;
  margin-right: auto;
}

.limited_txt {
  width: 90%;
  margin-bottom: 3em;
  border: #ae0024 3px solid;
}

.arrow_icon {
  position: relative;
  display: inline-block;
  /* margin-left: 15px */
}

/* .arrow_icon:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0;
    border-top: solid 3px;
    border-right: solid 3px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto
} */
.question {
  position: relative;
  display: inline-block;
  margin-left: 1.6em;
}

.question:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  border: 0;
  position: absolute;
  top: -0.15em;
  bottom: 0;
  left: -1.6em;
  margin: auto;
  border-radius: 50%;
  display: block;
  background: #666;
  transition: all 0.8s;
}

#contents a:hover .question:before {
  background: #e30031;
}

.question:after {
  content: "?";
  width: 1.2em;
  height: 1.2em;
  border: 0;
  position: absolute;
  top: -0.4em;
  bottom: 0;
  left: -1.6em;
  margin: auto;
  font-weight: 700;
}

.inq_btn a,
.question:after {
  display: block;
  text-align: center;
  color: #fff;
}

.inq_btn a {
  width: 90%;
  margin: 1em auto 2em;
  padding: 1em;
  font-size: 20px;
  font-size: 2rem;
  background-image: linear-gradient(top, #a40023, #c6002a);
  border-radius: 0.2em;
}

.inq_btn a:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(top, #c40029, #fd1241);
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.fw_bold {
  font-weight: 700;
}

.black {
  color: #000;
}

.red {
  color: red;
}

.key_red {
  color: #ae0024;
}

.orange {
  color: #f5782a;
}

.pink {
  color: #f49;
}

.d_red,
.red_price {
  color: #c00;
}

.inb {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .white_box {
    width: 100%;
    margin-bottom: 1em;
  }
  .limited_txt {
    width: auto;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    padding: 8% 5%;
    border: #ae0024 3px solid;
  }
  .inside_1em {
    padding: 1em;
  }
  .inside_2em {
    padding: 2em;
  }
  .inq_btn li {
    padding: 1em 0;
  }
  .inq_btn li a {
    width: 80%;
    margin: auto;
  }
  .white_box ul {
    margin-top: 2em;
  }
  .white_box li {
    margin-bottom: 2em;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .white_box {
    width: 60pc;
    margin-bottom: 15px;
    padding: 30px 0 20px;
    background: #fff;
  }
  .limited_txt {
    width: 90%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1.5em 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    border: #ae0024 3px solid;
  }
  .inside_15 {
    padding: 15px;
  }
}
.inner_box {
  width: 96%;
  max-width: 75pc;
  margin: 7px auto;
}

@media screen and (max-width: 767px) {
  #contents {
    /* padding-top: 0 */
    /* padding-top: 40px; */
  }
  .categorybox {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1524px) {
  .title-outer {
    /*padding-top: 0;*/
  }
}
/* 初期のフェードインスタイル */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: translateY(20px); /* 初期位置を下に設定 */
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0); /* 最終位置を元に戻す */
}

/* ページロード時のアニメーション */
.on-load {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.on-load.visible {
  opacity: 1;
}

/*========================
	// drawer menu
========================== */
#drawer {
  display: none;
}

label {
  cursor: pointer;
  position: fixed;
}

.open {
  z-index: 200;
  top: 68px;
  right: 8px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #ffbc6b;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open::before,
.open::after {
  content: "";
}

.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open::before {
  transform: translateY(-8px);
}

.open::after {
  transform: translateY(8px);
}

.close {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  transition: background 0.6s;
}

#drawer:checked + .open {
  background: #f49b28;
  transform: translateX(-280px);
}

#drawer:checked + .open span {
  transform: scaleX(0);
}

#drawer:checked + .open::before {
  transform: rotate(135deg) scaleX(1.2);
}

#drawer:checked + .open::after {
  transform: rotate(-135deg) scaleX(1.2);
}

#drawer:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
}

/* :::::: drawer menu :::::: */
.menu {
  z-index: 100;
  position: fixed;
  overflow: auto;
  top: 61px;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu h2 {
  color: white;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  line-height: 1.4;
  font-size: 1.6rem;
}

.menu li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.menu a {
  display: block;
  padding: 1em 2em;
  color: white;
  text-decoration: inherit;
  transition: background 0.6s;
}

.menu a:hover {
  background: black;
  color: #fff;
}

#drawer:checked ~ .menu {
  transform: none;
}

/* mobile */
@media print, screen and (min-width: 821px) {
  .open {
    top: 108px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
  .menu {
    top: 100px;
  }
}
#leadbox {
  text-align: center;
  /* margin: 30px auto 0; */
  margin: 0 auto 0;
  width: 95%;
}

#leadbox .lead_txt {
  display: block;
  padding: 0.7em 0;
}

#leadbox p {
  margin: 0.8em 0;
  text-align: center;
  font-weight: 700;
}

#leadbox .lead_txt p.att {
  font-size: 1.4rem;
  font-weight: 400;
}

.markerLine {
  padding: 0 0.3em;
  background: linear-gradient(transparent 30%, #ffff98 30%, #ffff98 90%, transparent 90%);
  margin: 0 0.2em;
}

@media screen and (max-width: 768px) {
  #leadbox {
    width: 100%;
    margin-top: 0;
  }
  #leadbox p {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    /* padding: 0 5%; */
    padding: 0 3.15%;
  }
}
@media print, screen and (min-width: 769px) {
  #leadbox,
  #leadbox p {
    text-align: center;
  }
  #leadbox p {
    /* font-size: 1.6rem; */
    font-size: 1.8rem;
    line-height: 1.6 !important;
  }
}
a {
  color: #000;
  text-decoration: none;
}

#contents a:hover {
  color: #e30031;
}

#school > div > div.school_info > div > p > a:hover {
  color: #fff;
}

a.line {
  text-decoration: underline;
}

a,
a img,
li a {
  transition: 0.2s ease-in-out;
}

a.opacity:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.head-menu {
  background: hsla(0, 0%, 100%, 0.9);
  position: fixed;
  width: 100%;
}

#slide_nav .head-menu {
  position: relative;
}

.head-menu .inner_box {
  display: table;
  height: 100%;
}

.head-menu .title {
  font-weight: 700;
}

.head-menu ul li .nav_sub {
  font-size: 1rem;
  margin-right: 3px;
  font-weight: 400;
}

.head-menu ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .head-menu {
    height: 40px;
    position: fixed;
    background: 0;
  }
  .head-menu .shopLogo {
    width: 30%;
    position: absolute;
    display: block;
    height: 30px;
    top: 5px;
  }
  .nav_box {
    width: 100%;
    margin-right: 0;
    height: auto;
    overflow: hidden;
  }
  .nav-h {
    display: block;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 30px;
    margin: 5px 0 5px auto;
    position: relative;
  }
  .nav {
    height: 30px;
    top: 15px;
    right: -75pt;
  }
  .nav,
  .nav ~ span.nav_icon {
    width: 30px;
    position: absolute;
    display: block;
  }
  .nav ~ span.nav_icon {
    top: 18px;
    right: 15px;
    height: 1px;
  }
  .nav ~ span.nav_icon:before {
    top: -10px;
    height: 8px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    z-index: 1;
  }
  .nav ~ span.nav_icon:after,
  .nav ~ span.nav_icon:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    cursor: pointer;
    transition: 0.2s all;
  }
  .nav ~ span.nav_icon:after {
    bottom: -11px;
    height: 2px;
    background-color: currentColor;
  }
  input[type=checkbox].nav:checked ~ span.nav_icon:before {
    transform: rotate(-45deg);
  }
  input[type=checkbox].nav:checked ~ span.nav_icon:after,
  input[type=checkbox].nav:checked ~ span.nav_icon:before {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 2px;
    border: 0;
    background-color: currentColor;
    transition: 0.2s all;
  }
  input[type=checkbox].nav:checked ~ span.nav_icon:after {
    transform: rotate(45deg);
  }
  .nav-p {
    float: left;
    clear: both;
    margin-left: 100%;
    width: 100%;
    left: 0;
    background: hsla(0, 0%, 100%, 0.9);
    padding: 10px 0;
  }
  .nav-p,
  .nav-p:before {
    position: absolute;
    transition: all 1s;
  }
  .nav-p:before {
    height: 2000%;
    top: -60px;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    z-index: -10;
    pointer-events: none;
  }
  .nav-p:after,
  .nav-p:before {
    content: "";
    display: block;
    width: 300%;
    left: -100%;
  }
  .nav-p:after {
    position: absolute;
    height: 60px;
    bottom: 100%;
    background: hsla(0, 0%, 100%, 0.9);
    z-index: -1;
  }
  input[type=checkbox].nav:checked + .nav-p {
    margin-left: 0;
  }
  input[type=checkbox].nav:checked + .nav-p,
  input[type=checkbox].nav:checked + .nav-p:before {
    transition: all 1;
  }
  input[type=checkbox].nav:checked + .nav-p:before {
    left: 0;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    pointer-events: auto;
  }
  .head-menu .title {
    font-size: 1.5rem;
    display: block;
  }
  .head-menu .title,
  .head-menu ul {
    width: 94%;
    margin: 0 auto;
  }
  .head-menu ul li a {
    display: block;
    padding: 0.5em 0 0.5em 1em;
    position: relative;
  }
  .head-menu ul li.column_block {
    display: none;
  }
  .head-menu ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }
  .head-menu ul li.nav-wind {
    border-top: dotted 1px #333;
    margin-top: 0.5em;
    padding-top: 0.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .head-menu {
    display: table;
    height: 50px;
    padding: 6px 0;
  }
  .head-menu .shopLogo {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 16%;
  }
  .head-menu .shopLogo img {
    transition: 0.2s ease-in-out;
  }
  .head-menu .shopLogo img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .head-menu .nav_box {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding-left: 1.5%;
    position: relative;
  }
  .head-menu ul {
    display: table;
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    text-align: center;
  }
  .head-menu ul li.nav-top {
    width: 8%;
  }
  .head-menu ul li.nav-btn {
    float: left;
    width: 19.6%;
  }
  .head-menu ul li a {
    border-radius: 50px;
    display: block;
    background: #402e1d;
    color: #fff;
    font-weight: 700;
    padding: 0.15em;
  }
  .head-menu ul li a:hover {
    background: #705234;
  }
  .head-menu .nav,
  .head-menu .nav-h {
    display: none;
  }
}
/* ///////////////////////////////////// */
#h1_box h1,
#h2_box h2 {
  color: #854c21;
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  /* border-top: solid 2px #c90007; */
  /* border-bottom: solid 2px #c90007; */
  line-height: 1.2;
  margin-bottom: 0;
  /* padding: 10px 0 6px; */
  text-align: center;
  /*text-shadow: 1px 1px 6px white, -1px -1px 6px white,
               -1px 1px 6px white, 1px -1px 6px white,
               1px 0 6px white, -1px 0 6px white,
               0 1px 6px white, 0 -1px 6px white;*/
}

#h1_box h1 {
  font-size: 2.2rem;
  /* padding: 10px 0 5px; */
  padding: 0 0 5px;
}

#h1_box h1 .en {
  /* font-family: "Arial Black", Gadget, sans-serif; */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 6rem;
}

#h1_box h1 .jp {
  font-size: 2.4rem;
  display: block;
}

.whitebox {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .whitebox {
    width: auto;
    padding: 1em 0;
  }
  #h1_box h1 .en {
    font-size: 2.6rem;
  }
  #h1_box h1 .jp {
    font-size: 2rem;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .whitebox {
    width: auto;
    padding: 30px;
  }
}
footer {
  background: #fff;
  border-top: #aaa 1px dotted;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    margin: auto;
    padding: 1em;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  footer .inside {
    width: 100%;
    max-width: 75pc;
    margin: auto;
    padding: 1em 0;
  }
}
div.tothetop a {
  display: block;
  font-weight: 700;
  color: #fff !important;
  /* background: #83d0f3; */
  /* background: #efafd2; */
  /* background: #FF8B85; */
  /* background: #898EBE; */
  /* background: #a1d8e9; */
  /* background: #53E7C9; */
  background: #4e4e4e;
  text-decoration: none;
  border-radius: 50%;
}

div.tothetop a:hover {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  div.tothetop {
    position: fixed;
    right: 1.8em;
    bottom: 2.5em;
    z-index: 10;
  }
  div.tothetop a {
    padding: 1.8em 1em;
    font-size: 1.1rem;
    border-radius: 2.5em;
  }
}
@media screen and (min-width: 769px) {
  div.tothetop {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 5;
    right: 30px;
  }
  div.tothetop a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 19px 9px;
    display: block;
    display: block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    /* -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    -ms-border-radius: 2.5em;
    border-radius: 2.5em; */
    /* filter: alpha(opacity=85);
    -moz-opacity: .85;
    opacity: .85 */
  }
}
/*========================
 // .event
===========================*/
.event .inBox {
  display: block;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  /* border: solid 2px #d26d15; */
  border: solid 1px #F78DA2;
  /**/
  padding: 3% 4%;
  position: relative;
  height: 100%;
}

.event .inBox div {
  margin-bottom: 0 !important;
}

.event .inBox div {
  margin-bottom: 0;
}

.event h3 {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-bottom: solid 1px #999;
  box-sizing: content-box;
}

.event .date {
  /* font-size: 1.8rem; */
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.event .flexbox {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: space-between;
  /* background: #ff0; */
}

.event .flexbox.reverse {
  flex-direction: row-reverse;
}

.event .flexbox.a_center {
  align-items: center;
}

.event .flexbox .txtbox {
  width: 55% !important;
}

.event .flexbox .txtbox .lead {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.event .flexbox figure {
  width: 36% !important;
}

.event .note li::before {
  content: "●";
  /*まる*/
  color: #aa0404;
  margin-right: 5px;
}

@media screen and (max-width: 1279px) {
  .event .flexbox {
    display: block !important;
  }
  .event .flexbox .txtbox {
    width: 100% !important;
    /* border: #f00 thin solid; */
  }
  .event .flexbox figure {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    /* border: #f00 thin solid; */
  }
  .event .flexbox .note figure {
    margin-top: 15px;
    width: 30% !important;
  }
}
@media print, screen and (max-width: 640px) {
  .event .date {
    font-size: 1.6rem;
  }
  .event .flexbox .note figure {
    width: 80% !important;
  }
}
/*====================================================
	advance_notice
=====================================================*/
.advance_notice {
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  padding: 10em 0 5em;
}

.advance_notice p {
  margin-bottom: 1em;
}

.advance_notice a {
  display: block;
  margin-bottom: 1em;
  color: #4474a0;
  text-decoration: underline;
}

.advance_notice .inner a img {
  width: 350px;
  height: auto;
}

/*=====================
	// 202510 追記分
=======================*/
#contents .title-outer {
  background: #f5a23c;
  color: #fff;
  -o-border-image: linear-gradient(to right, #ff9762, #fccd82, #ff8c50) 1;
     border-image: linear-gradient(to right, #ff9762, #fccd82, #ff8c50) 1;
  border-bottom: 8px solid;
  border-top: 8px solid;
}
#contents .title-outer h1 {
  color: #fff;
}
#contents .pagelink ul a, #contents ul.itemlink a {
  background: #faba6f;
  color: #000 !important;
}
#contents .sub_nav li a {
  background: #ffae50;
  color: #000;
}
#contents .event .inBox {
  border: 2px solid #016131;
}
#contents #usedpiano > div > div > div > div:nth-child(5) {
  border: 1px solid #01612f;
  padding: 20px;
  background: #ffffff;
}
#contents #usedpiano > div > div > div > p > a {
  color: #fff;
  text-align: center;
  background: #01612f;
  display: block;
  padding: 0.8em 1em;
  max-width: 50pc;
  margin: auto;
  font-weight: 700;
  border-radius: 2em;
}
#contents .link_btn .incbox_link a, #contents .cat_list a {
  background: #faba6f !important;
  border: none !important;
  color: #000 !important;
}

.page-piano .sub_nav li {
  width: 13%;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .page-piano .sub_nav li {
    width: 49%;
  }
}
@media print, screen and (min-width: 1100px) {
  .page-piano .sub_nav li {
    width: 13%;
    font-size: 14px;
  }
}

.page-winds .sub_nav li {
  width: 14%;
}
@media screen and (max-width: 999px) {
  .page-winds .sub_nav li {
    width: 49%;
  }
}

.page-guitar .sub_nav li {
  width: 27%;
}
@media screen and (max-width: 700px) {
  .page-guitar .sub_nav li {
    width: 49%;
  }
}
@media print, screen and (min-width: 1100px) {
  .page-guitar .sub_nav li {
    width: 30%;
  }
}

#guitar ul.btnEc li a {
  background: #faba6f !important;
  color: #000 !important;
  border: none !important;
}

#guitar #contents .pagelink ul a, #contents ul.itemlink a {
  color: #fff;
}

.open {
  background: #e75a56 !important;
}

.open span, .open::before, .open::after {
  border-bottom: 2px solid #fff;
}

.close {
  z-index: 4;
}

#school .link_btn {
  width: 300px;
  margin: 0 auto;
}/*# sourceMappingURL=common.css.map */