@charset "utf-8";
/* CSS Document */

#content dt {
	width: 110px;
}

#content dd {
	margin-left: 120px;
}

#content dd ul {
	margin: 0;
}

#floor li {
	padding: 0 0 10px 30px;
	text-indent: 0;
	position: relative;
}

ul#floor li:before {
	content: "";
	width: 25px;
	height: 25px;
	top: -2px;
	left: 0;
	box-sizing: border-box;
	border: solid 1px #bf9e7c;
	display: block;
	position: absolute;
}

#floor li:first-child:before {
	background: #fff9b0;
}

#floor li:nth-of-type(2):before {
	background: #fcebf2;
}

#floor li:nth-of-type(3):before {
	background: #fef3df;
}

#floor li:nth-of-type(4):before {
	background: #c7e8fa;
}

#floor li:nth-of-type(5):before {
	background: #e1efe2;
}

#map {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
 
#map iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

#content  #title_wide dl dt {
	width: 180px;
}
#content  #title_wide dl dd {
	margin-left: 190px;
}

@media screen and (min-width: 768px) {
	#gro01 + div {
		position: relative;
	}

	#gro01 + div img {
		margin-right: 15px;
	}

	#gro01 + div div {
		width: 275px;
		float:left;
	}

	.img_abs {
/*		bottom: 15px; */
/*		left: 450px;	*/
		margin: 0 0px 0 -120px;
	}
/*
	#fee + div ul {
		width: 360px;
		float: left;
	}

	#fee + div ul {
		margin: 0 10px 10px 0;
	}
*/
}

@media screen and (max-width: 767px) {
/*
	#fee + div img {
		max-width: 375px;
	}

	#fee + div img {
		max-width: 250px;
	}
*/
}