/* ===========================================
Facilities
=============================================*/

#facilities {
	padding: 0;
}

#facilities #overview {
	/*background-image: url('../../images/map/bg.png');*/
	/*background-size: 200px;*/
	padding: 0;
	box-sizing: border-box;
	background:#b1ead7
}

#facilities #overview .inner {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#facilities #overview .breadcrumb-list {
	text-align: left;
	margin: 110px 31.7% 0 2.7%;
	position: relative;
	z-index: 2;
}

#facilities #overview .btn-back {
	width: 7em;
	height: 56px;
	background-color: #FFF;
	background-image: url('../../images/map/link_back.png') ;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-size: 11px 21px;
	font-size: 1.8rem;
	color: #165e83;
	line-height: 56px;
	padding: 0 18px 0 48px;
	margin: 120px 0 0 3.9%;
	cursor: pointer;
	position: relative;
	z-index: 2;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.2);
	display: none;
}

#facilities #overview .btn-back:hover {
	opacity: 0.75;
}

#facilities #overview .map-wrapper {
	position: absolute;
	top: 50%;
	left: 35.5%;
	margin-top: 80px;
}

#facilities #overview .map-wrapper .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#facilities #overview .map {
	width: 652px;
	height: 560px;
	background-image: url('../../images/map/map3.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	margin: -280px 0 0 -326px;
	position: absolute;
	/*top: 0 !important;*/
	left: 0;
	z-index: 1;
	display: none;
	opacity: 0;
	pointer-events: none;
}

#facilities #overview .map ul {
	position: relative;
}

#facilities #overview .map li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	margin-top: -30px;
}

#facilities #overview .map li .pin {
	width: 101px;
	height: 56px;
	display: block;
	position: absolute;
	top: -45px;
	left: -50px;
	cursor: pointer;
}

#facilities #overview .map li .pin img {
	width: 160%;
	height: auto;
}

#facilities #overview .map li .pin1 {
	width: 101px;
	height: 56px;
	display: block;
	position: absolute;
	top: -45px;
	left: -50px;
	cursor: pointer;
}

#facilities #overview .map li .pin1 img {
	width: 100%;
	height: auto;
}

#facilities #overview .map li .pin1 {
	width: 77px;
	height: 41px;
	top: 0px;
	left: -37px;
}

#facilities #overview .map li .balloon {
	width: 436px;
	background-image: url('../../images/map/balloon_bg.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 476px 308px;
	font-size: .32rem;
	line-height: 1.6;
	text-align: center;
	padding: 10px 29px 70px 11px;
	position: absolute;
	bottom: -27px;
	left: -227px;
	display: none;
	box-sizing: unset;
	color:black;
}

#facilities #overview .map li .balloon .banner {
	width: 100%;
	height: 189px;
	background: #000;
	font-weight: 100;
	color: #FFF;
	position: relative;
}

#facilities #overview .map li .balloon .banner .image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}

#facilities #overview .map li .balloon .banner:hover .image {
	opacity: 0.6;
}

#facilities #overview .map li .balloon .banner .maplogo {
	width: 181px;
	height: auto;
	margin-top: 45px;
	position: relative;
}

#facilities #overview .map li .balloon .banner .place {
	margin-top: 38px;
	position: relative;
}

#facilities #overview .map li .balloon .banner .arrow {
	width: 32px;
	height: auto;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	right: 30px;
}

#facilities #overview .map li .balloon .banner a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#facilities #overview .map li .balloon .body {
	margin-top: 16px;
}

#facilities #overview .pc.sc {
	width: 28.98%;
	max-width: 371px;
	height: 100%;
	background: #FFF;
	
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	pointer-events: none;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
}

#facilities #overview .pc.sc .mCSB_scrollTools{
	top: 88px;
	bottom: 8px;
}

#facilities #overview .pc.sc .mCSB_inside > .mCSB_container{
	margin-right: 0;
}

