@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 768px) {
  /*クーポン*/
.sp_coupon_1 {
 text-align: center;
 background-color: #f5deb3;
 padding: 15px;
 width: 910px;
}

.sp_coupon_2{
 text-align: center;
 background-color: #fbcadb;
 padding: 15px;
 width: 910px;
}

.sp_coupon_3{
 text-align: center;
 background-color: #b3def5;
 padding: 15px;
 width: 910px;
}

.sp_coupon_4{
  text-align: center;
  background-color: #c2e6a8;
  padding: 15px;
  width: 910px;
 }

 .sp_coupon_5{
  text-align: center;
  background-color: #ffc594;
  padding: 15px;
  width: 910px;
 }

.sp_coupon_title{
    font-size: 1.7em;
    font-weight: bold;
}

span.sp_coupon_code {
 text-align: center;
 margin-bottom: 10px; 
 font-size: 3.0em;
}
/*クーポン--END*/

/*PDFダウンロード*/
.pdf_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.pdf_box img{
  width: 5%;
}

.pdf_box a{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-left: 20px;
}
/*PDFダウンロード--END*/
}

@media only screen and (max-width: 767px) {
  /*クーポン*/
  .sp_coupon_1 {
    text-align: center;
    background-color: #f5deb3;
    padding: 15px;
    width: auto;
   }
   
   .sp_coupon_2{
    text-align: center;
    background-color: #fbcadb;
    padding: 15px;
    width: auto;
   }
   
   .sp_coupon_3{
    text-align: center;
    background-color: #b3def5;
    padding: 15px;
    width: auto;
   }

   .sp_coupon_4{
    text-align: center;
    background-color: #c2e6a8;
    padding: 15px;
    width: auto;
   }

   .sp_coupon_5{
    text-align: center;
    background-color: #ffc594;
    padding: 15px;
    width: auto;
   }
   
   .sp_coupon_title{
       font-size: 1.7em;
       font-weight: bold;
   }
   
   span.sp_coupon_code {
    text-align: center;
    margin-bottom: 10px; 
    font-size: 3.0em;
   }
/*クーポン--END*/

   /*PDFダウンロード*/
.pdf_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.pdf_box img{
  width: 10%;
}

.pdf_box a{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
/*PDFダウンロード--END*/
}

/*　修理ページテーブル  */
.repair_table{
 width: 100%;
 border-collapse: collapse;
 font-size: 100%;
 color: #59493f;
 height: 157px;
 margin-bottom: 20px;
 margin-top: 10px;
 margin-right: 10px;
 margin-left: 0px;
}

.repair_table th{
 width: 25%;
 padding: 3px;
 text-align: center;
 vertical-align: middle;
 color: #333;
 background-color: #D8CDB1;
 height: 25%;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #FFFFFF;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #FFFFFF;
 margin-bottom: 3px;
}

.repair_table td{
 padding: 10px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #EFEFEF;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #EFEFEF;
 border-right-width: 1px;
 border-right-style: dotted;
 border-right-color: #EFEFEF; 
 margin-bottom: 3px;
}

.repair_p{
	margin: 5px 0 15px 0;

}
.txtalign_r {
text-align:right;
}

.shadow {
box-shadow:5px 5px 5px rgba(0,0,0,0.4);
border: 1px solid #E4E4E4;
}
.width60 {

width:60%;
margin:0 auto;
}
.midashi_voice {
	color:#8C6239;
	font-weight: bold;
	font-size:1.2em;
	margin-bottom: 10px;
	margin-top:20px;
}
.tac {
text-align: center;
}

.recruit_list li {
width:100%;
background-color:#F4EEDB;
margin-bottom: 10px;
border:1px solid #AFAD86;
}
.recruit_list li a {
 text-decoration: none;
 display: block;
 padding:10px;
 font-weight: bold;
}
.recruit_list li a:hover {
background-color:#EFEFEF;

}


/*　価格表リスト  */
.data-table {
        border-collapse: collapse;
		padding: 5px 5px 5px 5px;
		margin: auto;
		width: 80%;
    }

.data-table td {
	border: thin #999 solid;
	padding: 13px;
	font-size: 11px;
	text-align: center;	
}

.data-table th {
	border: thin #999 solid;
	color: #FFF;
	font-size: 11px;
	height: 25px;
	background-color: #6d5634;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.data-table tr:hover {
	background-color: #CCC;
}

.data-table li {
	list-style: none;
	font-size: 90%;	
}

/*　新品価格ページテーブル  */
.price_table{
 width: 100%;
 border-collapse: collapse;
 font-size: 100%;
 color: #59493f;
 height: 50px;
 margin-bottom: 20px;
 margin-top: 10px;
 margin-right: 10px;
 margin-left: 0px;
}

.price_table th{
 width: 35%;
 padding: 15px;
 text-align: justify;
 vertical-align: middle;
 color: #333;
 background-color: #D8CDB1;
 height: 25%;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #FFFFFF;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #FFFFFF;
 margin-bottom: 3px;
}

.price_table td{
 padding: 10px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #EFEFEF;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #EFEFEF;
 border-right-width: 1px;
 border-right-style: dotted;
 border-right-color: #EFEFEF; 
 margin-bottom: 10px;

}

.price_p{
	margin: 5px 0px 0px 0px;

}

/*　製造年表テーブル  */
.data-table {
        border-collapse: collapse;
		padding: 5px 5px 5px 5px;
		margin: auto;
		width: 90%;
    }

.data-table th {
		background-color: #D8CDB1;
		color: #333;		
    }

.mb30 {
margin-bottom: 30px;
}
.mb10 {
margin-bottom: 10px;
}


.mb50 {
margin-bottom: 100px;
}
.pad10 {
 padding:10px
}
.pad20 {
 padding:20px
}
.imgflow img {
width: 100%;
}





.navlist {
font-size: 1.3em;
list-style-type: square;
list-style-position: inside;
}
.navlist li {
margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.price_table{
 width: 100%;
 border-collapse: collapse;
 font-size: 100%;
 color: #59493f;
 height: 50px;
 margin-bottom: 20px;
 margin-top: 10px;
 margin-right: 10px;
 margin-left: 0px;
}

.price_table th{
 width: 50%;
 padding: 15px;
 text-align: justify;
 vertical-align: middle;
 color: #333;
 background-color: #D8CDB1;
 height: 25%;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #FFFFFF;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #FFFFFF;
 margin-bottom: 3px;
}

.price_table td{
 padding: 10px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #EFEFEF;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #EFEFEF;
 border-right-width: 1px;
 border-right-style: dotted;
 border-right-color: #EFEFEF; 
 margin-bottom: 0px 0px 0px 20px;

}

/* △ SP layout */
.page_gallery .gallery_list .ttl {
  padding: 5px;
  font-size: 20px;
  text-align: center;
}

.page_gallery .gallery_list li img {
  width: 90%;
  height: 90%;
}

}

/* スタッフ紹介main content
================================================== */
#main_content_staff {
  float: right;
  width: 1000px;
}

/* △ SP layout */
#ggstaff_intro li {
  position: relative;
  float: left;
  width: 225px;
  height: 235px;
  margin-left: 20px;
  margin-bottom: 30px;   
}
/* ▽ SP layout */
@media only screen and (max-width: 767px) {
  #ggstaff_intro li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #ggstaff_intro li img {
    width: 100%;
  }
}

/* △ SP layout  2段目が崩れる為一旦非表示
#ggstaff_intro li:first-of-type {
  margin-left: 0px;
}
*/

/* ▽ SP layout */
@media only screen and (max-width: 767px) {
  #ggstaff_intro li:last-of-type {
    margin-bottom: 0;
  }
}
/* △ SP layout */
#ggstaff_intro li a {
  text-decoration: none;
}
#ggstaff_intro li a .pic {
  margin-bottom: 10px;
}
/* ▽ SP layout */
@media only screen and (max-width: 767px) {
  #ggstaff_intro li a .pic {
    margin-bottom: 0;
  }
}
/* △ SP layout */
#ggstaff_intro li a .pic img {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* ▽ PC layout */
@media only screen and (min-width: 1025px) {
  #ggstaff_intro li a:hover .pic img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
/* △ PC layout */
#ggstaff_intro .img_x4 li {
  width: 179px;
  margin-left: 8px;
}
#ggstaff_intro .img_x4 li:first-of-type {
  margin-left: 0;
}
#ggstaff_intro dl {
  font-weight: bold;
  text-align: center;
}
#ggstaff_intro dl dt {
  color: #0070c9;
  font-size: 13px;
}
#ggstaff_intro dl dd {
  font-size: 18px;
}
/* ▽ SP layout */
@media only screen and (max-width: 767px) {
  #ggstaff_intro dl {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #ggstaff_intro dl dt,
  #ggstaff_intro dl dd {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
  }
}

/* ▽ SP layout */
@media only screen and (max-width: 767px) {
  #main_content_staff {
    float: none;
    width: 100%;
  }
}

/* スタッフ紹介ページコンシェルジュバナー
================================================== */
.aside_ggconcierge {
  margin-top: 50px;
  border: 1px solid #efe8db;
}
.aside_ggconcierge .btn_style a {
  padding: 10px 20px;
  font-size: 13px;
}
.aside_ggconcierge .btn_style a span {
  padding-right: 20px;
  -moz-background-size: 10px;
  -o-background-size: 10px;
  -webkit-background-size: 10px;
  background-size: 10px;
}

/* ご契約後の流れ
================================================== */
.page_contract .pagenav {
  margin-bottom: 30px;
}
.page_contract .pagenav li {
 float: left;
  width: 46%;
  margin-right:2%;
  margin-bottom:10px;
}
.page_contract .pagenav li:last-of-type {
  /*float: right;*/
}
.page_contract .pagenav li a {
  display: block;
  padding: 5px 20px;
  background: #000 url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
  background-size: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
.page_contract .pagenav li a {
  font-size: 12px;
}
.page_contract .pagenav li a.smallest {
  font-size: 10px;
}
}
/* ========== end △ */



/* 20170623_maintenance  */
.fright {
float:right;
}




/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_contract .pagenav li a:hover {
    background-color: #af8e0c;
  }
    
    /*2021/11/26*/
.tag{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7em;
}
    
    /*2022/02/07*/
    .staff_list{
        display: inline-block;
    }
}
/* ========== end △ */

.page_contract .contract_list {
  margin-bottom: 30px;
}
.page_contract .contract_list > dt {
  position: relative;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contract .contract_list > dt {
    padding-top: 20px;
  }
    
    .staff_list{
        margin-top: 50px;
    }
}
/* ========== end △ */
.page_contract .contract_list > dt:before {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contract .contract_list > dt:before {
    top: 18px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contract .contract_list > dt:first-of-type {
    padding-top: 0;
  }
  .page_contract .contract_list > dt:first-of-type:before {
    top: -2px;
  }
}
/* ========== end △ */
.page_contract .contract_list > dd {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f6f6f6;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contract .contract_list > dd {
    margin-bottom: 0;
  }
}
/* ========== end △ */
.page_contract .contract_list > dd > * {
  margin-bottom: 15px;
}
.page_contract .contract_list > dd > *:last-child {
  margin-bottom: 0;
}
.page_contract .contract_list .inner2_dl .mb {
  margin-bottom: 10px;
}
.page_contract .contract_list .icon_list {
  padding: 15px;
  background-color: #fff;
}
.page_contract .contract_list .icon_list li {
  zoom: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}
.page_contract .contract_list .icon_list li:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}
.page_contract .contract_list .icon_list li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page_contract .contract_list .icon_list li .ico {
  float: left;
  margin-right: 15px;
}
.page_contract .contract_list .icon_list li .ico img {
  height: 60px;
}
.page_contract .contract_list .icon_list li dl {
  padding-top: 5px;
  overflow: hidden;
}
.page_contract .contract_list .icon_list li dl dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

/* 岡本さんプロフィール
================================================== */
.ttl_profile {
  position: relative;
  margin-top: 50px;  
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
}

.ttl_profile:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #b69107;
}

.profile_list {
	background-color: #EEEEEE;
	padding: 15px;
	margin-bottom: 15px;
}

.profile_list p {
	margin-bottom: 1.5em;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
.ttl_profile {
    margin-bottom: 10px;
  }

.profile_list {
	background-color: #EEEEEE;
	padding: 15px;
	margin: 0 10px 15px 10px;
}

}
/* ========== end △ */


/* コラムページ
================================================== */
.columnpage {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

.showpage {
	border-style: solid 1px;
	background-color: #c6a115;
	color: #FFF;
	padding: 2px;
}

/* キャンペーンページ
================================================== */

.campaign_ttl {
	border-bottom: dotted 1px;
	margin: 0 0 10px 0;
}

.pic_360 {
	margin: 0 0 10px 0;

}

.mail_send_btn {
	font-size:22px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:0px solid #d83526;
	padding:15px 35px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ed1a03 105%, #ce0100 0% );
	background:-ms-linear-gradient( top, #ed1a03 105%, #ce0100 0% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1a03', endColorstr='#ce0100');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(105%, #ed1a03), color-stop(0%, #ce0100) );
	background-color:#ed1a03;
	color: #ffffff;
	display:inline-block;
	text-shadow:0px 0px 0px #b23e35;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #f29c93;
 	-moz-box-shadow:inset 0px 0px 0px 0px #f29c93;
 	box-shadow:inset 0px 0px 0px 0px #f29c93;
	margin-bottom: 15px;
}

.mail_send_btn:hover {
	background:-moz-linear-gradient( center top, #ce0100 105%, #ed1a03 0% );
	background:-ms-linear-gradient( top, #ce0100 105%, #ed1a03 0% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#ed1a03');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(105%, #ce0100), color-stop(0%, #ed1a03) );
	background-color:#ce0100;
}

.mail_send_btn:active {
	position:relative;
	top:1px;
}

.mail_send_btn a {
text-decoration: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
.pic_360 {
	margin: 0 0 10px 0;
	max-width: 100%;
	text-align: center;
}
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #page_ttl.page_campaign01 {
    padding: 15px 20px 10px;
  }
}

/* ========== end △ */
.page_campaign01 #dinamic #lead {
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #dinamic #lead {
    margin-bottom: 20px;
    background-color: #222220;
    border: 1px solid #000;
  }
}

/* ========== end △ */
.page_campaign01 #dinamic #lead .inner {
  min-height: 580px;
  background-position: 0 30px;
  background-size: contain;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #dinamic #lead .inner {
    min-height: 0;
    background-position: 0 0;
    padding: 10px 0;
    border: 1px solid #919190;
  }
}

/* ========== end △ */
.page_campaign01 #dinamic #lead .ttl {
  text-align: center;
  margin-bottom: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #dinamic #lead .ttl img {
    width: 100%;
  }
}

/* ========== end △ */
.page_campaign01 #dinamic #lead .txt {
  padding-right: 275px;
  padding-left: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #dinamic #lead .txt {
    padding: 0 15px;
    text-shadow: 0 1px 0 #000;
  }
}

/* ========== end △ */
.page_campaign01 #dinamic #lead .txt p {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_campaign01 #dinamic #lead .txt p {
    margin-bottom: 10px;
  }
}
/* ========== end △ */

/* レンタルページ
================================================== */

.rental_pianolist_ttl {
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 30px;
	border-left: #CCC solid 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .rental_pianolist_ttl {
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	border-left: #CCC solid 10px;
  }
}

.rental_table{
 width: 100%;
 border-collapse: collapse;
 font-size: 100%;
 color: #59493f;
 height: 157px;
 margin-bottom: 20px;
 margin-top: 10px;
 margin-right: 10px;
 margin-left: 0px;
}

.rental_table th{
 width: 25%;
 padding: 3px;
 text-align: center;
 vertical-align: middle;
 color: #333;
 background-color: #D8CDB1;
 height: 25%; 
 border-width: 1px;
 border-style: dotted;
 border-color: #FFFFFF;
 margin-bottom: 3px;
}

.rental_table td{
 padding: 10px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #EFEFEF;
 border-top-width: 1px;
 border-top-style: dotted;
 border-top-color: #EFEFEF;
 border-right-width: 1px;
 border-right-style: dotted;
 border-right-color: #EFEFEF;
 border-left-width: 1px;
 border-left-style: dotted;
 border-left-color: #EFEFEF; 
 margin-bottom: 3px;
}

/* レンタルページ　約款
================================================== */

.page_clause .clause_list {
  margin-bottom: 30px;
}
.page_clause .clause_list > dt {
  position: relative;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_clause .clause_list > dt {
    padding-top: 20px;
  }
}
/* ========== end △ */
.page_clause .clause_list > dt:before {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_clause .clause_list > dt:before {
    top: 18px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_clause .clause_list > dt:first-of-type {
    padding-top: 0;
  }
  .page_clause .clause_list > dt:first-of-type:before {
    top: -2px;
  }
}
/* ========== end △ */
.page_clause .clause_list > dd {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f6f6f6;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_clause .clause_list > dd {
    margin-bottom: 0;
  }

}


/*}*/
/* ========== end △ */
.page_clause .clause_list > dd > * {
  margin-bottom: 15px;
}
.page_clause .clause_list > dd > *:last-child {
  margin-bottom: 0;
}
.page_clause .clause_list .inner2_dl .mb {
  margin-bottom: 10px;
}
.page_clause .clause_list .icon_list {
  padding: 15px;
  background-color: #fff;
}
.page_clause .clause_list .icon_list li {
  zoom: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}
.page_clause .clause_list .icon_list li:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}
.page_clause .clause_list .icon_list li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page_clause .clause_list .icon_list li .ico {
  float: left;
  margin-right: 15px;
}
.page_clause .clause_list .icon_list li .ico img {
  height: 60px;
}
.page_clause .clause_list .icon_list li dl {
  padding-top: 5px;
  overflow: hidden;
}
.page_clause .clause_list .icon_list li dl dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.pdf_down {
	text-align: right;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
.pdf_down {
	text-align: center;
	margin-bottom: 15px;
}


}

