/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2025 | 00:12:14 */
.propertyList{
	padding-top:60px;
	padding-bottom:100px;
}
.propertyList h2{
	font-size:20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	margin-top:10px;
	margin-bottom:5px;
}
.propertyList .pn{
	margin-top:30px;
}
.propertyList .pn a{
	padding-left:5px;
	padding-right:5px;
}

.propertyDetail{
	padding-top:60px;
	padding-bottom:100px;
}
.propertyDetail h2.title{
	font-size:28px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	margin-bottom:20px;
}
.propertyDetail h3{
	font-size:22px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:500;
	padding-bottom:5px;
	border-bottom:3px solid #FFE639;
	margin-top:40px;
	margin-bottom:15px;
}
.propertyDetail table {
  border-collapse: collapse;
  width: 100%;
}
.propertyDetail table th,
.propertyDetail table td {
  padding: 10px 15px;
  background-color: #F9F9F9;
  border: solid 5px #FFF;
  box-sizing: border-box;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:400;
	line-height:1.6;
	font-size:16px;
}
.propertyDetail table th {
  background-color: #FFEE76;
  color: #333;
  width: 33%;
  font-weight: 500;
  vertical-align: middle;
}
.propertyDetail .map{
	padding-top:10px;
}
.propertyDetail .btn {
  color: #000;
	margin-top:30px;
}
.propertyDetail .btn a {
  position: relative;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 40px;
    padding-bottom: 10px;
  text-decoration: none;
  color: #000;
  background-color: #FFE639;
   font-size: 16px;
  font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	border:2px solid #000;
	border-radius:100px;
	width: 220px;
}
.propertyDetail .btn a:hover {
  background-color: #FFE639;
  opacity: 0.7;
}
.propertyDetail .btn a:before {
  background: url(https://nikkaigroup.com/wp-content/uploads/2025/07/ico_arrow_black.svg);
  content: "";
  width: 9px;
  height: 14px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.smb-spider-slider>.spider__dots[data-thumbnails=true] .spider__dot {
    flex: 0 0 auto;
    width: calc(14.15% - var(--smb-spider-slider--dots-gap)*3/4);
}
.smb-spider-slider>.spider__dots[data-thumbnails=true] {
    --smb-spider-slider--dots-gap: var(--_margin-2);
}
.spider+.spider__dots {
    margin-top: 0.5em;
}
.spider__arrow[data-direction=prev]:before {
    border-bottom: 3px solid var(--spider--arrow-color);
    border-left: 3px solid var(--spider--arrow-color);
	top: calc(30% - var(--spider--arrow-size) / 2);
	 width: 30px;
    height: 30px;
}
.spider__arrow[data-direction=next]:before {
    border-right: 3px solid var(--spider--arrow-color);
    border-top: 3px solid var(--spider--arrow-color);
	bottom: calc(30% - var(--spider--arrow-size) / 2);
    width: 30px;
    height: 30px;
}

@media (max-width: 833px) {
	
	.propertyList{
	padding-top:30px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
	
	
	.propertyDetail{
	padding-top:30px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
.propertyDetail h2.title{
	font-size:24px;
	margin-bottom:15px;
}
	.propertyDetail h3{
	font-size:20px;
	margin-top:30px;
	margin-bottom:10px;
}
	
	.smb-spider-slider>.spider__dots[data-thumbnails=true] .spider__dot {
    flex: 0 0 auto;
    width: calc(14% - var(--smb-spider-slider--dots-gap)*3/4);
}
	
	
}


