/* CSS Document */

#main_visual {
	
}
#main_visual .outer {
	position: relative;
	z-index: -1;
}
#main_visual h2 {
	position: absolute;
	bottom: 175px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 1366px;
}
#main_visual h2 img {
	width: 276px;
}

@media only screen and (max-width: 767px) {
	#main_visual h2 {
		bottom: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

.nav_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1070px;
	margin: 5em auto 2em auto;
}
.nav_wrap .nav_item {
	width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_wrap .nav_item a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #248d3a;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	padding: 5px 0 15px 0;
	position: relative;
	transition: 0.3s all;
	letter-spacing: 0.1em;
}
.nav_wrap .nav_item a:hover {
	background-color: #87c022;
}
.nav_wrap .nav_item a .plan_num {
	font-size: 0.875rem;
}
.nav_wrap .nav_item a .plan_num span {
	font-size: 0.7rem;
}
.nav_wrap .nav_item a .floor_type {
	font-size: 1.4rem;
}
.nav_wrap .nav_item a::after {
	content: '';
	position: absolute;
	bottom: 0;
	
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	bottom: 0.3em;
	left: 50%;
	margin-top: -6px;
	transform: rotate(45deg) translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.nav_wrap {
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	.nav_wrap .nav_item {
		width: calc( 50% - 1.5px );
		margin-bottom: 3px;
	}
	.nav_wrap .nav_item a {
		width: 100%;;
		border-radius: 0;
		padding: 0.5em 0 1.5em 0;
	}
	.nav_wrap .nav_item a::after {
		width: 0.5em;
		height: 0.5em;
		bottom: 0.5em;
	}
}

/* plan
----------------------------------------------*/

.plan_upper_wrap {
	display: flex;
	justify-content: space-between;
	width: 1070px;
	margin: 2em auto;
}
.plan_upper_wrap .text {
	width: 485px;
	letter-spacing: 2px;
}

.plan_upper_wrap .text .heading {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 2em;
}
.plan_upper_wrap .text .heading .plan_name {
	display: flex;
	flex-direction: column;
	color: #248d3a;
}
.plan_upper_wrap .text .heading .plan_name .plan_num {
	font-size: 1.75rem;
}
.plan_upper_wrap .text .heading .plan_name .plan_num span {
	font-size: 1rem;
}
.plan_upper_wrap .text .heading .plan_name .plan_name_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.plan_upper_wrap .text .heading .plan_name h3 {
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan_upper_wrap .text .heading .plan_name h3 span {
	font-size: 14px;
}
.plan_upper_wrap .text .heading .count {
	background-color: #248d3a;
	color: #fff;
	border-radius: 999px;
	padding: 0.1em 1em 0.2em 1em;
	font-size: 0.875rem;
}
.plan_upper_wrap .text p {
	line-height: 2;
}
.plan_upper_wrap .photo {
	margin-top: 65px;
	width: 485px;
}
.photo_slider {
	max-width: 100%;
}

.photo_slider .photo-swiper-pagination {
    position: relative;
	display: flex;
	justify-content: center;
	padding: 1em;
}
.photo_slider .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #000;
  height: 8px;
  width: 8px;
  opacity: 1;
}
.photo_slider .swiper-pagination-bullet-active {
  background-color: #000;
  border: 1px solid #000;
  height: 8px;
  width: 8px;
}

.plan_lower_wrap {
	display: flex;
	justify-content: space-between;
	width: 1070px;
	margin: 2em auto;
}
.plan_upper_wrap .floor_map {
	margin-top: 65px;
	width: 485px;
}
.plan_lower_wrap .spac_table {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.plan_lower_wrap .spac_table h3 {
	flex-basis: auto;
}
.plan_lower_wrap .spac_table .room-empty {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	height: auto;
	background-color: #f7f7f7;
}

.floor_map {
	width: 100%;
	min-height: 297px;
	position: relative;
	display: flex;
	justify-content: center;
	background-color: #f2eeea;
}
.floor_map div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan_lower_wrap .floor_map div {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*
.floor_map div img,
.plan_lower_wrap .floor_map div img {
	height: 256px;
}
*/
.floor_map .zoom {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 40px;
	height: 40px;
}
.floor_map .zoom img {
	width: 40px;
	height: 40px;
}

.scroll-table {
	/*background-color: #fff;*/
	max-width: 100%;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 10px;
}
.scroll-table::-webkit-scrollbar {
	height: 7px;
}
.scroll-table::-webkit-scrollbar-thumb {
	background-color: #b49c87;
	border-radius: 3.5px;
}
.scroll-table::-webkit-scrollbar-track {
	background-color: #f2eeea;
	border-radius: 3.5px;
}

.scroll-table table {
	min-width: 100%;
	white-space: nowrap;
	border-collapse:  collapse;
}
.scroll-table table th,
.scroll-table table td {
	border: 1px solid #fff;
	padding: 0.5em 0.8em;
}
.scroll-table table th {
	width: 8em;
	background-color: #b49c87;
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
}
.scroll-table table td {
	background-color: #f2eeea;
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;
}


#plan01 {
	margin: 100px 0;
}
#plan02 {
	margin: 100px 0;
}
#plan02 .outer {
	padding: 100px 0;
	background-color: #e6ded7;
}
#plan03 {
	margin: 100px 0;
}
#plan04 {
	margin: 100px 0 0 0;
	background-color: #e6ded7;
}
#plan04 .outer {
	padding: 100px 0;
	background-color: #e6ded7;	
}

