@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_model a {
	background-color: rgba(0, 0, 0, .1);
}

.design_contents + .design_contents {
  margin-top: 80px;
}

@media only screen and (max-width:768px) {
	.design_contents + .design_contents {
  margin-top: 40px;
}
}

.head_title {
	font-size: 50px;
	letter-spacing: 0.05em;
	font-family: "EB Garamond", serif;
	display: flex;
	align-items: center;
}
.head_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #121212;
}
.head_title:after {
	margin-left: 2rem;
}

@media only screen and (max-width:768px) {
	.head_title {
		font-size: 20px;
}
}

.modalSlideArea,
.modalSlideArea2,
.modalSlideArea3 {
	position: relative;
}
.thumbnails,
.thumbnails2,
.thumbnails3 {
	width: 80%;
	max-width: 770px;
	margin-inline: auto;
}
.thumbnails ul,
.thumbnails2 ul,
.thumbnails3 ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2px;
}
.thumbnails li,
.thumbnails2 li,
.thumbnails3 li {
	flex: 1;
	background-color: #000;
	cursor: pointer;
}
.thumbnails li img,
.thumbnails2 li img,
.thumbnails3 li img {
	transition: opacity 0.3s;
	opacity: 0.4;
}
.thumbnails li.slick-active img,
.thumbnails2 li.slick-active img,
.thumbnails3 li.slick-active img,
.thumbnails li:hover img,
.thumbnails2 li:hover img,
.thumbnails3 li:hover img {
	opacity: 1;
}
.modalSlideArea .slick-arrow,
.modalSlideArea2 .slick-arrow,
.modalSlideArea3 .slick-arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(-50%);
	background-color: rgba(59,59,65,0.9);
	cursor: pointer;
	text-indent: -9999px;
	z-index: 5;
}
.modalSlideArea .slick-arrow:before,
.modalSlideArea2 .slick-arrow:before,
.modalSlideArea3 .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	margin-top: -5px;
}
.modalSlideArea .slick-prev,
.modalSlideArea2 .slick-prev,
.modalSlideArea3 .slick-prev {
	left: 0;
}
.modalSlideArea .slick-next,
.modalSlideArea2 .slick-next,
.modalSlideArea3 .slick-next {
	right: 0;
}

.modalSlideArea .slick-prev:before,
.modalSlideArea2 .slick-prev:before,
.modalSlideArea3 .slick-prev:before {
	margin-left: -2px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.modalSlideArea .slick-next:before,
.modalSlideArea2 .slick-next:before,
.modalSlideArea3 .slick-next:before {
	margin-left: -8px;
	border-right: #fff solid 1px;
	border-top: #fff solid 1px;
}


@media only screen and (max-width:768px) {
	.modalSlideArea,
	.modalSlideArea2,
	.modalSlideArea3 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.thumbnails,
	.thumbnails2,
	.thumbnails3 {
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
}
	.modalSlideArea .slick-arrow,
	.modalSlideArea2 .slick-arrow,
	.modalSlideArea3 .slick-arrow {
		width: 20px;
		height: 80px;
	}
}

.equipmentList {
	display: flex;
	flex-wrap: wrap;
	margin: -70px -15px 0;
}
.equipmentList > li {
	box-sizing: border-box;
	width: 25%;
	padding: 70px 15px 0;
}
.equipmentList > li figure {
	position: relative;
	margin-bottom: 15px;
}
.equipmentList > li figure img {
	width: 100%;
}
.equipmentList > li .ttl {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.4;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.equipmentList > li .ttl small {
	font-size: 0.7em;
}

.equipmentList > li .txt {
	text-align: left;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width:768px) {
	.equipmentList {
		margin: -50px -10px 0;
	}
	.equipmentList > li {
		width: 50%;
		padding: 50px 10px 0;
		font-size: 12px;
	}
	.equipmentList > li .ttl {
		font-size: 14px;
	}
}

@media only screen and (max-width:500px) {
	.equipmentList {
		margin: 0;
	}
	.equipmentList > li {
		width: auto;
		padding: 0;
	}
	.equipmentList > li + li {
		margin-top: 40px;
	}
}
/* サムネ */
.vr-modelroom{
        position: relative;
        aspect-ratio: 16/9;
    }
.vr-modelroom iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* pc/sp非表示 */
.sp-none{
	display: block;
}
.pc-none{
	display: none;
}
@media only screen and (max-width:768px) {
	.sp-none{
		display: none;
	}
	.pc-none{
		display: block;
	}
}

/* タイトル少し上へ */
.modelroom-title{
	padding-bottom: 80px;
}
@media only screen and (max-width:768px) {
	.modelroom-title{
		padding-bottom: 30px;
	}
}
.vr-modelroom-cap{
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
}

.commonImgcap.left-cap{
    left: 0;
    right: 54%;
}