@charset "UTF-8";

@import "/common/css/slick-theme.css";

header {
	border-bottom: 1.5px solid #000;
}

h1 {
	font-size: 1.2rem;
}

.bg-pattern2 {
	background-image: url('../images/article/bg-pattern.png');
	background-size: 3px;
	background-attachment: fixed;
}

.float-icon {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background-color: #fff;
}

.float-icon > .header-icon + .header-icon {
	margin-top: 1px;
}

.tab-img {
	width: 120px;
}

.tabs {
	position: relative;
	color: #fff;
	padding: 0.25em 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.content {
	display: none;
}

.content.active {
	display: block;
}

.dots-thumb {
	list-style: none;
	margin-left: -0.5%;
	margin-right: -0.5%;
}

.dots-thumb > li {
	-ms-flex: 0 1 32.3334%;
	flex: 0 1 32.3334%;
	max-width: 32.3334%;
	margin: 0.5%;
	border: 1.5px solid #ccc;
	background-color: #fff;
}
.dots-thumb > li:hover {
	opacity: 0.8;
	cursor: pointer;
}

.dots-thumb > li > img {
	opacity: 0.7;
	transition: 0.2s;
}

.dots-thumb > .slick-active {
	border-color: #000;
}
.dots-thumb > .slick-active > img {
	opacity: 1;
}

.slick-slide {
	background-color: #fff;
	text-align: center;
}

.slider-arrow {
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background-color: #999;
	border: none;
	box-shadow: 0 0 5px #ccc;
}
.slider-arrow:before {
	color: #fff;
}
.slider-prev {
	left: 0;
}
.slider-next {
	right: 0;
}

.location-wrap {
	margin-left: -1%;
	margin-right: -1%;
}

.location {
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	max-width: 48%;
	margin: 0.5% 1%;
}

.location-noimg {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	margin: 0.5% 0;
}

.location-distance {
	-ms-flex-basis: 35%;
	flex-basis: 35%;
	max-width: 35%;
}

.location-access {
	-ms-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin:0.5% 0;
}

.location-access .location-img-wrap {
	-ms-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
	min-width: 50%;
	margin-right: 2%;
}

.dotted {
	height: 50%;
	border-bottom: 1.8px dotted #000;
	margin: 0 0.5rem;
}

#Panorama .zoom-wrapper {
	position: absolute;
	left: 0.5rem;
	bottom: 0;
	color: #fff;
	font-size: 2.4rem;
}

#Panorama .zoom {
	opacity: 0.5;
	text-shadow: 0 0 5px black;
	margin: 0.5rem;
}
#Panorama .zoom:hover {
	opacity: 1;
}
#Panorama .zoom:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#Panorama .zoomin:before {
	content: "\f00e";
}
#Panorama .zoomout:before {
	content: "\f010";
}

.pm-wrapper {
	margin-left: -0.5%;
	margin-right: -0.5%;
}

.pano,
.movie {
	min-width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background-color: #000;
}

.after-caption {
	color: #fff;
	background-color: #4c4c4c;
}

.after-blue {
	color: #5c7dab;
}

.after-inspect {
	font-size: 1.3rem;
	border-bottom: 3px solid #bbc9dc;
	padding-bottom: 10px;
}

.multi-table > thead > tr,
.multi-table > tbody > tr {
	display: flex;
	flex-wrap: wrap;
}
.multi-table > thead > tr > .under,
.multi-table > tbody > tr > .under {
	border-top-width: 0;
}

.loan-bg-color {
	color: #fff;
	background-color: #666666;
}

.border-bottom-dash {
	border-bottom: 1.5px dashed #666666;
	padding-bottom: 0.5em;
}

.loan-caption {
	color: #fff;
	background-color: #666666;
	text-align: center;
}

.loan-data {
	border: 1.5px solid #666666;
}

.loan-data > input {
	width: 4em;
	border: none;
	text-align: right;
	font-size: 1.2rem;
}

