@charset "utf-8";

.sp {
	display: none;
}
@media screen and (max-width:640px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/*=====================================================================================
	
	Document    : rooms.css
	Description : 病室のご案内
 
=====================================================================================*

/*---------------------------------------------------------------------------

   写真

---------------------------------------------------------------------------*/

.room-img {
	list-style:none;
}

.room-img li {
	float:left;
}

.room-img li:nth-child(2n) {
	margin-left: 40px;
	padding-top: 0 !important;
}

@media screen and (max-width:640px) {
	.room-img li:nth-child(2n) {
		margin-top: 20px;
		margin-left: 0px;
		padding-top: 0 !important;
	}
}

.js__rpsTable {
	clear: both;
	padding-top: 20px;
}

.bottom-border {
	border-bottom:1px solid #dcdcdc;
	padding-bottom: 15px;
}

.pgBottomNav {
	margin-top: 30px;
	list-style: none;
}

.s-bar {
	list-style: none;
	line-height: 30px !important;
	margin: 10px 0px 10px 30px !important;
}
.s-bar li{
	padding-left: 15px;
	background: url(../../../image/icon/lmS-rgreen.png) no-repeat 0 0.8em !important;
}
.s-bar li.active a{
	color:#93c84c !important;
}