@media only screen and (max-width: 767px) {
	
	.plan_upper_wrap {
		flex-direction: column;
		width: calc( 100vw * ( 335 / 375 ) );
		margin-left: auto;
		margin-right: auto;
	}
	.plan_upper_wrap .text {
		width: 100%;
	}
	
	.plan_upper_wrap .text .heading {
		width: 100%;
		align-items: flex-end;
		flex-direction: row;
	}
	.plan_upper_wrap .text .heading .plan_name .plan_name_wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.plan_upper_wrap .text .heading .plan_name h3 {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 0 0.5em 0;
	}
	.plan_upper_wrap .text .heading .plan_name h3 .count {
		margin-top: 1em;	
	}
	.plan_upper_wrap .photo {
		width: 100%;
	}
	.photo_slider {
		max-width: calc( 100vw * ( 335 / 375 ) );
	}
	.photo_slider img {
		width: 100%;
	}
	
	.plan_lower_wrap {
		flex-direction: column;
		width: calc( 100vw * ( 335 / 375 ) );
		margin-left: auto;
		margin-right: auto;
	}
	.plan_upper_wrap .floor_map {
		width: 100%;
		margin-top: 0;
	}
	.plan_lower_wrap .spac_table {
		width: 100%;
	}
	.floor_map_slider {
		max-width: calc( 100vw * ( 335 / 375 ) );
		width: 100%;
		height: auto;
	}
	.floor_map_slider .swiper-slide img {
		width: calc( 100vw * ( 335 / 375 ) );
		width: 100%;
		height: auto;
	}
	.floor_map_slider .arrow-wrap {
		width: calc( 100vw * ( 335 / 375 ) );
		width: 100%;
	}
	
	.floor_map_slider .swiper-button-prev {
		left: calc( 100vw * ( 2 / 375 ) );
	}
	.floor_map_slider .swiper-button-next {
		right: calc( 100vw * ( 2 / 375 ) );
	}
	
	.floor_map_slider .swiper-button-prev::after,
	.floor_map_slider .swiper-button-next::after {
		border-top: calc( 100vw * ( 8 / 375 ) ) solid transparent;
		border-bottom: calc( 100vw * ( 8 / 375 ) ) solid transparent;
	}

	.floor_map_slider .swiper-button-prev::after {
		border-right: calc( 100vw * ( 11 / 375 ) ) solid #000;
	}
	.floor_map_slider .swiper-button-next::after {
		border-left: calc( 100vw * ( 11 / 375 ) ) solid #000;
	}
	
	.scroll-table {
		max-width: calc( 100vw * ( 335 / 375 ) );
	}
	
	
	.floor_map {
		width: 100%;
		flex-direction: column;
		padding: 1em 0;
		margin-top: 0;
	}
	.floor_map div {
		width: 100%;
	}
	.plan_lower_wrap .floor_map div {
		width: 100%;
	}

	
	#plan01 {
		margin: calc( 100vw * ( 50 / 375 ) ) 0;
	}
	#plan02 {
		margin: calc( 100vw * ( 50 / 375 ) ) 0;
	}
	#plan02 .outer {
		padding: calc( 100vw * ( 50 / 375 ) ) 0;
	}
	#plan03 {
		margin: calc( 100vw * ( 50 / 375 ) ) 0;
	}
	#plan04 {
		margin: calc( 100vw * ( 50 / 375 ) ) 0 0 0;
	}
	#plan04 .outer {
		padding: calc( 100vw * ( 50 / 375 ) ) 0;
	}
	
}

