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

/* //////////////////////////////////////////////////

　お部屋

////////////////////////////////////////////////// */


.tab {
	margin:15px 0;
	text-align:center;
}
.tab li {
	display:inline;
	padding:0 9px;
}

#contents section {
	position:relative;
	width:930px;
	padding-bottom:20px;
}
#contents section h4 {
	float:right;
	padding:20px 22px 0 0;
}
#contents section .image {
	position:absolute;
	right:30px;
}
#contents section#sec01 .image {
	top:315px;
}
#contents section#sec02 .image {
	top:340px;
}
#contents section#sec03 .image {
	top:340px;
}
#contents section .tabs2 {
	width:694px;
	float:left;
	padding:20px 0 0 22px;
}
#contents section .tabs2 ul {
	float:right;
}
#contents section .tabs2 li {
	margin-bottom:8px;
}

#contents section .btn {
	position:absolute;
	right:22px;
	top:521px;
}
#contents section .text {
	clear:both;
	padding:35px 0 0 25px;
	width:620px;
	color:#fff;
	line-height:2;
}
#contents section aside h5 {
	margin-bottom:5px;
}
#contents section aside p {
}
#contents section .equipment {
	margin:20px 20px 0;
	padding:15px;
	background:#fff url(../img/bg_equip.gif) no-repeat 0 0;
	border-radius:6px;
	box-shadow:inset 0 0 8px #666;
}
#contents section .equipment .col {
	width:320px;
	float:left;
	margin-right:20px;
}




#sec01 {
	background:url(../img/bg_sec1_btm.jpg) no-repeat bottom;
	margin-bottom:20px;
}
#sec01 .inner {
	background:url(../img/bg_sec1_top.jpg) no-repeat top;
}
#sec02 {
	background:url(../img/bg_sec2_btm.jpg) no-repeat bottom;
	margin-bottom:20px;
}
#sec02 .inner {
	background:url(../img/bg_sec2_top.jpg) no-repeat top;
}
#sec03 {
	background:url(../img/bg_sec3_btm.jpg) no-repeat bottom;
}
#sec03 .inner {
	background:url(../img/bg_sec3_top.jpg) no-repeat top;
}

/*
#sec01 {
	background:url(../img/bg_sec1.jpg);
}
#sec02 {
	background:url(../img/bg_sec2.jpg);
}
#sec03 {
	background:url(../img/bg_sec3.jpg);
}
*/

.btmpic {
	margin:30px 0;
}

#refrigerator {
	margin:20px 0 15px;
	background:url(../img/bg_cool.jpg) no-repeat 0 0;
	min-height:181px;
}
#refrigerator .inner {
	width:605px;
	margin:0 0 0 auto;
	padding:15px;
	background:#EFEADB;
	border-radius:6px;
	box-shadow:inset 0 0 6px #848178;
}
#refrigerator h4 {
	padding:5px 0 10px;
}</pre></body></html>