@charset "utf-8";

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

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

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


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

/*==================================================
mainsection [sp]
================================================== */
#suntory_contents #container_facility_bluerose #mainsection .inner {
	display:flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#suntory_contents #container_facility_bluerose #mainsection .inner .left{
	order: 2;
}
#suntory_contents #container_facility_bluerose #mainsection .inner .right {
	order: 1;
}
#suntory_contents #container_facility_bluerose #mainsection .inner .right figure {
	position: relative;
}
#suntory_contents #container_facility_bluerose #mainsection .inner .right figure:first-child{
	margin-bottom: 2.66666667vw;
}
#suntory_contents #container_facility_bluerose #mainsection .inner .right figcaption {
	position: absolute;
	right: 2vw;
	bottom: 2vw;
	font-size: 3.46666667vw;
	line-height: 1;
	color: #FFF;
}
#suntory_contents #container_facility_bluerose #mainsection .nest {
	margin-top: 4vw;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #container_facility_bluerose #mainsection .nest figure {
	width: 32vw;
}
#suntory_contents #container_facility_bluerose #mainsection .nest p {
	width: calc(100% - 37.33333333vw);
}
#suntory_contents #container_facility_bluerose #mainsection .bt_relation a {
	font-size: 4vw;
	line-height: 1.3;
	padding-top: 2.13333333vw;
	padding-bottom: 2.66666667vw;
}

/*==================================================
space [sp]
================================================== */
#suntory_contents #container_facility_bluerose #space {
	margin-top: 8vw;
}
#suntory_contents #container_facility_bluerose #space .inner {
	display:flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
#suntory_contents #container_facility_bluerose #space .left {
	width: 100%;
}
#suntory_contents #container_facility_bluerose #space .right {
	margin-top: 8vw;
	width: 100%;
}
#suntory_contents #container_facility_bluerose #space p {
	width: 100%;
	font-size: 3.7333333vw;
	line-height: 1.7;
	order:2;
}
#suntory_contents #container_facility_bluerose #space .inner figure {
	width: 100%;
	margin-top: 4vw;
	order: 1;
}


/*==================================================
usage [sp]
================================================== */
#suntory_contents #usage {
	margin-top: 8vw;
}
#suntory_contents #usage p {
	font-size: 3.7333333vw;
	line-height: 1.7;
}
#suntory_contents #container_facility_bluerose #usage .right {
	margin-top: 4vw;
	width: 100%;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #usage .inner figure.i01 {
	width: 44.6666667vw;
	order:2;
}
#suntory_contents #usage .inner figure.i02 {
	width: 44.6666667vw;
	order:3;
}
#suntory_contents #usage .inner figure.i03 {
	width: 100%;
	margin-bottom: 2.6666667vw;
	order:1;
}

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

/*==================================================
mainsection [pc]
================================================== */
#suntory_contents #container_facility_bluerose #mainsection .inner .right figure {
	position: relative;
}
#suntory_contents #container_facility_bluerose #mainsection .inner .right figure:first-child{
	margin-bottom: 20px;
}
#suntory_contents #container_facility_bluerose #mainsection .inner .right figcaption {
	position: absolute;
	right: 8px;
	bottom: 8px;
	font-size: 13px;
	line-height: 1;
	color: #FFF;
}
#suntory_contents #container_facility_bluerose #mainsection .nest {
	margin-top: 30px;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #container_facility_bluerose #mainsection .nest figure {
	width: 120px;
}
#suntory_contents #container_facility_bluerose #mainsection .nest p {
	width: calc(100% - 140px);
}
#suntory_contents #container_facility_bluerose #mainsection .bt_relation {
	width: 350px;
	margin-top: 30px;
}

/*==================================================
space [pc]
================================================== */
#suntory_contents #container_facility_bluerose #space .left,
#suntory_contents #container_facility_bluerose #space .right {
	width: 48.03921568%;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #container_facility_bluerose #space .inner p {
	width: 46.93877551%;
	font-size: 15px;
	line-height: 1.7;
}
#suntory_contents #container_facility_bluerose #space .inner figure {
	width: 48.97959183%;
}


/*==================================================
usage [pc]
================================================== */
#suntory_contents #usage p {
	width: 240px;
	font-size: 15px;
	line-height: 1.7;
}
#suntory_contents #usage .right {
	width: calc(100% - 260px);
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #usage .inner figure {
	width: 31.57894736%;
}


}