@charset "utf-8";

@import url("./organ_common.css");

/*==================================================
page setting
================================================== */

#suntory_contents #container_organ_reverse #insidenav li.nv_reverse a {
	background-color: #fff4d0;
	pointer-events: none;
}


/*==================================================
sp
================================================== */
@media screen and (max-width:767px){

/*==================================================
mainsection [sp]
================================================== */
#suntory_contents #container_organ_reverse #mainsection .text {
	order: 2;
}
#suntory_contents #container_organ_reverse #mainsection .photo {
	order: 1;
}

/*==================================================
section common [sp]
================================================== */
#suntory_contents #typical .inner,
#suntory_contents #pipes .inner,
#suntory_contents #fluepipe .inner,
#suntory_contents #mouth .inner,
#suntory_contents #tracker .inner,
#suntory_contents #console .inner,
#suntory_contents #stops .inner,
#suntory_contents #windchest .inner,
#suntory_contents #equipment .inner {
	display:flex;
	flex-flow: column nowrap;
}
#suntory_contents #typical .text,
#suntory_contents #pipes .text,
#suntory_contents #fluepipe .text,
#suntory_contents #mouth .text,
#suntory_contents #tracker .text,
#suntory_contents #console .text,
#suntory_contents #stops .text,
#suntory_contents #windchest .text,
#suntory_contents #equipment .text {
	order:2;
}
#suntory_contents #typical .photo,
#suntory_contents #pipes .photo,
#suntory_contents #fluepipe .photo,
#suntory_contents #mouth .photo,
#suntory_contents #tracker .photo,
#suntory_contents #console .photo,
#suntory_contents #stops .photo,
#suntory_contents #windchest .photo,
#suntory_contents #equipment .photo {
	order:1;
}
#suntory_contents #stops .photo figure + figure {
	margin-top: 4vw;
}
#suntory_contents #container_organ_reverse .moreinfo {
	padding: 4vw;
}


}
/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){

/*==================================================
foot_keyboard [pc]
================================================== */
	#suntory_contents #container_organ_reverse .moreinfo .more_img {
width: 58%;
	}
#suntory_contents #container_organ_reverse .moreinfo .more_text {
	width: 38%;
}

}