@CHARSET "UTF-8";

/* begin of bootstrap custom */
.container-fluid,
.container .row,
.container-fluid .row {
  margin:0;
  padding:0;
}

.col,
[class*="col-"] {
  padding:0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
/* end of bootstrap custom */

/* begin of common style */
body {
	/*font-family: semplicitapro, "Didact Gothic", "st","Yu Gothic", Arial, sans-serif;*/
	font-family: 'Noto Sans JP', "Didact Gothic", sans-serif;
	font-weight: 100;
}

header {
	top: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,1);
}

.header-logo,
.footer-logo {
	height: 18px;
	width: auto;
}

.header-icon {
	color: #fff;
	background-color: #000;
	padding: 10px;
	margin-left: 1px;
}

.header-menu {
	background-color: #828282;
	min-width: 48px;
}

.cp-hamberger .dummy {
	display: inline-block;
	width: 32px;
	height: 32px;
}

#GNav {
	font-size: 1.4rem;
	background-color: #828282;
	position: fixed;
	top: 53px;
	left: 100%;
	z-index: 1001;
}
nav > a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0.25em 0;
}
nav > a:last-child {
	border-bottom: none;
}

footer {
	background-color: #f5f5f5;
	border-top: 1.5px solid #000;
}

.footer-contact .link-button {
	min-width: 280px;
}

.bg-black {
	background-color: #000;
}

.bg-pattern {
	background-image: url('../images/bg-pattern.png');
	background-size: 40px;
	background-attachment: fixed;
}

a {
	color: #000;
}

a:hover {
	color: #9E9E9E;
	text-decoration: none;
	opacity: 0.8;
}

.flex-column > * {
	min-height: 0%;
}

#PageTop {
	bottom: 5%;
	right: 5%;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
}

.page-top-arrow {
	border-radius: 50px;
	width: 2.4em;
	height: 2.4em;
	color: #fff;
	background-color: rgba(96,96,96,0.8);
	font-size: 1.2rem;
}
.page-top-arrow .fa-caret-up {
	transform: scale(1.6);
}

.prop-type {
	color: #fff;
	background-color: #000;
	padding: 0 0.25em;
	line-height: 2;
	text-align: center;
}

.prop-type.type1-1,
.prop-type.type1-4,
.prop-type.type1-5 {
	background-color: rgb(119, 51, 77);
}

.prop-type.type1-2,
.prop-type.type1-3,
.prop-type.type1-6 {
	background-color: rgb(61, 125, 235);
}

.prop-type.type2 {
	background-color: rgb(36, 83, 108);
}

.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	width: 2.5em;
	height: 2.5em;
	z-index: 1;
}
.slider-arrow:hover {
	opacity: 0.8;
	cursor: pointer;
}
.slider-arrow:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	font-size: 1.8rem;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-prev {
	left: 2%;
}
.slider-prev:before {
	content: "\f0d9";
	padding-right: 0.12em;
}
.slider-next {
	right: 2%;
}
.slider-next:before {
	content: "\f0da";
	padding-left: 0.12em;
}

.link-button {
	display: inline-block;
	color: #000;
	background-color: #fff;
	padding: 0 0 0 0;
	border: 1px solid #000;
	line-height: 2;
	position: relative;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
	min-width: 10em;
	align-self: center;
}

.club-bg-color .link-button, .sale-text .link-button {
  color: #fff;
  background-color: #828282;
  border: none;
}



.link-button:hover {
	color: #fff;
	background-color: #000;
}
.link-button:after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left: 1em;
	width: 1.2em;
	padding-left: 0.2em;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
}
.link-button.lb-white {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.link-button.lb-white:hover {
	/*color: #000;*/
}
.link-button.lb-white:after {
	color: #fff;
	background-color: #000;
}

.page-title {
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#AccessMap {
	padding-top: 100%;
	/*border: 1px solid #ccc;*/
}


@media (min-width: 768px) {
	.position-md-absolute {
		position: absolute;
	}

	header > .row {
		/*border-bottom: 1.5px solid #000;*/
	}

	header.position-sticky {
		/*position: static !important;*/
	}

	header .cp-text-logo {
		margin-left: 1em;
	}

	.header-logo,
	.footer-logo {
		height: 24px;
		width: auto;
	}


	#GNav {
		font-size: 1rem;
		background-color: transparent;
		position: static;
		margin: auto;
	}
	nav > a {
		color: #000;
		border: none;
		padding: 0;
	}
	.nav-active {
		position: relative;
		padding-bottom: 0.25em;
	}
	.nav-active:after {
		content: '';
		display: block;
		width: 3em;
		border-bottom: 1.5px solid #000;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#PageTop {
		bottom: 6%;
	}
	#PageTop:hover {
		opacity: 0.8;
		cursor: pointer;
	}

	#AccessMap {
		padding-top: 51.1%;
	}
  .link-button {
  	display: inline-block;
  	color: #000;
  	background-color: #fff;
  	padding: 0 0 0 0;
  	border: 1px solid #000;
  	line-height: 2;
  	position: relative;
  	text-align: center;
  	cursor: pointer;
  	transition: 0.2s;
  	min-width: 10em;
  	align-self: center;
  }
  .club-bg-color .link-button, .sale-text .link-button {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
  }
  .link-button:hover {
  	color: #fff;
  	background-color: #000;
  }
  .link-button:after {
  	display: inline-block;
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f054";
  	margin-left: 1em;
  	width: 1.2em;
  	padding-left: 0.2em;
  	text-align: center;
  	line-height: 1.5;
  	position: absolute;
  	top: 50%;
  	right: 0.5em;
  	transform: translateY(-50%);
  }
  .link-button.lb-white {
  	color: #000;
  	background-color: #fff;
  	border-color: #fff;
  }
  .link-button.lb-white:hover {
  	/*color: #000;*/
  }
  .link-button.lb-white:after {
  	color: #fff;
  	background-color: #000;
  }
}

/* end of common style */
