@charset "utf-8";

body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.-w890{
	max-width: 890px;
    margin-right: auto;
    margin-left: auto;
}
#modelroom .navTab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0 0;
}

/* #modelroom .navTab a {
	font-family: 'Cormorant', serif;
	width: 19%;
	height: 74px;
	background: #cecece;
	position: relative;
	font-style: italic;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 1.2;
	cursor: pointer;
	transition: 0.2s;
	word-wrap: break-word;
	text-align: center;
	overflow: visible;

} */

#modelroom .navTab a {
	position: relative;
	font-family: "Cormorant", serif;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: italic;
	color: #000;
	width: 19%;
	height: 74px;
	font-size: min(28px, 3vw);
	line-height: 1.2;
	cursor: pointer;
	transition: 0.2s;
	word-wrap: break-word;
	text-align: center;
	overflow: visible;
	border: 1px solid rgb(229, 229, 229);
	background: #ececec;
	/* background: linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(200, 200, 200) 100%); */
}

#modelroom .type-item::before {
	content: "";
	position: absolute;
	inset: 0;
}

#modelroom .navTab a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #b8b8b8;
	z-index: 1;
}

#modelroom .navTab a:hover::before,
#modelroom .navTab .active::before {
	background: #870000;
}

#modelroom .navTab a .mdr {
	/* font-weight: bold; */
	display: inline-flex;
	align-items: center;
	font-size: min(44px, 4vw);
	color: #000;
	line-height: 1.2;
	font-style: italic;
	/* letter-spacing: 4px; */
}

#modelroom .navTab a .type {
	font-style: italic;
	font-size: min(28px, 3vw);
	display: block;
	margin-left: 5px;
	font-style: normal;
	letter-spacing: 2px;
	display: block;
}

#modelroom .navTab a .ldk {
	font-family: 'Garamond', serif;
	font-style: italic;
	font-size: min(25px, 2.2vw);
	color: #b8b8b8;
	line-height: 1.2;
	display: block;
	margin-left: 5px;
	font-weight: normal;
	letter-spacing: 1px;
}

#modelroom .navTab a:hover {
	color: #fff !important;
}

#modelroom .navTab .active{
	background: #870000;
	border-bottom: none;
	color: #fff !important;
	/* background: #ececec; */
}

#modelroom .navTab a:hover {
	opacity: 1;
	background: #870000;
	position: relative;
	z-index: 3;
	color: #fff;
}

#modelroom .navTab a:hover,
#modelroom .navTab a:hover .mdr,
#modelroom .navTab a:hover .type,
#modelroom .navTab a:hover .ldk,
#modelroom .navTab .active .mdr,
#modelroom .navTab .active .type,
#modelroom .navTab .active .ldk {
	color: #fff !important;
}


#modelroom .type-item {
	color: #414042;
	/* padding: 18px 12%; */
	/* border: 1px solid rgb(229, 229, 229); */
	/* background: linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(200, 200, 200) 100%); */
	background: #b8b8b8;
	position: relative;
	display: block;
	letter-spacing: 0.01em;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
	/* font-family: "Cormorant", serif; */
	/* &:not(:last-child) {
    margin-bottom: 10px;
  } */
}

#modelroom .type-item:hover {
	/* background: linear-gradient(90deg, rgb(230, 229, 229) 0%, rgb(170, 170, 170) 100%); */
	background: #9b9b9b;
}

#modelroom .type-item::before {
	content: "";
	position: absolute;
	inset: 0;
}


#modelroom .type-item .p1 {
	font-size: min(18px, 2vw);
	line-height: 1.2;
	/* font-style: italic; */
	/* letter-spacing: 4px; */
	padding-bottom: 10px;
	position: relative;
}

#modelroom .type-item .p1 .type {
	font-size: 24px;
	margin-left: 4px;
}

#modelroom .type-item .p1a,
#modelroom .type-item .p4 {
	font-size: min(35px, 3vw);
}

#modelroom .type-item .p4 sup {
	font-size: 50%;
	top: -0.75em;
}

#modelroom .type-item .p2,
#modelroom .type-item .p3 {
	font-size: min(25px, 3vw);
	line-height: 1.2;
	letter-spacing: 2px;
	/* font-style: italic; */
	display: flex;
	align-items: center;
	position: relative;
}

.lounge-item .type-item .type {
	font-family: "EB Garamond", serif;
}

#modelroom .type-item .p4 {
	position: relative;
	display: block;
	font-family: inherit
}

#modelroom .type-item .p2 .m2,
#modelroom .type-item .p3 .m2 {
	font-size: min(28px, 3vw);
	/* margin-right: 10px; */
}

#modelroom .type-item .p2 .wic,
#modelroom .type-item .p3 .wic {
	font-size: 16px;
}

#modelroom .caption {
	font-size: 12px;
	text-align: left;
	font-family: "Noto Sans CJK JP", sans-serif;
	margin: -3vw 0 3vw;
}