/* ========== 約款end △ */


/* レンタルページ　配送料
================================================== */

#plist_wrapper {
  min-width: 1150px;
  color: #2d2506;
  font-size: 13px;
  overflow-x: hidden;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #plist_wrapper {
    width: 100%;
    min-width: 320px;
    font-size: 14px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
}
/* ========== end △ */
/* サイト幅 */
.plist_site_wrap {
  width: 1150px;
  margin: 0 auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .plist_site_wrap {
    width: 100%;
  }
}
/* ========== end △ */

/* page title
================================================== */
#plist_page_ttl {
  box-sizing: border-box;
  height: 180px;
  padding: 40px 0 0 60px;
  background: url(../common_img/pagettl_bg.jpg) 50% 0 no-repeat;
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #plist_page_ttl {
    height: auto;
    margin-bottom: 30px;
    padding: 30px 20px 25px;
    background-size: cover;
  }
}
/* ========== end △ */
#plist_page_ttl .plist_ttl {
  margin: 0 0 15px 65px;
  font-size: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #plist_page_ttl .plist_ttl {
    margin-bottom: 0;
    font-size: 20px;
  }
}
/* ========== end △ */
#plist_page_ttl .plist_txt {
  font-size: 14px;
  margin: 0 0 15px 65px;  
}

/* ========== 配送料end △ */


/* topicsページ　
================================================== */
.info_box {
	margin: 0 0 25px;
}

/* ========== end △ */


/*　ピアノブランド紹介  */
#brand_information {
	padding: 0 15px 0 15px;
}

.p_masterpiece img {
	width: 45%;
	float: left;
	margin: 0 10px 15px 10px;
}

.seach_piano img {
	width: 45%;
	float: left;
	margin: 0 10px 15px 10px;
}

.clear {
	clear: both;
}


/* ==================================================

brand / 角田追加

================================================== */

.brand_list ul {	
}

.brand_list img {
	width: 170px;
	margin: 0;
}

.brand_list li {
	display: inline-block;
	height: 210px;
	/*width: 180px;*/
	background-color: #eee;
	margin: 10px 0 0 0;
	/*padding: 10px 0 0 10px;*/
  padding: 10px;
	text-decoration: none;
}

.brand_list li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.page_brand.brand_info .brand_box {
  position: relative;
  margin-bottom: 80px;
  padding: 50px 30px;
  border: 3px solid #ffe586;
}

.page_brand.brand_info2 .brand_box2 {
  position: relative;
  margin-bottom: 80px;
  margin-top:30px;
  padding: 30px 0;
 /* border: 3px solid #ffe586;*/
}




.page_brand.brand_info .brand_box:before, .page_brand.brand_info .brand_box:after, .page_brand.brand_info2 .brand_box2:before, .page_brand.brand_info2 .brand_box2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 426px;
  height: 77px;
  margin-left: -213px;
  background: url(../maintenance/policy/images/policy_parts.png) 0 0 no-repeat;
  background-size: contain;
}
.page_brand.brand_info .brand_box:before, .page_brand.brand_info2 .brand_box2:before {
  top: -50px;
}
.page_brand.brand_info .brand_box:after, .page_brand.brand_info2 .brand_box2:after{
  bottom: -50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page_brand.brand_info .brand_box .ttl, .page_brand.brand_info2 .brand_box2 .ttl  {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
  font-family: Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif !important;  
}
.page_brand.brand_info .brand_box .brand_inner_box, .page_brand.brand_info2 .brand_box2 .brand_inner_box {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
.page_brand.brand_info .brand_box .brand_inner_box:before, .page_brand.brand_info2 .brand_box2 .brand_inner_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc095;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #ccc095 50%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #ccc095 50%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #ccc095 50%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 );
}
.page_brand.brand_info .brand_box .brand_inner_box:first-of-type, .page_brand.brand_info2 .brand_box2 .brand_inner_box:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.page_brand.brand_info .brand_box .brand_inner_box:first-of-type:before, .page_brand.brand_info2 .brand_box2 .brand_inner_box:first-of-type:before {
  display: none;
}
.page_brand.brand_info .brand_box .brand_inner_box h4,.page_brand.brand_info2 .brand_box2 .brand_inner_box h4 {
  margin-bottom: 20px;
  font-family: Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 20px;
}

.page_brand.brand_info .brand_box .brand_inner_box p, .page_brand.brand_info2 .brand_box2 .brand_inner_box p {
    margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.75;
}

.brand_header img  {
	width:100%;
}
.brand_header {
	margin-bottom:30px;
}

/* 20181016_brandページ下部のバナー画像用CSS */
.bottom_bannerarea img {
	width:100%;
}
.back_to_brandindex {
	background-color: #0071e3;
	width:80%;
	margin:50px auto 20px auto;
	border-radius: 50px;
	
}
.back_to_brandindex:hover {
	background-color:#3F9BF7;

}
.back_to_brandindex a {
	display:block;
	padding:20px;
	text-align:center;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
    color: white;
}

.page_brand  #switch_img_thumbnail3 li {
  padding: 5px;
  height: 100%;
  overflow: hidden;
}
.page_brand  #switch_img_thumbnail3 li img {
  max-width: 100%;
  padding:5px;
}

.page_brand.brand_info .brand_box .brand_inner_box li {
	list-style: disc;
	margin-left: 15px;
    color: #0070c9;
}

  .play_movie {
   position: relative;
   width: 100%;
   margin: 0 0 20px 0;  
}

/* ▽リンクを「続きを読む」別サンプル */
.hide-text {
    display: none;
}
 
button.readmore {
    position: relative;
    height: 80px;
    width: 90px;
    margin: 20px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}

/* ▽リンクを「続きを読む」2つめ（アーティスト） */
button.readmore2{
    position: relative;
    height: 80px;
    width: 90px;
    margin: 20px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore2::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore2:hover::after {
    top: 40px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
		
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
	
.brand_list {
	 margin: 0 0 0 -15px;
}

.brand_list ul {
}

.brand_list img {
	width: 100%;
}

.brand_list li {
	display: inline-block;
	height: 300px;
	width: 92%;
	background-color: #eee;
	margin: 0 0 5px 0;
	padding: 10px 10px 0 10px;
	text-decoration: none;
}

.brand_list li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}	
	
  .page_brand.brand_info .brand_box {
    margin-bottom: 50px;
    padding: 20px 15px;
  }
  .page_brand.brand_info .brand_box:before, .page_brand.brand_info .brand_box:after {
    width: 250px;
    height: 46px;
    margin-left: -125px;
  }
  .page_brand.brand_info .brand_box:before {
    top: -30px;
  }
  .page_brand.brand_info .brand_box:after {
    bottom: -30px;
  }
  .page_brand.brand_info .brand_box .ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .page_brand.brand_info .brand_box .brand_inner_box {
    margin-top: 15px;
    padding-top: 15px;
    overflow-x: scroll;
    overflow-y: scroll;
  }
  .page_brand.brand_info .brand_box .brand_inner_box h4 {
    margin-bottom: 10px;
      text-align: center;
  }
  .page_brand.brand_info .brand_box .brand_inner_box br {
    display: none;
  }
  .page_brand.brand_info .brand_box .brand_inner_box p {
    margin-bottom: 10px;
  } 
  
  .page_brand.brand_info .brand_box .brand_inner_box li {
	margin: 0 0 10px 10px;
	list-style: disc;
    color: #0070c9;
    text-align: center;
}  

  .page_brand.brand_info .brand_box .brand_inner_box img {
	  width: 100%
}  

  .p_masterpiece img {
	width: 100%;
	float: left;
	margin: 0 10px 25px 0;
}

  .play_movie {
   position: relative;
   width: 100%;
   padding: 75% 0 0 0;
   margin: 0 0 20px 0;  
}

  .play_movie iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

  .seach_piano img {
	width: 100%;
	float: left;
	margin: 0 10px 15px 0;
}
  
}
/* ========== end △ */
/* ==================================================

/* hanbaiページ アコーディオン
================================================== */

#buy_piano dt{
    display:block;
    width:100%;
    height:50px;
	margin: 10px 0 0 0;
	font-size:1.3em;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
	background:#F7F3EE;
	font-weight: bold;
}
#buy_piano dt:hover {
	background: #af8e0e;
}

#buy_piano dt i{
margin-left:10px;

}
#buy_piano dd{
    background:#f2f2f2;
    width:100%;
    height:100%;
    line-height:50px;
	text-align: left;
    border:#666 1px solid;
    display:none;
}
	
#buy_piano ul{
    width:80%;
	margin: 20px 0 20px 20px;
	line-height: 2.2em;
}

#buy_piano li{
	margin: 0 25px 10px 0;
	display: inline-block;
	font-size: 1.2em;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {

#buy {
	margin: 0 10px 0 10px;
}

#buy_piano dt {
    display:block;
    width:100%;
    height:50px;
	margin: 10px 0 0 0;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;

}

#buy_piano dd {
    background:#f2f2f2;
    width:100%;
    height:100%;
    line-height:50px;
	text-align: left;
    border:#666 1px solid;
    display:none;
    }
	
#buy_piano ul {
    width:80%;
	margin: 20px 0 20px 20px;
	line-height: 2.2em;
}

#buy_piano li {
	margin: 0 25px 10px 0;
	font-size: 1.2em;
	display: block;
}

#buy_piano li.seach_color {
	margin: 0 10px 0 0;
	display: inline-block;
}

}


/*---20180620 CSS追加   NewPiano EntrancePage　--*/

/* 新品ピアノページ　小見出し */
.ttl_style5 {
	margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
	padding-left: 15px;
    border-bottom: 1px solid #000;
    font-size: 1.3em;
}
/* 新品ピアノページ 選ばれる理由 */
.ttl_reason {
	text-align: center;
	font-size: 2em;
	margin-bottom:30px;
}

.ttl_reason .copys {
	font-size: 0.7em;
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {

    .ttl_reason {
        font-size: 1.5em;
    }
        .ttl_reason .copys {
        font-size: 0.8em;
    }
}


  #recommended {
    /* margin-bottom: 30px; */
  }
  #recommended .horizontal_mask {
   /* background-color: #f4f4f4; */
  }
  #recommended ul li {
   /* float: none;
    margin-left: 0; */
  }
  #recommended ul li.banner a {
    display: block;
    width: 300px;
  }
  #recommended ul li.banner a img, #recommended ul.pricerange li img, #recommended ul.popular li img {
    display: block;
    width: 300px;
   /* padding: 15px 10px; */
  }
  
  
  #recommended ul.pricerange li, #recommended ul.popular li {
	margin-left:0;
    margin-right: 20px;
	margin-bottom:20px;
	font-size: 14px;
	font-weight: bold;
}
	#recommended ul.pricerange li a {
	display: block;
	width:200px;
	margin:20px;
	height:100%;
	padding:20px 10px;
	text-align: center;
	border: 1px solid #A6830F;
	background-color: #FFFFFF;
} 
	#recommended ul.popular li a {
	display: block;
	width:300px;
	margin:20px;
	height:100%;
	padding:20px 10px;
	text-align: left;
	/* border: 1px solid #A6830F; */
	background-color: #FFFFFF;
}  

  .auto_main {
	padding:10px;
}

  
/*}*/
/* ========== end △ */

ul.auto li {
float:left;
width:48%;
margin-right: 2%;
}
ul.auto li img {
	width:100%;
}
ul.auto {
margin-right:-2%;
margin-bottom: 10px;
}
  .auto_main img {
	width:100%;
}


ul.yama li {
float:left;
width:30%;
margin-right: 3%;
}
ul.yama li img {
	width:100%;
}
ul.yama {
margin-right:-3%;
margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

			ul.auto2 li {
			float:left;
			width:48%;
			margin-right: 2%;
			}
			ul.auto2 {
			margin-right:-2%;
			margin-bottom: 10px;
			}
			
.mitsumori_form iframe {
height:1400px;

}
.mailmag iframe {
	height:1800px;
}

			
}


ul.auto2 li img {
	width:100%;
}
.btn_black {
width:100%;
margin:0 auto;
background-color:#000000;
font-size: 1.5em;
}


.btn_black2 {
width:80%;
margin:0 auto;
background-color:#000000;
font-size: 1.5em;
}
.btn_black2:hover {
background-color:#3D3B3B;
}


.btn_black a, .btn_black2 a {
	text-decoration: none;
	color:#FFFFFF;
	width: 100%;
	display:block;
	text-align: center;
	padding:20px;
}


@media only screen and (max-width: 767px) {

	.btn_black a {
		text-decoration: none;
		color:#FFFFFF;
		width: 100%;
		display:block;
		text-align: center;
		font-size: 0.8em;
		padding:20px 5px 20px 5px;
	}

	.btn_black2 a {
		text-decoration: none;
		color:#FFFFFF;
		width: 100%;
		display:block;
		text-align: center;
		font-size: 0.8em;
		padding:5px;
	}

.mitsumori_form iframe {
height:1800px;
padding:10px;

}
/* メールマガジン登録フォーム  スマホ版 */
.mailmag iframe {
	height:2200px;
}

}


/*  紹介キャンペーン  */
/* ▽ PC layout ========== */
@media only screen and (min-width: 768px){
	.syokai p {
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 5px;
	padding:10px;
	}
	
	.syokai_form iframe {
	height: 1400px;
	}
	
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
	.syokai p {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
	padding:10px;
	}
	
	.syokai_form iframe {
	height: 1850px;
	}

}

.contents_syokai img {
	width:100%;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px){
/* PC表示3列タイプ→スマホだと横スクロールインターフェース  */
#recommended ul.navigation li {
    float: left;
    width: 320px;
	margin-left:0;
    margin-right: 20px;
	margin-bottom:20px;
}
#recommended ul.navigation {
 margin-right: -20px;
}
#recommended ul.navigation li img, #recommended ul.pricerange li img, #recommended ul.popular li img {
 width:100%;
}

#recommended ul.pricerange li {
    float: left;
    width: 235px;
	margin-left:0;
    margin-right: 20px;
    margin-right: 20px;
	margin-bottom:20px;
	font-size: 14px;
	font-weight: bold;
}

	#recommended ul.pricerange li a {
	display: block;
	padding:20px 10px;
	text-align: center;
	border: 1px solid #A6830F;
	background-color: #FFFFFF;
}  
	#recommended ul.pricerange li a:hover {
	 background-color: antiquewhite;
	} 

#recommended ul.pricerange {
 margin-right: -20px;
}

#recommended ul.popular li {
    float: left;
    width: 235px;
	margin-left:0;
    margin-right: 20px;
    margin-right: 20px;
	margin-bottom:20px;
	font-size: 14px;
	font-weight: bold;
}

	#recommended ul.popular li a {
	display: block;
	padding:20px 10px;
	text-align: left;
	/*border: 1px solid #A6830F;
	background-color: #FFFFFF;*/
}  
	#recommended ul.popular li a:hover {
	 background-color: antiquewhite;
	} 

#recommended ul.popular {
 margin-right: -20px;
}
}

.salenav {
	margin-top:10px;
	margin-bottom: 30px;
}
.salenav img {
max-width:100%;
height: auto;
}


.salenav li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 10px;
}

.salenav li:last-of-type {
 /* float: right;*/
}

.salenav li a.btn {
  display: block;
  padding: 5px 20px;
border: 1px solid #af8e0e;
margin-bottom: 5px;
  background:#F7F3EE url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
  background-size: 12px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
.salenav li a.btn:hover {
background-color: #af8e0e;
}

.img_link {
 display: block;
 margin-bottom: 5px;
} 
@media only screen and (max-width: 767px) {

.salenav li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

		.salenav li a.btn {
		  display: block;
		  border: 1px solid #af8e0e;
		  margin-bottom: 5px;
		  padding: 5px 20px;
		  background: #F7F3EE url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
		  background-size: 12px;
		  color: #000;
		  font-size: 0.8em;
		  font-weight: bold;
		  text-decoration: none;
		  transition: all 0.2s ease;
		  text-align: center;
		}
}

/* ▽ SP layout ========== */

/* 4段組バナー */
@media only screen and (max-width: 767px) {
  #reason_list {
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#reason_list li {
  float: left;
  width: 235px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  #reason_list li:first-of-type {
    margin-left: 0;
  }
  .moji15b {
    padding:10px;
font-size: 1.5em;
font-weight: bold;
}

  
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #reason_list li {
    width: 46%;
    margin: 0 2% 10px;
    font-size: 13px;
  }
  
  .moji15b {
  padding:10px;
font-size: 1.2em;
font-weight: bold;
}

  
}
/* ========== end △ */
#reason_list li a {
  text-decoration: none;
}
#reason_list li a img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}
#reason_list li a:hover img {
  opacity: 0.6;
}
#reason_list li span {
  padding-right: 20px;
  background: url(../common_img/ico_arrow_bk.png) 100% 50% no-repeat;
  background-size: 10px;
}


