@charset "UTF-8";
/* CSS Document */

.main_visual {
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: auto;
}

.parse {
	width: 32.42105%;
	position: absolute;
	right: 0;
	bottom: 0
}

.circle {
	position: absolute;
	width: 100px;
	top: 8px;
	left: 30px
}

.navi_area {
	display: none;
}

.navi_area_mobile {
	width: 96%;
	max-width: 472px;
	margin: 30px auto 0
}

.navi_area_mobile ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;

	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_mobile ul li {
	width: calc(50% - 3px);
	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_mobile ul li:hover {
	opacity: 0.8;
}

.navi_area_mobile ul li:nth-child(n + 3) {
	margin-top: 12px
}

.floormap_banner {
	width:96%;
	max-width: 390px;
	margin: 30px auto 0;
	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:hover {
	opacity: 0.8;
}

h2 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	line-height: 1.3;
	font-size: 2.4rem;
	margin: 34px 0 16px;
	font-weight: 500;
}

.read {
	font-size: 1.4rem;
	width: 90%;
	margin: auto;
}

.gmap {
	margin: 16px auto 0;
	width: 90%;
	max-width: 534px;	
}

.gmap .title {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center
}

.ggmap {
	position: relative;
	padding-bottom: 45.88%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 1px solid #a4a4a5;
	margin-top: 28px
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gmap p {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 12px
}

.gmap a {
	color: #5ec5f2;
	text-decoration: none;
}

.gmap a:hover {
	text-decoration: underline;
}

@media (min-width: 320px){
} /*iPhone 5*/

@media (min-width: 375px){
} /*iPhone 7*/

@media (min-width: 414px){

	.circle {
		width: 120px;
		top: 10px;
		left: 30px;
	}
	
	h2 {
		font-size: 3rem;
	}
	
} /*iPhone 7 Plus*/

@media (min-width: 600px){

	.circle {
		width: 178px;
		top: 15px;
		left: 30px
	}
	
} /*Nexus 7*/

@media (min-width: 768px){

	.circle {
		width: 178px;
		top: 20px;
		left: 80px
	}
	
	h2{
		font-size: 4rem;
	}
} /*iPad*/

@media (min-width: 960px){

	.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;
	}
	
} /*Minimum size PC*/

@media (min-width: 1024px){
} /*Basic PC*/