@charset "utf-8";
/* ===================================================================
CSS information
 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: #d0c8a2 url(../images/common/bg.png) repeat-x 0 32px !important;
}

*+html body {
	background: #d0c8a2 url(../images/common/bg.png) repeat-x 0 30px !important;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#page{
	font-size: 12px;
	color: #2f2f2f;
	line-height: 1.6;
}

#page a{
	color: #a27314;
	text-decoration: underline;
}

#page a:hover{
	text-decoration: none;
}

#page {
    width: 950px;
    margin: 0 auto;
    color: #2f2f2f;
    font-size: small;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.6;
    text-align: left;
}

/*-----------------------------------------------------------
	#header
-----------------------------------------------------------*/

#header {
	padding: 10px 0 0;
	width: 950px;
}

#header .box_btn{
	width: 950px;
	overflow: hidden;
}

#header .box_btn .btn_home{
	float: left;
}

#header .box_btn .btn_plan{
	float: right;
}

#header .wrap{
	width: 693px;
	padding: 0 0 0 257px;
	overflow: hidden;
}

#header .wrap h1{
	width: 432px;
	float: left;
}

#header .wrap p{
	width: 198px;
	float: right;
	padding: 15px 0 0;
}


/*----------------------------------------------------
	#gnav
----------------------------------------------------*/

#gnav{
	width: 950px;
	margin: 15px auto 50px;
	padding: 0 0 5px;
	background: url(../images/header/bg_nav.png) repeat-x bottom;
}

#gnav ul{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

#gnav ul li{
	float: left;
	height: 59px;
}

#gnav ul li a{
	display: block;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: top;
}

#gnav ul li a:hover{
	background-position: bottom;
}

#gnav ul li a.rooms{background-image: url(../images/header/gnav_rooms.png); width: 144px;}
#gnav ul li a.breakfast{background-image: url(../images/header/gnav_bre.png); width: 168px;}
#gnav ul li a.facilities{background-image: url(../images/header/gnav_facilities.png); width: 197px;}
#gnav ul li a.sightseeing{background-image: url(../images/header/gnav_sightseeing.png); width: 149px;}
#gnav ul li a.access{background-image: url(../images/header/gnav_access.png); width: 134px;}
#gnav ul li a.reservation{background-image: url(../images/header/gnav_reservation.png); width: 158px;}

#gnav ul li a.rooms.active{background-position: bottom;}
#gnav ul li a.breakfast.active{background-position: bottom;}
#gnav ul li a.facilities.active{background-position: bottom;}
#gnav ul li a.sightseeing.active{background-position: bottom;}
#gnav ul li a.access.active{background-position: bottom;}
#gnav ul li a.reservation.active{background-position: bottom;}



/*----------------------------------------------------
	#content
----------------------------------------------------*/
#content {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

#main{
	width: 700px;
	float: left;
}

/*----------------------------------------------------
	#sidebar
----------------------------------------------------*/

#sidebar{
	width: 220px;
	float: right;
}

#sidebar ul li{
	margin: 0 0 10px;
}

#sidebar ul li img{
	vertical-align: bottom;
}

#sidebar .mobile{
	margin: 0 0 10px;
}
#sidebar .mobile .link{
	background: #c6b789;
	padding: 10px 0 10px 15px;
}

#sidebar .mobile .link a{
	display: block;
	background: url(../images/sidebar/arrow.png) no-repeat 0 4px;
	padding: 0 0 0 10px;
	color: #111;
}



/*----------------------------------------------------
	#btn_pagetop
----------------------------------------------------*/

#btn_pagetop{
	width: 950px;
	text-align: right;
}

/*----------------------------------------------------
	.pagetop
----------------------------------------------------*/

.pagetop{
	width: 950px;
	padding: 0 0 10px;
	text-align: right;
}


/*----------------------------------------------------
	.con_pickup
----------------------------------------------------*/

.con_pickup{
	width: 950px;
	min-height: 166px;
	margin: 0 0 50px;
	background: url(../images/common/bg_pickup.png) no-repeat;
}

.con_pickup ul{
	padding: 75px 0 0 20px;
	overflow: hidden;
}

.con_pickup ul li{
	float: left;
	padding: 0 10px 0 0;
}

/*----------------------------------------------------
	.con_reservation
----------------------------------------------------*/

.con_reservation{
	width: 500px;
	min-height: 79px;
	padding: 20px 0 0 450px;
	margin: 0 0 80px;
	background: url(../images/common/bg_reservation.png) no-repeat;
	overflow: hidden;
}

.con_reservation p{
	float: left;
	padding: 0 10px 0 0;
}

.con_reservation ul{
	float: left;
}

.con_reservation ul li {
	height: 25px;
	margin-bottom: 8px;
}

.con_reservation ul li.last {
	margin-bottom: 0;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	width: 950px;
	background: #c6b789;
	margin: 0 0 20px;
}

#footer .con_footer {
	width: 910px;
	overflow: hidden;
	padding: 30px 20px;
	border-bottom: 1px solid #ae9c66;
}

#footer .con_footer .box_info {
	width: 230px;
	float: left;
	padding-right: 10px;
}