.moji15 {
font-size: 1.5em;
}
.moji8 {
font-size: 0.8em;
}
/*　タブメニュー　*/

/************************************
** CSSでタブ表示
************************************/
/* タブの外枠 */
.tabs {
  margin-top: 40px;
}

/* タブのスタイル */
.tabs .tab-label {
  display: inline-block;
  width:42%;
  font-weight: bold;
  text-align:center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #CBCBCB;
  background-color: #FFFFFF;
  margin-left: 3%;
  margin-right: 2%;
  padding: 15px 6px;
  border-bottom: none;
  font-size: 1.3em;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {

.tabs .tab-label {
  display: inline-block;
  width:41%;
  font-weight: bold;
  text-align:center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #CBCBCB;
  background-color: #FFFFFF;
  margin-left: 2%;
  margin-right: 1%;
  padding: 15px 6px;
  border-bottom: none;
  font-size: 0.85em;
}


}

/* タブにマウスカーソルがのったときフッター */
.tabs .tab-label:hover {
  opacity: 0.7;
}

/* ラジオボタンと内容を非表示 */
.tabs input[name="tab-radio"],
.tabs .tab-content {
  display: none;
}

/* タブ内容のスタイル */
.tabs .tab-content{
  border-top: 1px solid #999;
  padding-top:30px;
  /*padding: 10px;*/
  min-height: 200px;
}

/* 選択されているタブのコンテンツのみを表示 */
.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content,
.tabs #tab-3:checked ~ .tab-3-content,
.tabs #tab-4:checked ~ .tab-4-content,
.tabs #tab-5:checked ~ .tab-5-content {
  display: block;
}

/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
  background-color: #D8CFBA;
  border-bottom: none;
}

.usedlink img {
width:85%;
}

/* 2018 10/09追加 */


.page_shopping #switch_img_thumbnail2 li {
  padding: 5px;
  height: 100%;
  overflow: hidden;
}
.page_shopping #switch_img_thumbnail2 li img {
  max-width: 100%;
  padding:5px;
}

.page_shopping #switch_img_thumbnail3 li {
  padding: 5px;
  height: 100%;
  overflow: hidden;
}
.page_shopping #switch_img_thumbnail3 li img {
  max-width: 100%;
  padding:5px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
	.page_shopping #switch_img_thumbnail2 li img {
		margin-bottom: 5px;
	}
	.page_shopping #switch_img_thumbnail3 li img {
		margin-bottom: 5px;
	}
}
.category_banner {
	padding-bottom:10px;
}


/* 成約御礼 20181018 追加  */

.page_casestudy .item_list li {
  float: left;
  width: 230px;
  margin: 0 0 25px 25px;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .page_casestudy .item_list li:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_casestudy .item_list li {
    box-sizing: border-box;
    /* float: none;  20170622 asai */
    /* width: 100%; asai */
	float: left;/* 20170622 asai */
	width: 50%;/* 20170622 asai */
	height: 350px;/* 20170622 asai */
	overflow: scroll;/* 20170622 asai */
    margin: 0;
    padding: 15px;
  }
  .page_casestudy .item_list li:nth-of-type(2n) {
    background-color: #f3f3f3;
  }
}
/* ========== end △ */
.page_casestudy .item_list li a {
  text-decoration: none;
}
.page_casestudy .item_list li .pic {
  background-color: #000;
  overflow: hidden;
}
.page_casestudy .item_list li .pic img {
  display: block;
  max-width: 100%;
  transition: all 0.2s ease;
}
.page_casestudy .item_list li a:hover .pic img {
  opacity: 0.6;
}
.page_casestudy .item_list li dt {
  padding: 10px;
 /* border-bottom: 1px dashed #666;*/
  font-size: 15px;
  font-weight: bold;
  background-color: #D2C080;
  color: #FFFFFF;
}
.page_casestudy .item_list li dd {
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.3em;
  font-weight: bold;
  background-color:#F2F2F2;
 /* border-bottom: 1px dashed #666;*/
  /* text-align: right; */
}
.page_casestudy .item_list li dd span.date {
  font-size:0.7em;
  font-weight: bold;
  display: block;
}

.leadtext {
	font-size: 1.3em;
	margin-bottom: 20px;
	text-align: center;
}


.boxnum {
 display: inline-block;
 background-color: black;
 color: #FFFFFF;
 padding:10px;
 margin-right:10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
/* Company smartPhone nav */

		.companynav {
		  margin-bottom: 10px;
		}
		.companynav li {
		  float: left;
		  width: 49%;
		  margin-bottom: 5px;
		}
		
		.companynav li:nth-child(odd){
			margin-right: 1%;
		}
		
		/*.companynav li:last-of-type {
		  float: right;
		}*/
		.companynav li a {
		  display: block;
		  padding: 10px 20px;
		  background: #c3ae71 url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
		  background-size: 12px;
		  color: #fff;
		  font-size: 0.8em;
		  font-weight: bold;
		  text-decoration: none;
		  transition: all 0.2s ease;
		  text-align: center;
		}
}






/* ▽ PC layout ========== */
@media only screen and (min-width: 768px) {
		.companynav {
		display: none;
		}


}
/* ▽ PC layout ========== */

@media only screen and (min-width: 768px) {
		.ggdata {
		  margin-bottom: 10px;
		}
		.ggdata li {
		  float: left;
		  width: 47%;
		  margin-bottom: 5px;
		}.ggdata li img {
		width:100%;
		}
		
		.ggdata li:nth-child(odd){
			margin-right: 3%;
		}
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
		.ggdata {
		  margin-bottom: 10px;
		}
		.ggdata li {
		  float: none;
		  width: 100%;
		  margin-bottom: 20px;
		}
		.ggdata li img {
		width:100%;
		}
		
		.ggdata li:nth-child(odd){
			margin-right: 3%;
		}
}


/* ▽ PC layout ========== */

@media only screen and (min-width: 768px) {
		.business {
		  margin-bottom: 10px;
		}
		.business li {
		  float: left;
		  width: 47%;
		  margin-bottom: 30px;
		}
		.business li h5 {
			font-size: 1.2em;
			margin-bottom: 10px;
		}
		.business p{
		margin-top:10px;
		}
		
		.business li img {
		width:100%;
		}
		
		.business li:nth-child(odd){
			margin-right: 3%;
		}
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
		.business {
		  margin-bottom: 10px;
		}
		
		.business li {
		  float: none;
		  width: 100%;
		  margin-bottom: 20px;
		}
		.business li h5 {
			font-size: 1.2em;
			margin-bottom: 10px;
		}
		.business p{
		margin-top:10px;
		}
		.business li img {
		width:100%;
		}
		
		.business li:nth-child(odd){
			margin-right: 3%;
		}
}



@media only screen and (min-width: 768px) {
/* ========== end △ */
 #indoor iframe {
  height: 500px;
}
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
 #indoor iframe {
    height: 250px;
  }
}

.tac {
text-align: center;
}

/*  TOPICS WORDPRESS用 CSS 190423-   */


/* breadcrumb Wordpress用
================================================== */
#pankuzu {
  margin: 10px 0 30px;
  text-align: right;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pankuzu {
    display: none;
  }
}
/* ========== end △ */
#pankuzu li {
  display: inline-block;
  font-size: 11px;
}
#pankuzu li:before {
  /* ontent: "\f105"; */
  margin-right: 3px;
  color: #2d2506;
  font-size: 10px;
  /*font-family: FontAwesome;*/
}
#pankuzu li:first-of-type:before {
  content: "";
}
#pankuzu li a {
  text-decoration: none;
}
#pankuzu li a:hover {
  text-decoration: underline;
}


.link_detail {
margin-top: 2.5em;

}
.link_detail a {
display: block;
/* background-color: #E0D1AC; */
border: 2px solid #E0D1AC;
width:30%;
margin:0 auto;
padding:1em;
font-size: 1em;
text-align: center;
text-decoration:none;
}

.link_detail a:hover {
    background-color:#E7E0D1;
}


@media only screen and (max-width: 767px) {
		.link_detail a {
		width:90%;
		}
}

/* thumbnail */

.blogthunmb {
 width:30%;
 float:left;
 margin-right:3%;
}
.blogthunmb img {
  width: 100%;
  height: 180px;
  object-fit: cover; /* この一行を追加するだけ！ */
}

