/* ////////////////////////////////////////////////// 院内設備 */
/* -------------------------------------------------- lightbox */
.lightbox .lb-image {
  max-height: 391px;
  max-width: 586px;
}





/* ////////////////////////////////////////////////// smartphone */
/* -------------------------------------------------- contentsArea */
#contentsArea ul.gallery {
	padding: 0 15%;
}

#contentsArea ul.gallery li {
	border-bottom: solid 3px #f9c170;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	text-align: center;
}

#contentsArea ul.gallery li.bdrRed {
	border-color: #ea5548;
}

#contentsArea ul.gallery li.bdrGrn {
	border-color: #91b122;
}

#contentsArea ul.gallery li:nth-child(3),
#contentsArea ul.gallery li:nth-child(6),
#contentsArea ul.gallery li:nth-child(9),
#contentsArea ul.gallery li:nth-child(12){
	margin-right: 0;
}

#contentsArea ul.gallery li:nth-child(13),
#contentsArea ul.gallery li:nth-child(14),
#contentsArea ul.gallery li:nth-child(15){
	margin-bottom: 0;
}

#contentsArea ul.gallery li img {
	margin: 0 0 5px 0;
}



/* 写真 */
#phGuidance {
	padding: 10px;
}

#phGuidance div {
	margin: 0 0 10px 0;
}

#phGuidance p span {
	color: #ea5548;
	font-size: 14px;
	font-weight: bold;
}






/* ////////////////////////////////////////////////// tablet */
@media screen and (min-width: 481px) {



/* -------------------------------------------------- contentsArea */
	#contentsArea ul.gallery {
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
		width: 96%;
	}

	#contentsArea ul.gallery li {
		float: left;
		margin: 0 2% 20px 0;
		width: 31%;
	}

	#contentsArea ul.gallery li:last-child {
		margin: 0;
	}



	/* 写真 */
	#phGuidance {
		padding: 15px;
	}

	#phGuidance p span {
		font-size: 13px;
	}

	#phGuidance p span {
		font-size: 16px;
	}




}





/* ////////////////////////////////////////////////// PC */
@media screen and (min-width: 769px) {



/* -------------------------------------------------- contentsArea */
	#contentsArea ul.gallery {
		padding: 0 20px;
	}

	#contentsArea ul.gallery li {
		margin: 0 19px 20px 0;
		width: 294px;
	}



	/* 写真 */
	#phGuidance img{
		max-width: 586px;
	}

	#phGuidance p span {
		font-size: 14px;
	}

	#phGuidance p span {
		font-size: 18px;
	}



}
