@charset "UTF-8";
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/*----------------------------------------------------
	gradient グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
	placeholder placeholderカラー変更
----------------------------------------------------*/
/*----------------------------------------------------
	basiclayout ベースコンテンツ
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :detail.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
/*----------------------------------------------------
	.con_intro	イントロ
----------------------------------------------------*/
.con_intro {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 30px;
}
.con_intro .box_slide {
	margin-bottom: 20px;
}
.con_intro .box_slide .bx-wrapper {
	margin-bottom: 5px;
}
.con_intro .box_slide .slide {
	width: 100%;
}
.con_intro .box_slide .slide img {
	width: 100% !important;
}
.con_intro .thumb {
	overflow: hidden;
	padding: 0 15px;
}
.con_intro .thumb li {
	float: left;
	width: 15%;
	margin-left: 2%;
}
.con_intro .thumb li:first-child {
	margin-left: 0;
}
.con_intro .thumb a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.con_intro .thumb a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.con_intro .box_about {
	padding: 0 15px;
}
.con_intro .box_about .title {
	border-left: 4px solid #1d236d;
	padding-left: 15px;
	margin-bottom: 20px;
}
.con_intro .box_about .title span {
	font-size: 1.2em;
	font-weight: bold;
	color: #1d236d;
}
.con_intro .box_about .txt {
	padding-bottom: 30px;
}
.con_intro .box_about .tbl_basic {
	margin-bottom: 30px;
}
.con_intro .box_about .tbl_basic a {
	text-decoration: none;
	color: #000;
}
.con_intro .box_about .btn_basic {
	padding: 10px 0 5px;
}
.con_intro .box_about .box_campaign .st_style {
	margin-bottom: 0;
}
.con_intro .box_about .box_campaign a {
	border-top: none;
	border: 1px solid #ccc;
	display: block;
	padding: 15px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.con_intro .box_about .box_campaign a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -.5em;
}
.con_intro .box_about .box_campaign a .img {
	width: 25%;
	float: left;
	margin-bottom: 15px;
}
.con_intro .box_about .box_campaign a .box_name {
	width: 75%;
	float: right;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.con_intro .box_about .box_campaign a .box_date {
	clear: both;
	font-size: 1.1em;
	padding: 7px;
	background: #F3F0E7;
}
.con_intro .box_about .box_campaign a .box_date .st {
	font-weight: bold;
	color: #cc252f;
}
.con_intro .box_about .box_campaign a .box_date .date span {
	padding-left: 10px;
}

/*----------------------------------------------------
	.con_information	ホテルのご案内
----------------------------------------------------*/
.con_information {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 50px;
}
.con_information .st_info {
	background: #1D236D url("../networkhotel/detail/images/st_info.png") no-repeat scroll 10px 10px/auto 50%;
	padding-left: 40px;
}
.con_information .box_info {
	padding: 0 15px;
}

/*----------------------------------------------------
	.con_gallery	フォトギャラリー
----------------------------------------------------*/
.con_gallery {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 50px;
}
.con_gallery .st_gallery {
	background: #1D236D url("../networkhotel/detail/images/st_gallery.png") no-repeat scroll 10px 10px/auto 30%;
	padding-left: 40px;
}
.con_gallery .box_gall {
	width: 100%;
}
.con_gallery .box_gall .loading {
	padding: 150px 0;
	text-align: center;
	display: none;
}
.con_gallery .box_gall ul {
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
}
.con_gallery .box_gall ul li {
	float: left;
	width: 48%;
	margin-left: 4%;
	margin-bottom: 4%;
}
.con_gallery .box_gall ul li img {
	width: 100%;
}
.con_gallery .box_gall ul li a {
	display: block;
}
.con_gallery .box_gall ul li .title {
	font-size: .9em;
}
.con_gallery .box_gall ul li.li_left {
	margin-left: 0;
}

/*----------------------------------------------------
	.con_map	マップ
----------------------------------------------------*/
.con_map {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 50px;
}
.con_map .st_map {
	background: #1D236D url("../networkhotel/detail/images/st_map.png") no-repeat scroll 10px 10px/auto 50%;
	padding-left: 40px;
}
.con_map .box_map {
	padding: 0 15px;
}
.con_map .box_map #gmap {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
}
.con_map .box_map #gmap .gm-style-iw {
	min-width: 250px !important;
	overflow: hidden !important;
}
.con_map .box_map #gmap .gm-style-iw .gpin {
	margin: 0px;
	padding: 5px 0 5px 5px;
	color: #000;
	overflow: hidden;
}
.con_map .box_map #gmap .gm-style-iw .gpin .title {
	color: #413210;
	font-weight: bold;
	font-size: 1.1em;
}
.con_map .box_map .txt {
	float: left;
}
.con_map .box_map .txt i {
	font-size: 1.5em;
	padding-right: 8px;
}
.con_map .box_map .btn_basic {
	float: right;
}

/*----------------------------------------------------
	.con_to_plan	プラン
----------------------------------------------------*/
.con_to_plan {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 50px;
	text-align: center;
	background: #eeede9;
	padding: 15px 0;
}
.con_to_plan .btn_red a {
	width: 80%;
	padding: 9px 10px;
}

/*----------------------------------------------------
	.con_searchin	プラン
----------------------------------------------------*/
.con_searchin {
	overflow: hidden;
	margin-bottom: 30px;
}
.con_searchin .con_search h3:before {
	content: url("../networkhotel/detail/images/ic_st_search.png");
	margin-right: 5px;
}
.con_searchin .con_search h3 span {
	font-size: .7em;
}
.con_searchin .con_search .lnk_text {
	text-align: center;
}
.con_searchin .con_search .lnk_text a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
.con_searchin .con_search .lnk_text i {
	margin-right: 5px;
	color: #cc252f;
}