@media only screen and (max-width: 767px) {
		.blogthunmb img {
		  width: 100%;
		  height: 100px;
		  object-fit: cover; /* この一行を追加するだけ！ */
		}

    .btn_adjust{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    a.link_button {
      border-radius: 10px;
      position: relative;
      display: flex;
      width: 300px;
      justify-content: space-around;
      align-items: center;
      margin: 15px;
      padding: 20px 10px;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      font-size: 1.5em;
  }


  .button004 a {
    background: #0983e7;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto;
    max-width: 260px;
    width: 260px;
    padding: 20px 10px;
    color: #FFF !important;
    font-size: 1.3em;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}

.button005 a {
  background: #00c200;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto;
  max-width: 260px;
  width: 260px;
  padding: 20px 10px;
  color: #FFF !important;
  font-size: 1.3em;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
}
.mainimg {
	margin-bottom:1.5em;
}
.mainimg img {
	width:100%;
	height: auto;
}
 
/*}*/
.blogexcerpt {
	width:67%;
	float:left;
}
.entry {
/*width:100%;*/

}

/* Wordpress サイドバー用CSS */

#side_menu .topics {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 6px 3px;
  border-bottom: 1px solid #d8d4cb;
  font-size: 16px;
  font-weight: bold;
}
#side_menu .topics:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 3px;
  background: #eacb57;
  background: -moz-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: -webkit-linear-gradient(left, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  background: linear-gradient(to right, #eacb57 0%, #ffe586 50%, #eacb57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacb57', endColorstr='#eacb57',GradientType=1 );
}


.widget {
 margin-bottom:1.5em;
}

.widget ul li a {
display: block;
background-color: #f1f1f1;
border-bottom: 1px dashed #ccc;
padding:1em;
text-decoration: none;

}
.widget ul li a:hover {
    background-color:#E7E0D1;
}


/* 成約情報用画像 */
.seiyaku_outer {
	position: relative;
	margin-bottom: 1em;
}

.seiyaku_outer img {
	width:100%;
}
.seiyaku_coverimg {
    position: absolute;
	right: 0;
	top: 0;
	opacity: 0.9;
}

/* ページネーション用CSS */

.pagination2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination2 span, .pagination2 a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination2 .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination2 a:hover,
.pagination2 .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination2 a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination2 a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination2 a.first {}
/* 最後へ */
.pagination2 a.last {}

/* Page x / y */
.pagination2 span.page_num {
    display: none;
}

.blog_entry {
    font-size: 1.2em;
}

.blog_entry p {
margin-bottom: 0.8em;

}



span.marker_pink  {
    background:#ffbbdd;
    background:linear-gradient(to bottom, transparent 60%,#ffbbdd 60%);
}


h2.content_ttl {
  position: relative;
  padding: 0.6em;
  background: #ebe5da;
  margin:25px 0px 25px 0px;　
}

h2.content_ttl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ebe5da;
  width: 0;
  height: 0;
}

h3.new_used_ttl {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf0;/*背景色*/
  border-left: solid 5px #daa520;/*左線（実線 太さ 色）*/
  margin:20px 0px 20px 0px;　
}

/* 買取ブログ記事用 */

h3.sell_sub_title {
  position: relative;
  padding: 0.6em;
  background: #ebe5da;
  margin:25px 0px 25px 0px;　
}

h3.sell_sub_title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ebe5da;
  width: 0;
  height: 0;
}

h2.sell_title {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf0;/*背景色*/
  border-left: solid 5px #daa520;/*左線（実線 太さ 色）*/
  margin:20px 0px 20px 0px;　
}

.price_sentence {
  margin:20px 0px 20px 0px;
 }

/* 004 */
.button004 a {
    background: #0983e7;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 35px auto;
    max-width: 260px;
    width: 230px;
    padding: 20px 10px;
    color: #FFF !important;
    font-size: 1.3em;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.button004 a:after{
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    text-decoration: none;
}
.button004 a:hover {
    background: #aeedff;
    color: #FFF;
    text-decoration: none;
}
/*005*/
.button005 a {
  background: #00c200;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 35px auto;
  max-width: 260px;
  width: 230px;
  font-size: 1.3em;
  padding: 20px 10px;
  color: #FFF !important;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button005 a:after{
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  text-decoration: none;
}

.button005 a:hover {
  background: #41eb41;
  color: #FFF;
}



@media only screen and (min-width: 768px) {
.btn_adjust{
  display: flex;
  justify-content: center;
}

/*ボタンまとめ*/
a.link_button{
  border-radius: 10px;
  position: relative;
  display: flex;
  width: 240px;
  justify-content: space-around;
  align-items: center;
  margin: 35px 15px;
  padding: 20px 10px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.4em;
}
}
/*yamahaボタン*/
a.yamaha{
  background: #48217a;
  color: #FFF !important;
}

a.yamaha:hover {
  background: #7646b4;
  color: #FFF;
}

/*kawaiボタン*/
a.kawai {
  background: #e11922;
  color: #FFF !important;
}

a.kawai:hover {
  background: #e4555c;
  color: #FFF;
}

/*新品ピアノボタン*/
a.newpiano{
  background: #33b70b;
  color: #000 !important;
}

a.newpiano:hover {
  background: #6bea44;
  color: #000;
}


/*即納ピアノボタン*/
a.latemodel {
  background: #0071e3;
  color: #FFF !important;
}

a.latemodel:hover {
  background: #5cabfb;
  color: #FFF;
}

/* 買取ブログ記事用ここまで */

p.mg_bottom {
  margin-bottom: 40px;　
}


@media only screen and (max-width: 767px) {
    .blog_entry img {
        width:100%!important;
        height: auto!important;
    }
    .blog_entry iframe {
        width:100%!important;
        /*height: 250px!important;*/
        height:2039px !important;
        overflow-y: visible;
    }

    #detail_photo img {
        width: 48% !important;
        height: auto !important;
        margin: 7px 7px 0 0;
    }


}


/*  2019 05 01 ショッピングガイド  */

.ttl_guide {
font-size:1.3em;
font-weight:bold;
margin-top: 40px;
margin-bottom: 15px;

}

.ttl_guide:after {
    content: ".";
 display: block;
 height: 0;
  clear: both;
  visibility: hidden;
}

.ttl_guide img {
display: block;
float:left;
margin-top: -5px;
margin-right: 5px;
}

/* 3段組みCSS */

.guide3col {
	margin-top:1.5em;
	margin-bottom: 1.5em;
}
.guide3col li {
 width:32%;
 float:left;
 margin-right: 2%;
 text-align: center;
}
.guide3col li a {
text-decoration: none;
font-size: 1.5em;
font-weight: bold;
}

.guide3col li:last-child {
	margin-right: 0;
}

/* 丸デザインCSS */

.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #A88C1E;
  color: #FFF;
  width: 60px;
  height: 	60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

.btn-circle-flat:hover {
  background: #DBCE76;
}


/* トップページ金額で選ぶ　セレクト */


/* 点滅アイコンCSS */

.blink{
	animation:BLINK 1.5s ease-in-out infinite alternate;
	color: #8e453a;
}
@keyframes BLINK {
	0%{opacity:1.0;}100% {opacity:0;}
	
	}

.flash{
  animation: flash 1s ease infinite alternate;
}

@keyframes flash {
  50% {
    opacity: 0;
  }
}


/* ▽ PC layout 商品ページ上部バナー ========== */

@media only screen and (min-width: 768px) {
		.shopbanner {
		  margin-bottom: 10px;
		}
		.shopbanner li {
		  float: left;
		  width: 49%;
		  margin-bottom: 5px;
		}
		.shopbanner li img {
		width:100%;
		}
		
		.shopbanner li:nth-child(odd){
			margin-right: 2%;
		}
}

/* ▽ SP layout 商品ページ上部バナー  ========== */
@media only screen and (max-width: 767px) {
		.shopbanner {
		  margin-bottom: 10px;
		  padding:5px;
		}
		.shopbanner li {
		  float: none;
		  width: 100%;
		  margin-bottom: 20px;
		}
		.shopbanner li img {
		width:100%;
		}
		
		.shopbanner li:nth-child(odd){
			margin-right: 2%;
		}
}

/* swing btn */
.swing {
    margin:8px;
    -ms-animation: swing linear 5s infinite;
    -ms-transform-origin: center -24px 0;
    animation: swing linear 5s infinite;
    transform-origin: center -24px 0;
/*     display: block; */
    float:left;
}
 
@-webkit-keyframes swing {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(5deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(-5deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@-ms-keyframes swing {
    0% { -ms-transform: rotate(0deg); }
    25% { -ms-transform: rotate(5deg); }
    50% { -ms-transform: rotate(0deg); }
    75% { -ms-transform: rotate(-5deg); }
    100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}


/* padding 20190723 */

.pad10 {
		padding:10px;
}




/* ========== 新品ピアノカワイ ========== */
/* ========== ▽ PC layout ========== */

@media only screen and (min-width: 768px) {
		.tokutendata {
		  margin-bottom: 20px;
		}
		.tokutendata p {
		  margin-bottom: 0 !important;	
		  line-height: 1.2 !important;
		}
		
		.tokutendata li {
		  float: left;
		  width: 30%;
		  margin-bottom: 20px;
		}
		.tokutendata li img {
		width:100%;
		}
		
		.tokutendata li {
			margin-right: 3%;
		}
		.tokutendata li:nth-child(3){
			margin-right: 0;
		}
		
	.ranking_p {
  text-align: center;
	font-size: 1.2em !important;
	line-height: 1.5 !important;
	}
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
		.tokutendata {
		  margin-bottom: 20px;
		}
		.tokutendata p {
		  margin-bottom: 0 !important;	
		  line-height: 1.2 !important;
		  font-size: 0.8em !important;
		}
	.ranking_p {
	text-align: center;
  font-size: 1.1em !important;
	line-height: 1.5 !important;
	padding: 0;
	}
		
		.tokutendata li {
		  float: left;
		  width: 47%;
		  margin-bottom: 20px;
		/*
		float: none;
		width: 100%;
		margin-bottom: 20px;
		*/
		}
		.tokutendata li img {
		width:100%;
		}
		
		.tokutendata li:nth-child(odd){
			margin-right: 3%;
		}
}


/* ========== ▽ PC layout ========== */

@media only screen and (min-width: 768px) {
		.moviedata {
		  margin-bottom: 20px;
		}
		.moviedata p {
		  margin-bottom: 0 !important;	
		  line-height: 1.2 !important;
		}
		
		.moviedata li {
		  float: left;
		  width: 30%;
		  margin-bottom: 20px;
		}
		.moviedata li img {
		width:100%;
		}
		
		.moviedata li {
			margin-right: 3%;
		}
		.tmoviedata li:nth-child(3){
			margin-right: 0;
		}
		
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
		.moviedata {
		  margin-bottom: 20px;
		}
		.moviedata p {
		  margin-bottom: 0 !important;	
		  line-height: 1.2 !important;
		  font-size: 1.2em !important;
		}
		.moviedata li iframe {
		width:100% !important;
		min-height: 200px !important;
}
		.moviedata li {
		  float: none;
		  width: 100%;
		  margin-bottom: 40px;
		/*
		float: none;
		width: 100%;
		margin-bottom: 20px;
		*/
		}
		.moviedata li img {
		width:100%;
		}
		
		.moviedata li:nth-child(odd){
			margin-right: 3%;
		}
}

.product_btn {
	background-color: #CCB373;
	width:85%;
	margin:30px auto 20px auto;
	border: 1px solid #000000;
	
}
.product_btn:hover {
	background-color:beige;

}
.product_btn a {
	display:block;
	padding:15px;
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}



.pianoprice {
    color: #da2b28;
    font-size: 1.5em;
    font-weight: bold;
}
.mt20 {
	margin-top:20px;
}


.campaign_header img  {
	width:100%;
}
.campaign_header {
	margin-bottom:10px;
}



.btn_mailmag {
	background-color:#E64C4F;
	width:100%;
	font-size:1.5em;
	font-weight: bold;
	/*margin:15px auto 10px auto;*/
	/*border: 1px solid #71090A;*/
	animation: buruburu2 2s ease infinite;
	
}

@keyframes buruburu2 {
0% { transform:translateX(0) }
5% { transform:translateX(0) }
10% { transform:translateX(0) }
20% { transform:translateX(-15px) }
25% { transform:translateX(0) }
30% { transform:translateX(-15px) }
50% { transform:translateX(0) }
100% { transform:translateX(0) }
}




/*    2019/09/04 FAQ WORDPRESS用    */


.title_faq:before {
  content: "Q";
  display: inline-block;
  /* position: absolute; */
  /* top: 5px;
  left: 10px; */
  width: 25px;
  height: 25px;
  margin-right: 5px;
 margin-botom:5px;
  border: 1px solid #000;
  text-align: center;
  	/* font-size: 1em; */

  /*vertical-align: middle;*/
}

.title_faq {
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	/*margin-bottom: 10px;*/
	padding-left:20px;
	font-size: 1.3em;
}

.title_faq a {
text-decoration: none;

}
.title_faq a:hover {
text-decoration: underline;

}


.faq_body:before {
  content: "A";
  font-weight: bold;
  display: block;
  /* position: absolute; */
  /* top: 5px;
  left: 10px; */
  width: 20px;
  height: 20px;
  margin-right: 5px;
 margin-bottom:10px;
  border: 1px solid #000;
  text-align: center;
  /*vertical-align: middle;*/
}



.faq_body {
    background-color: #f6f6f6;
	padding-top: 10px;
	padding-left:20px;
	padding-bottom: 10px;
	padding-right:10px;
	font-size: 1.2em;
}
.faq_body p {
margin-bottom: 1em;
}


.formbox {
	margin-bottom: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .title_faq:before {
    top: 18px;
  }
}

.faq_detail {
    background-color: #f6f6f6;
	margin-bottom:30px;
	padding-bottom: 15px;
/* margin-top: 2.5em; */

}
.faq_detail a {
display: block;
/* background-color: #E0D1AC; */
border: 2px solid #E0D1AC;
width:30%;
margin:0 auto;
padding:0.5em;
font-size: 1em;
text-align: center;
text-decoration:none;
}

.faq_detail a:hover {
    background-color:#E7E0D1;
}


@media only screen and (max-width: 767px) {
		.faq_detail a {
		width:90%;
		}
}
.search_faq {
width: 80%;
margin:0 auto;
}



.search_faq input[type=search] {
  /* float: left; */
  width: 90%;
  /* padding-right: 15px; */
  padding-left: 15px;
  border: 1px solid #000;
  border-right: none;
  color: #5C5C5C;
  font-size: 14px;
  font-weight: bold;
  -webkit-appearance: none;
    border-radius: 0;

}


.search_faq input {
  box-sizing: border-box;
  height: 40px;
  padding: 8px 0;
}

.search_faq .submit {
  position: relative;
  float: right;
  display: block;
  width: 10%;
  background-color: #000;
}

.search_faq .submit input[type=submit] {
  width: 100%;
  background: url(../common_img/ico_search_wh.png) 50% no-repeat;
  background-size: auto 17px;
  text-align: center;
  text-indent: -99999px;
}

.faqnav {
  margin-bottom: 30px;
}
.faqnav li {
  float: left;
  width: 48%;
}
.faqnav li:last-of-type {
  float: right;
}
.faqnav li a {
  display: block;
  padding: 5px 20px;
  background: #000 url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
  background-size: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
.faqnav li a:hover {
    background-color: #af8e0c;
  }
}
.tagcloud {
margin-top: 20px;
}
.tagcloud a {
 background:#eee;
 border:none;	
 color: #666;
 padding: 6px;
 margin:3px;
 border-radius: 3px;
 font-size:12px;
 display: inline-block;
}
/*タグクラウドマウスオーバー時*/
.tagcloud a:hover {
 background: #af8e0c; 
 color: #fff; 
}




/* 商品アイコン説明ページ */

.icon_guide {
  padding: 15px;
  background-color: #fff;
}
.icon_guide li {
  zoom: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}
.icon_guide li:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}
.icon_guide li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.icon_guide li .ico {
  float: left;
  margin-right: 15px;
}
.icon_guide li .ico img {
  height: 60px;
}
.icon_guide li dl {
  padding-top: 5px;
  overflow: hidden;
}
.icon_guide li dl dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.keiyakuflow {
 /* position: relative;*/
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
}


/* 20191023 CSS 追加 輸入ピアノ クリアランスセール */


.piano_list li {
    width: 48%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top; 
	margin-right:2%; /* 上端を揃える */
    /*margin: 5px 0px;
    padding: 10px;*/
    /*border: 2px solid green;
    background-color: #ddffdd;*/
}

.piano_list li:nth-child(even){
	margin-right:0; /* 上端を揃える */
}


.piano_list li img {
    width: 100%;          
}

.piano_spec dt {
	font-size: 1.5em !important;
	margin:0.5em 0 0.5em 0.3em;

}
.piano_list p {
	font-size: 1em !important;
	line-height: 1.5 !important;
	margin-top:5px;
}

.piano_list p a {
text-decoration: none;
}
.piano_list p a:hover {
text-decoration: none;
}
.money {
	font-size:1.5em;
	color: #9C0205;
}


.list-2{
   list-style: none;
   padding:0;
   margin:0;
}
.list-2 li { 
   border-bottom:1px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:1em 0 !important;
   width: 90%;
  /* max-width:500px; */
   padding: 0 0 0.5em 1.4em;
   font-size: 1.2em;
}
.list-2 li:last-child{ 
   border:none;
}
.list-2 li:before {
   background-color:  #b69107; /* 点の色 */
   position: absolute;
   content: '';
   top:0.6em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}





/*  UsrGuide  */
.usrguide {
  padding: 0.3em 0;
  list-style-type: none;
  border: none;
  font-size: 1.2em;
}
.usrguide li {
  position:relative;
  padding: 0.3em 0 0.3em 1.6em;
  line-height: 1.5;
}
.usrguide li:before{
  content: '';
  position: absolute;
  background-color:#b69107;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 10px;
  top: 13px;
}

.ttl_guide {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 1.2em;
  font-weight: bold;
}
.ttl_guide:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #b69107;
}

.boldred {
	color:#C60306;
	font-weight: bold;
}
/* ▽ SP layout */
@media only screen and (max-width: 767px) {
  .ttl_guide {
    margin-bottom: 10px;
  }
}


.pricelist li {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.pricelist li img {
	width:100%;
}

.pricelist li:nth-child(3){
	margin-right: 0;
}

.pricelist li a {
	display: block;
	padding:20px 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #A6830F;
	background-color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
		.pricelist li {
			float: none;
			width: 100%;
			margin-bottom: 5px;
		}
}
/* 新品ガイダンス 修正　191118 */
#recommended ul.pricerange2 li img {
   /* display: block;
    width: 300px;
    padding: 15px 10px; */
  }
  
  
  #recommended ul.pricerange2 li {
    float: left;
    width: 30%;
	margin-left:0;
    margin-right: 3%;
	margin-bottom:20px;
	font-size: 14px;
	font-weight: bold;
}
	#recommended ul.pricerange2 li a {
	display: block;
	width:200px;
	/*margin:20px;*/
	height:100%;
	padding:20px 10px;
	text-align: center;
	border: 1px solid #A6830F;
	background-color: #FFFFFF;
} 

	#recommended ul.pricerange2 li a:hover {
	 background-color: antiquewhite;
	} 

#recommended ul.pricerange2 {
 /*margin-right: -20px;*/
}

@media only screen and (max-width: 767px) {
#recommended ul.pricerange2 li a {
	margin:10px;
}
}

.pianomaster {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
.pianomaster li {
list-style-type: disc;
margin-left: 1.5em;
margin-bottom: 0.5em;
}
.kiyakupart {
	border: 1px solid #CCC;
    height: 500px;
    margin: 20px auto 40px;
    overflow-y: scroll;
    padding: 0 10px;
}

/* Contact Form7 */
 
.any::before {
    content: "任意";
    float: right;
    display: inline-block;
    background-color: rgb(62, 131, 205);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 3px;
}


.required::before {
    content: "必須";
    float: right;
    display: inline-block;
    background-color: rgb(218, 43, 40);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 3px;
}

.form_submit_btn_pianomaster input {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 20px;
  background: #000 url(../common_img/ico_arrow_wh.png) 95% 50% no-repeat;
  background-size: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 350px;
  padding: 10px 0;
  border-radius: 3px;
  color: #fff;
}
.form_submit_btn_pianomaster {
	text-align: center;
}

.wpcf7 textarea[name="your-message"] {
        width: 95%;
		border:1px solid #020101;
}
.wpcf7 input[name="addr"] {
        width: 95%;
}

.wpcf7 input[name="tel-2"], .wpcf7 input[name="tel-1"], .wpcf7 input[name="your-email"], .wpcf7 input[name="years"], .wpcf7 input[name="stdnt"] {
  padding: 3px 5px;
  border: 1px solid #000;
}



/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {

.dl_table_style > dl.lesson > dt  {
    width: 100px;
    border-left: 5px solid #eacb57;
    background-color: #f5f0df;
    font-size: 14px;
    font-weight: bold;
}

}

.btn-square {
  display: inline-block;
  padding: 1em 2em;
  font-size: 1.2em;
  text-decoration: none;
  background:#E84E51/*ボタン色*/;
  color: #FFF;
  border-bottom: solid 4px #6F1314;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.tac {
text-align: center;
}




/* 20191023 CSS 追加 輸入ピアノ クリアランスセール */

@media only screen and (min-width: 768px) {
	.prm_piano_list li {
		width: 48%;          /* 横幅を固定して */
		display: inline-block; /* インラインブロック化 */
		vertical-align: top; 
		margin-right:2%; /* 上端を揃える */
		/*margin: 5px 0px;
		padding: 10px;*/
		/*border: 2px solid green;
		background-color: #ddffdd;*/
	}

	.prm_piano_list li:nth-child(even){
		margin-right:0; /* 上端を揃える */
	}


	.prm_piano_list li img {
		width: 100%;          
	}

	.prm_piano_spec dt {
		font-size: 1.5em !important;
		margin:0.5em 0 0.5em 0.3em;

	}
	.prm_piano_list p {
		font-size: 1em !important;
		line-height: 1.5 !important;
		margin-top:5px;
	}

	.prm_piano_list p a {
	text-decoration: none;
	}
	.prm_piano_list p a:hover {
	text-decoration: none;
	}

}
@media only screen and (max-width: 767px) {
	.prm_piano_list li {
		width: 100%;          /* 横幅を固定して */
		display: inline-block; /* インラインブロック化 */
		vertical-align: top; 
		margin-right:2%; /* 上端を揃える */
		/*margin: 5px 0px;
		padding: 10px;*/
		/*border: 2px solid green;
		background-color: #ddffdd;*/
	}
	.prm_piano_list li img {
		width: 100%;          
	}
}

/* 20200214 CSS 追加 商品詳細ページ内iframe レスポンシブ対応用*/

.product_details {
    position: relative;
    height: 0;
    overflow: hidden;	
    padding-top: 100%;
    -webkit-overflow-scrolling: touch;
}

.product_details iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
  .table_style table {
    width: 200%;
  }
}


.tablepress-id-5 .column-4, .tablepress-id-6 .column-4, .tablepress-id-7 .column-4,.tablepress-id-4 .column-4, .tablepress-id-4 .column-5, .tablepress-id-9 .column-4, .tablepress-id-10 .column-4, .tablepress-id-38 .column-4, .tablepress-id-39 .column-4, .tablepress-id-40 .column-4, .tablepress-id-11 .column-6, .tablepress-id-15 .column-2, .tablepress-id-16 .column-2, .tablepress-id-18 .column-2, .tablepress-id-17 .column-2, .tablepress-id-19 .column-2, .tablepress-id-20 .column-2, .tablepress-id-21 .column-2, .tablepress-id-22 .column-2, .tablepress-id-23 .column-2, .tablepress-id-24 .column-2, .tablepress-id-25 .column-2   {
	text-align: right;
}






.ttl_style_apple {
	letter-spacing: .008em;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.125;
font-family: SF Pro JP,SF Pro Display,SF Pro Icons,AOS Icons,Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica Neue,Helvetica,Arial,sans-serif !important;
	}

.p_apple {
	font-size: 14px;
    line-height: 1.52947;
    font-weight: 400;
	padding-top:10px;
}

.p_apple_li {
	font-size: 14px;
    line-height: 1.52947;
    font-weight: 400;
	padding-top:10px;
}
.p_apple_li li {
	margin-top:7px;
}
.p_apple_li li a, .p_apple a {
    color: #0070c9;
	text-decoration: none;
}
.p_apple_li li a:hover, .p_apple a:hover {
text-decoration: underline;
}



.p_appletopic {
    font-size: 19px;
    line-height: 1.20849;
    font-weight: 600;
    letter-spacing: .015em;
}

.p_appletopic2 {
    font-size: 15px;
	margin-top:10px;
	margin-bottom:0!important;
    line-height: 1.50849;
    font-weight: 800;
    letter-spacing: .015em;
}



.mb57 {
margin-top: 27px;
margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
	.sp_nodisp {
		display:none!important;
	}
}

/* ▽ PC layout ========== */

@media only screen and (min-width: 768px) {
		.ggdata2 {
		  margin-bottom: 100px;
		}
		.ggdata2 li {
		  float: left;
		  width: 47%;
		  margin-bottom: 5px;
		}.ggdata2 li img {
		width:100%;
		}
		
		.ggdata2 li:nth-child(odd){
			margin-right: 3%;
		}
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
		.ggdata2 {
		  margin-bottom: 50px;
		}
		.ggdata2 li {
		  float: none;
		  width: 100%;
		  margin-bottom: 20px;
		}
		.ggdata2 li img {
		width:100%;
		}
		
		.ggdata2 li:nth-child(odd){
			margin-right: 3%;
		}
}

.inf_red {
    color:#C1272D;
}


.inf_logo {
    font-size: 4em!important;
}
.top_title {
    font-size: 2.8em!important;
}
@media only screen and (max-width: 767px) {
    .top_title {
    font-size: 2em!important;
    }
    
    .tag{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7em;
}
    
    .back_to_brandindex a {
	display:block;
    font-size: 15px;
	padding:20px;
	text-align:center;
    line-height: 1.7em;
	font-weight: 500;
	text-decoration: none;
    color: white;
}
    
}

