@charset "utf-8";

/*
施設のご案内
/introduction/facility/
*/


/*
***********************************************************************************************

***********************************************************************************************
*/

#content figure {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

	.viewmode-mobile #content figure  {
	}

		/* clearfix */
		#content figure::after {
			clear: both;
			content: " ";
			display: block;
			font-size: 0;
			height: 0;
			visibility: hidden;
		}

	#content figure img {
		float: left;
		margin-top: 1.5em;
		max-width: 395px;
		vertical-align: top;
	}

		.viewmode-mobile #content figure img {
			float: none;
			max-width: 100%;
		}

		#content figure img:first-child {
			margin-right: 30px;
		}

			.viewmode-mobile #content figure img:first-child {
				margin-right: auto;
			}

			.viewmode-mobile #content figure img:first-child + img {
				margin-top: 3em;
			}


#content figure + h2 {
	margin-top: 50px;
}

	.viewmode-mobile figure + h2 {
		margin-top: 25px;
	}