.loan-btn {
	color: #fff;
	background-color: #666666;
	width: 1.5em;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.loan-btn:hover {
	opacity: 0.8;
}

.loan-arrow {
	color: #666666;
}

.loan-result .loan-caption {
	background-color: rgb(120,40,50);
}

.loan-result .loan-data {
	color: rgb(120,40,50);
	border-color: rgb(120,40,50);
}

.slide_btn:hover {
	cursor: pointer;
	opacity: 0.8s;
}

.slide_btn > .ui-slider.ui-widget-content {
	display: inline-block;
	width: 90%;
	height: 0.5em;
	margin: 0 auto;
	border-color: #666666;
	background: none;
}

.slide_btn > .ui-slider.ui-widget-content > .ui-slider-handle {
	border: none;
	background: none;
	background-color: #666666;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 1rem;
	top: 50%;
	margin-left: 0;
	transform: translate(-50%, -50%);
	outline: none;
}
.slide_btn > .ui-slider.ui-widget-content > .ui-slider-handle:hover {
	cursor: pointer;
	background-color: #999;
}

#GallerySlider .comment {
	color: #fff;
	left: 10px;
	bottom: 10px;
	text-shadow:
		#000 1px 0px 0px, #000 -1px 0px 0px,
		#000 0px -1px 0px, #000 -1px 0px 0px,
		#000 1px 1px 0px, #000 -1px 1px 0px,
		#000 1px -1px 0px, #000 -1px -1px 0px,
		#666 -2px 0 2px, #666 0 2px 2px;
}

.equipment-box {
	padding-left: 15px;
	padding-right: 15px;
}

.equipment-switch + .equipment-button > label {
	margin-bottom: 0;
}

.equipment-box .equipment-carousel > .col-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.equipment-box .equipment-carousel .slick-slide {
	background-color: transparent;
	text-align: left;
}
.equipment-box .equipment-carousel .slider-arrow {
	top: calc(50vw - 30px);
	transform: none;
}
.rect-box {
  position: relative;
  width: 100%;
}
.rect-box::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.rect-box.square::before {
  padding-top: 100%;
}
.rect-box.low::before {
  padding-top: 50%;
}
.rect-box .img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain";
}
.rect-box.cover .img-fluid {
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (max-width: 768px) {
	.equipment-switch + .equipment-button > label::after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		font-size: 1.2rem;
		position: absolute;
		right: 1rem;
		transition: 0.2s;
	}
	.equipment-switch:checked + .equipment-button > label::after {
		transform: rotate(180deg);
	}
}

@media (min-width: 768px) {
	header.position-sticky {
		position: sticky !important;
	}

	header > .row {
		border-bottom: none;
	}

	h1 {
		font-size: 20px;
	}

	#GNav .cp-text-medium {
		font-size: 16px;
	}

	.tabs {
		color: #000;
		padding: 0;
		border-bottom: none;
	}

	.tabs:hover {
		opacity: 0.8;
		color: #9E9E9E;
		cursor: pointer;
	}

	.tabs:after {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		display: block;
		margin: auto;
		content: '';
		border-bottom: 1.5px solid #000;
		width: 0;
		height: 1px;
		transition: 0.2s;
	}
	.tabs.active:after {
		width: 1.6em;
	}

	.dots-thumb > li {
		-ms-flex: 0 1 15.6667%;
		flex: 0 1 15.6667%;
		max-width: 15.6667%;
	}

	.location {
		-ms-flex: 0 1 23%;
		flex: 0 1 23%;
		max-width: 23%;
		margin: 0.5% 1%;
	}

	.location-noimg {
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
		max-width: 48%;
	}

	.location-access {
		-ms-flex-basis: 32%;
		flex-basis: 32%;
		max-width: 32%;
	}

	.location-access .location-img-wrap {
		-ms-flex-basis: auto;
		flex-basis: auto;
		max-width: none;
		min-width: 0%;
		margin-right: 0;
	}

	.pano,
	.movie {
		min-width: 49%;
		background-color: #000;
	}

	.multi-table > thead > tr,
	.multi-table > tbody > tr {
		display: table-row;
	}
	.multi-table > thead > tr > th,
	.multi-table > tbody > tr > td {
		width: auto;
	}
	.multi-table > thead > tr > .under,
	.multi-table > tbody > tr > .under {
		border-top-width: 1px;
	}

	.loan-arrow {
		transform: rotate(-90deg);
	}

	.equipment-switch + .equipment-button > label::after {
		content: "";
		display: block;
		width: 0;
		height: 1px;
		border-bottom: 1px solid #fff;
		margin-left: auto;
		margin-right: auto;
		transition: 0.2s;
	}
	.equipment-switch:checked + .equipment-button > label::after {
		width: 1.5rem;
	}
	.equipment-switch + .equipment-button + .equipment-box {
		display: none;
	}
	.equipment-switch:checked + .equipment-button + .equipment-box {
		display: block;
	}

	.equipment-box .equipment-carousel {
		margin-left: -15px;
		margin-right: -15px;
	}
}