@charset "utf-8";
/* ===================================================================
CSS information
 file name  :homepage.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */

/*-----------------------------------------------------------
	#header_top
-----------------------------------------------------------*/

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

#header_top .btn{
	text-align: right;
}

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

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

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

/*----------------------------------------------------
	#gnav_top
----------------------------------------------------*/

#gnav_top{
	width: 950px;
	margin: 0 auto 30px;
}

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

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

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

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

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

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

/*-----------------------------------------------------------
	#flash
-----------------------------------------------------------*/

#flash{
	margin: 0 0 5px;
	height: 560px;
}

/*-----------------------------------------------------------
	#map
-----------------------------------------------------------*/

#map{
	margin: 0 0 50px;
}

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

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

#content_top h2{
	margin: 0;
}

/* -----------------------------------------------------------
	#main	メイン
----------------------------------------------------------- */
#page #main img{
	max-width: 100%;
}


/*----------------------------------------------------
	.plan1
----------------------------------------------------*/

.plan1{
	width: 700px;
	margin: 0 0 30px;
}

.plan1 ul{
	width: 700px;
	overflow: hidden;
}

.plan1 ul li{
	width: 340px;
	float: left;
	margin: 0 20px 0 0;
	background: #f9f9f4;
}

.plan1 ul li.last{
	margin: 0;
}

.plan1 ul li h4{
	width: 292px;
	margin: 0 auto 15px;
	font-size: 14px;
}

.plan1 ul li p{
	width: 292px;
	margin: 0 auto 10px;
}

.plan1 ul li p.photo{
	width: 292px;
	margin: 20px auto;
	border: 1px solid #d6d5c8;
	background: #FFF;
	text-align: center;
	padding: 5px;
}

.plan1 ul li p.price{
	color: #a12828;
	font-weight: bold;
	padding: 0 0 15px;
	border-bottom: 1px dotted #c3c2c2;
	font-size: 14px;
}

.plan1 ul li p.btn{
	text-align: center;
	margin: 15px auto;
}

/*----------------------------------------------------
	.plan2
----------------------------------------------------*/

.plan2{
	width: 700px;
	margin: 0 0 30px;
}

.plan2 ul{
	width: 700px;
	overflow: hidden;
}

.plan2 ul li{
	background: #f9f9f4;
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
}
.plan2 ul li h3{
	margin: 0 0 10px;
}

.plan2 ul li p,
.plan2 ul li h4{
	width: 172px;
	margin: 0 auto 10px;
}

.plan2 ul li p.photo{
	background: #FFF;
	border: 1px solid #d6d5c8;
	padding: 5px;
}

.plan2 ul li p.price{
	color: #a12828;
	font-weight: bold;
	padding: 0 0 10px;
	border-bottom: 1px dotted #c3c2c2;
}

.plan2 ul li p.btn{
	text-align: center;
	margin: 15px auto;
}

.plan2 ul li.last{
	margin: 0;
}

/*----------------------------------------------------
	.btn_plan_all
----------------------------------------------------*/

.btn_plan_all{
	width: 700px;
	text-align: center;
	background: #c6bd90;
	padding: 15px 0;
}

/*----------------------------------------------------
	.con_point
----------------------------------------------------*/

.con_point{
	width: 950px;
	margin: 0 auto 90px;
}

.con_point h2{
	margin: 0 0 30px;
}

.con_point .wrap{
	width: 950px;
	overflow: hidden;
	padding: 0 0 40px;
	margin: 0 0 30px;
	background-image: url(../images/home/line_points.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.con_point .wrap .box_point1{
	width: 560px;
	float: left;
}

.con_point .wrap .box_point1 h3,
.con_point .wrap .box_point2 h3{
	padding: 0 0 15px;
}

.con_point .wrap .box_point2{
	width: 390px;
	float: left;
}

.con_point .wrap .box_point2 p{
	padding: 0 0 0 30px;
}

.con_point ul{
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
}

.con_point ul li{
	width: 300px;
	float: left;
	margin: 0 25px 0 0;
}

.con_point ul li.last{
	margin: 0;
}

.con_point ul li h3{
	padding: 0 0 18px;
}

/*----------------------------------------------------
	#slide	スライド
----------------------------------------------------*/
/* スライドショーに関するcss
-------------------------------------------------------*/
div.con_slide {
	position: relative;
}
#slide {
	position: relative;
	width: 100%;
	height: 560px;
	overflow: hidden;
}
#slide > div a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	width: 650px !important;
	margin: auto;
	height: 560px !important;
}
#slide img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -475px;
}
#slide img:first-child {
	z-index: 10;
}
#thum {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 20;
}
#thum ul {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
#thum ul li {
	display: inline;
	float: left;
	cursor: pointer;
	-o-transform: rotate(45deg) !important;
	-moz-transform: rotate(45deg) !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
#thum ul li:first-child {
	margin: 0;
}
#thum ul li {
	width: 13px;
	height: 13px;
	margin-left: 10px;
	background: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#thum ul li:hover {
	background: #56341B;
}
#thum ul li.active {
	background: #56341B;
}
#btn_prev, #btn_next {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	cursor: pointer;
	z-index: 20;
}
#btn_prev:hover, #btn_next:hover {
	opacity: .75;
}
#btn_prev {
	left: 0;
}

#btn_next {
	right: 0;
}
