@charset "utf-8";

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

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

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


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

/*==================================================
mainsection [sp]
================================================== */
#suntory_contents #container_facility_barrierfree #mainsection h2 {
	margin-top: 0;
}
#suntory_contents #container_facility_barrierfree #mainsection .inner {
	display:flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#suntory_contents #container_facility_barrierfree #mainsection .inner .right {
	order: 1;
}
#suntory_contents #container_facility_barrierfree #mainsection .inner .left {
	order: 2;
}
#suntory_contents #container_facility_barrierfree #mainsection .right figure:first-child{
	margin-bottom: 2.66666667vw;
}

/*==================================================
floormap[sp]
================================================== */
#suntory_contents #floormap {
	margin-top: 4vw;
}
#suntory_contents #container_facility_barrierfree  #floormap .inner {
	padding: 4vw 0 0;
}
#suntory_contents #floormap .inner figure {
	width: 100%;
}
#suntory_contents #floormap .moreinfo {
	margin: 4vw 4vw 0;
	padding: 4vw;
	background: #f2f2f2;
	display:flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#suntory_contents #floormap .moreinfo .boxright {
	margin-top: 4vw;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	order:2;
}
#suntory_contents #floormap .moreinfo .boxright figure {
	width: 40vw;
}
#suntory_contents #floormap .moreinfo .boxright figure:nth-of-type(n+3) {
	margin-top: 4vw;
}
#suntory_contents #floormap .moreinfo h5 {
	width: 100%;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.7;
	position: relative;
	order:1;
}
#suntory_contents #floormap .moreinfo p {
	width: 100%;
	margin-top: 8vw;
	font-size: 3.2vw;
	line-height: 1.7;
	order:3;
}
#suntory_contents #floormap .viewarea {
	width: 100%;
	margin: 8vw 0 0;
	padding:  0 4vw;
	height: 90vw;
}
#suntory_contents #floormap .viewarea iframe {
	width: 100%;
	height: 100%;
}


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

/*==================================================
mainsection [pc]
================================================== */
#suntory_contents #container_facility_barrierfree #mainsection .right {
	width: 53.70370370%;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #container_facility_barrierfree #mainsection .left {
	width: 42.59259259%;
}
#suntory_contents #container_facility_barrierfree #mainsection .right figure {
	width: 48.27586206%;
}


/*==================================================
floormap[pc]
================================================== */
#suntory_contents #floormap .inner {
	padding: 30px 0 0;
}
#suntory_contents #floormap .inner figure {
	width: 100%;
}
#suntory_contents #floormap .moreinfo {
	width: 100%;
	height: 280px;
	margin-top: 40px;
	padding: 40px;
	background: #f2f2f2;
	display:flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-content: space-between;
}
#suntory_contents #floormap .moreinfo .boxright {
	width: 370px;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #floormap .moreinfo .boxright figure {
	width: 180px;
}
#suntory_contents #floormap .moreinfo .boxright figure:nth-of-type(n+3) {
	margin-top: 10px;
}
#suntory_contents #floormap .moreinfo p {
	width: calc(100% - 410px);
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.7;
}
#suntory_contents #floormap .moreinfo h5 {
	width: calc(100% - 410px);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	position: relative;
}
#suntory_contents #floormap .viewarea {
	width: 100%;
	max-width: 1020px;
	height: 450px;
	margin: 30px auto 0;
}
#suntory_contents #floormap .viewarea iframe {
	width: 100%;
	height: 100%;
}

}
@media print, screen and (min-width:768px) and (max-width:1080px){

	#suntory_contents #floormap .moreinfo {
		padding: 30px 20px;
	}
}