@charset "UTF-8";
/* ベースレイアウト */
/* ワイドレイアウト */
/* フォント　日本語フォント */
/* フォント　英語フォント */
/* Clearfix */
/* Opacity */
/* Hover animation */
/* 黒いボタン */
/* グレーボタン */
/* ホワイトボタン */
/* 緑ボタン */
/* ===================================================================
CSS information

 file name  :annex.css
 author     :Ability Consultant
style info  :annex
=================================================================== */
h1 {
	background: transparent url(../annex/images/img_main.jpg) repeat-x top center;
	height: 877px;
	text-align: center;
	padding-top: 88px;
	margin-bottom: 55px;
}

p {
	font-size: 14px;
	color: #232323;
	text-align: center;
	line-height: 26px;
	margin-bottom: 30px;
}

p.photo {
	margin: 0;
	text-align: center;
}

p.txt {
	line-height: 0;
	margin: 40px 0 30px 0;
}

.con_sitemap {
	display: none;
}

.item {
	width: 1260px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.item h2,
.item h3 {
	text-align: center;
	margin-bottom: 30px;
}

/*----------------------------------------------------
	..con_intro
----------------------------------------------------*/
.con_intro {
	margin: 0 auto 60px auto;
	width: 1260px;
	background: transparent url(../annex/images/bg_intro.jpg) no-repeat 80% 0;
}

.con_intro h2 {
	text-align: center;
	margin-bottom: 40px;
}
.con_intro span.point{
	font-size:12px;
}
/*.con_intro p.btn_annex01{
	padding:0 0 5px 0;
}*/

/*----------------------------------------------------
	.con_intro
----------------------------------------------------*/
.con_rooms .photo {
	position: relative;
	text-align: left;
}

.con_rooms .photo span {
	position: absolute;
	display: block;
	right: 497px;
	bottom: -27px;
	padding: 0 20px;
	border-left: 5px solid #e8e8e8;
	font-size: 13px;
	color: #444444;
}
.con_rooms .photo span.room02 {
	position: absolute;
	display: block;
	right: 128px;
	bottom: -27px;
	padding: 0 20px;
	border-left: 5px solid #e8e8e8;
	font-size: 13px;
	color: #444444;
}
.con_rooms p.txt_room{
	line-height: 0;
	margin: 60px 0 30px 0;
}
	
/*----------------------------------------------------
	.con_pool
----------------------------------------------------*/
.con_pool .box_slide {
	width: 100% !important;
}

.con_pool .box_slide .bx-wrapper {
	margin: 0;
	position: relative;
}

.con_pool .box_slide .bx-wrapper .bx-pager {
	bottom: 20px;
	z-index: 100;
}

.con_pool .box_slide .bx-controls-direction a {
	position: absolute;
	top: 59%;
	outline: 0;
	width: 57px;
	height: 11px;
	text-indent: -9999px;
	z-index: 60;
}

.con_pool .box_slide .bx-controls-direction a.bx-prev {
	left: 25px;
	background: url(../images/common/arrow_left_white.png) 0 0 no-repeat;
}

.con_pool .box_slide .bx-controls-direction a.bx-prev:hover {
	background-position: 0 0;
}

.con_pool .box_slide .bx-controls-direction a.bx-next {
	right: 25px;
	background: url(../images/common/arrow_right_white.png) 0 0 no-repeat;
}
.con_pool p.btn_annex01{
	padding:30px 0 0 0;
}

/*----------------------------------------------------
	.con_map
----------------------------------------------------*/
.con_map .btn {
	width: 300px;
	margin: 50px auto 0;
}

.con_map .btn a {
	padding: 0.4em 0.8em;
	display: block;
	background: #484848;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	text-align: left;
}

.con_map .btn a i {
	text-align: right;
	color: #fff;
	position: absolute;
	top: 28%;
	right: 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.con_map .btn a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.con_map .btn a:hover i {
	right: 5px;
}
