@charset "utf-8";
/*------------------------------------------------------------
	room
------------------------------------------------------------*/
#main .pageVisual .image {
	background-image: url(../img/room/main_img.jpg);
}
#main .content {
	max-width: 1054px;
}
#main .headLine01 {
	margin-bottom: 23px;
}
#main .roomBox {
	margin-bottom: 56px;
}
#main .roomBox .headLine01 {
	margin-bottom: 15px;
	color: #fff;
	text-align: left;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
#main .roomBox .headLine01 .en {
	margin: -10px 9px 0 0;
	color: #fff;
	font-size: 2.3rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.12em;
}
#main .slideBox {
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .slideBox .image {
	flex: 1;
	height: 300px;
	position: relative;
	background: url(../img/room/img01.jpg) no-repeat center center;
	background-size: cover;
}
#main .slideBox .rightBox {
	margin-left: 48px;
	width: 326px;
	position: relative;
}
#main .slideBox .arrowUl {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: -22px;
	left: 0;
	z-index: 10;
	line-height: 1;
	font-size: 0;
}
#main .slideBox .arrowUl img {
	width: 100%;
}
#main .slideBox .arrowUl li {
	margin-left: 8px;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	cursor: pointer;
}
#main .slideBox .arrowUl li:first-child {
	margin-left: 0;
}
#main .slideBox .innerUl > li {
	margin-bottom: 17px;
	display: flex;
	justify-content: space-between;
}
#main .slideBox .innerUl > li:last-child {
	margin-bottom: 0;
}
#main .slideBox .ttl {
	margin-right: 12px;
	width: 101px;
	color: #000;
	font-size: 2.5rem;
	font-family: 'Noto Serif JP', serif;
	background-color: #ccc3ba;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	letter-spacing: 0.1em;
}
#main .slideBox .ttl02 {
	color: #fff;
	font-size: 3.65rem;
	justify-content: flex-end;
	align-items: flex-end;
	line-height: 1;
	background-color: #cccccc;
}
#main .slideBox .innerUl ul {
	display: flex;
	justify-content: space-between;
	flex: 1;
}
#main .slideBox .innerUl ul li {
	width: calc(50% - 6px);
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
#main .slideBox .innerUl img {
	width: 100%;
}
#main .flexBox {
	display: flex;
	justify-content: space-between;
}
#main .tableBox {
	margin-top: 24px;
	flex: 1;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .tableBox th,
#main .tableBox td {
	color: #fff;
	font-size: 1.557rem;
	border: 1px solid #736357;
	text-align: center;
	vertical-align: middle;
	line-height: 1.16;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
#main .tableBox tbody td {
	width: 21%;
}
#main .tableBox th {
	width: 16%;
	padding: 14px 5px 15px;
	color: #231815;
	font-weight: normal;
	background-color: #ebe8e3;
}
#main .tableBox thead td {
	padding: 14px 5px 15px;
	color: #231815;
	background-color: #ebe8e3;
}
#main .tableBox .red {
	color: #e50012;
	display: block;
}
#main .tableBox .notes {
	margin-top: 3px;
	font-size: 1.58rem;
}
#main .detailBox {
	margin-left: 48px;
	width: 326px;
}
#main .detailBox .borderBox {
	padding: 13px 13px 24px;
	height: 241px;
	border: 1px solid #736357;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#main .detailBox p {
	margin-bottom: 20px;
	line-height: 1.42;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .detailBox p:last-child {
	margin-bottom: 0;
}
#main .detailBox .ttl {
	margin-bottom: 0 !important;
	font-size: 1.557rem;
	line-height: 1.5;
}
#main .detailBox .borderBox .ttl {
	margin-bottom: 4px;
	font-size: 1.5rem;
}
#main .room04 {
	margin-bottom: 71px;
}
#main .usedBox {
	margin: 0 auto;
	max-width: 870px;
}
#main .usedBox .headLine01 {
	margin-bottom: 30px;
}
#main .usedBox .listUl > li {
	margin-bottom: 16px;
	padding: 7px 22px;
	color: #000000;
	background-color: #f1f0ee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.55rem;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .usedBox .listUl .txt {
	width: 120px;
	color: #736357;
}
#main .usedBox .listUl .rightBox {
	padding-left: 14px;
	flex: 1;
	border-left: 1px solid #736357;
}
#main .usedBox .indentUl {
	font-size: 1.2rem;
	line-height: 1.5;
}
#main .usedBox .txtDl {
	padding-bottom: 6px;
	line-height: 1.28;
}
#main .usedBox .title + .txtDl {
	padding-top: 8px;
}
	#main .usedBox .txtDl dd {
		margin-bottom: 5px;
		padding-left: 0;
	}
	#main .usedBox .txtDl dd:last-child {
		margin-bottom: 0;
	}
	#main .usedBox .txtDl dt {
		float: none;
		font-weight: bold;
	}
	#main .usedBox .title + .txtDl {
		padding-top: 5px;
	}
#main .usedBox .listUl .title {
	margin-bottom: 3px;
}
@media all and (min-width: 897px) {
	#main .slideBox .arrowUl li:hover {
		opacity: 0.7;
	}
	#main .slideBox .innerUl ul li:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#main .content {
		margin: 0 20px;
	}
	#main .slideBox {
		margin-bottom: 40px;
		display: block;
	}
	#main .slideBox .rightBox {
		margin: 20px 0 0 0;
		width: auto;
	}
	#main .flexBox{
		display: block;
	}
	#main .tableBox th,
	#main .tableBox td {
		white-space: nowrap;
		font-size: 1.2rem;
	}
	#main .tableBox thead td {
		padding: 14px 0 15px;
	}
	#main .detailBox {
		margin: 30px 0 0 0;
		width: auto;
	}
	#main .tableBox .notes{
		font-size: 1.2rem;
	}
	#main .detailBox .borderBox {
		padding: 20px;
		height: auto;
	}
	#main .slideBox .innerUl > li {
		margin-bottom: 8px;
	}
	#main .slideBox .innerUl ul li {
		width: calc(50% - 4px);
	}
	#main .slideBox .ttl {
		margin-right: 8px;
	}
	#main .roomBox {
		margin-bottom: 70px;
	}
	#main .usedBox .listUl > li {
		padding: 10px 20px 20px;
		display: block;
	}
	#main .usedBox .listUl .txt {
		margin-bottom: 10px;
		width: auto;
		text-align: center;
	}
	#main .usedBox .listUl .rightBox {
		padding: 10px 0 0 0;
		flex: 1;
		border-left: none;
		border-top: 1px solid #736357;
	}
	#main .usedBox .txtDl dd {
		margin-bottom: 5px;
		padding-left: 0;
	}
	#main .usedBox .txtDl dd:last-child {
		margin-bottom: 0;
	}
	#main .usedBox .txtDl dt {
		float: none;
		font-weight: bold;
	}
	#main .usedBox .title + .txtDl {
		padding-top: 5px;
	}
	#main .slideBox .image {
		padding-bottom: 54.6%;
		height: auto;
	}
}
@media all and (max-width: 374px) {
	#main .roomBox .headLine01 .en {
		letter-spacing: 0;
	}
}

.slick-arrow.slick-hidden {
	display: none !important;
}
.slick-disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}