/*　セールページ　販売台数  */
	h3#pianosearch_title {
	margin-bottom: -10px;
}

	h3#piano_sales_title {
	margin-bottom: 20px;
}

    span.sales_number {
	color: #DF381F;
	font-size: 1.5em;
	
}

    span.sales_number_fs08 {
	color: #DF381F;
	font-size: 0.8em;
	
}

    span.sales_number_gp {
	color: #DF381F;	
}

    .up_date_text {
	font-size: 0.5em;
	margin-bottom: 20px;
	
}

/* blog用のテーブル設定 */
#blog_table {
  width: 730px;
  min-width: 130px;
  margin-bottom: 30px;
  height: 550px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;  
}

#blog_table th {
  border: thin #999 solid;
  background-color: #f2f2f2;
  text-align: center;
  width: 10%;
  min-width: 130px;
  padding: 10px;
  height: 30px;
}


#blog_table td {
  border: thin #999 solid;
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 40px;
}


#blog_table tr:hover {
	background-color: #f2f2f2;
}

.blog_contact_bnr {
  text-align: center;
  color:#0061c3;
  font-size: 1.5em;
}

p.blog_contacttel_bnr {
  text-align: center;
  font-size: 1.2em;
}

p.blog_contacttel_bnr a {
  text-align: center;
  font-size: 1.2em;
}


/* tab */
@media only screen and (max-width: 768px) {
  #blog_table {
    width: 100%;
    margin-bottom: 50px;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }


/* piano_comparison_table ブログサイズ比較表 */

#piano_comparison_table th, td {
  text-align: center;
  width: 100%;
  min-width: 130px;
  padding: 10px;
  /*height: 60px;*/
}

#piano_comparison_table th {
  background-color: #f0f0f0;
}

#piano_comparison_table .fixed {
  background-color: #e2e2e2;
}
}

/* tab */
@media only screen and (max-width: 768px) {
  #piano_comparison_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #piano_comparison_table .fixed {
    position: sticky;
    left: 0;
  }
  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }

}

