@charset "utf-8";
.sp{display:none;}
#suntoryCommonWrapper .business h1{
	margin-bottom: 60px;
}
#suntoryCommonWrapper .business h2 {
	margin:100px 0 40px;
}

.business a {
	background:url(../../common/img/icon_link.png) no-repeat right center;
	padding-right:20px;
}

.music {
	clear:both;
	margin:0;
}
.music dt {
	padding-top:45px;
}
.music dd {
	display:block;
}
.music dd.text01 {
	float:left;
	width:64%;
	padding-right:3%;
	line-height:1.78;
}
.music dd.text02 {
	width:100%;
	line-height:1.78;
}
.music dd.image {
	float: right;
	width:264px;;
	overflow:hidden;
}
.music dd img {
	width:100%;
}
.facility {
	clear:both;
	margin:0;
}
.facility dt {
	padding-top:45px;
}
.facility dd {
	display:block;
}
.facility dd.text01 {
	float:left;
	width:52%;
	padding-right:3%;
	line-height:1.78;
}
.facility dd.text02 {
	width:100%;
	line-height:1.78;
}
.facility dd.image {
	float: right;
	width:353px;;
	overflow:hidden;
}
.facility dd img {
	width:100%;
}


@media screen and (max-width:768px) { 
.pc{display: none;}
.sp{display: initial;}
#wrapper{
  width:100%;
  margin: 20px auto;
}
#suntoryCommonWrapper .business h1{
  font-size: 1.5em;
  margin-bottom: 20px;
}
#suntoryCommonWrapper .business h2{
  font-size: 1.5em;
}
.music dd.text01,
.facility dd.text01 {
	float:none;
	width:100%;
	padding-right:0;
}
.music dd.image,
.facility dd.image {
	float: none;
	width:100%;
	margin-top:0.7em;

}
}