@charset "utf-8";

/*------------------------------------------
    Room
-------------------------------------------*/
#selection div.selection-list-area {
	padding: 0;
}
#selection div.selection-list-area div.madorizu {
	float: none;
	width: 120px;
}
#selection div.selection-list-area div.selection-list {
	float: none;
	width: auto;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
}
#selection div.selection-list-area div.selection-list div.selection-content {
	margin-left: 0;
	padding: 5px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0;
	background-color: white;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-left {
	display: none;
	float: none;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right {
	float: none;
	width: auto;
	margin-left: 0;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul {
	flex-wrap: wrap;
	margin-left: 0;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li {
	padding-left: 0;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li a,
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li.type a {
	width: 100%;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li.all,
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li.available {
	width: 47%;
	margin-left: 5px;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li.single {
	clear: both;
}
#selection div.selection-list-area div.selection-list div.selection-content div.selection-right ul li.type {
	margin: 5px 0 0 5px;
	width: 31%;
}
#selection div.selection-list-area div.selection-list div.options {
	margin-right: 5px;
	text-align: right;
}

div.content-room div.content-room-inner div.room-item {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0;
	padding: 5px 0;
}
div.content-room div.content-room-inner div.room-item {
	position: relative;
}
div.content-room div.content-room-inner div.room-item a.item-link:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #ccc;
	border-radius: 2px;
	color: #ccc;
	z-index: -2;
}
div.content-room div.content-room-inner div.room-item a.item-link:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 16px;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	background: #fff;
	border-radius: 2px;
	z-index: -1;
}

div.content-room div.content-room-inner div.room-item div.room-floor {
	display: none;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.col1 {
	display: none;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image {
	margin: 0 5px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image img {
	width: auto;
	height: 100px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image div.no-image {
	font-size: 130%;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-icon {
	display: none;
	margin: 5px 0 0 0;
	width: 100%;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-icon table {
	width: 100%;
	margin: 0 auto;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price {
	width: calc(100% - 180px);
	padding-right: 25px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-type-condition-gender {
	position: absolute;
	right: 5px;
	display: table;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-type-condition-gender span.room-type {
	display: table-cell;
	vertical-align: middle;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-type-condition-gender span.condition-gender {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-type-condition-gender span.condition-gender div.gender-icon {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row {
	display: flex;
	align-items: center;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row {
	margin-top: 5px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row div.label {
	color: #555;
	font-size: 80%;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row div.value,
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row div.rentArea {
	color: #09c;
	margin-left: auto;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row.rent-area div.value,
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price div.price-row.rent-area div.price-value {
	font-size: 130%;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-number-area {
	display: flex;
	align-items: center;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-number {
	font-size: 140%;
	font-weight: bold;
	color: #555;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-status-button-area {
	margin-left: auto;
	font-size: 90%;
	color: #fff;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-status-button-area span {
	padding: 2px 5px;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-price div.room-status-button-area span.empty-date {
	display: block;
	color: #666;
	font-style: italic;
	font-size: 68%;
	text-align: center;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-status {
	display: none;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-status a.contact {
	display: none;
}
div.content-room div.content-room-inner div.room-item div.room-note {
	padding: 5px 10px;
	font-weight: normal;
}
div.content-room div.content-room-inner div.room-item div.room-note span.width,
div.content-room div.content-room-inner div.room-item div.room-note span.condition,
div.content-room div.content-room-inner div.room-item div.room-note span.remarks {
	margin-right: 15px;
	padding-left: 0;
}
div.content-room div.content-room-inner div.room-item div.room-wrap div.room-icon table td {
	font-size: 60%;
}

div.room-detail div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image-area div.room-price {
	width: auto;
	padding: 10px;
}
div.room-detail div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image {
	float: none;
	width: auto;
	margin: 0 5px;

	position: relative;
}
div.room-detail div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
div.room-detail div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.7%;
}
div.room-detail div.content-room div.content-room-inner div.room-item div.room-wrap div.room-image div.no-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 230%;
	font-weight: bold;
	color: #9e9e9e;
	background: #dbdbdb;
}
div.room-detail div.content-room div.content-room-inner div.room-item div.room-wrap div.room-icon {
	display: block;
	margin: 5px 0 0 0;
	padding: 5px 0;
	width: 100%;
	border-style: dashed;
	border-width: 1px 0;
	border-color: #ccc;
}



#sb-wrapper div.image-wrapper.flick-area {
	height: auto;
}
#sb-wrapper div.image-wrapper.flick-area div.flick-inner {
	height: 300px;
}
#sb-wrapper div.image-wrapper.flick-area div.flick-inner div.image {
	height: 75.7%;
}
#sb-wrapper div.image-wrapper.flick-area div.explain {
	width: auto;
}
#sb-wrapper div.image-wrapper.flick-area div.explain div.explain-title {
	font-size: 80%;
	text-align: left;
	max-width: 100%;
}
#sb-wrapper div.image-wrapper.flick-area div.explain div.explain-page {
	display: none;
}