#modelroom .titSub {
	margin-bottom: 30px;
}

#modelroom .page-sub {
	font-size: 23px;
	line-height: 1.3;
	text-align: center;
}

#modelroom .icon-load {
	text-align: center;
	margin: 100px 0;
}

/* #modelroom .caption {
	padding: 100px 0 0;
	font-size: 9px;
	text-align: center;
} */

.slider {
	margin: 10px 0;
}

.slider .slick-arrow {
	width: 35px;
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	cursor: pointer;
}

.slider .slick-arrow.prev {
	left: -38px;
}

.slider .slick-arrow.next {
	right: -38px;
}


.the-marks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.the-marks .type-room {
	display: block;
	margin: 30px 0;
	border: 1px solid #bfc0c3;
	text-align: center;
}

.the-marks .col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
}

.the-marks .col .tit {
	position: relative;
	width: 16%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: "EB Garamond", serif;
	font-size: 14px;
	letter-spacing: 0.1rem;
	background: linear-gradient(90deg, rgba(49, 53, 124, 1) 0%, rgba(42, 40, 84, 1) 1%, rgba(46, 48, 110, 1) 22%, rgba(41, 38, 75, 1) 71%);
	color: #fff;
	padding: 12px 5px;
	text-align: center;
	line-height: 1;
	font-size: 30px;
}

.the-marks .col .tit .new {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 24px;
	background: linear-gradient(to right, #a4895e 0%, #d7cea2 50%, #a4895e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 20px 0 10px;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, #a4895e 0%, #d7cea2 50%, #a4895e 100%) 1;
	line-height: 1;
	letter-spacing: 8px;
}

.the-marks .col .tit p {
	display: block;
	width: 100%;
}

.the-marks .col .tit .f30 {
	font-size: 30px;
}

.the-marks .col .tit .f40 {
	font-size: 40px;
}

.the-marks .col .tit .type {
	font-size: 14px;
	display: block;
}


.the-marks .col .thumb-slider {
	/* width: 47%; */
	width: 62%;
}


.the-marks .col .thumb-slider {
	display: flex;
	/* font-family: "Cormorant", serif; */
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 7px;
}

.the-marks .col .thumb-slider .slick-item {
	width: 31%;
    margin-right: 3%;
}

.the-marks .col .thumb-slider .slick-item:nth-child(3n) {
	margin-right: 0%;
}

.the-marks .col .thumb-slider .slick-item:hover {
	cursor: pointer;
}

.the-marks .col .thumb-slider p {
	font-size: 18px;
	font-size: 16px;
	line-height: 1;
	margin-top: 5px;
	letter-spacing: 0.03em;
	color: #656669;
}

.the-marks .col .thumb-slider p span {
	/* font-size: 8px; */
	/* color: #211d70; */
}

.thumb-slider .slick-item.is-active p {
	color: #211d70;
}

.the-marks .col .bnr {
	display: block;
	text-align: center;
	width: 38%;
}

.the-marks .col .bnr .type {
	margin-top: 1.3rem;
	/* margin-left: 5px; */
}

/* type item */
.type-item {
	padding: 12px 14%;
	color: #000;
	background: #e9e9e9;
	position: relative;
	display: block;
	transition: all 0.3s ease-in;
}

.type-item .p1 {
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 2px;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #414042;
	position: relative;
}

.type-item .type {
	/* font-size: 34px; */
	font-style: normal;
	font-family: "EB Garamond", serif;
}

.type-item .c1 {
	letter-spacing: 0.1em;
}

.type-item .c2 {
	font-size: 30px;
}

#modelroom .type-item::before {
	content: '';
	position: absolute;
	inset: 0;
}

#modelroom .type-item .p1 .type {
	font-size: 18px;
}


#modelroom .type-item .p2 {
	font-size: 34px;
	line-height: 1.2;
	display: flex;
	/* align-items: flex-end; */
	justify-content: space-around;
	gap: 5px;
	position: relative;
}

#modelroom .type-item .p4 .m2 {
	font-size: 28px;
	/* margin-right: 10px; */
}

#modelroom .type-item .p2 .tb {
	font-size: min(15px, 3vw);
	letter-spacing: 1px;
	display: block;
}

#modelroom .type-item .p2 .wic {
	font-size: 16px;
}

#modelroom .type-item::after {
	content: "";
	background: url(../../modelroom/images/img-icon.svg) center center / 100% 100% no-repeat;
	width: min(7vw, 34px);
	height: 7vw;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	left: inherit;
	transform: translateY(-50%);
}

/* 
@media screen and (max-width: 960px) {
	#modelroom .navTab a {
		font-size: 2.5vw;
		height: 50px;
		height: min(72px, 12vw);
	}

	#modelroom .type-item {
		width: 75%;
		display: block;
		margin: 1rem auto;
	}

	.type-item .p1 {
		font-size: min(3.5vw, 22px);

	}

	.type-item .p2,
	.type-item .c2 {
		font-size: min(6.3vw, 27px);
	}

	.type-item .c1 {
		font-size: min(7vw, 33px);
	}
} */

