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

 file name  : homepage.css
 author     : Ability Consultant
style info  : トップページページ
=================================================================== */
/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*	.con_point
----------------------------------------------------------- */
.con_point {
	padding: 60px 0 50px;
	background: url(http://www.kafuu-okinawa.jp/rktn/resort/images/bg_line.png) center 0 no-repeat;
	overflow: hidden;
  /*--- 個別指定 ----*/
}
.con_point .btn_room {
	text-align: center;
}
.con_point .btn_room a {
	display: inline-block;
	margin-top: 50px;
}
.con_point .box_l {
	float: left;
}
.con_point .box_r {
	float: right;
}
.con_point.poi01 {
	padding-top: 0;
	background: none;
}
.con_point.poi03 .btn {
	float: left;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}