/*ピアノ特集１（Apple風）*/
@media only screen and (min-width: 768px) {
  /*スタインウェイフェアページ*/
  .price_osusume{
    font-size: 21px;
    font-weight: 500;
    /*margin-bottom: 13px;*/
  }
  
  .point_of_price{
    display: flex;
    align-items: center;
    padding-top: 50px;
    height: 700px;
    flex-direction: column;
  }
  
  .brand_name{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    /*margin-bottom:18px;*/
  }
  
  .brand_title{
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    /*margin-bottom:18px;*/
  }
  /*スタインウェイフェアページ---END*/

/*輸入ピアノページ*/
.price_osusume_2{
  font-size: 21px;
  font-weight: 500;
  /*margin-bottom: 13px;*/
}

.point_of_price_2{
  display: flex;
  align-items: center;
  padding-top: 70px;
  height: 700px;
  flex-direction: column;
}

.brand_name_2{
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  margin-bottom:12px;
}

.brand_name_3{
  font-size: 28px;
  text-align: center;
  font-weight: 450;
  margin-bottom:12px;
}

.brand_title_2{
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom:16px;
}
/*輸入ピアノページ--END*/

  /*フェアページ共通CSS*/
  .delivery_tag{
   background: red;
    color: white;
    padding: 3px;
   font-weight:bold;
  }
  
  .page_button{
    background: #0071e3;
     padding: 13px;
     display: flex;
     justify-content: center;
     color:white !important;
     font-weight: 400;
     transition: all 0.3s;
     font-size: 17px;
     border-radius: 50px;
     margin-top: 15px;
     align-items: center;
     letter-spacing:0;
  }
  
  .page_button:hover{
   background:#228df9;
   text-decoration:none;
      }
  
  .piano-layout_white, .piano-layout_grey{
      display: flex;
      flex-direction: column-reverse;
  }
  
  .piano-layout_white{
     background:white;
  }
  
  .piano-layout_grey{
     background:#f4f4f6;
  }

  .border{
    border-bottom: #f4f4f6 5px solid;
    border-top: #f4f4f6 5px solid;
}
/*フェアページ共通CSS--END*/

.steinway{
  background-image: url(https://grandg88.itembox.design/item/steinway_gp.webp);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: 50% 15em;
}

.boston{
  background-image: url(https://grandg88.itembox.design/item/boston_gp.webp);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 50% 18em;
  /*margin-top:30px;*/
}
  
  
  .bechstein{
      background-image: url(https://grandg88.itembox.design/item/bechstein_gp.webp);
      background-size: 65%;
      background-repeat: no-repeat;
      Background-position: 50% 20em;
  }
  
  .bosendorfer{
    background-image: url(https://grandg88.itembox.design/item/bosendorfer_gp.webp);
    background-size: 65%;
    background-repeat: no-repeat;
    Background-position: 50% 20em;
}

.bluthner{
  background-image: url(https://grandg88.itembox.design/item/bluthner_gp.png);
  background-size: 65%;
  background-repeat: no-repeat;
  Background-position: 50% 20em;
}

.grotrian{
  background-image: url(https://grandg88.itembox.design/item/grotorian_gp.webp);
  background-size: 65%;
  background-repeat: no-repeat;
  Background-position: 50% 20em;
}

.pleyel{
  background-image: url(https://grandg88.itembox.design/item/pleyel_p115cp_262048.webp);
  background-size: 65%;
  background-repeat: no-repeat;
  Background-position: 50% 20em;
}

.hoffman{
  background-image: url(https://grandg88.itembox.design/item/hoffmann_gp.webp);
  background-size: 65%;
  background-repeat: no-repeat;
  Background-position: 50% 20em;
}

.seiler{
  background-image: url(https://grandg88.itembox.design/item/seiler_gp.webp);
  background-size: 65%;
  background-repeat: no-repeat;
  Background-position: 50% 20em;
}

 .schimmel{
      background-image: url(https://grandg88.itembox.design/item/schimmel_up2.webp);
      background-size: 120%;
      background-repeat: no-repeat;
      Background-position: 50% 10%;
      color:white;
  }
  
  .petrof{
      background-image: url(https://grandg88.itembox.design/item/petrof_up.webp);
      background-size: 65%;
      background-repeat: no-repeat;
      Background-position: 50% 20em;
      /*margin-bottom:30px;*/
  }
/*グランドピアノフェア*/
.price_recommend{
  /*font-size:32px;
  font-weight:bold;*/
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 13px;
}

.product_box{
  display:flex;
  align-items: center;
 margin: 0.5em 0;
 flex-direction: column;
}

.product_name{
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}

.apple_button{
  background: #0071e3;
  padding: 10px;
  display: flex;
  justify-content: center;
  color: white !important;
  font-weight: 400;
  transition: all 0.4s;
  font-size: 13px;
  border-radius: 50px;
  width: 40%;
  /*margin-top: 15px;*/
  align-items: center;
}

.apple_button:hover{
 background:#509dea;
 text-decoration:none;
    }

/*ブランドから選ぶ*/
.list_adjust{
  display: flex;
  justify-content: center;
 }

 .brand_group_list,.brand_group_list_4{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
 }

 .brand_group_list li{
  /*margin: 17px;*/
  font-weight: bold;
  width: calc(33.333% - 10px);
  margin: 5px;
 }

 .brand_group_list_4 li{
  font-weight: bold;
  width: 200px;
  margin: 5px;
 }

.brand_group_list a,.brand_group_list_4 a{
  display: block;
  background: #0071e3;
  border: 1px solid #0071e3;
  color:white;
  font-size: 15px;
  line-height: 16px;
  padding: 10px 0.5em;
  text-align: center;
  border-radius: 10px;
}
.brand_group_list a:hover,.brand_group_list_4 a:hover{
  transition: all 0.3s;
   background: #2e8ff1;
   color:#fff;
   text-decoration:none;
}
/*ブランドから選ぶ--END*/

/*サイズから選ぶ*/
.list_adjust{
  display: flex;
  justify-content: center;
 }

 .brand_group_list,.brand_group_list_2,.brand_group_list_3{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
 }

 .brand_group_list li,.brand_group_list_2 li,.brand_group_list_3 li{
  /*margin: 17px;*/
  font-weight: bold;
  width: calc(33.333% - 10px);
  margin: 5px;
 }

.brand_group_list a,.brand_group_list_2 a{
  display: block;
  background: #0071e3;
  border: 1px solid #0071e3;
  color:white;
  font-size: 15px;
  line-height: 16px;
  padding: 10px 0.5em;
  text-align: center;
  border-radius: 10px;
}

.brand_group_list_3 a{
  display: block;
  background: #0071e3;
  border: 1px solid #0071e3;
  color: white;
  font-size: 18px;
  line-height: 15px;
  padding: 15px 3em;
  text-align: center;
  border-radius: 10px;
}

.brand_group_list a:hover,.brand_group_list_2 a:hover,.brand_group_list_3 a:hover{
  transition: all 0.3s;
   background: #2e8ff1;
   color:#fff;
   text-decoration:none;
  }
/*サイズから選ぶ--END*/

/*グランドピアノフェア--END*/
}
  
  @media only screen and (max-width: 767px) {
  /*おすすめ商品のコラムパーツ レスポンシブ*/
  /*スタインウェイボストンフェアページ*/
  .price_osusume{
    /*font-size:32px;
    font-weight:bold;*/
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  
  .point_of_price{
    display: flex;
    align-items: center;
    /*padding-top: 57px;*/
    height: 500px;
    flex-direction: column;
  }
  
  .brand_title {
    /*font-size: 40px;*/
    font-size:36px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 47px;
    margin-top: 10px;
  }
  
  .brand_name {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
  }
  /*スタインウェイボストンフェアページ--END*/
  

  /*輸入ピアノページ*/
  .price_osusume_2{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  
  .point_of_price_2{
    display: flex;
    align-items: center;
    height: 500px;
    flex-direction: column;
  }
  
  .brand_title_2 {
    font-size:16px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .brand_name_2 {
    font-size:30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 47px;
    margin-top: 10px;
  }
  /*輸入ピアノページ--END*/

  /*フェアページの共通CSS*/
  .delivery_tag{
    background: red;
     color: white;
     padding: 3px;
    font-weight:bold;
   }

  .page_button{
    background: #0071e3;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center; /*220905追加*/
    color: white !important;
    font-weight: 400;
     transition: all 0.3s;
    font-size: 17px;
   border-radius: 50px;
   /*margin-top: 15px;*/
  }
  
  .page_button:hover{
   background:#228df9;
   text-decoration:none;
      }
  
  .piano-layout_white, .piano-layout_grey{
     display: flex;
      flex-direction: column-reverse;
       padding-top:50px;
  }
  
  .piano-layout_white{
     background:white;
  }
  
  .piano-layout_grey{
     background:#f4f4f6;
  }
  
  .border{
      max-width:767px;
      border-bottom: #f4f4f6 5px solid;
      border-top: #f4f4f6 5px solid;
  }
  /*フェアページの共通CSS--END*/

  .steinway{
    background-image: url(https://grandg88.itembox.design/item/steinway_gp.webp);
    background-size: 130%;
    background-repeat: no-repeat;
    /*background-position: 5% 1300%;*/
    background-position:5% 15em;
}

.boston{
    background-image: url(https://grandg88.itembox.design/item/boston_gp.webp);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 30% 19em;
  }
  
  .bechstein{
      background-image: url(https://grandg88.itembox.design/item/bechstein_gp.webp);
      background-size: 110%;
      background-repeat: no-repeat;
      Background-position: 30% 19em;
    }

    .bosendorfer{
      background-image: url(https://grandg88.itembox.design/item/bosendorfer_gp.webp);
      background-size: 110%;
      background-repeat: no-repeat;
      Background-position: -20% 19em;
    }

    .bluthner{
      background-image: url(https://grandg88.itembox.design/item/bluthner_gp.png);
      background-size: 110%;
      background-repeat: no-repeat;
      Background-position: -20% 18em;
    }

    .grotrian{
      background-image: url(https://grandg88.itembox.design/item/grotorian_gp.webp);
      background-size: 110%;
      background-repeat: no-repeat;
      Background-position: -35% 19em;
  }

  .pleyel{
    background-image: url(https://grandg88.itembox.design/item/pleyel_p115cp_262048.webp);
    background-size: 110%;
    background-repeat: no-repeat;
    Background-position: 30% 19em;
  }

  .hoffman{
    background-image: url(https://grandg88.itembox.design/item/hoffmann_gp.webp);
    background-size: 110%;
    background-repeat: no-repeat;
    Background-position: 45% 18em;
}

.seiler{
  background-image: url(https://grandg88.itembox.design/item/seiler_gp.webp);
  background-size: 110%;
  background-repeat: no-repeat;
  Background-position: 10% 19em;
}
  
  .schimmel{
      background-image: url(https://grandg88.itembox.design/item/schimmel_up2.webp);
      /*background-size: 250%;*/
      background-size:200%;
      background-repeat: no-repeat;
      Background-position: 50% 0%;
      color:white;
    }
  
  .petrof{
      background-image: url(https://grandg88.itembox.design/item/petrof_up.webp);
      background-size: 110%;
      background-repeat: no-repeat;
      Background-position: 10% 16em;
    }

  /*グランドピアノフェア*/  
  .price_recommend{
    /*font-size:32px;
    font-weight:bold;*/
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    /*margin-top: 18px;*/
  }
  
  .product_box{
    display:flex;
    align-items: center;
   margin: 0.5em 0;
   flex-direction: column;
  }
  
  .product_name{
    font-size: 2em;
    text-align: center;
    font-weight: 600;
    /*margin-bottom: 18px;
    margin-top: 13px;*/
    line-height: 47px;
  }

  .apple_button{
    background: #0071e3;
      padding: 15px;
      display: flex;
      justify-content: center;
      color: white !important;
      font-weight: 400;
       transition: all 0.4s;
      font-size: 17px;
     border-radius: 50px;
     /*margin-top: 15px;*/
    }
    
    .apple_button:hover{
     background:#509dea;
     text-decoration:none;
     }

/*ブランドから選ぶ*/
     .list_adjust{
      display: flex;
      justify-content: center;
     }
     
     .brand_group_list{
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      justify-content: center;
      align-items: center;
     }
  
     .brand_group_list li{
      font-weight: bold;
      /*width: calc(33.333% - 10px);*/
      margin: 7px;
     }
  
  .brand_group_list a{
      display: block;
      background: #0071e3;
      border: 1px solid #0071e3;
      color: white;
      font-size: 15px;
      line-height: 16px;
      padding: 15px 0.5em;
      /*text-align: center;*/
      border-radius: 5px;
    }

    .brand_group_list a:hover{
      transition: all 0.3s;
       background: #2e8ff1;
       color:#fff;
       text-decoration:none;
      }
 /*ブランドから選ぶ--END*/

 /*サイズから選ぶ*/
 .list_adjust{
  display: flex;
  justify-content: center;
 }

 .brand_group_list,.brand_group_list_2,.brand_group_list_4{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
 }

 .brand_group_list_3{
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: center;
 }

 .brand_group_list li,.brand_group_list_3 li{
  font-weight: bold;
  /*width: calc(33.333% - 10px);*/
  margin: 7px;
 }

 .brand_group_list_4 li{
  font-weight: bold;
  width: 150px;
  margin: 7px;
 }
 
.brand_group_list_2 li{
  font-weight: bold;
  width: calc(33.333% - 15px);
  margin: 7px;
 }
 
.brand_group_list a,.brand_group_list_2 a,.brand_group_list_4 a{
  display: block;
  background: #0071e3;
  color: white;
  /*font-size: 15px;*/
  line-height: 16px;
  padding: 15px 0.5em;
  text-align: center;
  border-radius: 5px;
}

.brand_group_list_3 a{
  display: block;
  background: #0071e3;
  color: white;
  font-size: 18px;
  line-height: 16px;
  width: 200px;
  padding: 15px 0.5em;
  text-align: center;
  border-radius: 5px;
}

.brand_group_list a:hover,.brand_group_list_2 a:hover,.brand_group_list_3 a:hover,.brand_group_list_4 a:hover{
  transition: all 0.3s;
   background: #2e8ff1;
   color:#fff;
   text-decoration:none;
  }
/*サイズから選ぶ--END*/

/*グランドピアノフェア--END*/
  }


/* blog用のテーブル設定 220828新レイアウト用 */
.price_table_list {
  width: 990px;   /*1カラムなら 990px;*/
  min-width: 130px;
  margin-bottom: 60px;
  overflow-x: scroll;
  white-space: nowrap;

}

.price_table_list th {
  border: thin #999 solid;
  background-color: #f2f2f2;
  text-align: center;
  width: 10%;
  min-width: 130px;
  padding: 10px;
  height: 30px;
}


.price_table_list td {
  border: thin #999 solid;
  text-align: center;
  width: 27%;
  min-width: 130px;
  padding: 10px;
  height: 40px;
}


.price_table_list tr:hover {
	background-color: #f2f2f2;
}

.list_notes li {
 font-size: 0.9em;
 line-height: 2.5em;
 margin-bottom: -10px;

}

/*商品詳細ページ　問合せパーツ用 */

.inquiry_maintitle {
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
}

.inquiry_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -10px;

}

.inquiry_comment {
  font-size: 1.2em;
}

form#fs_form .inquiryContactBtn .inquiryBtn {
  background: #0167cc;
  color: #fff;
  padding: 18px 50px;
  border-radius: 8px;
  border: 1px solid #0167cc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  height: 60px;
}


/* tab */
@media only screen and (max-width: 768px) {
  .price_table_list {
    width: 100%;
    margin-bottom: 50px;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

/* blog用テンプレートpage_brand　1カラム用 */
#page_brand_content {
  float: right;
  width: 1000px;
  margin-top: 10px;
}

/* Youtubeスマホ対策用 */
.youtube_erea {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
  margin-bottom: -30px;
}

.youtube_erea  iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

/*230212_固定ページ　ブランドガイド用*/
.content_erea p {
  line-height: 2.0em;
  padding: 10px
}

.content_erea h3 {
  padding: 1rem 2rem;
  border-bottom: 2px dotted #000;
  background: #f4f4f4;
}

/*220926_ホワイトピアノページ*/
.contact_whtpiano_btn{
  background: #0167cc;
  color: #fff !important;
  padding: 18px 50px;
  border-radius: 8px;
  border: 1px solid #0167cc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  height: 60px;
  transition: all 0.2s ease;
}

.contact_whtpiano_btn:hover{
  text-decoration: none;
  background: #2e8ff1;
}

.contact_btn_3{
  display: inline-block;
  padding: 0 20px;
}

.contact_corner_whtpiano{
  display:flex;
  flex-direction:column;
  }

@media only screen and (min-width: 768px) {
.contact_corner_whtpiano img{
  width: 50%;
}

.contact_corner_whtpiano_btn{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}

.sp_caution{
  display: none;
}
}

@media only screen and (max-width: 767px) {
  .contact_corner_whtpiano img{
    width: 70%;
  }

  .contact_corner_whtpiano_btn{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
 }

 .sp_caution{
  font-size:16px;
  color: rgb(218, 43, 40);
  font-weight: bold;
 }

}

/* 商品グループ条件で探すアコーディオン
================================================== */

.half {
  float: left;
  width: 100%;
  padding: 0 1em;
}

/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  color: #fff;/* アコーディオン タブ文字色 */
  overflow: hidden;
  font-size: 1.3em;
}

#tab-one,#tab-two,#tab-three,#tab-four,#tab-five,#tab-six,#tab-seven,#tab-eight,#tab-nine,#tab-ten,
#tab-eleven,#tab-twelve,#tab-thirteen{
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/*#tab-two {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#tab-three {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#tab-four {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#tab-five {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#tab-six {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#tab-seven {
  position: absolute;
  opacity: 0;
  z-index: -1;
}*/

.product_group-label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #b8a165;/* アコーディオン タブ背景色 da3c41*/
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}

.blue label {
  background: #2980b9;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #f2f2f2;/* タブ内背景色 */
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.blue .tab-content {
  background: #3498db;
}

.tab-content p {
  margin: 15px 0 15px 0;
  color: #000;/* タブ内文字色 */
  font-size: 1.2em;
}

/* :checked */
input:checked ~ .tab-content {
  max-height: 25em;
}

/* Icon */
.product_group label ::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

input[name=tabs] + label::after {
  content: "+";
}

input[name=tabs] + label::after {
  content: "\25BC";
}

input[name=tabs]:checked + label::after {
  transform: rotate(315deg);
}

input[name=tabs]:checked + label::after {
  transform: rotateX(180deg);
}
/*商品グループ条件で探すアコーディオン--END*/

/*221113*/
.apple_button_tall {
  background: #0071e3;
  padding: 13px;
  /* display: flex; */
  justify-content: center;
  color: white !important;
  font-weight: 400;
  transition: all 0.4s;
  font-size: 16px;
  border-radius: 50px;
  width: 50%;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.apple_button_tall:hover{
  text-decoration: none;
  background: #3c96ef;
}

.product_box_small{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#recommend_comment{
  font-size: 20px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .product_box_small{
      border-bottom: 2px solid black;
  }
  .apple_button_tall {
      margin-bottom: 30px;
  }

  #recommend_comment{
    text-align: center;
    font-size: 24px;
    margin-bottom: 7px;
  }

  .choco_space{
    display: flex;
    flex-direction: column;
    align-items: center;
}

}

/*221201*/
.tokuten_list{
  color:red;
  font-weight:bold;
}

.tokuten_list_li{
  line-height:2em;
}

/*20230105_ブランドガイド*/
.piano_collection{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}

.piano_details{
  width: 400px;
    margin: 10px;
    border: 1px solid #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail_p{
  text-align: left;
  font-size: 1.13em;
}

.piano_details h3{
  font-size: 19px;
}

/*ブログボタン--PC*/
@media screen and (min-width:768px){
  .contact-btn-adjust{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
   }
}

.tokuten_btn a{
  color: white;
  padding: 20px;
  font-weight: bold;
  border-radius: 10px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:red;
  border-radius:25px;
  transition: all 0.3s;
}

.tokuten_btn a:hover{
 text-decoration:none;
 color:white;
 background:#ff6363;
}

/*チョコCSS*/
@media screen and (min-width:768px){
.choco_space{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
}

a.choco_link{
   text-decoration:none !important;
}

.choco_link h3{
  font-size: 2em;
  text-align: center;
}

a.choco_link:hover{
  transform: scale(1.2, 1.2);
  transition: all 0.3s;
}


table.choco {
    width: 100%;
    max-width: 400px;
    margin: 1em 0;
    background-color: #723c25;
    border-collapse: separate;
    border-spacing: 5px;
}

table.choco td {
    padding: 10px 20px;
    background-color: #96522f;
    border: 5px solid #96522f;
    color: #fff3dc;
    text-align: center;
    position: relative;
}

table.choco td:before {
    content: "";
    width: 100%;
    height: 100%;
    border-top: 5px solid #723c25;
    border-left: 5px solid #723c25;
    border-right: 5px solid #a66e5b;
    border-bottom: 5px solid #a66e5b;
    position: absolute;
    top: 0;
    left: 0;
}

table.white_choco {
    width: 100%;
    max-width: 400px;
    margin: 1em 0;
    background-color: #fef1dc;
    border-collapse: separate;
    border-spacing: 5px;
}

table.white_choco td {
    padding: 10px 20px;
    background-color: #fff3db;
    border: 5px solid #f8dfb7;
    color: #6b3922;
    text-align: center;
    position: relative;
}

table.white_choco td:before {
    content: "";
    width: 100%;
    height: 100%;
    border-top: 5px solid #e7b565;
    border-left: 5px solid #e7b565;
    border-right: 5px solid #fff9f0;
    border-bottom: 5px solid #fff9f0;
    position: absolute;
    top: 0;
    left: 0;
}

/*チョコCSSここまで*/

/*ピアノライフ応援フェア*/
@media only screen and (max-width: 767px){
  .ribbon_title {
    /*margin: 30px 30px 0 30px;*/
    position: relative;
    text-align: center;
}

  .ribbon_red:before,.ribbon_red:after{
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: '';
    border: 1em solid #d90606;
  }

  .ribbon_blue:before,.ribbon_blue:after{
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: '';
    border: 1em solid #096eda;
  }

  .ribbon_yellow:before,.ribbon_yellow:after{
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: '';
    border: 1em solid #daad09;
  }
  
  .ribbon_red:before, .ribbon_blue:before,.ribbon_yellow:before{
    left: -19px;
    border-left-width: 15px;
    border-left-color: transparent;
  }
  
  .ribbon_red:after, .ribbon_blue:after,.ribbon_yellow:after{
    right: -19px;
    border-right-width: 15px;
    border-right-color: transparent;
  }
  
  .ribbon_red span, .ribbon_blue span,.ribbon_yellow span{
    position: relative;
    z-index: 1;
    display: block;
    padding: 1rem 2rem;
    font-size: 2em;
  }

  .ribbon_red span{
    color: #fff;
    background: #fa4141;
  }
  .ribbon_blue span{
    color: #fff;
    background: #3c95f4;
  }

  .ribbon_yellow span{
    color: #52280f;
    background: #f4ba3c;
  }
  
  .ribbon_red span:before,
  .ribbon_red span:after,
  .ribbon_blue span:before,
  .ribbon_blue span:after,
  .ribbon_yellow span:before,
  .ribbon_yellow span:after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-style: solid;
  }

  .ribbon_red span:before,
  .ribbon_red span:after{
    border-color: #b70505 transparent transparent transparent;
  }

  .ribbon_blue span:before,
  .ribbon_blue span:after{
    border-color: #065896 transparent transparent transparent;
  }

  .ribbon_yellow span:before,
  .ribbon_yellow span:after{
    border-color: #967906 transparent transparent transparent;
  }
  
  .ribbon_red span:before, .ribbon_blue span:before,.ribbon_yellow span:before{
    left: 0;
    border-width: 10px 0 0 10px;
  }
  
  .ribbon_red span:after, .ribbon_blue span:after,.ribbon_yellow span:after{
    right: 0;
    border-width: 10px 10px 0 0;
  }

  a.btn_red{
    background: #fa4141 !important;
    text-decoration: none;
    color: white;
  }

  a.btn_red:hover{
    background: #fd6c6c !important;
    text-decoration: none !important;
    color: white !important;
  }  

  a.btn_blue{
    background: #3c95f4 !important;
    text-decoration: none;
    color: white;
  }

  a.btn_blue:hover{
    background: #79baff !important;
    text-decoration: none;
    text-decoration: none !important;
    color: white !important;
  }


  a.btn_yellow{
    color: #52280f !important;
    background: #f4ba3c !important;
    text-decoration: none !important;
  }

  a.btn_yellow:hover{
    color: #52280f !important;
    background: #ffd57b !important;
    text-decoration: none !important;
  }

  a.btn_red,a.btn_blue,a.btn_yellow{
    padding: 20px 30px;
    font-size: 1.3em;
    border-radius: 50px;
    font-weight: bold;
  }


  .main_block {
      padding: 30px 15px;
  }
  
  .balloon {
      position: relative;
      height: 70px;
      margin: 5px auto 15px;
      border-radius: 10px;
      background: #fff1e0;
      line-height: 23px;
      font-size: 2em;
      color: #fe7676;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 3px 10px 10px rgb(0 0 0 / 30%);
  }
  
  .balloon:before {
      content: "";
      position: absolute;
      top: 98%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #fff1e0;
  }
  
  .balloon h2 {
      margin: 0;
      padding: 0;
      font-size: 0.8em;
  }
  
  .sale_point {
      padding: 20px 10px;
      border: 3px solid saddlebrown;
      background: floralwhite;
      border-radius: 15px;
  }
  
  .num_pt {
      font-size: 1.2em;
      background: linear-gradient(transparent 70%, #8dd5ff 100%);
  }
  
  .sale_point li {
      font-size: 1.2em;
      line-height: 1.9em;
      background: url(https://grandg88.itembox.design/item/sakura_list.png) left 0px top 3px no-repeat;
      background-size: 30px;
      list-style: none;
      padding-left: 40px;
  }
  
  .flex_product-box {
      padding: 10px;
      display: flex;
      align-items: stretch;
      flex-wrap: nowrap;
      flex-direction: column;
  }
  


  .intro {
      padding: 15px 15px 20px 15px;
      background: papayawhip;
      font-size: 1.15em;
      line-height: 2em;
      border: 10px double brown;
  }
  
  .flex_product-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 1.3em auto;
      background-image: url(https://grandg88.itembox.design/item/sakura_back.png);
      background-color: white;
      background-size: contain;
      position: relative;
  }
  
  .product_txtbox h3 {
      font-size: 1.75em;
  }
  
  .click_btn {
      background: #ff5f7a;
      padding: 20px;
      display: flex;
      justify-content: center;
      color: white !important;
      font-weight: 400;
      transition: all 0.3s;
      font-size: 1.3em !important;
      border-radius: 50px !important;
      align-items: center;
      letter-spacing: 0;
      margin: 10px 0;
  }
  
  .click_btn:hover{
      background: #ffa2b1;
      text-decoration: none;
  }
  
  .posi_fixed {
      position: fixed;
      z-index: 999999;
      bottom: 120px;
      left: 3px;
      padding-left: 5%;
  }
  
  .line_floating img {
      width: 60px;
  }
  
  .line_floating p {
      position: relative;
      display: inline-block;
      margin: 1.5em 0 1.5em 15px;
      padding: 7px 10px;
      /* min-width: 120px; */
      width: 105px;
      max-width: 100%;
      color: #555;
      font-size: 1em;
      background: #FFF;
      border: solid 3px #555;
      box-sizing: border-box;
      font-weight: bold;
   }
  
  .indention_sp{
     display: block;
  }

  .catch{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    }

    .catch h4{
      font-size: 2em;
      font-weight: bold;
    }

    .catch:before {
    margin-right: 1em;
}

.catch:after {
    margin-left: 1em;
}

.catch:before, .catch:after {
    border-top: 2px solid;
    content: "";
    width: 3em;
}

.ori{
  font-size: 1.1em;
line-height: 1.8em;
}

.cp_box input:checked ~ div.cp_container {
  /*height: 400px;*/
  height: 100%;
  background: none;
}

.txtbox_adjust{
  width:310px;
}

.txtbox_adjust h4{
margin-top:-10px;
}

.btn_set{
  display:flex;
  flex-direction: column;
 }

 .center_adjust{
  display: flex;
  justify-content: center;
 }


 a.btn_btm{
  z-index: 99999999999;
  position: fixed;
  bottom: 80px;
  display: flex;
  /* left: 0; */
  justify-content: center;
  flex-direction: row;
  /**/
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1.5em;
  width: 300px;
  font-weight: bold;
  box-shadow: 0 5px 0 #1a9aa7;
  color: #0d267a;
  background: #39ef30;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s;
}

a.btn_btm:active {
  box-shadow: none;
  transform: translateY(5px);
  text-decoration: none !important;
  color: white;
}

.showroom_title{
  text-align: center;
  background: #fe5575;
  color: white;
  font-size: 1.2em;
}
  
  }

@media only screen and (min-width: 768px){
  .txtbox_adjust_height{
    height: 130px;
  }

  .showroom_title{
    text-align: center;
    background: #fe5575;
    color: white;
    font-size: 1.6em;
  }

  .center_adjust{
    /*display: block;*/
    position: fixed;
    z-index: 999999999;
    bottom: 160px;
    left: 0px;
    padding-left: 15%;
  }

  a.btn_red,a.btn_blue,a.btn_yellow{
    padding: 20px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:25px;
    transition: all 0.3s;
  }

  /*.btn_btm{
    position: fixed;
    z-index: 999999999;
    bottom: 160px;
    left: 0px;
    padding-left: 15%;
  }*/

  a.btn_btm{
    text-align: center;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 0 5px 0 #1a9aa7;
    color: #0d267a;
    background: #39ef30;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
  }

  a.btn_btm:hover {
    box-shadow: none;
    transform: translateY(5px);
    text-decoration: none !important;
    color: white;
  }

  a.btn_btm:active {
    box-shadow: none;
    transform: translateY(5px);
    text-decoration: none !important;
    color: white;
  }

  .btn_set{
    display:flex;
    justify-content: space-evenly;
   }

    .catch{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    }

    .catch h4{
      font-size: 2em;
      font-weight: bold;
    }

    .catch:before {
    margin-right: 1em;
}

.catch:after {
    margin-left: 1em;
}

.catch:before, .catch:after {
    border-top: 2px solid;
    content: "";
    width: 12em;
}

    .indention_sp{
      display: none;
   }

    .balloon{
        position: relative;
        width: 430px;
        height: 70px;
        margin: 5px auto 15px;
        border-radius: 10px;
        background: #fff1e0;
        line-height: 23px;
        font-size: 2em;
        color: #fe7676;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 3px 10px 10px rgb(0 0 0 / 30%);
    }
    
    .balloon:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #fff1e0;
    }
    
    .balloon h2 {
      margin: 0;
      padding: 0;
    }
    
    
    .main_block{
        padding: 30px 50px;
    }
    
    .num_pt{
        font-size: 2em;
        background: linear-gradient(transparent 70%, #8dd5ff 100%);
        margin: 0 5px;
    }

    .ori{
      font-size: 1.1em;
    line-height: 1.8em;
    }
    
    .sale_point{
        padding: 30px 40px;
        border: 3px solid saddlebrown;
        background: floralwhite;
        border-radius:15px;
    }
    
    .sale_point li{
       font-size:1.3em;
       line-height:2em;
       background:url(https://grandg88.itembox.design/item/sakura_list.png) left 0px top 3px no-repeat;
       background-size:30px;
       list-style:none;
       padding-left:40px;
    }
    
    .flex_product-box {
        /*background-color: #eee;*/
        padding:  10px;
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
    }
    
    .ribbon_title{
     position: relative;
      /*margin: 30px;*/
      margin: 30px 30px 0 30px;
      text-align: center;
    }
    
    .ribbon_red:before,.ribbon_red:after{
      position: absolute;
      z-index: 0;
      bottom: -10px;
      display: block;
      content: '';
      border: 1em solid #d90606;
    }

    .ribbon_blue:before,.ribbon_blue:after{
      position: absolute;
      z-index: 0;
      bottom: -10px;
      display: block;
      content: '';
      border: 1em solid #096eda;
    }

    .ribbon_yellow:before,.ribbon_yellow:after{
      position: absolute;
      z-index: 0;
      bottom: -10px;
      display: block;
      content: '';
      border: 1em solid #daad09;
    }
    
    .ribbon_red:before, .ribbon_blue:before,.ribbon_yellow:before{
      left: -19px;
      border-left-width: 15px;
      border-left-color: transparent;
    }
    
    .ribbon_red:after, .ribbon_blue:after,.ribbon_yellow:after{
      right: -19px;
      border-right-width: 15px;
      border-right-color: transparent;
    }
    
    .ribbon_red span, .ribbon_blue span,.ribbon_yellow span{
      position: relative;
      z-index: 1;
      display: block;
      padding: 1rem 2rem;
      font-size: 2em;
    }

    .ribbon_red span{
      color: #fff;
      background: #fa4141;
    }
    .ribbon_blue span{
      color: #fff;
      background: #3c95f4;
    }

    .ribbon_yellow span{
      color: #52280f;
      background: #f4ba3c;
    }
    
    .ribbon_red span:before,
    .ribbon_red span:after,
    .ribbon_blue span:before,
    .ribbon_blue span:after,
    .ribbon_yellow span:before,
    .ribbon_yellow span:after {
      position: absolute;
      bottom: -10px;
      display: block;
      width: 10px;
      height: 10px;
      content: '';
      border-style: solid;
    }

    .ribbon_red span:before,
    .ribbon_red span:after{
      border-color: #b70505 transparent transparent transparent;
    }

    .ribbon_blue span:before,
    .ribbon_blue span:after{
      border-color: #065896 transparent transparent transparent;
    }

    .ribbon_yellow span:before,
    .ribbon_yellow span:after{
      border-color: #967906 transparent transparent transparent;
    }
    
    .ribbon_red span:before, .ribbon_blue span:before,.ribbon_yellow span:before{
      left: 0;
      border-width: 10px 0 0 10px;
    }
    
    .ribbon_red span:after, .ribbon_blue span:after,.ribbon_yellow span:after{
      right: 0;
      border-width: 10px 10px 0 0;
    }
    
    .intro{
        padding: 15px 30px 20px 30px;
        background: papayawhip;
        font-size: 1.2em;
        line-height: 1.8em;
        border: 10px double brown;
    }
    
    .flex_product-item {
        display:flex;
        flex-direction: column;
        align-items: center;
        margin: 1.5em auto;
        padding:2em;
        background-image:url(https://grandg88.itembox.design/item/sakura_back.png);
        background-color:white;
        background-size: contain;
        position: relative;
    }
    
    .product_txtbox h3{
        font-size:2em;
    }
    
    .click_btn{
        background: #ff5f7a;
        padding: 20px;
        display: flex;
        justify-content: center;
        color: white !important;
        font-weight: 400;
        transition: all 0.3s;
        font-size: 1.5em !important;
        border-radius: 50px !important;
        align-items: center;
        letter-spacing: 0;
        width: 247px;
    }
    .click_btn:hover{
        background: #ffa2b1;
        text-decoration: none;
    }
    
    .posi_fixed {
        position: fixed;
        z-index: 999999;
        bottom: 20px;
        left: 3px;
        padding-left: 15%;
    }
    
    .line_floating img {
        width: 70px;
    }
    
    .line_floating p {
        position: relative;
        display: inline-block;
        margin: 1.5em 0 1.5em 15px;
        padding: 7px 10px;
        /* min-width: 120px; */
        width: 120px;
        max-width: 100%;
        color: #555;
        font-size: 1.2em;
        background: #FFF;
        border: solid 3px #555;
        box-sizing: border-box;
        font-weight: bold;
    }

        /* 続きを読むを押すと表示されるテキストの高さ */
        .cp_box input:checked ~ div.cp_container {
          /*height: 200px;
          max-height:250px;*/
          height: 100%;
          max-height: 100%;
          background: none;
        }
        .txtbox_adjust{
          width:350px;
       }
       
       .txtbox_adjust h4{
        margin-top:-20px;
      }
}

.posi_menu{
  bottom:200px !important;
}

.menu_big {
    max-width: 600px;
}

.menu_big a{
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

.menu_label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background : #fa4141;
    cursor :pointer;
    font-size:24px;
    font-weight: bold;
}

.menu_big input{
    display: none;
}

.menu_big ul {
    margin: 0;
    padding: 0;
    background :#ffbdbd;
    list-style: none;
}

.menu_big li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
    font-size:18px;
}

.sub_block h3{
  padding: 0.4em 0.5em;
  font-size: 1.3em;
  color: #494949;
  background: #fff3f0;
  border-left: solid 5px #e67d7d;
  /*width: 600px;*/
  max-width: 100%;
  border-bottom: solid 3px #ebacac;
}


/*.flex_product-item:before{
    right: 0;
    bottom: 0;
}

.flex_product-item:after{
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 20px;
    right: 30px;
    bottom: 10px;
    box-sizing: border-box;
    border: 2px solid #c5c1da;
    border-image: linear-gradient(to bottom, #c5c1da 0%, #e6cfe3 100%);
    border-image-slice: 1;
}*/

.product_txtbox{
  position: relative;
  margin: 2em 0;
  padding: 1em;
  border: solid 3px #ff95a7;
  border-radius: 8px;
  bottom:70px;
  background:#fafad2;
}

.product_txtbox .border_tag{
  position: absolute;
  display: inline-block;
  border-radius: 30px;
  top: -17px;
  left: 10px;
  padding: 5px 9px;
  line-height: 1;
  background: #ff95a7;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em !important;
}

.product_txtbox h4{
  font-size: 1.8em;
  font-weight: bold;
  color: #ff5f7a;
}

.product_txtbox span{
font-size:0.5em;
}
.btn_up{
 margin-top:-70px;
}

.cat_title {
  position: relative;
  padding: 1rem .5rem;
}

.cat_title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.border_background{
  background:
   repeating-linear-gradient(135deg, #ffe9bd, #ffe9bd 5px, #ffc9c9 5px, #ffc9c9 30px);
}

a.line_floating {
  display: flex;
  flex-direction: row;
  align-items: center;
}

a.line_floating:hover{
   text-decoration: underline;
}

.line_floating p:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.line_floating p:after{
  content: "";
  position: absolute;
  top: 51%;
  left: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

    /*続きを読むボタン*/
    .cp_box label {
      font-weight: bold;
      position: relative;
      background: #ff6e6e;
      display: block;
      width: 80%;
      margin: auto;
      padding: 0.3em 1em;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      color: white;
      border: 2px solid #ff6e6e;
      border-radius: 3px;
    }
    
    .cp_box label:hover {
      transition: all 0.3s;
      color: #ffffff;
      background: #da3c41;
    }
    .cp_box label::after {
      font-family: 'FontAwesome';
      content: ' \f067';
      color: #da3c41;
    }
    .cp_box label:hover::after {
      color: #ffffff;
    }
    .cp_box input:checked ~ label::after {
      font-family: 'FontAwesome';
      content: ' \f068';
      color: #ffffff;
    }
    .cp_box input:checked ~ label:hover::after {
      color: #ffffff;
    }
    .cp_box input {
      display: none;
    }
    .cp_box .cp_container {
      position: relative;
      z-index: 10;
      overflow: hidden;
      height: 0;
      margin-top: -1px;
      transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
      /*background: rgba(255, 255, 255, 0.5);*/
      background: rgba(255, 255, 255, 0);
    }
    .cp_box input:checked ~ div {
      transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    }

    a.btn_red{
      background: #fa4141 !important;
      text-decoration: none;
      color: white;
    }

    a.btn_red:hover{
      background: #fd6c6c !important;
      text-decoration: none !important;
      color: white !important;
    }  

    a.btn_blue{
      background: #3c95f4 !important;
      text-decoration: none;
      color: white;
    }

    a.btn_blue:hover{
      background: #79baff !important;
      text-decoration: none;
      text-decoration: none !important;
      color: white !important;
    }


    a.btn_yellow{
      color: #52280f !important;
      background: #f4ba3c !important;
      text-decoration: none !important;
    }

    a.btn_yellow:hover{
      color: #52280f !important;
      background: #ffd57b !important;
      text-decoration: none !important;
    }
    /*続きを読むボタンここまで*/

/*ピアノライフ応援フェアここまで*/

/*ブログのピアノライフ応援フェア*/
@media only screen and (min-width: 768px){
  .sold_out_product_big img{
    width: 250px;
    position: relative;
    top: 90px;
    left: 40px;
  }
  
  
  .sold_out_product_small img{
      width: 250px !important;
      position: relative;
      top: 90px;
      left: 25px;
  }
  
  .blog_product-box_2p,.blog_product-box_3p,.blog_product-box_4p{
      display: flex;
      /* width: 50%; */
      flex-direction: row;
      justify-content: center;
  }
  
  .sp_box{
  display: contents;
  }
  
  .blog_product{
     width:100%;
  }
  
  .blog_product img{
     width:100%;
  }

  .sold_out_product_big img, .sold_out_product_small img{
    transform: rotate(-15deg);
  }

  a.first_product{
  padding:0px;
  }

  a.search_btn_one{
    margin-left: 25px;
    }
  
  .search_btn_one img{
    width: 441px;
    }

  .soldout_adjust img{
      top: 65px;
      width: 200px;
      left: 25px;
    }
}

@media only screen and (max-width: 767px){
  .sold_out_product_big img{
    position: relative;
    top: 90px;
    left: 50px;
    width: 250px !important;
  }
  
  .sold_out_product_small img{
    position: relative;
    top: 95px;
    left: 37px;
    width: 300px !important;
  }
  

  .blog_product-box_2p, .blog_product-box_3p, .blog_product-box_4p {
    display: flex;
    /* width: 50%; */
    flex-direction: column;
    justify-content: center;
}

.sp_box{
  display:flex;
  flex-wrap: wrap;
}

.sp_box a{
  width:50%;
}

a.first_product{
  padding:0 15px;
}

.sold_out_product_big img, .sold_out_product_small img{
  transform: rotate(-10deg);
  }

  a.search_btn_one{
    width: 100%;
    display: flex;
    justify-content: center;
}


.ribbon_title_2 h3{
   font-size:0.75em;
}

}

.sold_out_product_big,.sold_out_product_small{
  z-index:100;
  position: absolute;
}

.ribbon_title_2{
  /*display: inline-block;*/
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 2.2em;
  background: #f25787;
  color: #fff;
  box-sizing: border-box;
}

.ribbon_title_2 h3{
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
}

.ribbon_title_2:before,.ribbon_title_2:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_title_2:before{
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon_title_2:after{
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.pic_dark{
  filter: brightness(0.5);
}

a.search_btn{
  width: 100%;
  display: flex;
  justify-content: center;
}

.yellow{
  background: #f2be57 !important;
  color:#6d1010 !important;
}

.blue{
  background: #576cf2 !important;
}

.search_btn img{
  width:90%;
}

/*アコースティック用*/
.qa-006 a{
  color:#0070c9;
}

@media only screen and (min-width: 768px){
.qa-006 {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #bec5cb;
}

.qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.3em 6em 1.5em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    font-size:1.3em;
    line-height:1.7em;
}

.qa-006 summary::before,
.qa-006 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-006 summary::before {
    color: #3370e0;
    content: "Q";
}

.qa-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-006[open] summary::after {
    transform: rotate(225deg);
}

.qa-006 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    font-size:1.15em;
    line-height: 1.8em;
    left: 5px;
}

.qa-006[open] p {
    transform: none;
    opacity: 1;
}

.qa-006 p::before {
    color: #ff4d4d;
    line-height: 1.2;
    content: "A";
}
}

@media only screen and (max-width: 767px){
.qa-006 {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 2px solid #bec5cb;
}

.qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    line-height:1.7em;
}

.qa-006 summary::before,
.qa-006 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-006 summary::before {
    color: #3370e0;
    content: "Q";
}

.qa-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-006[open] summary::after {
    transform: rotate(225deg);
}

.qa-006 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    line-height:2em;
}

.qa-006[open] p {
    transform: none;
    opacity: 1;
}

.qa-006 p::before {
    color: #ff4d4d;
    line-height: 1.2;
    content: "A";
}
}
/*アコースティック用ここまで*/


/*2023年6月22日*/
.slider_adjust{margin:50px 0;}

.steinway_conner_text{
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.steinway_conner_text h3{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 20px;
    margin-top: 16px;

}

.table_test iframe{
 width: 100%;
}

.table{
   display:flex;
}

.price_late_model{
    font-size: 30px;
    margin-top: -30px;
    text-align:left;
}

.price_late_model span{
    font-size: 20px;
    margin-left: 10px;
}

.name_n_tag{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item-text h3{
  text-align:left;
}

.button_adjust{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
}


@media only screen and (min-width: 768px){
    .slider-adjust-pc{
       margin-left:2em;
   }
    .slider-adjust-pc-left{
     padding-right:65px;
}

.tokuten_btn{
   display:flex;
}

.tokuten_btn a{
    color: white;
    padding: 20px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: linear-gradient(45deg,#55cbd5,#67aaf0 50%,#7d87ff);*/
    background:red;
    border-radius:25px;
    transition: all 0.3s;
    margin:0 20px;
}

.btn_align{
  display: flex;
  justify-content: space-evenly;
}


}

@media only screen and (max-width: 767px){
.table_test iframe{
 overflow-x: visible;
}

.steinway_conner_text{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.item-text .steinway_conner_text h3{
     font-size: 17px;
    margin-top: 16px;
    padding-bottom:0;
   }

.item-text .steinway_conner_text p{
    text-align:left;
}

.item{
   margin:30px 0;
}

.tokuten_btn{
   display:flex;
   flex-direction: column;
}

.tokuten_btn a{
    color: white;
    padding: 20px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: linear-gradient(45deg,#55cbd5,#67aaf0 50%,#7d87ff);*/
    background:red;
    border-radius:25px;
    transition: all 0.3s;
    margin:20px 0;
}

.btn_align{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.youtube_erea{
  margin-bottom: 30px !important;
}

}

.tokuten_btn a:hover{
   text-decoration:none;
   /*background: linear-gradient(45deg,#55cbd5,#67aaf0 30%,#7d87ff);*/
   color:white;
   background:#ff6363;
}

.btn_center{
  display:flex;
  justify-content: center;
}

a.tokuten_btn{
  color: white;
  padding: 20px;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: linear-gradient(45deg,#55cbd5,#67aaf0 50%,#7d87ff);*/
  background:red;
  border-radius:25px;
  transition: all 0.3s;
}

a.tokuten_btn:hover{
 text-decoration:none;
 /*background: linear-gradient(45deg,#55cbd5,#67aaf0 30%,#7d87ff);*/
 color:white;
 background:#ff6363;
}

/*2023年6月28日*/
p.hiragino,h3.hiragino,.hiragino{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

.iframe_respon iframe{ 
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }

  .showroom_tag{
    background: red;
    padding: 5px 10px;
    color: white;
    margin: 10px 0;
  }

@media only screen and (min-width: 768px){
  .display_respon{
    display: flex;
  }
    
    .iframe_respon{
    position:relative;
    width:90%;
    height:0;
    padding-top:45%;
    margin-right:10px;
  }

  .heading07 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    position: relative;
    padding: 1.5rem 2rem;
    font-size:2.5em;
    text-align:center;
    /*-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);*/
  }
  
  .heading07:before,
  .heading07:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
    background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  }
  
  .heading07:before {
    top: 0;
  }
  
  .heading07:after {
    bottom: 0;
  }

}

@media only screen and (max-width: 767px){
  .display_respon{
    display: flex;
    flex-direction:column;
    }
    
    .iframe_respon{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
    }

    .heading07 {
      font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
      position: relative;
      padding: 1.5rem 1rem;
      font-size:1.7em;
      text-align:center;
      /*-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
      box-shadow: 0 2px 14px rgba(0, 0, 0, .1);*/
    }
    
    .heading07:before,
    .heading07:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      content: '';
      background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
      background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
    }
    
    .heading07:before {
      top: 0;
    }
    
    .heading07:after {
      bottom: 0;
    }

}

/*2023年7月11日追加*/

/*アクセス方法ボタン*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #f22;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

a.btn-flat:hover{
text-decoration:none !important;
}

/*アクセス方法ボタンここまで*/

/*LINE登録モーダル*/
.banner {
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  left: 0;
  margin-left: 100px;
transition: 0.3s;
/*デフォルトで非表示にする*/
opacity: 0;
visibility: hidden;

}
.banner a {
  text-decoration: none;
}

.banner a:hover{
  text-decoration: none;
}

.banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}

.banner-back {
  width: 300px;
  background-color: #fff;
  border-radius: 25px;
}

.banner-top {
  padding: 20px;
  border-radius: 25px 25px 0px 0px;
  background:#00c200;
  font-size: 20px;
  color: white;
}

.banner-copy {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}

.banner-copy::after {
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
  content: '\f054';
  color: #006EB0;
  position: absolute;
  margin-top: 4px;
  top: 0;
  right: 20px;

}

.banner-bottom {
  padding: 15px 0px 20px 0px;
  line-height: 1.6;
}

.banner-body {
  width: 300px;
  background: #f8f8f8;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner-body:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

.banner-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  /*right: -4px;*/
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

/*このクラスが付与されると表示する*/
.active{
opacity: 1;
visibility: visible;
}

@media screen and (max-width: 767px) {
  .banner {
      width: 100%;
      margin: 0px;
      bottom: auto !important;
      top:60px;
      position: fixed;
  }
  .banner-icon {
      font-size: 28px;
  }
  .banner-body {
      width: 100%;
      border-radius: 0px;
  }
  .banner-back {
      width: 100%;
      margin: 0px;
      border-radius: 0px;
  }
  .banner-top {
      padding: 10px;
      border-radius: 0px;
      background:#00c200;
      font-size:1.7em;
  }
  .banner-bottom {
      padding: 10px 10px 18px 10px;
  }
  .banner-copy {
      font-size: 20px;
  }
  .banner-copy::after {
  font-size: 20px;
  margin-top: 1.4px;
  margin-left: 12px;
  top: initial;
  right: 55px;
}
  
  .banner-close {
      top: 8px;
      right: 13px;
  }
  .banner-copy-br {
      display: none;
  }
}
/*LINE登録モーダルここまで*/


/*TELバナーモーダル*/
.tel-banner {
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  left: 0;
  margin-left: 100px;
transition: 0.3s;
/*デフォルトで非表示にする*/
opacity: 0;
visibility: hidden;

}
.tel-banner a {
  text-decoration: none;
}

.tel-banner a:hover{
  text-decoration: none;
}

.tel-banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}

.tel-banner-back {
  width: 300px;
  background-color: #fff;
  border-radius: 25px;
}

.tel-banner-top {
  padding: 20px;
  border-radius: 25px 25px 0px 0px;
  background:#c20000;
  font-size: 22px;
  color: white;
}

.tel-banner-copy {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}

.tel-banner-copy::before {
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
  content: '\f2a0';
  color: #006EB0;
  position: absolute;
  margin-top: 4px;
  top: 0;
  left: 45px;

}

.tel-banner-copy::after {
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
  content: '\f054';
  color: #006EB0;
  position: absolute;
  margin-top: 4px;
  top: 0;
  right: 20px;

}

.tel-banner-bottom {
  padding: 15px 0px 20px 0px;
  line-height: 1.6;
}

.tel-banner-body {
  width: 300px;
  background: #f8f8f8;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.tel-banner-body:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

.tel-banner-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  /*right: -4px;*/
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

/*このクラスが付与されると表示する*/
.active{
opacity: 1;
visibility: visible;
}

@media screen and (max-width: 767px) {
  .tel-banner {
      width: 100%;
      margin: 0px;
      bottom: auto !important;
      top:60px;
      position: fixed;
  }
  .tel-banner-icon {
      font-size: 28px;
  }
  .tel-banner-body {
      width: 100%;
      border-radius: 0px;
  }
  .tel-banner-back {
      width: 100%;
      margin: 0px;
      border-radius: 0px;
  }
  .tel-banner-top {
      padding: 10px;
      border-radius: 0px;
      background:#c20000;
      font-size:1.4em;
  }
  .tel-banner-bottom {
      padding: 10px 10px 18px 10px;
  }
  .tel-banner-copy {
      font-size: 20px;
  }

.tel-banner-copy::before {
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
  content: '\f2a0';
  color: #006EB0;
  position: absolute;
  margin-top: 4px;
  top: 0;
  left: 100px;

}
  .tel-banner-copy::after {
  font-size: 20px;
  margin-top: 1.4px;
  margin-left: 12px;
  top: initial;
  right: 55px;
}
  
  .tel-banner-close {
      top: 8px;
      right: 13px;
  }
  .tel-banner-copy-br {
      display: none;
  }
}
/*TELモーダルここまで*/


/*TELバナー商品ページ用モーダル*/
.tel-banner-product {
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  left: 0;
  margin-left: 100px;
transition: 0.3s;
/*デフォルトで非表示にする*/
opacity: 0;
visibility: hidden;

}
.tel-banner-product a {
  text-decoration: none;
}

.tel-banner-product a:hover{
  text-decoration: none;
}

.tel-banner-product-icon {
  color: #f8f8f8;
  font-size: 40px;
}

.tel-banner-product-back {
  width: 300px;
  background-color: #fff;
  border-radius: 25px;
}

.tel-banner-product-top {
  padding: 20px;
  border-radius: 25px 25px 0px 0px;
  background:#c20000;
  font-size: 22px;
  color: white;
}

.tel-banner-product-copy {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}

.tel-banner-product-bottom {
  padding: 15px 0px 20px 0px;
  line-height: 1.6;
}

.tel-banner-product-body {
  width: 450px;
  background: #f8f8f8;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.tel-banner-product-body:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

.tel-banner-product-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  /*right: -4px;*/
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

/*このクラスが付与されると表示する*/
.active{
opacity: 1;
visibility: visible;
}

@media screen and (max-width: 767px) {
  .tel-banner-product {
      width: 100%;
      margin: 0px;
      bottom: auto !important;
      top:650px;
      position: fixed;
  }
  .tel-banner-product-icon {
      font-size: 28px;
  }
  .tel-banner-product-body {
      width: 100%;
      border-radius: 0px;
  }
  .tel-banner-product-back {
      width: 100%;
      margin: 0px;
      border-radius: 0px;
  }
  .tel-banner-product-top {
      padding: 10px;
      border-radius: 0px;
      background:#c20000;
      font-size:1.4em;
  }
  .tel-banner-product-bottom {
      padding: 10px 10px 18px 10px;
  }
  .tel-banner-product-copy {
      font-size: 20px;
  }
  
  .tel-banner-product-close {
      top: 8px;
      right: 13px;
  }
  .tel-banner-product-copy-br {
      display: none;
  }
}
/*TELバナー商品ページ用モーダルここまで*/


/* 保証サービス詳細-中古ピアノの状態について-中古ピアノ買戻しサービス ページ用*/
.content_ttl_mb20 {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
}

.content_lcategory_mb20 {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 15px 8px;
  background-color: #eee8aa;
  font-size: 20px;
  font-weight: bold;
}

.lh5p {
 line-height: 1.5em;
 font-size:1.2em;
}

.item-status_table table {
   width: 100%;
   border-collapse: collapse;
}

.item-status_table th {
  background-color: #f2f2f2; /* グレーの色 */
  width: 15%;
}

.item-status_table th, td {
   border: 1px solid black;
   padding: 10px;
   text-align: left;
   font-size:1.2em;
}

.terms_a_conditions_area {
   text-align: left;
   font-size:1.1em;
   background-color:#e5e7eb;
   padding: 30px;
   margin: 20px 0 20px 0;
   line-height: 1.8em;   
}

.warranty_detail_matters li {
   list-style-type: decimal;/* リストの左側に数字 */
   margin-left: 40px;/* リストの左側に余白 */
   margin-bottom: 15px;/* リストの下側に余白 */
   line-height: 1.5em;
   font-size:1.2em;
   text-align: left;
}

.smartphone-only-text {
    display: none; /* すべてのデバイスで初期状態を非表示にする */
}

@media (max-width: 768px) {
   /* タブレット以下で表示を変更 */
   
.table-scroll {
  overflow-x: scroll;
}

.item-status_table table, th, td {
    width: 1000px;
    overflow-x: scroll;
   font-size:1.2em;   
}

.item-status_table th {
   background-color: #f2f2f2; /* グレーの色 */
   text-align: left;
   font-size:1.2em;
   width: 30%;
}

.smartphone-only-text {
   display: block; /* スマートフォンで表示する */
   font-size:1.3em;
   color: #800000; 
   margin: 20px 0 20px 0; 
}

}

/* 保証サービス詳細-中古ピアノの状態について-中古ピアノ買戻しサービス ページ用ここまで*/


/* 20241122 CSS 追加 ピアノ消音ユニット紹介ページ */
/* 全体のレイアウト */
.silencer_container {
  width: 95%; /* ウィンドウサイズに横幅を合わせる */
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* .silencer_container 内の画像に適用 */
.silencer_container img {
  width: 100%; /* コンテナ幅に合わせる */
  height: auto; /* アスペクト比を維持 */
  display: block;
  margin: 10px auto;
}

/* 拡大させたくない画像に個別のスタイルを適用 */
.silencer_container .fixed-image {
  width: auto; /* このクラスの画像は拡大しない */
  height: auto;
  max-width: 100%; /* 必要に応じて制限 */
}

/* テーブル全体の横スクロールを有効にする */
.table-container {
  width: 100%;
  overflow-x: auto; /* 横スクロールを可能にする */
  margin: 20px 0;
  -webkit-overflow-scrolling: touch; /* スマホでのスムーズなスクロールを有効にする */
}

/*//// 製品価格テーブルのCSS ///*/
.product-table {
  width: 100%; /* 親コンテナにフィット */
  border-collapse: collapse;
  text-align: center;
  font-family: Arial, sans-serif;
  table-layout: auto; /* スマホでの横スクロール対応のためautoに変更 */
}

.product-table th,
.product-table td {
  border: 1px solid #000; /* 黒い枠線 */
  padding: 10px;
  vertical-align: middle; /* 縦方向中央揃え */
  text-align: center;
}

.product-table th {
  background-color: #f8f8f8; /* ヘッダー背景色 */
  font-weight: bold;
}

.product-table img {
  max-width: 100px; /* 画像の最大幅 */
  height: auto;
  display: block;
  margin: 0 auto;
}

.product-table p {
  margin: 5px 0 0;
  font-weight: bold;
  font-size: 14px;
}

.smartphone-only-text {
  display: none; /* すべてのデバイスで初期状態を非表示にする */
}

/* スマホ用調整 */
@media only screen and (max-width: 768px) {
  .product-table th,
  .product-table td {
    font-size: 12px; /* フォントサイズを小さくしてスマホで見やすく */
    white-space: nowrap; /* セル内の折り返しを防ぐ */
  }
  .smartphone-only-text {
    display: block; /* スマートフォンで表示する */
    font-size:1em;
    color: #800000; 
    margin: 20px 0 20px 0; 
 }
}

/* 2番目のテーブルのCSS */
.tbl01 {
  width: 100%;
  border-collapse: collapse; /* セル間の隙間をなくす */
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 14px; /* テーブル全体の文字サイズを調整 */
}

.tbl01 th, .tbl01 td {
  border: 1px solid #ddd; /* セルの枠線 */
  padding: 10px;
  text-align: left; /* テキストを左寄せ */
}

/* 各列の固定幅を設定 */
.tbl01 th:first-child, /* 1列目 */
.tbl01 td:first-child {
  width: 180px; /* 1列目の幅を固定 */
}

.tbl01 th:nth-child(2), /* 2列目 */
.tbl01 td:nth-child(2) {
  width: 300px; /* 2列目の幅を固定 */
}

.tbl01 th:nth-child(3), /* 3列目 */
.tbl01 td:nth-child(3) {
  width: 300px; /* 3列目の幅を固定 */
}

.tbl01 th {
  background-color: #5b2c26; /* ヘッダー背景色を統一 */
  color: #fff; /* ヘッダー文字色 */
  text-align: center;
  vertical-align: middle;
}

.tbl01 td {
  background-color: #f9f6f2; /* セル背景色 */
}


.smartphone-only-text {
  display: none; /* すべてのデバイスで初期状態を非表示にする */
}

/* スマホ用調整 */
@media only screen and (max-width: 768px) {
  .table-container {
    overflow-x: auto; /* 横スクロールを可能にする */
  }
  .tbl01 th,
  .tbl01 td {
    font-size: 12px; /* フォントサイズを小さくしてスマホで見やすく */
    white-space: nowrap; /* セル内の折り返しを防ぐ */
  }
  .smartphone-only-text {
    display: block; /* スマートフォンで表示する */
    font-size: 1em;
    color: #800000;
    margin: 20px 0;
  }
}



/* ブラックボックスの文字 */
/* 黒いボックス全体 */
.black-box {
  background-color: #000; /* 背景色を黒に設定 */
  color: #fff; /* テキストを白に設定 */
  padding: 20px;
  position: relative;
  max-width: 800px; /* ボックスの最大幅 */
  margin: 0 auto; /* 中央揃え */
  box-sizing: border-box; /* パディングを含めて幅を計算 */
}

/* 画像の配置 */
.image-container {
  float: left;
  width: 200px; /* 画像の幅 */
  height: auto;
  margin-right: 20px; /* テキストとの間に余白 */
}

.image-container img {
  max-width: 100%; /* 画像のサイズをコンテナに合わせる */
  height: auto;
}

/* テキストコンテナ */
.text-container {
  overflow: hidden; /* フロートを解除 */
}

.text-container h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.text-container p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.text-container ul {
  list-style: none; /* デフォルトのリストスタイルを削除 */
  padding: 0;
}

.text-container ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.text-container ul li:before {
  content: '•'; /* アイコンとして点を表示 */
  color: #f79fcf; /* 点の色 */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
}

/* スマホ用レイアウト */
@media only screen and (max-width: 767px) {
  .black-box {
    padding: 10px; /* スマホ時のパディング調整 */
  }

  .image-container {
    float: none; /* フロート解除 */
    width: 100%; /* 画像を全幅に */
    margin: 0 auto 10px; /* 画像を中央揃えし、下に余白 */
  }

  .image-container img {
    width: 100%; /* スマホ時の画像幅をコンテナに合わせる */
    height: auto;
  }

  .text-container h2 {
    font-size: 1.5em; /* ヘッダーのフォントサイズを調整 */
    text-align: center; /* 中央揃え */
  }

  .text-container p {
    font-size: 1em; /* 段落のフォントサイズを調整 */
    text-align: justify; /* 左右揃え */
  }

  .text-container ul {
    padding-left: 10px; /* スマホ時のリスト左余白調整 */
  }

  .text-container ul li {
    font-size: 0.9em; /* リスト項目のフォントサイズを調整 */
    padding-left: 15px; /* 左余白を調整 */
  }
}

/* ピアノサウンドサンプル箇所 */
/* 全体のコンテナ */
.sample-sound-container {
  background-color: #F1EFEA; /* 背景色を指定 */
  border: 1px solid #ddd; /* 枠線 */
  border-radius: 8px; /* 角を丸く */
  padding: 20px;
  max-width: 800px;
  margin: 0 auto; /* 中央揃え */
  font-family: Arial, sans-serif;
}

/* ヘッダー画像 */
.header-image {
  display: block;
  width: 100%; /* 横幅を親要素に合わせる */
  height: auto;
  margin: 0; /* 余白を削除 */
}

/* コンテンツ部分 */
.sound-content {
  background-color: #fff; /* 白背景 */
  padding: 15px;
  border-radius: 8px; /* 角を少し丸く */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 軽い影 */
  margin-top: 10px;
}

/* 説明文と画像のレイアウト */
.sound-description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.sound-description p {
  flex: 1;
  margin-right: 15px;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}

.sound-description .sample-image {
  max-width: 200px; /* デフォルトの画像サイズ */
  height: auto;
  border-radius: 4px; /* 画像の角を丸く */
}

/* プレイヤー部分のレイアウト */
.sound-player {
  display: flex;
  align-items: center;
  border-top: 1px solid #d4c9b2; /* 上線 */
  padding-top: 10px;
}

.sound-player .icon {
  width: 200px; /* 音符アイコンの幅 */
  height: auto;
  margin-right: 10px;
}

.sound-player audio {
  flex: 1;
  outline: none; /* アウトラインを削除 */
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  /* 全体コンテナの余白を調整 */
  .sample-sound-container {
      padding: 10px;
  }

  /* 説明文と画像を縦並びに */
  .sound-description {
      display: block; /* フレックスを解除して縦並び */
      text-align: center; /* 中央揃え */
  }

  .sound-description p {
      margin: 0 0 10px; /* 下に少し余白を追加 */
      font-size: 0.9em; /* 文字を少し小さく */
  }

  .sound-description .sample-image {
      max-width: 150px; /* スマホでの画像幅を小さく */
      margin: 0 auto; /* 中央揃え */
  }

    /* 音符アイコンとオーディオプレイヤーを縦一列に */
    .sound-player {
      display: block; /* フレックスを解除して縦並び */
      text-align: center; /* 中央揃え */
  }

  .sound-player .icon {
      margin: 0 auto 10px; /* 中央揃えと下に余白を追加 */
      width: 150px; /* 音符アイコンの幅を調整 */
      height: auto;
  }

  .sound-player audio {
      width: 100%; /* オーディオプレイヤーを幅いっぱいに表示 */
      max-width: 300px; /* 最大幅を設定（必要に応じて変更） */
      margin: 0 auto; /* 中央揃え */
  }
}


/* 表題文字の設定 */
.product-spec-title {
  font-size: 22px; /* フォントサイズを22pxに設定 */
  font-weight: bold; /* 太字に設定 */
  color: #000000; /* 好みの色を指定（ブラウン系の色例） */
  margin-bottom: 10px; /* 下に余白を追加 */
  text-align: left; /* 中央揃え（必要に応じて） */
}

/*////サイレントピアノ紹介ページ用CSS////*/
.silent-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
}

.silent-content {
  width: 60%; /* 左列の幅 */
}

.silent-ttl {
  font-size: 1.5em; /* 必要に応じてサイズを変更 */
}

.silent-ttl12 {
  font-size: 1.2em; /* 必要に応じてサイズを変更 */
}

.silent-image {
  width: 35%; /* 右列の幅 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.silent-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc; /* 視覚的にわかりやすい枠 */
}

/* スマートフォン向けのスタイル */
@media only screen and (max-width: 767px) {
  .silent-container {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center; /* 中央揃え */
  }

  .silent-content {
    width: 100%; /* 横幅を100%に拡大 */
    text-align: center; /* テキストを中央揃え */
    margin-bottom: 20px; /* 画像との間に余白を追加 */
  }

  .silent-ttl {
    font-size: 1.1em; /* h2 タイトルの文字サイズを小さくする */
  }

  .silent-ttl12 {
    font-size: 0.9em; /* 他のタイトルも文字サイズを小さくする */
  }

  .silent-image {
    width: 100%; /* 横幅を100%に拡大 */
  }

  .silent-image img {
    max-width: 100%;
    height: auto;
  }
}