@media screen and (max-width: 768px) {
	.-w1060 {
		width: 86%;
	}

	#modelroom .navTab {
		margin: 5% 0;
		gap: 10px;
	}

	/* #modelroom .navTab a {
		font-size: 20px;
		width: 48%;
	} */

	#modelroom .navTab a {
		width: 48%;
		font-size: 2.5vw;
		font-size: min(28px, 5vw);
		height: 50px;
		height: min(72px, 12vw);
	}

	#modelroom .type-item {
		width: 75%;
		display: block;
		margin: 1rem auto;
	}

	#modelroom .type-item .p1 {
		font-size: min(3.5vw, 22px);
	}

	#modelroom .type-item .p1a,
	#modelroom .type-item .p4 {
		font-size: min(35px, 6.25vw);
	}

	#modelroom .type-item .p2,
	#modelroom .type-item .p3,
	#modelroom .type-item .c2 {
		font-size: min(5vw, 27px);
	}

	.type-item .c1 {
		font-size: min(7vw, 33px);
	}

	#modelroom .navTab a .mdr {
		font-size: 38px;
		font-size: min(7vw, 33px);
	}

	#modelroom .type-item .p2 .m2,
	#modelroom .type-item .p3 .m2 {
		font-size: min(28px, 4vw);
	}

	#modelroom .navTab a .type {
		font-size: 20px;
		margin-left: 3px;
		letter-spacing: 1px;
	}

	#modelroom .navTab a .ldk {
		font-size: 18px;
		margin-left: 3px;
		letter-spacing: 1px;
	}

	#modelroom .icon-load {
		margin: 30px 0;
	}

	#modelroom .page-sub {
		font-size: 18px;
	}

	#modelroom .caption {
		/* padding: 50px 0 0; */
	    margin: 3vw 0 5vw;
		font-size: 9px;
	}

	.slider {
		margin: 0 auto 3%;
	}

	.slider .slick-arrow {
		width: 4.5vw;
	}

	.slider .slick-arrow.prev {
		left: -6%;
	}

	.slider .slick-arrow.next {
		right: -6%;
	}

	.slider .slick-arrow polyline {
		stroke: #fff !important;
	}

	.the-marks .col {
		width: 100%;
		margin-bottom: 5vw;
	}

	.the-marks .bnr img {
		width: 100%;
	}

	.the-marks .type-room img {
		width: 100%;
	}

	.the-marks .col {
		display: block;
	}

	.the-marks .col .tit {
		font-size: 16px;
		width: 100%;
		height: unset;
		display: block;
		padding: 20px 5px;
		margin-bottom: 20px;
	}

	.the-marks .col .tit .new {
		position: static;
		padding: 0 0 10px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.the-marks .col .tit .f30 {
		font-size: 26px;
	}

	.the-marks .col .tit .f40 {
		font-size: 36px;
	}

	.the-marks .col .thumb-slider {
		width: 100%;
		margin-bottom: 30px;
		margin-bottom: 5vw;
	}

	.the-marks .col .bnr {
		width: 100%;
		text-align: center;
	}

	.the-marks .col .bnr img {
		width: 75%;
		margin: 0 auto;
	}

	.the-marks .col .thumb-slider p {
		font-size: min(3vw, 15px);
	}
}


/* tab1 */
#tab1 .the-marks .col .thumb-slider {
	width: 100%;
	justify-content: space-between;
}

#tab1 .the-marks .col .thumb-slider .list1{
	width: 62%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 7px;
}

#tab1 .the-marks .col .thumb-slider .list2 {
	width: 38.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#tab1 .the-marks .col .thumb-slider .list2 .slick-item{
	width: 47.5%;
	margin: 0;
}

#tab1 .the-marks .col .thumb-slider .list2 .slick-item p{
	font-size: 15px;
	line-height: 1;
	margin-top: 5px;
	letter-spacing: 0.03em;
	color: #656669;
}

#tab1 .the-marks .col .thumb-slider .list2 .slick-item p span{
	font-size: 8px;
	color: #211d70;
}

#tab1 .the-marks .col .thumb-slider .list2 .slick-item.is-active p  {
	color: #211d70;
}

@media screen and (max-width: 768px) {
	#tab1 .the-marks .col .thumb-slider {
		width: 100%;
	}

		#tab1 .the-marks .col .thumb-slider  .list1{
		margin-bottom: 30px;
	}

	#tab1 .the-marks .col .thumb-slider .list1{
		width: 100%;
	}

	#tab1 .the-marks .col .thumb-slider .list2 {
		width: 50%;
		margin: 0 auto;
	}

	#tab1 .caption{
		margin: -3vw 0 3vw;
	}
}