@charset "utf-8";


/* @group content */

/* @group メインカラム -----------------------------*/

#mainarea .column#listArea {
	padding-bottom:60px;
}

#mainarea .column#listArea h3 {
	padding:0 0 20px;
}

/* @end */

/* @group メインエリアリードエリア -----------------------------*/
#mainarea .column#leadAreaNoline {
	border-bottom: 0;
	margin-bottom: 0;
}

#mainarea .column#photos {
	background-color:#F3F3F3;
	padding-top: 20px;
	border-bottom: 0;
}

#mainarea .column#photos .leftPhoto {
	float:left;
	width:348px;
}

#mainarea .column#photos .rightPhoto {
	float:right;
	width:348px;
}

/* @end */

/* @group bath1 -----------------------------*/

#mainarea .column#bath1 {
	padding:0 28px 26px 298px;
	background:url(../images/bg_bath1.jpg) left bottom no-repeat;
}

#mainarea .column#bath1 h3 {
	padding:0 0 20px;
}

#mainarea .column#bath1 .txt {
	line-height:1.7;
}

/* @end */

/* @group bath2 -----------------------------*/

#mainarea .column#bath2 h3 {
	padding:0 0 20px;
}

#mainarea .column#bath2 .txt {
	line-height:1.7;
}

/* @end */

/* @group 情報テーブル -----------------------------*/

#mainarea .column#bath1 #info {
	border-top:solid 2px #666;
	border-bottom:solid 1px #666;
	margin:20px 0 65px;
	width:443px;
}

#mainarea .column#bath1 #info dt {
	float: left;
	background-color:#F3F3F3;
	width: 80px;
	padding: 7px;
	display:block;
	text-align:center;
}

#mainarea .column#bath1 #info dd {
	float: right;
	width: 335px;
	padding: 7px;
}

#mainarea .column#bath2 #info {
	border-top:solid 2px #666;
	border-bottom:solid 1px #666;
	margin:90px 0 25px;
}

#mainarea .column#bath2 #info dt {
	float: left;
	background-color:#F3F3F3;
	width: 80px;
	padding: 7px;
	display:block;
	text-align:center;
}

#mainarea .column#bath2 #info dd {
	float: right;
	width: 605px;
	padding: 7px;
}

#info .heightLine-group1 {
	border-bottom:dotted 1px #666;
}

/* @end */

/* @group メニューテーブル -----------------------------*/

.menu {
	margin-bottom:15px;
	padding-bottom:30px;
	background:url(../images/bg_menu.gif) left bottom no-repeat;
}

.menu h4 {
	padding:32px 0 5px;
	background:url(../images/bg_menu_tit.gif) left top no-repeat;
	text-align:center;
}

.menu p {
	margin:0 50px;
	padding-left:11px;
	font-weight:bold;
	background:url(../images/icon_circle.gif) 2px 6px no-repeat;
}

.menu ul {
	margin:0 50px;
}

.menu li {
	padding:15px 0;
	border-top:solid 1px #b8b5ac;
}

.menu li.tp {
	border-top:none;
}

.menu li img {
	display:block;
	vertical-align:bottom;
}

.menu span {
	display:block;
	margin-top:9px;
	padding-left:11px;
	font-weight:bold;
	background:url(../images/icon_circle.gif) 2px 6px no-repeat;
}

/* @end */

/* @group 予約テーブル -----------------------------*/

#reserveBox {
	margin:30px 0 20px;
	padding:5px;
	background:#f1ebee;
}

#reserveBox .inner {
	padding:28px 22px;
	border:solid 1px #fff;
}

#reserveBox h4 {
	float:left;
}

#reserveBox p {
	float:right;
}

/* @end */




/* @group clearfix=================================================================== */
#info dl:after,
#reserveBox .inner:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#info dl,
#reserveBox .inner {
	display:inline-block;
	overflow:hidden;
}

/* Hides from IE-mac \*/
* html #info dl,
* html #reserveBox .inner {
	height:1%;
}

#info dl,
#reserveBox .inner {
	display:block;
}
/* End hide from IE-mac */
/* @end */
