<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.top_img {
	padding-bottom: 62.5%;
}
#main_cnt{
		padding:50px 0 0;
}
.til01{
	padding-bottom: 40px;
}
.room_txt01{
	text-align: center;
	padding-bottom: 45px;
}
/*---------- リスト ----------*/
.list_view:first-of-type{
	border-top: solid 10px #eeeeee;
}
.list_view a{
		color:#000;
		text-decoration:none;
		display:block;
}

.list_view li.touchHover{
	padding:3px 0px 2px 4px;
	background-image: -moz-linear-gradient(center top , #fff, #eee); 
	background: -webkit-gradient(linear, left top, left bottom,from(#fff), to(#eee));
	border-bottom:1px solid #ddd;
	position:relative;
	overflow:hidden;
	line-height:100%;

}
.list_view li.touchstart{
	background-image: -moz-linear-gradient(center top , #fff, #bbb); 
	background: -webkit-gradient(linear, left top, left bottom,from(#fff), to(#ccc));
}

.list_view li.list_all{
	padding:15px 0px 15px 20px;
	position:relative;
}

.list_img{
	float:left;
	width:45%;
	margin:0;
}
.list_img img{
	width:100%;
	/*
	 border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
	*/
}
.list_desc{
	float:left;
	margin:8px 0 5px 10px;
	width:50%;
}
.list_desc dt{
	font-size:12px;
}
.list_desc dt span.list_title{
	font-size:12px;
	display:block;
}
.list_desc dt span.list_title2{
	font-size:10px;
	margin-left:15px;
	display:block;
}
.list_desc dt span.list_name{
	font-size:15px;
	font-weight:bold;
	margin-top:3px;
	display:block;
}
.list_desc dt span.list_name2{
	font-size:11px;
	font-weight:bold;
	margin-top:3px
}
.list_desc dd{
	margin:13px 0 0 0;
}
.list_desc dd span.list_madori{
	font-size:13px;
	display:block;
}
.list_desc dd span.list_ninzu{
	font-size:11px;
	margin-top:5px;
	display:block;
}
.list_desc dd span.list_price{
	font-size:10px;
	display:block;
	color:#9a6500;
}
.list_desc dd span.list_price2{
	font-size:13px;
	font-weight:bold;
	color:#9a6500;
}

.list_arrow{
	display:block;
	width:17px;
	height:17px;
	background: url(../img/arrow.png) no-repeat center;
	position:absolute;
	right:10px;
	top:44%;
	background-size: contain !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	-ms-background-size: contain !important;
}
.list_all .list_arrow{
	top:34%;
}

/*---------- swiper ----------*/
.swiper-container{
	position: relative;
	padding-bottom: 67.19%;
	height: 0;
	}
	.swiper-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 1;
	}
	.swiper-wrapper img{
	width: 100%;
	}
	.swiper-pagination-bullet{
	opacity: 0.5;
	}
	.swiper-container-horizontal&gt;.swiper-pagination-bullets{
		bottom: 3px;
	}
	.swiper-pagination-white{
	opacity: 0.5;
	}

	#room_cnt{
		padding: 20px 15px 25px 20px;
	}
	
.rm_til_sub{
	font-size: 12px;
	font-weight: normal;
	margin:0 0 5px 0;
}
.rm_price{
	font-size: 12px;
	font-weight: normal;
	margin:5px 0 15px 0;
}
.rm_size{
	font-size: 14px;
	margin-bottom:20px;
}
h3{
	font-weight: bold;
	margin-bottom:5px;
	font-size: 15px;
}
.link_btn01{
	width: 60%;
	margin-top: 40px;
	letter-spacing: 1px;
}
</pre></body></html>