@charset "UTF-8";

/* CSS Document */

@media print {
body {
	width: 1024px;
}
.circle {
	width: 120px;
	top: 10px;
	left: 30px;
}
h2 {
	font-size: 3rem;
}
.circle {
	width: 178px;
	top: 15px;
	left: 30px
}
.circle {
	width: 178px;
	top: 20px;
	left: 80px
}
h2 {
	font-size: 4rem;
}
.circle {
	width: 178px;
	top: 20px;
	left: 115px
}
.read {
	width: 100%;
	text-align: center;
}
.navi_area_mobile {
	display: none;
}
.navi_area {
	display: block;
	position: relative;
	width: 950px;
	margin: 32px auto 0;
}
.floormap_banner_pc {
	position: absolute;
	width: 390px;
	right: 24px;
	bottom: 33px;
	opacity: 1;
	transition: opacity 0.5s linear 0s;
	-webkit-transition: opacity 0.5s linear 0s;
	-ms-transition: opacity 0.5s linear 0s;
	-moz-transition: opacity 0.5s linear 0s;
	-o-transition: opacity 0.5s linear 0s;
}
.floormap_banner_pc:hover {
	opacity: 0.8;
}
.navi_area ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.navi_area ul li {
	width: 233px;
	margin-right: 6px;
	box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
	opacity: 1;
	transition: opacity 0.5s linear 0s;
	-webkit-transition: opacity 0.5s linear 0s;
	-ms-transition: opacity 0.5s linear 0s;
	-moz-transition: opacity 0.5s linear 0s;
	-o-transition: opacity 0.5s linear 0s;
}
.navi_area ul li:hover {
	opacity: 0.8;
}
.navi_area ul li:nth-child(4) {
	margin-right: 0
}
.navi_area ul li:nth-child(n + 5) {
	margin-top: 24px;
}
}
