/******************************************
/* ピアノ教室
*******************************************/
/*表示中メニュー*/
#menu_piano{
	background-image: url(../images/nav_piano_2.png) ;
	background-repeat: no-repeat;
}
#menu_piano img{
	display: none;
}

/*ピアノの紹介*/
.piano-font-small{
	font-size: small;
}
.piano-td-center{
	text-align: center;
}
.piano-table-scroll{
	overflow-x: auto;
}
.piano-nowrap{
	white-space: nowrap;
}

#piano_instrument_pic img{
	margin-right: 20px;
	width: 240px;
	height: 160px;
	object-fit:contain;
}
#piano_instrument_text table{
	border-collapse: collapse;
	/*overflow-x: auto;
	white-space: nowrap;*/
}
#piano_instrument_text th, td{
	border: solid 1px black;
	padding-left: 3px;
	padding-right: 3px;
}
#piano_instrument_text th{
	background-color: lightskyblue;
}
#piano_instrument_access table{
	page-break-before: always;
}
#piano_instrument_br{
	display: none;
}
#piano_instrument_access iframe{
	width: 600px;
	aspect-ratio: 4/3; /*アスペクト比（縦横比）を指定  */
}
/******************************************
/* 印刷対応
*******************************************/
@media print{
	#piano_instrument_br{
		display: inline	;
	}
}
/******************************************
/* スマホ対応
*******************************************/
@media (max-width:630px){
	#piano_instrument_text iframe{
		width: 98%;
	}
}
@media screen and (max-width:767px){
	#menu_piano{
		background-image:none !important;
	}
}