#footer .con_footer .box_info p {
	padding: 0 0 10px;
}

#footer .con_footer .box_mikawa,
#footer .con_footer .wrp_area {
	width: 205px;
	float: left;
	padding-right: 10px;
}

#footer .con_footer .box_nagoya {
	margin-bottom: 20px;
}

#footer .con_footer .box_kanto {
	width: 235px;
	float: left;
	padding-right: 0;
}

#footer .con_footer .box_mikawa p,
#footer .con_footer .box_nagoya p,
#footer .con_footer .box_kanto p {
	background: #8e7939;
	color: #fff;
	padding: 5px;
	margin: 0 0 15px;
	text-indent: 15px;
	font-weight: bold;
}

#footer .con_footer .box_mikawa ul,
#footer .con_footer .box_nagoya ul,
#footer .con_footer .box_kanto ul {
	padding: 0 0 0 5px;
}

#footer .con_footer .box_mikawa ul li,
#footer .con_footer .box_nagoya ul li,
#footer .con_footer .box_kanto ul li {
	margin: 0 0 5px;
	background: url(../images/footer/arrow.png) no-repeat 0 3px;
	padding: 0 0 0 10px;
}

#footer .con_footer .box_nagoya ul li.new,
#footer .con_footer .box_mikawa ul li.new,
#footer .con_footer .box_kanto ul li.new {
	background: url(../images/footer/arrow_new.png) no-repeat 0 3px;
	padding: 0 0 0 55px;
}

#footer .con_footer .box_mikawa ul li a,
#footer .con_footer .box_nagoya ul li a,
#footer .con_footer .box_kanto ul li a {
	color: #111 !important;
}

/*.copyright*/
#footer .copyright {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #d3c8a5;
}

/* -----------------------------------------------------------
	#footer_group
		フッタ
----------------------------------------------------------- */
#footer_group {
	width: 920px;
	background: #c6b789;
	padding: 15px 15px 0;
	margin: 0 0 20px;
}

#footer_group .con_footer {
	width: 920px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: solid 1px #aa9b6f;
}

#footer_group .con_footer .box_footer_map {
	float: left;
	width: 331px;
	position: relative;
}

#footer_group .con_footer .box_footer_map .btn_group{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#footer_group .con_footer .box_hotel_info {
	float: right;
	width: 565px;
}

#footer_group .con_footer .box_hotel_info .st{
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #afa077;
	margin-bottom: 0;
}

#footer_group .con_footer .box_hotel_info .box_footer_contents {
	padding-top: 10px;
	padding-bottom: 15px;
	overflow: hidden;
}

#footer_group .con_footer .box_hotel_info .box_footer_contents .box_address {
	float: left;
	width: 200px;
	padding-right: 10px;
}

#footer_group .con_footer .box_hotel_info .box_footer_contents .box_address dt {
	position: relative;
	left: -7px;
}

#footer_group .con_footer .box_hotel_info .box_footer_contents .box_l_fnav {
	float: left;
	width: 165px;
}

#footer_group .con_footer .box_hotel_info .box_footer_contents .box_r_fnav {
	float: left;
	width: 190px;
}

#footer_group .con_footer .box_hotel_info .box_footer_contents .box_l_fnav a,
#footer_group .con_footer .box_hotel_info .box_footer_contents .box_r_fnav a {
	position: relative;
	color: #544630;
	display: inline-block;
	text-decoration: none;
	font-size: 100%;
	line-height: 25px;
}

#footer_group .con_footer .box_hotel_info .box_footer_contents .box_l_fnav span,
#footer_group .con_footer .box_hotel_info .box_footer_contents .box_r_fnav span {
	position: relative;
	color: #544630;
	margin-left: 5px;
	text-decoration: underline;
}

#footer_group .con_footer .box_hotel_info .box_footer_contents .box_l_fnav a img,
#footer_group .con_footer .box_hotel_info .box_footer_contents .box_r_fnav a img {
	vertical-align: middle;
}

#footer_group .con_footer .box_hotel_info .box_rsv_list {
	background: #fff;
	text-align: center;
	padding: 10px 5px;
}

#footer_group .con_footer .box_hotel_info .box_rsv_list li {
	display: inline-block;
	margin: 0 5px;
}

/*.copyright*/
#footer_group .copyright {
	clear: both;
	text-align: center;
	padding: 8px 0;
	font-size: 85%;
	border-top: 1px solid #d3c8a5;
}

/*----------------------------------------------------
	#table
----------------------------------------------------*/
#page table {
	border-top: solid 1px #b2a462;
	border-collapse: collapse;
	color: #111;
	line-height:1.5;
	font-size: small;
}

#page table th {
	width: 50px;
	color:#111;
	font-weight:normal;
	white-space: nowrap;
	background: #c4ba8d;
	padding:6px 12px;
	border-bottom: solid 1px #b2a462;
	border-right: solid 1px #b2a462;
	text-align: left;
}

#page table td {
	padding:6px 12px;
	background: #e3dec8;
	border-bottom: solid 1px #b2a462;
}