.lb-image {
	width: 80vw !important;
	height: calc( 100% * ( 297 / 485 ) ) !important;
	max-width: 900px;
}
.lb-outerContainer {
	height: auto !important;
}



.price_wrap {
	
}
.initial-costs {
	background-color: #248d3a;
	color:#fff;
	max-width: 1070px;
	margin: 50px auto;
	padding: 50px;
}
.initial-costs h2 {
	text-align: center;
	margin: 0 0 1.5em 0;
}
.initial-costs .calc {
	display: flex;
	justify-content: center;
}
.initial-costs .calc .circle {
	background-color: #fff;
	color:#248d3a;
	width: 200px;
	height: 200px;	
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
}
.initial-costs .calc .mark {
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.initial-costs .calc .mark img {
	width: 30px;
}
.car-parking {
	width: 700px;
	padding: 0;
	margin: 50px auto;
	border: 1px solid #248d3a;
	display: flex;
	flex-direction: row;
	
}
.car-parking .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 427px);
}
.car-parking h2 {
	color: #248d3a;
	font-size: 1.375rem;
}
.car-parking p {
	color: #000;
	font-size: 1em;
}
.car-parking .photo {
	width: 427px;
}
.car-parking .photo img {
	vertical-align: bottom;		
}
.service_wrap {
	background-color: #248d3a;
	color:#fff;
	padding: 50px 0;
}
.service_wrap h2 {
	text-align: center;	
}
.service-list {
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	padding: 0;
	flex-wrap: wrap;
	width: 1070px;
}
.service-list li {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	padding: 0;
	width: 165px;
}
.service-list li .image {
	display: flex;
	justify-content: center;
	align-items: center;	
}
.service-list li .image img {
	vertical-align: bottom;	
}
.service-list li .name {
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #000;
	padding: 0.5em;
}


@media only screen and (max-width: 767px) {
	.initial-costs {
		margin: 0 auto 50px auto;
	}
	.initial-costs .calc {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.initial-costs .calc .circle {
		width: calc(100vw * (200 / 375));
		height: calc(100vw * (200 / 375));
	}
	.initial-costs .calc .mark {
		padding: 1em;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(90deg);
	}

	.car-parking {
		width: calc(100vw * (335 / 375));
		flex-direction: column;
	}
	.car-parking .text {
		width: 100%;
	}
	.car-parking .text h2 {
		margin-bottom: 0;
	}
	.car-parking .photo {
		width: 100%;
	}

	.service-list {
		width: calc(100vw * (335 / 375));
	}
	.service-list li {
		width: calc(100vw * (165 / 375));
	}

	
}