#facilities #overview .pc.sc ul {
	width: 100%;
	margin: 0 auto;
}

#facilities #overview .pc.sc ul li {
	height: 80px;
	background: #FFF;
	line-height: 80px;
	position: relative;
	cursor: pointer;
	border-top: 1px solid #f0f0f0;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#facilities #overview .pc.sc ul li:first-child {
	margin-top: 0px;
}

#facilities #overview .pc.sc ul li:hover {
	opacity: 0.7;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#facilities #overview .pc.sc ul li.current {
	background: #165e83;
	cursor: auto;
}

#facilities #overview .pc.sc ul li.current:hover {
	opacity: 1;
}

#facilities #overview .pc.sc ul li .image {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	float: left;
	margin: 16px 0 0 20px;
}

#facilities #overview .pc.sc ul li p.name {
	font-size: .4rem;
	color: #165e83;
	float: left;
	margin-left: 16px;
}

#facilities #overview .pc.sc ul li p.place {
	font-size: .28rem;
	color: #646464;
	float: right;
	margin-right: 20px;
}

#facilities #overview .pc.sc ul li.current p.name,
#facilities #overview .pc.sc ul li.current p.place {
	color: #FFF;
}

#facilities #overview .pc.sc ul li.current:hover .image {
	opacity: 0.7;
}

#facilities #datatable {
	background: #FFF;
	text-align: center;
	margin-top: 60px;
}

#facilities #datatable img {
	width: 100%;
	max-width: 1280px;
	height: auto;
}

#facilities #detail {
	background: #FFF;
	padding: 80px 0;
	margin-top: 60px;
}

#facilities #detail .inner {
	width: 92.1875%;
	max-width: 1180px;
	margin: 0 auto;
}

#facilities #detail .shisetsu-list > li {
	width: 31.52%;
	vertical-align: top;
	margin: 80px 2.71% 0 0 ;
	display: inline-block;
}

#facilities #detail .shisetsu-list > li:nth-child(3n) {
	margin: 80px 0 0 0;
}

#facilities #detail .shisetsu-list li .image img  {
	width: 100%;
	height: auto;
}

#facilities #detail .shisetsu-list li .text .catch {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 20px;
}

#facilities #detail .shisetsu-list li .text .name {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-top: 5px;
}

#facilities #detail .shisetsu-list li .text .body {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 14px;
}

#facilities #detail .shisetsu-list .tag {
	margin-top: 6px;
}

#facilities #detail .shisetsu-list .tag li {
	height: 24px;
	background: #f29d91;
	font-size: 1.4rem;
	font-weight: 100;
	line-height: 24px;
	color: #FFF;
	padding: 0 9px;
	margin: 8px 8px 0 0;
	float: left;
}

#facilities #detail .btn-top {
	margin-top: 80px;
	float: right;
}


@media screen and (max-width:1180px) {
	#facilities #overview .pc.sc ul li p.place {
		display: none;
	}
}


/* ===========================================
SP
=============================================*/

