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

 file name  : homepage.css
 author     : Ability Consultant
style info  : トップページ設定
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*トップはHOMEボタン非表示*/
#header .btn .btn_home {
	visibility: hidden;
}

#gnav {
	background: none;
	margin-bottom: 30px;
	padding-bottom: 0;
}

#gnav {
	margin-top: 0;
}

#con_title {
	margin-bottom: 5px;
}

/*----------------------------------------------------
	#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;
}


/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents .img_map {
	margin-bottom: 50px;
}

.wrp_con {
	width: 950px;
	overflow: hidden;
	margin-bottom: 80px;
}

/* -----------------------------------------------------------
	#main	メイン
----------------------------------------------------------- */
#main {
	float: left;
	width: 700px;
}

#main img{
	max-width: 100%;
}

/*	.plan1
----------------------------------------------------------- */
#main .plan1 {
	width: 700px;
	margin: 0 0 30px;
}

#main .plan1 ul {
	width: 700px;
	overflow: hidden;
	background: url(../images/home/bg_plan1.gif) 0 bottom repeat-y;
}

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

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

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

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

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

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

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

/*	.plan2
----------------------------------------------------------- */
#main .plan2 {
	width: 700px;
	margin: 0 0 30px;
}

#main .plan2 ul {
	width: 700px;
	overflow: hidden;
	background: url(../images/home/bg_plan2.gif) 0 0 repeat-y;
}

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

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

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

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

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

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


/* -----------------------------------------------------------
	#side		サイド
----------------------------------------------------------- */
#side {
	float: right;
	width: 220px;
}

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

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

#side .mobile .link a {
	display: block;
	background: url(../images/home/ic_arrow_hom.png) no-repeat 0 6px;
	padding: 0 0 0 13px;
	color: #111;
}


/* -----------------------------------------------------------
	.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: url(../images/home/line_points.png) 0 bottom repeat-x;
}

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

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

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

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

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

.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;
}