@charset "utf-8";

#school.institution #contents {
    max-width: 100%;
}

#institution {
	max-width: 100%;
	margin: 0 auto;
	width: 1000px;
}

#school.institution h2 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2em;
}

/*******************************
building01
*******************************/
.buildingBox01 {
	overflow: hidden;
	margin-bottom: 2.5em;
}

.buildingBox01 .left {
	width: 40%;
	float: left;
}

.buildingBox01 .left img {
	width: 100%;
	margin-bottom: 1.35em;
}

.buildingBox01 .left p {
	color: #000;
	font-size: 112.5%;
}

.buildingBox01 .right {
	width: 56%;
	float: right;
}

.buildingBox01 .right h3 {
	color: #00336A;
	font-weight: 500;
	font-size: 150%;
	margin-bottom: 1em;
}

.buildingBox01 .right p.txt01 {
	color: #000;
	font-size: 112.5%;
	line-height: 1.9;
}

.buildingBox01 .right .faculty {
	margin-top: 2.5em;
	color: #00336A;
}

.buildingBox01 .right .faculty dt {
	margin-bottom: 0.75em;
	background: #E5EBF0;
	padding: 0.45em 1em;
}

.buildingBox01 .right .faculty li {
	color: #00336A;
	text-indent: -1.25em;
	margin: 0 0 0 1.25em;
}

.buildingBox01 .right .faculty li:not(:last-child) {
	margin-bottom: 0.25em;
}

.buildingBox01 .right .faculty li span {
	margin-right: 0.25em;
}

.buildingBox01 .right .floor {
	margin-top: 1.75em;
	color: #00336A;
}

.buildingBox01 .right .floor dt {
	background: #E5EBF0;
	padding: 0.3em 0.75em;
	font-size: 112.5%;
}

.buildingBox01 .right .floor table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #00336A;
}

.buildingBox01 .right .floor table th {
	font-weight: normal;
	border-bottom: 1px solid #00336A;
	padding: 0.3em 0.35em 0.3em 0;;
	text-align: left;
	white-space: nowrap;
}

.buildingBox01 .right .floor table td {
	border-bottom: 1px solid #000;
	padding: 5px 0;
}

.buildingBox01 .right .floor table tr:last-child th,
.buildingBox01 .right .floor table tr:last-child td {
	border-bottom: none;
}

.buildingBox01 .right .floor dd p.txt02 {
	text-align: right;
	color: #000;
	font-size: 87.5%;
	margin-top: 0.75em;
}

.building01 .photo01 {
	margin-bottom: 6em;
}

.building01 .photo02 {
	padding-top: 2em;
}

.building01 .photo ul {
	display: flex;
	flex-wrap: wrap;
}

.building01 .photo ul li {
	width: 18.4%;
	margin: 0 2% 0.5em 0;
}

.building01 .photo ul li:nth-child(5n) {
	margin-right: 0;
}

.building01 .photo ul li a {
	display: block;
	position: relative;
	line-height: 1.4;
	color: #00336A;
}

.building01 .photo ul li a:hover {
	opacity: 0.5;
}

.building01 .photo ul li img {
	width: 100%;
	margin-bottom: 0.25em;
}

.building01 .photo ul li a .icon {
	width: 24%;
	position: absolute;
	top: 0;
	right: 0;
}

/*******************************
indoorview01
*******************************/
#indoorview01 {
	margin: 5em auto 0;
	background: #DED7B9;
}

#indoorview01 .indoorviewBox01 {
	padding: 1.75em 4% 2em;
	letter-spacing: -.4em;
}

#indoorview01 .indoorviewBox01 img {
	width: 15%;
	margin-right: 4%;
	vertical-align: middle;
	display: inline-block;
}

#indoorview01 .indoorviewBox01 section {
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	width: 81%;
}

#indoorview01 .indoorviewBox01 section h3 {
	font-size: 150%;
	font-weight: 500;
	color: #00336A;
	margin-bottom: 0.5em;
	text-decoration: underline;
}

#indoorview01 .indoorviewBox01 section p {
	font-size: 112.5%;
	color: #000;
	line-height: 1.8;
}

#indoorview01 .indoorviewBox02 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00336A;
	color: #fff;
	padding: 0.75em 0 1em;
}

#indoorview01 .indoorviewBox02 img {
	width: 3.5em;
	margin-right: 1.75%;
}

#indoorview01 .indoorviewBox02 p {
	font-size: 112.5%;
}

/*******************************
indoorview02
*******************************/
#indoorview02 {
    margin: 4em auto 0;
	padding-bottom: 4em;
	text-align: center;
}

#indoorview02 iframe {
	width: 100%;
	height: 25em;
	border: none;
	outline: none;
}

#indoorview02 a {
	color: #00336A;
	font-size: 87.5%;
}
