@media screen and (max-width:959px) {
	
	#facilities {
		padding: 0;
	}
	
	#facilities #overview {
		height: 667px;
	}
	
	#facilities #overview .breadcrumb-list {
		text-align: center;
		margin: 102px 0;
	}
	
	#facilities #overview .btn-back {
		height: 44px;
		background-position: 15px 50%;
		font-size: 1.3rem;
		line-height: 44px;
		padding: 0 15px 0 36px;
		margin: 112px 0 0 7.466%;
	}
	
	#facilities #overview .map-wrapper {
		top: 294px;
		left: 50%;
		margin-top: 0;
	}
	
	#facilities #overview .map {
		width: 325px;
		height: 280px;
		margin: -140px 0 0 -162px;
	}
	
	#facilities #overview .map li .pin {
		width: 77px;
		height: 41px;
		top: -34px;
		left: -37px;
	}
	
	#facilities #overview .map li .balloon {
		width: 295px;
		background-size: 320px 209px;
		font-size: 0.6rem;
		padding: 7px 19px 44px 9px;
		bottom: -17px;
		left: -154px;
	}
	
	#facilities #overview .map li .balloon .banner {
		height: 128px;
	}
	
	#facilities #overview .map li .balloon .banner .maplogo {
		width: 125px;
		margin-top: 28px;
	}
	
	#facilities #overview .map li .balloon .banner .place {
		margin-top: 7px;
	}
	
	#facilities #overview .map li .balloon .banner .arrow {
		width: 24px;
		margin-top: -12px;
		right: 20px;
	}
	
	#facilities #overview .map li .balloon .body {
		margin-top: 12px;
	}
	
	#facilities #overview .sp.sc {
		width: 100%;
		height: 158px;
		background: #FFF;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
		pointer-events: none;
		box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
	}
	
	#facilities #overview .sp.sc .mCSB_scrollTools{
		left: 8px;
		right: 8px;
	}
	
	#facilities #overview .sp.sc .mCSB_inside > .mCSB_container{
		margin-bottom: 0;
	}
	
	#facilities #overview .sp.sc ul {
		height: 102px;
		margin: 28px 0;
	}
	
	#facilities #overview .sp.sc ul li {
		width: 80px;
		float: left;
		position: relative;
		cursor: pointer;
		margin-left: 13px;
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		opacity: 1.0;
	}
	
	#facilities #overview .sp.sc ul li:first-child {
		margin-left: 28px;
	}
	
	#facilities #overview .sp.sc ul li:hover {
		opacity: 0.7;
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	
	#facilities #overview .sp.sc ul li.current {
		cursor: auto;
		opacity: 0.7;
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	
	#facilities #overview .sp.sc ul li.current:hover {
		
	}
	
	#facilities #overview .sp.sc ul li .image {
		width: 80px;
		height: 80px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	
	#facilities #overview .sp.sc ul li p.name {
		font-size: 0.6rem;
		line-height: 1;
		color: #165e83;
		text-align: center;
		margin-top: 9px;
	}
	
	#facilities #detail {
		background: #FFF;
		padding: 40px 0;
		margin-top: 30px;
	}

	#facilities #detail .inner {
		width: 93%;
		margin: 0 auto;
	}
	
	#facilities #detail .shisetsu-list > li {
		width: 100%;
		margin: 40px 0 0 0 ;
		display: inline-block;
	}
	
	#facilities #detail .shisetsu-list li .text {
		width: 91.4%;
		margin: 0 auto;
	}
	
	#facilities #detail .shisetsu-list li .text .catch {
		font-size: 1.2rem;
		margin-top: 14px;
	}
	
	#facilities #detail .shisetsu-list li .text .name {
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 4px;
	}
	
	#facilities #detail .shisetsu-list li .text .body {
		font-size: 1.2rem;
		margin-top: 8px;
	}
	
	#facilities #detail .shisetsu-list .tag {
		width: 91.4%;
		margin: 8px auto 0 auto;
	}
	
	#facilities #detail .shisetsu-list .tag li {
		height: 21px;
		background: #f29d91;
		font-size: 1.2rem;
		font-weight: 100;
		line-height: 21px;
		color: #FFF;
		padding: 0 10px;
		margin: 8px 8px 0 0;
		float: left;
	}
	
	#facilities #detail .btn-top {
		margin-top: 40px;
	}
	
}
/*2022.0304*/
#facilities #overview .pc.sc ul li{
	display: flex;
	height: auto;
	line-height: 30px;
	align-items: center;
}
#facilities #overview .pc.sc ul li p.place{
	flex: 1;
	margin-right: 5px;
    margin-left: 5px;
    text-align: right;
}
#facilities #overview .pc.sc ul li .image{
	margin: 16px 0 16px 20px;
}
