@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/*#zzz{padding: 513px 0 0 0;}  公開前に消してください */

/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* 中ページ共通背景
-----------------------------------------------*/
body {
	background: url(https://www.tangram.jp/rktn_winter/images/page_bg_in.jpg) no-repeat top center !important;
}

/* ヘッダリード文色変更
-----------------------------------------------*/
#header .txt_head{
	color:#4d3300 !important;
}

/* キービジュアルのマージン
-----------------------------------------------*/
.st_act{
	margin:0 0 10px 0 !important;
	text-align:right !important;
}

/* 
-----------------------------------------------*/

#main #st_title h3{
	margin:15px 0 0 0;
}

/* 
-----------------------------------------------*/

#main #con_rooms{
	width:948px;
	height:auto;
	background:#FFF;
	border:1px solid #cfba8c;
	margin:30px 0 0 0;
}

#main .anch{
	width:950px;
	height:81px;
	margin:30px 0 0 0;
}

#main .anch ul li.left{
	padding:0;
}

#main .anch ul li{
	float:left;
	padding:0 0 0 6px;
}

#main #con_rooms .st_rooms{
	padding:70px 0 0 0;
	clear:both;
}

/* 客室コンテンツ
-----------------------------------------------*/
.box_rooms{
	width:948px;
}
.box_rooms.rooms01 {
	background: url('https://www.tangram.jp/rktn/rktn_winter/rooms/images/img_01.jpg') no-repeat;
	height: 400px;
}
.box_rooms.rooms01 .btn {
	padding: 320px 50px 54px 700px;
}
.box_rooms.rooms02 {
	background: url('https://www.tangram.jp/rktn/rktn_winter/rooms/images/img_03.jpg') no-repeat;
	height: 400px;
}
.box_rooms.rooms02 .btn {
	padding: 356px 50px 18px 700px;
}

.box_rooms .left{
	width:581px;
	height:auto;
	padding:44px 0 0 29px;
	float:left;
}

.box_rooms .right{
	width:295px;
	height:auto;
	float:right;
	padding:45px 25px 0 0;
}

.box_rooms .right h2{
	font-size: 15px;
	font-weight: bold;
	color: #d42c2c;
	margin-bottom: 10px;
	font-size: 15px;
}
	
.box_rooms .right .txt{
}
	
.box_rooms .right .table{
	padding:25px 0 0 0;
}
	
.box_rooms .right .arrow{
	padding:15px 0 0 0;
	text-align:center;
}
	
.box_rooms .right .btn{
	padding:15px 0 0 0;
	text-align:center;
}
	
#con_rooms .box_tbl{
	margin:50px auto 30px auto;
	width:880px;
}

.box_rooms .right_2{
	width:581px;
	height:auto;
	float:right;
	padding:45px 25px 0 0;
}

.box_rooms .left_2{
	width:295px;
	height: auto;
	padding: 44px 0 0 29px;
	float: left;
}

.box_rooms .left_2 h2{
	font-size: 15px;
	font-weight: bold;
	color: #d42c2c;
	margin-bottom: 10px;
	font-size: 15px;
}
	
.box_rooms .left_2 .txt{
}
	
.box_rooms .left_2 .table{
	/*padding:25px 0 0 0;*/
}
	
.box_rooms .left_2 .arrow{
	padding:15px 0 0 0;
	text-align:center;
}
	
.box_rooms .left_2 .btn{
	padding:15px 0 0 0;
	text-align:center;
}
	
#con_rooms .box_tbl{
	margin:50px auto 30px auto;
	width:880px;
}	
	
/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}