@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,700);
.clearfix, .boder-bottom-solid,
.boder-bottom-dotted, .header-menu-subcontent-box, #pankuzu .pankuzu-list, #mainContents, .company-info-main, .company-info-sub, .company-info-sub-box, .products-list, .products-list-link, .footer-sitemap, .footer-sitemap-list-sub, .footer-copy {
  *zoom: 1;
}
.clearfix:after, .boder-bottom-solid:after,
.boder-bottom-dotted:after, .header-menu-subcontent-box:after, #pankuzu .pankuzu-list:after, #mainContents:after, .company-info-main:after, .company-info-sub:after, .company-info-sub-box:after, .products-list:after, .products-list-link:after, .footer-sitemap:after, .footer-sitemap-list-sub:after, .footer-copy:after {
  content: "";
  display: table;
  clear: both;
}

/******************************************
　共通CSS
******************************************/
html {
  font-size: 62.5%;
  color: #545454;
}

a {
  text-decoration: none;
  color: #1a1a1a;
  outline: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a span::before, a span::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a::before, a::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

a:hover {
  text-decoration: none;
  color: #cccccc;
}

.wrapper {
  position: relative;
  margin: 0 auto;
}


@media screen and (min-width: 1056px) {
  .wrapper {
    width: 1056px;
  }
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.co-red {
  color: #eb1e24;
}

.co-black {
  color: #1a1a1a;
}

.co-white {
  color: #fff;
}

.co-gray {
  color: #999999;
}

.co-purple {
  color: #413d92;
}

.co-pink {
  color: #f26d7e;
}

.co-blue {
  color: #0852a0;
}

.co-green {
  color: #00ba5a;
}

.co-orange {
  color: #faa701;
}

.boder-gray-1px,
.boder-gray-4px {
  padding: 16px 16px 0 16px;
  border: 1px #dbdbdb solid;
}


@media screen and (min-width: 768px) {
  .boder-gray-1px,
  .boder-gray-4px {
    padding: 32px 24px 16px 24px;
  }
}

.boder-gray-4px {
  border: 4px #eee solid;
}

.boder-bottom-solid,
.boder-bottom-dotted {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px #dbdbdb solid;
}
.boder-bottom-solid > p:last-child,
.boder-bottom-dotted > p:last-child {
  margin-bottom: 0;
}

.boder-bottom-dotted {
  border-bottom: 1px #dbdbdb dotted;
}

.back-gray {
  background-color: #f7f7f7;
}

.contents-box {
  margin-left: 5px;
  margin-right: 10px;
}


@media screen and (min-width: 1056px) {
  .contents-box {
    margin-left: 5px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 768px) {
  .contents-2column {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contents-3column {
    float: left;
    width: 33.333333%;
  }
}

.icon-mail {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.icon-mail::before, .icon-mail::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 10px;
  margin-top: -6px;
  background-image: url(https://pianoplaza.co.jp/common/images/i_mail_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 14px 100px;
}
@media screen and (min-width: 1056px) {
  .icon-mail::before, .icon-mail::after {
    background-image: url(https://pianoplaza.co.jp/common/images/i_mail_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}
.icon-mail.purple::after {
  background-position: center -30px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-mail.pink::after {
  background-position: center -60px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-mail.black::after {
  background-position: center -90px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-arrow {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.icon-arrow::before, .icon-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 11px;
  margin-top: -6px;
  background-image: url(https://pianoplaza.co.jp/common/images/arrow_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 6px 95.33333px;
}
@media screen and (min-width: 1056px) {
  .icon-arrow::before, .icon-arrow::after {
    background-image: url(https://pianoplaza.co.jp/common/images/arrow_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}
.icon-arrow.purple::after {
  background-position: center -21px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-arrow.pink::after {
  background-position: center -42px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-arrow.black::after {
  background-position: center -63px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-arrow.orange::after {
  background-position: center -84px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-list {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.icon-list::before, .icon-list::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 10px;
  margin-top: -5px;
  background-image: url(https://pianoplaza.co.jp/common/images/i_list_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 13px 30px;
}
@media screen and (min-width: 1056px) {
  .icon-list::before, .icon-list::after {
    background-image: url(https://pianoplaza.co.jp/common/images/i_list_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}
.icon-list::after {
  background-position: center -20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-pdf {
  position: relative;
  display: inline-block;
  padding-left: 21px;
}
.icon-pdf::before, .icon-pdf::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(../images/i_pdf_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 11px 38px;
}
@media screen and (min-width: 1056px) {
  .icon-pdf::before, .icon-pdf::after {
    background-image: url(../images/i_pdf_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}
.icon-pdf::after {
  background-position: center -24px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}

.bg-white .icon-mail::before,
.bg-white .icon-arrow::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.bg-white .icon-mail::after,
.bg-white .icon-arrow::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}

.button {
  margin: 0;
}
.button .purple::before,
.button .pink::before,
.button .black::before,
.button .orange::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.button .purple::after,
.button .pink::after,
.button .black::after,
.button .orange::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.button.purple, .button.pink, .button.black, .button.orange {
  margin: 0 10px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border: 1px #413d92 solid;
  background-color: #413d92;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.button.purple span::before, .button.pink span::before, .button.black span::before, .button.orange span::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.button.purple span::after, .button.pink span::after, .button.black span::after, .button.orange span::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.button.purple.white-button, .button.pink.white-button, .button.black.white-button, .button.orange.white-button {
  background-color: #fff;
  color: #413d92;
}
.button.purple.white-button span::before, .button.pink.white-button span::before, .button.black.white-button span::before, .button.orange.white-button span::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.button.purple.white-button span::after, .button.pink.white-button span::after, .button.black.white-button span::after, .button.orange.white-button span::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button.purple, .button.pink, .button.black, .button.orange {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1056px) {
  .button.purple, .button.pink, .button.black, .button.orange {
    width: 360px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
  }
  .button.purple:hover, .button.pink:hover, .button.black:hover, .button.orange:hover {
    color: #413d92;
    background-color: #fff;
  }
  .button.purple:hover span::before, .button.pink:hover span::before, .button.black:hover span::before, .button.orange:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .button.purple:hover span::after, .button.pink:hover span::after, .button.black:hover span::after, .button.orange:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  .button.purple.white-button:hover, .button.pink.white-button:hover, .button.black.white-button:hover, .button.orange.white-button:hover {
    color: #fff;
    background-color: #413d92;
  }
  .button.purple.white-button:hover span::before, .button.pink.white-button:hover span::before, .button.black.white-button:hover span::before, .button.orange.white-button:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  .button.purple.white-button:hover span::after, .button.pink.white-button:hover span::after, .button.black.white-button:hover span::after, .button.orange.white-button:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
}
.button.pink {
  border: 1px #f26d7e solid;
  background-color: #f26d7e;
}
.button.pink.white-button {
  color: #f26d7e;
  background-color: #fff;
}
@media screen and (min-width: 1056px) {
  .button.pink:hover {
    color: #f26d7e;
  }
  .button.pink.white-button:hover {
    color: #fff;
    background-color: #f26d7e;
  }
}
.button.black {
  border: 1px #1a1a1a solid;
  background-color: #1a1a1a;
}
.button.black.white-button {
  color: #1a1a1a;
  background-color: #fff;
}
@media screen and (min-width: 1056px) {
  .button.black:hover {
    color: #1a1a1a;
  }
  .button.black.white-button:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
}
.button.orange {
  border: 1px #faa701 solid;
  background-color: #faa701;
}
.button.orange.white-button {
  color: #faa701;
  background-color: #fff;
}
@media screen and (min-width: 1056px) {
  .button.orange:hover {
    color: #faa701;
  }
  .button.orange.white-button:hover {
    color: #fff;
    background-color: #faa701;
  }
}

/******************************************
　フォントサイズ
******************************************/
.t10_12px {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .t10_12px {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.rep {color:#ff0000; font-size:16px; font-weight:bold;
display : inline-block;
  text-shadow    : 
       1px  1px 1px #fabc3d;  
}

.t12_14px {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .t12_14px {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.t14_16px {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .t14_16px {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.t16_18px {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .t16_18px {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.t18_20px {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
}

@media screen and (min-width: 768px) {
  .t18_20px {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.t20_22px {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .t20_22px {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}
.t22_24px {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364;
}

@media screen and (min-width: 768px) {
  .t22_24px {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333;
  }
}
.t24_26px {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
}

@media screen and (min-width: 768px) {
  .t24_26px {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769;
  }
}
.t26_28px {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.30769;
}

@media screen and (min-width: 768px) {
  .t26_28px {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}
.t28_30px {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.28571;
}

@media screen and (min-width: 768px) {
  .t28_30px {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.26667;
  }
}
.t30_32px {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.26667;
}

@media screen and (min-width: 768px) {
  .t30_32px {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.t32_34px {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .t32_34px {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.23529;
  }
}
.t34_36px {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.23529;
}

@media screen and (min-width: 768px) {
  .t34_36px {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22222;
  }
}
.t36_38px {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.22222;
}

@media screen and (min-width: 768px) {
  .t36_38px {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.21053;
  }
}
.t38_40px {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.21053;
}

@media screen and (min-width: 768px) {
  .t38_40px {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
}
.t40_42px {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .t40_42px {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.19048;
  }
}
.t42_44px {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.19048;
}

@media screen and (min-width: 768px) {
  .t42_44px {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.18182;
  }
}
/******************************************
　マージン
******************************************/
.mg16_8 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_8 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_8 {
    padding-bottom: 8px !important;
  }
}
.mg16_16 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_16 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_16 {
    padding-bottom: 16px !important;
  }
}
.mg16_24 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_24 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_24 {
    padding-bottom: 24px !important;
  }
}
.mg16_32 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_32 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_32 {
    padding-bottom: 32px !important;
  }
}
.mg16_40 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_40 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_40 {
    padding-bottom: 40px !important;
  }
}
.mg16_48 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_48 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_48 {
    padding-bottom: 48px !important;
  }
}
.mg16_56 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_56 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_56 {
    padding-bottom: 56px !important;
  }
}
.mg16_64 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_64 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_64 {
    padding-bottom: 64px !important;
  }
}
/******************************************
　body
******************************************/
body {
  overflow-x: hidden;
}

/******************************************
　ヘッダー
******************************************/
header {
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 150px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1056px) {
  header {
    height: 135px;
    min-width: 1056px;
  }
}

.header-title {
  width: 100%;
  height: 45px;
  background-color: #413d92;
}
@media screen and (min-width: 1056px) {
  .header-title {
    height: 44px;
    min-width: 1056px;
  }
}

.main-title {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1056px) {
  .main-title {
    position: absolute;
    top: 0;
    left: 16px;
    line-height: 44px;
  }
}

#page-body.menuhover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2000px;
  display: block;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.6);
}

.header-search {
  position: absolute;
  top: 120px;
  left: 0;
  background-color: #f0f0f0;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1056px) {
  .header-search {
    top: 0;
    left: auto;
    right: 9px;
    background: none;
    width: 310px;
    padding: 6px 0 0;
  }
}
.header-search .search-module-input {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}
.header-search .search-module-input > input {
  background-color: #fff;
  border: none;
  padding: 0 3%;
  width: 94%;
  height: 30px;
  color: #999999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (min-width: 1056px) {
  .header-search .search-module-input > input {
    background-color: #fff;
  }
}
.header-search .search-module-button {
  margin-left: -1px;
  display: inline-block;
  vertical-align: top;
}
.header-search .search-module-button > input {
  position: relative;
  border: none;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: url(https://pianoplaza.co.jp/common/images/i_glass_sp.png);
  background-repeat: no-repeat;
  background-position: 6px -14px;
  -webkit-background-size: 12px 34px;
  -moz-background-size: 12px 34px;
  -o-background-size: 12px 34px;
  -ms-background-size: 12px 34px;
  background-size: 12px 34px;
}
@media screen and (min-width: 1056px) {
  .header-search .search-module-button > input {
    background-image: url(https://pianoplaza.co.jp/common/images/i_glass_pc.png);
    background-repeat: no-repeat;
    background-position: 6px -14px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}

.header-logo {
  position: absolute;
  top: 14px;
  left: 10px;
  margin-top: 0px;
}

.header-logo-img {
}
.header-logo-img a {
  display: block;
  width: 180px;
  height: 25px;
}

@media screen and (min-width: 756px) {
  .header-logo-img {
    background: none;
    width: auto;
    margin-bottom: 6px;
  }
  .header-logo-img img {
    display: block;
  }
  .header-logo-img a {
    width: 240px;
    height: 33px;
  }
}


h2.usedbo{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    text-shadow: 1px 1px 3px #acfb85;
    color: #ffffff;
    font-size: 22px;
    background-image: linear-gradient(180deg,#150471 0%,#0fccea 100%);
    border-radius: 5px;
    padding-left: 5px;
    margin: 15px 50px;
}
@media screen and (max-width: 700px) {
h2.usedbo{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    text-shadow: 1px 1px 3px #acfb85;
    color: #ffffff;
    font-size: 14px;
    background-image: linear-gradient(180deg,#150471 0%,#0fccea 100%);
    border-radius: 5px;
    padding-left: 5px;
    margin: 0 5px 10px 5px;
 }
}
h2.showbo{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    text-shadow: 1px 1px 3px #acfb85;
    color: #ffffff;
    font-size: 22px;
    background-image: linear-gradient(180deg,#710404 0%,#ea0f0f 100%);
    border-radius: 5px;
    padding-left: 5px;
    margin: 15px 50px;
}
@media screen and (max-width: 700px) {
h2.showbo{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    text-shadow: 1px 1px 3px #acfb85;
    color: #ffffff;
    font-size: 14px;
    background-image: linear-gradient(180deg,#710404 0%,#ea0f0f 100%);
    border-radius: 5px;
    padding-left: 5px;
    margin: 0 5px 10px 5px;
 }
}

.use{
    width:1000px;
    height:350px;
    background-image: url(https://www.piano-plaza.com/soundproof/wp-content/uploads/2025/03/usedback2.png);
    margin-right: auto;
    margin-left: auto;
}
.use1{
	font-size:28px;
	padding:30px;
	color:#ffffff;
	font-weight:bold;
	text-shadow: 3px 3px 5px black;
    position: absolute;
    top: 80px;
    left:260px;
}

.oder{
    width:1000px;
    height:480px;
    background-image: url(https://www.piano-plaza.com/soundproof/wp-content/uploads/2025/03/oderback2.png);
    margin-right: auto;
    margin-left: auto;
}
.oder2{
	font-size:40px;
	padding:30px;
	color:#ffffff;
	font-weight:bold;
	text-shadow: 3px 3px 5px black;
    position: absolute;
    top: 20px;
    left:15px;
}
.oder3{
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
    text-shadow: 2px 2px 5px black;
    position: absolute;
    top: 185px;
    right:105px;
}
.oder4{
	font-size:28px;
	color:#ffffff;
	font-weight:bold;
    text-shadow: 2px 2px 5px black;
    position: absolute;
    top: 355px;
    left:185px;
}

h2.usm{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 27px;
    padding-left: 5px;
    margin: 15px 50px;
    border-top: solid 1px #5bff67;
    border-right: solid 1px #418555;
    border-left: solid 10px #15e179;
    border-bottom: solid 3px #6acf7b;
}
h2.hd{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 21px;
    margin:0;
    border-top: solid 1px #5baaff;
    border-right: solid 1px #76b9c9;
    border-left: solid 5px #156ee1;
    border-bottom: solid 3px #6aa0cf;
}
h2.od{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 31px;
    padding:20px;
}
h2.nn{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 31px;
    padding:30px;
    background-color: #fff2d6;
}
h3.nn{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 24px;
    margin:0;
}
h3.od{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 31px;
    padding:15px;
    color:#ffffff;
    background-color:#030095fa;
}
h3.hd{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 25px;
    padding-left: 5px;
    margin: 5px;
    border-top: solid 1px #5bff67;
    border-right: solid 1px #418555;
    border-left: solid 10px #15e179;
    border-bottom: solid 3px #6acf7b;
}
h3.sb{
text-align: left;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 18px;
    padding-left: 5px;
    margin: 5px;
    border-left: solid 10px #13a158;
}
h3.boka{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 38px;
    color: #a18808;
}
h4.sb{
text-align: left;
    font-size: 17px;
    padding-left: 15px;
    margin: 5px;
    border: solid 1px;
    border-radius:5px;
background-color: #4644a9;
line-height: 2.3;
    color: #ffffff;
}
h5.biz{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 20px;
    color: #786500;
    background-color: #fbddddfa;
}

@media screen and (max-width: 700px) {
.use{
    width:100%;
    height:280px;
    background-image: url(https://www.piano-plaza.com/soundproof/wp-content/uploads/2025/03/usedbacksp.png);
    margin-right: auto;
    margin-left: auto;
}
.use1{
	font-size:20px;
	padding:10px;
	color:#ffffff;
	font-weight:bold;
	text-shadow: 3px 3px 5px black;
    position: absolute;
    top: 65px;
    left:40px;
}
.oder{
    width:100%;
    height:440px;
    background-image: url(https://www.piano-plaza.com/soundproof/wp-content/uploads/2025/03/oderbacksp.gif);
}
.oder2{
	font-size:25px;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	text-shadow: 3px 3px 5px black;
    position: absolute;
    top: 40px;
}
.oder3{
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
    text-shadow: 2px 2px 5px black;
    position: absolute;
    top: 125px;
    right:0;
}
.oder4{
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
    text-shadow: 2px 2px 5px black;
    position: absolute;
    top: 285px;
    left:5px;
}
h2.usm{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 17px;
    padding-left: 5px;
    margin: 0 5px 10px 5px;
 }
h2.hd{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 14px;
    padding-left: 5px;
    margin: 5px;
 }
h2.od{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 18px;
    padding:15px;
 }
h2.nn{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 18px;
    padding:18px;
 }
h3.od{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 18px;
    padding:15px;
 }
h3.nn{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 14px;
    padding: 15px;
    margin: 5px;
 }
h3.hd{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 17px;
    padding-left: 2px;
    margin: 0;
 }
h3.boka{
text-align: center;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 24px;
    color: #a18808;
}
}

p.top{
    font-size: 15px;
    line-height: 1.66667;
    color: #22201b;
}
p.ma{
    font-size: 15px;
    line-height: 1.66667;
    color: #22201b;
    margin-left:5px;
}

p.tl{
    font-size: 15px;
    line-height: 1.66667;
    text-align:left;
    color: #22201b;
    maegin-left:5px;
}
span.topx{
    font-size: 16px;
    color: #4323e9;
}
span.sb{
    font-size: 16px;
    color: #e95223;
    font-weight:bold;
}

p.main{
    width:95%;
    font-size: 15px;
    line-height: 1.66667;
    color: #22201b;
    margin: 0 10px 10px 10px;
}
p.showu{
    font-size: 15px;
    text-align:left;
    line-height: 1.66667;
    color: #22201b;
    margin: 0 10px 10px 10px;
}

p.set{
    font-size: 15px;
    line-height: 1.66667;
    color: #22201b;
    text-align:center;
    padding: 5px;
    margin:10px;
    border: 2px dotted #005aff;
    background-color: #f8fffa;
}


@media screen and (max-width: 960px) {
.header-telmail {
display:none;
}

.header-info {
display:none;
 }
}

.header-telmail {
  position: absolute;
  top: 8px;
  left: 300px;
  margin-top: 0px;
  font-size: 22px;
  font-weight: bold;
}
.header-info {
  position: absolute;
    top: 42px;
    left: 450px;
    font-size: 22px;
    font-weight: bold;
}

/*pad用アコーディオン*/
.pdmenu-content ul{
  height:80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom:50px;
 }
.pdmenu-btn {
    position: fixed;
    top: 55px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #2538c5c9;
}

@media screen and (min-width: 768px){
.pdmenu-btn {
    position: fixed;
    top: 55px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #2538c5c9;
 }
}
.pdmenu-btn span,
.pdmenu-btn span:before,
.pdmenu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.pdmenu-btn span:before {
    bottom: 8px;
}
.pdmenu-btn span:after {
    top: 8px;
}
#pdmenu-btn-check:checked ~ .pdmenu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#pdmenu-btn-check:checked ~ .pdmenu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#pdmenu-btn-check:checked ~ .pdmenu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#pdmenu-btn-check {
  display: none;
}
.pdmenu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #d5d5d5d9;
  transition: all 0.5s;
}
.pdmenu-content ul {
  padding: 10px 10px 0;
}
.pdmenu-content ul a{
  color: #ffff00;
  display: block;
}
.pdmenu-content ul li.tf{
  text-align:center;
  padding: 10px 0 10px 0;
  background-color: #27a1888c;
}

.pdmenu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
  font-size:20px;
  color:#ffffff;
  background-color:#272bcfe3;
  margin: 0;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}


.pdmenu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #b5d2e62e;
  transition: all 0.5s;
}
#pdmenu-btn-check:checked ~ .pdmenu-content {
  left: 0;/*メニューを画面内へ*/
}

img.four{
max-width:19%;
border:1px gray solid;
}

.pad{
display: block;
    position: absolute;
    top: 0;
    height:70px;
    right: 5px;
}

.pdmenu-content ul li.sp {
    font-size: 17px;
    padding: 15px;
    background-color: #2a2c44bd;
}
.pdmenu-content ul li.mobiv {
    font-size: 15px;
    padding: 15px;
    background-color: #3141ff;
}

@media screen and (max-width: 428px){
.pdmenu-content ul li.tf {
    text-align: center;
    display: none;
    font-size: 15px;
    padding: 10px 0 10px 0;
    background-color: #3f27a18c;
 }


img.four{
  display:none;
 }
}

@media screen and (max-width: 1056px) {
li.ftno {
display:none;
 }
}

p.pink {
color: #141414;
    background-color: rgba(255, 226, 254, 0.83);
    font-size: 12px;
 }

@media screen and (max-width: 756px) {
p.pink {
display:none;
 }
}

@media screen and (min-width: 1056px) {
  .header-logo-text {
    display: block;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #666;
    font-weight: bold;
  }
}

#menu-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border: 1px #413d92 solid;
  color: #1a1a1a;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 429px) {
  #menu-btn {
    display: none;
  }
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin: -6px 0 0 -12px;
  background-color: #413d92;
}
#menu-btn .menu-btn-icon::before, #menu-btn .menu-btn-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #413d92;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#menu-btn .menu-btn-icon:before {
  margin-top: -8px;
}
#menu-btn .menu-btn-icon:after {
  margin-top: 6px;
}
#menu-btn .menu-btn-text {
  display: block;
  padding-top: 24px;
  font-size: 10px;
  font-size: 1rem;
  color: #413d92;
}
#menu-btn.open .menu-btn-icon {
  background: transparent;
}
#menu-btn.open .menu-btn-icon::before {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon::after {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (min-width: 1056px) {
  .header-menu-subcontent a {
    padding: 0;
  }
}


/******************************************
　パンくず
******************************************/
#pankuzu {
  background-color: #fafafa;
}
#pankuzu .pankuzu-list {
  margin: 0 10px;
  padding: 12px 0;
  list-style: none;
}
@media screen and (min-width: 1056px) {
  #pankuzu .pankuzu-list {
    width: 1024px;
    margin: 0 auto;
  }
}
#pankuzu .pankuzu-list li {
  float: left;
  position: relative;
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
#pankuzu .pankuzu-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #ccc;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pankuzu .pankuzu-list li:last-child {
  color: #999999;
}
#pankuzu .pankuzu-list li:last-child:before {
  display: none;
}

/******************************************
　メイン
******************************************/
#mainContents {
  padding-bottom: 8px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #mainContents {
    margin-top: 20px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1056px) {
  #mainContents {
    padding-bottom: 48px;
  }
}

#pageContents {
  padding-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  #pageContents {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1056px) {
  #pageContents {
    padding-top: 40px;
  }
}

.bg-new {
  background-color: #9b6aea;
}

.bg-newold {
  background-color: #c90b0b;
}

.bg-old {
  background-color: #00ba5a;
}

.bg-sall {
  background-color: #ff002f;
}

.bg-actual {
  background-color: #ff5639;
}

.bg-used {
  background-color: #0094ff;
}

.company-info {
  margin: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .company-info {
    margin: 0 16px 16px 16px;
  }
}
@media screen and (min-width: 1056px) {
  .company-info {
    margin: 0 16px 40px 16px;
  }
}
.company-info-header {
  margin: 0 10px 16px 10px;
  padding: 16px 8px 4px 8px;
  color: #413d92;
  border-bottom: 1px #413d92 solid;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company-info-header {
    margin: 0 16px 16px 16px;
    padding: 24px 8px 4px 8px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
@media screen and (min-width: 1056px) {
  .company-info-header {
    margin: 0 16px 24px 16px;
    padding-top: 40px;
  }
}
.company-info-main {
  margin: 0 10px 16px 10px;
}
.company-info-main-img {
  margin: 0 auto 16px auto;
  width: 220px;
}
.company-info-main-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
}
.company-info-main-text {
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.company-info-main-btn-s, .company-info-main-btn-b {
  float: left;
  margin: 0 0 12px 0;
  height: 36px;
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.company-info-main-btn-s a, .company-info-main-btn-b a {
  display: block;
  margin: 0 4px;
  height: 36px;
  line-height: 36px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.company-info-main-btn-s a .black::before, .company-info-main-btn-b a .black::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.company-info-main-btn-s a .black::after, .company-info-main-btn-b a .black::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.company-info-main-btn-b {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-info-main {
    margin: 0 16px 32px 16px;
  }
  .company-info-main-img {
    margin: 0;
    float: left;
    width: 40%;
  }
  .company-info-main-detail {
    margin-left: 46%;
  }
  .company-info-main-title {
    margin: 0 0 4px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .company-info-main-text {
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .company-info-main-btn-s, .company-info-main-btn-b {
    float: left;
    margin: 0 10px 12px 0;
    width: 132px;
  }
  .company-info-main-btn-s a, .company-info-main-btn-b a {
    margin: 0;
  }
  .company-info-main-btn-s a:hover, .company-info-main-btn-b a:hover {
    color: #fff;
    background-color: #413d92;
    border: 1px #413d92 solid;
  }
  .company-info-main-btn-s a:hover .black::before, .company-info-main-btn-b a:hover .black::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  .company-info-main-btn-s a:hover .black::after, .company-info-main-btn-b a:hover .black::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .company-info-main-btn-b {
    width: 274px;
  }
}
@media screen and (min-width: 1056px) {
  .company-info-main {
    float: left;
    margin: 0 16px;
    width: 540px;
  }
  .company-info-main-img {
    float: left;
    width: 200px;
  }
  .company-info-main-detail {
    margin-left: 232px;
  }
}
.company-info-sub {
  margin: 0 10px;
}
.company-info-sub-box {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .company-info-sub-box {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1056px) {
  .company-info-sub-box {
    float: none;
    width: 100%;
    margin-bottom: 24px;
  }
  .company-info-sub-box:last-child {
    margin-bottom: 0;
  }
}
.company-info-sub-img {
  margin: 0 auto 16px auto;
  width: 180px;
}
.company-info-sub-title {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.company-info-sub-text {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.company-info-sub-text a {
  display: inline;
}
@media screen and (min-width: 768px) {
  .company-info-sub {
    margin: 0 16px;
  }
  .company-info-sub-img {
    margin: 0;
    float: left;
    width: 24%;
  }
  .company-info-sub-title {
    margin: 0 0 4px 28%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .company-info-sub-text {
    margin: 0 0 0 28%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .company-info-sub-text a {
    display: inline;
  }
  .company-info-sub-text a:hover {
    color: #cccccc;
  }
}
@media screen and (min-width: 1056px) {
  .company-info-sub {
    float: left;
    margin: 0 16px;
    width: 420px;
  }
  .company-info-sub-img {
    float: left;
    width: 100px;
  }
  .company-info-sub-title {
    margin: 0 0 4px 116px;
  }
  .company-info-sub-text {
    margin: 0 0 0 116px;
  }
}

.banner-buy {
  background-color: #f7f7f7;
}
.banner-buy.top {
  background-color: #1a1a1a;
}
.banner-buy ul {
  margin: 0;
  padding: 16px 10px 6px 10px;
  list-style: none;
}
.banner-buy li {
  margin: 0 0 10px;
  text-align: center;
}
.banner-buy a {
  display: block;
}
.banner-buy img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .banner-buy ul {
    padding: 24px 10px;
  }
  .banner-buy li {
    float: left;
    margin: 0 2%;
    width: 46%;
  }
  .banner-buy a {
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1056px) {
  .banner-buy ul {
    margin: 0 16px;
    padding: 32px 0;
  }
  .banner-buy li {
    margin: 0 16px;
    width: 480px;
  }
  .banner-buy a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}

.banner-contact {
  position: relative;
  background-color: #413d92;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .banner-contact {
    padding: 24px 0;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact {
    padding: 0;
    height: 196px;
  }
}
.banner-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://pianoplaza.co.jp/common/images/bg_contact.png);
  background-repeat: repeat-x;
  background-position: center center;
}
@media screen and (min-width: 1056px) {
  .banner-contact-name {
    position: absolute;
    left: 40px;
    top: 64px;
  }
}
.banner-contact-title {
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .banner-contact-title {
    margin: 0 0 10px;
  }
}
.banner-contact-title a {
  display: block;
  margin: 0 auto;
  width: 274px;
  height: 38px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(https://pianoplaza.co.jp/common/images/title_white_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 274px 38px;
  -moz-background-size: 274px 38px;
  -o-background-size: 274px 38px;
  -ms-background-size: 274px 38px;
  background-size: 274px 38px;
}
@media screen and (min-width: 768px) {
  .banner-contact-title a {
    width: 274px;
    height: 38px;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact-title a {
    margin: 0;
    background-image: url(https://pianoplaza.co.jp/common/images/title_white_pc.png);
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}
.banner-contact-text {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  text-align: center;
}
@media screen and (min-width: 1056px) {
  .banner-contact-text {
    text-align: left;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact-btn {
    position: absolute;
    left: 440px;
    top: 64px;
  }
}
.banner-contact-tel {
  font-style: normal;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .banner-contact-tel {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact-tel {
    float: left;
    margin-right: 24px;
  }
}
.banner-contact-tel p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.banner-contact-tel span,
.banner-contact-tel a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.banner-contact-tel .number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.22222;
}
.banner-contact-tel .number span {
  position: relative;
  padding-left: 57.66667px;
}
.banner-contact-tel .number span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 26px;
  margin-top: -13px;
  background-image: url(https://pianoplaza.co.jp/common/images/i_freedial_sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 51.66667px 26px;
}
@media screen and (min-width: 1056px) {
  .banner-contact-tel .number span::before {
    background-image: url(https://pianoplaza.co.jp/common/images/i_freedial_pc.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
  }
}
.banner-contact-tel .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.banner-contact-mail {
  margin: 0;
  text-align: center;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1056px) {
  .banner-contact-mail {
    float: left;
    margin-top: 12px;
  }
}
.banner-contact-mail a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px #fff solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .banner-contact-mail a {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact-mail a {
    margin: 0;
    width: 262px;
  }
  .banner-contact-mail a:hover {
    color: #413d92;
    background-color: #fff;
  }
  .banner-contact-mail a:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .banner-contact-mail a:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}

.products-list {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .products-list {
    margin: 0 16px;
  }
}
.products-list li {
  padding-bottom: 24px;
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.products-list li.no-date {
  padding-bottom: 15px;
  margin:2px;
  border:1px solid #89f5d1;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .products-list li {
    float: left;
    padding: 0;
    margin: 0 2% 4% 2%;
    width: 29.333333333%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .products-list li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1056px) {
  .products-list li {
    margin: 1px;
    width: 190px;
  }
  .products-list li:nth-child(3n+1) {
    clear: none;
  }
  .products-list li:nth-child(5n+1) {
    clear: both;
  }
}
.products-list-link {
  position: relative;
  display: block;
  background-color: #fff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-list-link {
    padding: 0;
  }
}
@media screen and (min-width: 1056px) {
  .products-list-link:hover {
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}
.products-list-cateicon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .products-list-cateicon {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}
.products-list-cateicon span {
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
}
.products-list-img {
  float: left;
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 3px;
  width: 80px;
  margin-top: 16px;
}
.products-list-img img.width {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: auto;
}
.products-list-img img.height {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .products-list-img {
    position: relative;
    float: none;
    margin: 0;
    border: 1px #eaeaea solid;
    width: auto;
    height: 135px;
  }
  .products-list-img img.width {
    width: 202px;
    height: auto;
  }
  .products-list-img img.height {
    width: auto;
    height: 202px;
  }
}
@media screen and (min-width: 1056px) {
  .products-list-img {
    width: 175px;
    vertical-align: middle;
  }
}
.products-list-saleicon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px !important;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .products-list-saleicon {
    display: block;
    width: 55px;
    height: 55px !important;
  }
}
.products-list-date {
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background-color: #375d81;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-list-date {
    position: relative;
    bottom: 0;
    width: auto;
    padding: 2px 8px;
  }
}
.products-list-title {
  margin: 0 10px 0 110px;
  color: #1a1a1a;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .products-list-title {
    margin: 0;
font-family: Meiryo,'Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 17px;
padding-left: 5px;
  }
}
.products-list-price, .products-list-baseprice {
  margin: 0 10px 2px 90px;
}
@media screen and (min-width: 768px) {
  .products-list-price, .products-list-baseprice {
    margin: 0;
  }
}
.products-list-price {
  color: #f2395b;
}
.products-list-price span,
.products-list-price strong {
  color: #f2395b;
  font-weight: bold;
}
.products-list-price .price-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
.products-list-price .price-num {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-family: Arial, Helvetica, sans-serif;
}

.products-list-maker {
  color: #1e1d1d;
  width:240px;
font-family: Meiryo,'Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 17px;
  margin:5px 0 0 0;
}
.products-list-baseprice {
  color: #1e1d1d;
  width:240px;
  font-family: Meiryo,'Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 16px;
  line-height:1.4;
padding-left: 5px;
}
.products-list-baseprice span,
.products-list-baseprice strong {
  color: #7f7f7f;
  font-weight: normal;
}
.products-list-baseprice .price-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
.products-list-baseprice .price-num {
  font-family: Arial, Helvetica, sans-serif;
}
.products-list-datelist {
  margin: 0 10px 0 110px;
  padding: 8px 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
.products-list-datelist span {
  display: inline-block;
  border: 1px #375d81 solid;
  color: #375d81;
  padding: 0 6px;
  margin: 0 4px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .products-list-datelist {
    margin: 0;
  }
}
.products-list-text {
  display: none;
  margin: 0;
  padding: 8px 0 16px;
  color: #545454;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .products-list-text {
    display: block;
    margin: 0;
    padding: 12px 0 0;
  }
}
.products-list-end  {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0);
}
.products-list-end span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -11px;
  color: #111111;
font-weight:bold;
background-color: rgba(233, 233, 233, 0.8);
}

@media screen and (min-width: 768px) {
  .products-list-end {
    height: 224px;
  }
}

.products-list-opp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 300;
  background-color: rgba(155, 255, 200, 0.1);
}
.products-list-opp span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -11px;
  color: #f1f51b;
font-weight:bold;
background-color: rgba(0, 0, 255, 0.6);
}
@media screen and (min-width: 768px) {
 .products-list-opp {
    height: 224px;
  }
}
/******************************************
　フッター
******************************************/
#footer {
  padding-top: 48px;
  background-image: url(https://pianoplaza.co.jp/common/images/bg_footer.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #000;
  -webkit-background-size: 110px 30px;
  -moz-background-size: 110px 30px;
  -o-background-size: 110px 30px;
  -ms-background-size: 110px 30px;
  background-size: 110px 30px;
}
@media screen and (min-width: 1056px) {
  #footer {
    min-width: 1056px;
    padding-top: 140px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}

@media screen and (min-width: 768px) {
  .footer-base-data {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1056px) {
  .footer-base-data {
    width: 320px;
    margin-right: 48px;
  }
}

.footer-address {
  margin: 0 16px 24px 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-address {
    margin: 0 16px 32px 16px;
    text-align: left;
  }
}
.footer-address-title {
  margin: 0 0 6px;
}
@media screen and (min-width: 768px) {
  .footer-address-title {
    margin: 0 0 10px;
  }
}
.footer-address-title a {
  margin: 0 auto;
  display: block;
  width: 274px;
  height: 38px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(https://www.pianoplaza.co.jp/common/images/title_white_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 274px 38px;
  -moz-background-size: 274px 38px;
  -o-background-size: 274px 38px;
  -ms-background-size: 274px 38px;
  background-size: 274px 38px;
}
@media screen and (min-width: 768px) {
  .footer-address-title a {
    margin: 0;
    width: 274px;
    height: 38px;
  }
}
@media screen and (min-width: 1056px) {
  .footer-address-title a {
    background-image: url(https://www.pianoplaza.co.jp/common/images/title_white_pc.png);
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}
.footer-address-text {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.footer-contact {
  margin: 0 16px 24px 16px;
  font-style: normal;
}
.footer-contact-title {
  margin: 0 0 4px;
  padding: 2px;
  border: 1px #fff solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.footer-x a{
  margin: 0 0 4px;
  padding: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .footer-contact-title {
    margin-bottom: 8px;
  }
}
.footer-contact-tel {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .footer-contact-tel {
    margin-bottom: 16px;
  }
}
.footer-contact-tel p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.footer-contact-tel span,
.footer-contact-tel a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.footer-contact-tel .number {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.22222;
}
.footer-contact-tel .number span {
  position: relative;
  padding-left: 57.66667px;
}
.footer-contact-tel .number span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 26px;
  margin-top: -13px;
  background-image: url(https://www.pianoplaza.co.jp/common/images/i_freedial_pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 51.66667px 26px;
}
@media screen and (min-width: 1056px) {
  .footer-contact-tel .number span::before {
    background-image: url(https://www.pianoplaza.co.jp/common/images/i_freedial_pc.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
  }
}
.footer-contact-tel .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.footer-contact-mail {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-contact-mail a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px #f26d7e solid;
  background-color: #f26d7e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1056px) {
  .footer-contact-mail a:hover {
    color: #f26d7e;
    background-color: #000;
  }
  .footer-contact-mail a:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .footer-contact-mail a:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}

.footer-sitemap {
  margin: 0;
  border-top: 1px #333 solid;
}
@media screen and (min-width: 768px) {
  .footer-sitemap {
    float: left;
    width: 50%;
    margin: 0 0 32px;
    border: none;
  }
}
@media screen and (min-width: 1056px) {
  .footer-sitemap {
    width: 672px;
  }
}
.footer-sitemap a {
  padding: 8px 16px;
  position: relative;
  display: block;
  color: #fff;
  border-bottom: 1px #333 solid;
}
.footer-sitemap a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top-width: 3px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer-sitemap a {
    border: 1px #222 solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1056px) {
  .footer-sitemap a {
    display: inline-block;
    padding: 0;
    border: none;
  }
  .footer-sitemap a::before {
    display: none;
  }
  .footer-sitemap a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 30);
    filter: alpha(opacity = 30);
    opacity: 0.3;
  }
}
.footer-sitemap-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 1056px) {
  .footer-sitemap-list {
    float: left;
  }
  .footer-sitemap-list.wide {
    width: 416px;
  }
  .footer-sitemap-list.small {
    width: 256px;
  }
}
.footer-sitemap-list > li {
  margin-bottom: 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer-sitemap-list > li {
    margin: 0 16px 8px 0;
  }
}
.footer-sitemap-list-sub {
  display: none;
}
@media screen and (min-width: 1056px) {
  .footer-sitemap-list-sub {
    display: block;
    margin: 0 0 0 16px;
    padding: 10px 0 4px 0;
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .footer-sitemap-list-sub > li {
    margin-bottom: 8px;
  }
  .footer-sitemap-list-sub.product > li {
    float: left;
    width: 190px;
  }
}

.footer-copy {
  text-align: center;
  padding: 16px 0;
}
@media screen and (min-width: 1056px) {
  .footer-copy {
    padding: 24px 0 16px;
  }
}
.footer-copy-sns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-copy-sns li {
  margin: 0;
  display: inline-block;
}
.footer-copy-sns a {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 40px;
  height: 40px;
}
.footer-copy-sns a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/i_sns_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 54px 20px;
  -moz-background-size: 54px 20px;
  -o-background-size: 54px 20px;
  -ms-background-size: 54px 20px;
  background-size: 54px 20px;
}
@media screen and (min-width: 1056px) {
  .footer-copy-sns a::before {
    background-image: url(../images/i_sns_pc.png);
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}
.footer-copy-sns a.twitter::before {
  width: 24px;
  height: 20px;
  margin: -10px 0 0 -12px;
}
.footer-copy-sns a.facebook::before {
  width: 10px;
  height: 20px;
  margin: -10px 0 0 -5px;
  background-position: -44px top;
}
@media screen and (min-width: 768px) {
  .footer-copy-sns {
    float: right;
    margin: 0 16px;
  }
}
.footer-copy-text {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.72727;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-copy-text {
    float: left;
    margin: 0 16px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 40px;
  }
}

#PagetopBtn {
  position: fixed;
  right: -44px;
  bottom: 24px;
  z-index: 1000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #PagetopBtn {
    bottom: 48px;
  }
}
#PagetopBtn.visible {
  right: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
#PagetopBtn a {
  outline: none;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -999999px;
  background-color: rgba(41, 44, 48, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
#PagetopBtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -4px;
  margin-top: -2px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#PagetopBtn a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity = 60);
  opacity: 0.6;
}

/******************************************
　Not Found
******************************************/
#notFound {
  padding: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #notFound {
    margin: 0 auto;
    padding: 120px 0 64px 0;
    width: 480px;
  }
}

.svg-icon-arrow-s {
  width: 7px;
  height: 10px;
}

.notfound-title {
  margin-bottom: 40px;
}
.notfound-title-main {
  margin-bottom: 0px;
  font-family: 'Crimson Text';
  font-weight: 400;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.16667;
}
.notfound-title-sub {
  margin: 0;
  font-family: 'Crimson Text';
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
}
.notfound-text {
  padding-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.notfound-text p {
  margin-bottom: 24px;
}
.notfound-text-button a {
  display: inline-block;
  padding: 0 48px;
  border: 1px #413d92 solid;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #413d92;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.notfound-text-button a svg {
  margin-right: 8px;
  fill: #413d92;
}
.notfound-text-button a:hover {
  background-color: #413d92;
  color: #fff;
}
.notfound-text-button a:hover svg {
  fill: #fff;
}
.notfound-copy {
  margin: 0;
  font-family: 'Crimson Text';
  font-weight: 400;
}

.event-side {
  margin: 0 auto 24px auto;
  background-color: #fff;
  font-size:16px;
  border-left: 3px #6600cc double;
  padding: 5px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
h3.eveside{
background-color:#ffff00;
}

h4.top2{
font-size:17px;
width:350px;
line-height: 3;
  margin-right: auto;
  margin-left: auto;
}
h4.top2 a{
color:#ffffff;
background-color: #4b26a3;
display: block;
border-radius:10px;
}
h4.top2 a:hover{
color:#4b26a3;
border: solid 2px #001560;
background-color: #ffffff;
}

h4.top4{
font-size:17px;
border: double #c7b7b7 2px;
line-height: 3;
}
h4.top4 a{
color:#ffffff;
background-color: #5b1eeb;
display: block;
}
h4.top4 a:hover{
color:#5b1eeb;
background-color:#f7f7f7;
}

.builb{
text-align:center;;
}

p.biz{
text-align:left;
}

.kakom{
background-color: #ffffc8;
    border: 2px double #eeeeee;
    border-radius: 5px;
    padding: 3px;
    text-align: left;
}
p.bizkakom{
background-color: #ffffc8;
width:90%;
    border: 2px double #eeeeee;
    border-radius: 5px;
    padding: 3px;
    text-align: left;
}

.imghov {
	width:			100%;

	overflow:		hidden;
	margin:			0;
	position:		relative;	/* 相対位置指定 */
}
.imghov .caption {
	font-size:		150%;
	text-align: 		left;
	padding:		20px 0 0 3px;
	color:			#fff;
}
.imghov .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color: rgb(42 10 139 / 85%);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.imghov:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

table.sold{
width:97%;
margin-left: 5px;
}
td.mak{
font-size: 22px;
border-bottom:1px solid;
padding: 10px 0 10px 10px;
font-weight: bold;
}

td.mid{
font-size: 14px;
border-bottom:1px solid;
    padding: 10px 0 10px 10px;
    background-color: #000000;
    color: #ffffff;
}
td.sol{
font-size: 14px;
border-bottom:1px solid;
padding: 10px 0 10px 2px;
}
.sold-list-link {
  color: #0000ff;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: 31%;
  height: 50px;
  border-bottom: 3px solid #653878;
  background-color: #f8f7ff;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0 0 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#yamaha:checked ~ #yamaha_content,
#kawai:checked ~ #kawai_content,
#another:checked ~ #another_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #eb4ec5;
  color: #fff;
}

	.eye-catch {
display: none!important;
}
.article-header.entry-header {
display: none;
}
.article-footer.entry-footer {
	display: none;
}
	a:where(:not(.wp-element-button)) {
    text-decoration: none!important;
}

@media screen and (max-width: 900px) {
#shortcut {
display :none;
 }
}

@media screen and (min-width: 900px) {
#shortcut {
 z-index: 2;
position: fixed;
top: 200px;
right: -10px;
width: 125px;
padding:  0;
 }
}

/*# sourceMappingURL=common.css.map */
/* チェックボックスを非表示にする */
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .header-menu-content {
    left: 0;/*メニューを画面内へ*/
}


/*メニューcss*/
/* Mixin */
/* reset */
* {
  padding: 0;
margin: 0;
}

nav {
  height: 50px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* fade in checked menu */
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
    position: fixed;
    top: 55px;
    right: 5px;
    border: solid 3px #7883d3;
    background-color:#5a4ff9d6;
    border-radius: 5px;
    padding: 2px 2px 0 2px;
    z-index:2;
}

nav label.m-menu__toggle2 {
  cursor: pointer;
    position: absolute;
    top: 5px;
    right: 20px;
    border: solid 3px #7883d3;
    background-color:#5a4ff9d6;
    border-radius: 5px;
    padding: 2px 2px 0 2px;
}
nav label.m-menu__toggle3 {
  cursor: pointer;
    position: absolute;
    height:40px;
    left: 10px;
    border: solid 3px #7883d3;
    background-color:#5a4ff9d6;
    border-radius: 5px;
    padding: 2px 2px 0 2px;
}


nav .m-menu {
  position: fixed;
  top: 55px;
  left: -10px;
  max-width: 450px;
  border: 5px solid #5285fbbd;
  border-radius:10px;
  width: calc(100vw - 0px);
  height: 645px;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 5;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: fixed;
  top: 0;
  right:0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
}

nav .m-menu li{
line-height:55px;
list-style: none;
}
nav .m-menu li:hover{
background-color:#ee91f347;
}


nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: center;
  line-height: 55px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border: 1px solid;
  padding: 0;
  margin:0 0 15px 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bmenu {
  width: 50px;
position: fixed;
    top: 0px;
    height:680px;
    right: 0px;
  margin: 0 auto;
  overflow: hidden;
  font-family: sans-serif;
  z-index:9999;
}

.tit{
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    font-family: 'UD デジタル 教科書体 NK-R', 'メイリオ', Meiryo, 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.clb{
clear:both;
}
.used3-1{
width:50%;
float:left;
}
.used4-1{
width:50%;
float:left;
}
.waku3-2{
width:98%;
}
.bowrapper {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 1056px) {
.bowrapper {
    width: 1260px;
 }

.used3-1{
width:33%;
float:left;
 }
.used3-1 a:hover{
opacity: 0.4;
    background-color: #90839047;
 }
.waku3-2{
width:50%;
margin-bottom:3px;
float:left;
 }
.used4-1{
width:25%;
float:left;
 }
.used4-1 a:hover{
opacity: 0.4;
    background-color: #90839047;
 }
}

h3.step {font-size:22px;
font-weight:bold;
}

.bphno{
background-color:#06b55f;
color:#ffffff;
border-radius:25px;
padding:5px;
font-weight:bold;
margin-right:8px;
}

.bpmidasi{
font-size:18px;
font-weight:bold;
}

.bphkakomi{
border:1px solid #eeeeee;
background-color:#eeeeee;
border-radius:15px;
font-weight:bold;
text-align:left;
padding:5px;
}
@media only screen and (max-width: 480px) {
.bphno{
background-color:#06b55f;
color:#ffffff;
border-radius:10px;
padding:3px;
font-weight:bold;
margin-right:3px;
 }

.bpmidasi{
font-size:15px;
font-weight:bold;
 }
}