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

 file name  :sightseeing.css
 author     :Ability Consultant
style info  :観光案内
=================================================================== */
/*-----------------------------------------------------------
	ページ設定
-----------------------------------------------------------*/
/*----------------------------------------------------
	.タイトル指定
----------------------------------------------------*/
.wrp_pgtit .con_pgtitle {
	background: url(http://hotel-rosablanca.com/sightseeing/images/bg_title.jpg) center 0 no-repeat;
}

.wrp_pgtit .con_pgtitle h2.title {
	background: url(http://hotel-rosablanca.com/sightseeing/images/st_title.png) 10px center no-repeat;
}

/*----------------------------------------------------
	.con_intro　	イントロ

----------------------------------------------------*/
.con_intro {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.con_intro:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  .con_intro {
	width: 100%;
}
}
@media only screen and (max-width: 1024px) {
  .con_intro {
	padding-bottom: 30px;
}
}
@media only screen and (max-width: 736px) {
  .con_intro {
	padding-bottom: 10px;
}
}
.con_intro .st_smp1 h3 {
	background-image: url(http://hotel-rosablanca.com/sightseeing/images/st_basic.png);
	margin-bottom: 45px;
}

.con_intro .wrp_intro .photo {
	float: left;
	width: 50%;
	padding-right: 5%;
}

.con_intro .wrp_intro .photo img {
	width: 100%;
}

@media only screen and (max-width: 736px) {
  .con_intro .wrp_intro .photo {
	float: none;
	width: 100%;
	padding: 0;
}
}
.con_intro .wrp_intro .txt {
	float: right;
	width: 50%;
	padding-right: 5%;
	margin-top: 20px;
}

@media only screen and (max-width: 736px) {
  .con_intro .wrp_intro .txt {
	float: none;
	width: 100%;
	padding: 2%;
}
}
.con_intro .wrp_intro .txt h4 {
	font-size: 1.2em;
	color: #64ad5d;
	margin-bottom: 35px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	font-weight: normal;
}

@media only screen and (max-width: 736px) {
  .con_intro .wrp_intro .txt h4 {
	font-size: 1.2em;
	margin-bottom: 15px;
}
}
.con_intro .wrp_intro .txt p {
	margin-bottom: 20px;
}

.con_intro .wrp_intro .txt p span {
	color: #64ad5d;
}

@media only screen and (max-width: 736px) {
  .con_intro .wrp_intro .txt p {
	font-size: 0.9em;
}
}

/*----------------------------------------------------
	#map　	グーグルマップ
----------------------------------------------------*/
.con_map {
	width: 100%;
}

@media only screen and (max-width: 736px) {
  .con_map {
	padding: 0 15px;
}
}
.con_map .wrp {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
}

.con_map .wrp:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  .con_map .wrp {
	width: 100%;
}
}
.con_map .wrp #map {
	width: 100%;
	height: 400px;
}

@media only screen and (max-width: 736px) {
  .con_map .wrp #map {
	height: 300px;
}
}
.con_map .wrp .con_lnk {
	*zoom: 1;
}

.con_map .wrp .con_lnk:after {
	content: "";
	display: table;
	clear: both;
}

.con_map .wrp .con_lnk .lnk_txt {
	float: left;
}

@media only screen and (max-width: 736px) {
  .con_map .wrp .con_lnk .lnk_txt {
	width: 100%;
}
}
.con_map .wrp .con_lnk .lnk_txt .txt {
	padding: 20px 0 20px 20px;
	background: url(http://hotel-rosablanca.com/sightseeing/images/ic_zoom.png) left 20px no-repeat;
}

/*----------------------------------------------------
	.con_sightseeing
----------------------------------------------------*/
.con_sightseeing {
	width: 100%;
}

.con_sightseeing .wrp {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
}

.con_sightseeing .wrp:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  .con_sightseeing .wrp {
	width: 100%;
}
}
.con_sightseeing .wrp .wrp_tab .nav_tab2 {
	font-size: 1.2em;
}

@media only screen and (min-width: 737px) {
  .con_sightseeing .wrp .wrp_tab .nav_tab2 {
	display: block !important;
}
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .wrp_tab .nav_tab2 {
	font-size: 1em;
	border-bottom: none;
	display: none;
}
}
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul {
	overflow: hidden;
	background: url(../images/common/line_slash.png) 0 bottom repeat-x;
	padding-bottom: 5px;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .wrp_tab .nav_tab2 ul {
	padding-bottom: 0;
	margin-bottom: 10px;
	background: none;
	border-bottom: 1px solid #d6d3d3;
}
}
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li {
	width: 33.333%;
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 0 .5% 1% .5%;
}

@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .wrp_tab .nav_tab2 ul li {
	width: 50%;
}
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .wrp_tab .nav_tab2 ul li {
	width: 100%;
	float: none;
	padding: 0;
}
}
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li a,
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li div {
	display: block;
	text-decoration: none;
	background-color: #f8f2db;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF8F2DB', endColorstr='#FFFFFFFF');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjJkYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f2db), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f8f2db 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #f8f2db 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #f8f2db 0%, #ffffff 100%);
	background-image: linear-gradient(top, #f8f2db 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, #f8f2db 0%, white 100%);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	border: 1px solid #e8dfb4;
	padding: 10px 16px;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .wrp_tab .nav_tab2 ul li a,
  .con_sightseeing .wrp .wrp_tab .nav_tab2 ul li div {
	border-bottom: none;
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0 0 0 / 0 0 0 0;
	border-radius: 0 0 0 0 / 0 0 0 0;
	text-align: left;
	padding: 10px;
	position: relative;
}
}
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li a:before,
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li div:before {
	color: #876627;
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right: 2px;
}

.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li:first-child {
	margin-left: 0;
}

.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li.active div,
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li.active a,
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li:hover div,
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li:hover a {
	color: #fff;
	background-color: #aa8225;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFAA8225', endColorstr='#FFBE983F');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhODIyNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JlOTgzZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aa8225), color-stop(100%, #be983f));
	background-image: -webkit-linear-gradient(top, #aa8225 0%, #be983f 100%);
	background-image: -moz-linear-gradient(top, #aa8225 0%, #be983f 100%);
	background-image: -o-linear-gradient(top, #aa8225 0%, #be983f 100%);
	background-image: linear-gradient(top, #aa8225 0%, #be983f 100%);
	background-image: -ms-linear-gradient(top, #aa8225 0%, #be983f 100%);
}

.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li.active div:before,
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li.active a:before,
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li:hover div:before,
.con_sightseeing .wrp .wrp_tab .nav_tab2 ul li:hover a:before {
	color: #fff;
}

.con_sightseeing .wrp .con_loading {
	width: 100%;
}

.con_sightseeing .wrp .con_loading .wrp_loading {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
}

.con_sightseeing .wrp .con_loading .wrp_loading:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  .con_sightseeing .wrp .con_loading .wrp_loading {
	width: 100%;
}
}
.con_sightseeing .wrp .con_loading .wrp_loading .img_loading {
	width: 64px;
	margin: 0 auto;
}

.con_sightseeing .wrp .con_box {
	*zoom: 1;
	margin-bottom: 20px;
}

.con_sightseeing .wrp .con_box:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .con_box {
	margin-bottom: 0;
}
}
.con_sightseeing .wrp .con_box .wrp_box {
	*zoom: 1;
}

.con_sightseeing .wrp .con_box .wrp_box:after {
	content: "";
	display: table;
	clear: both;
}

.con_sightseeing .wrp .con_box .wrp_box .box_1 {
	background: url("../images/common/border_skin.png") 0 0 repeat-x;
	padding-top: 6px;
	float: left;
	padding: 3% 2% 0 2%;
	position: relative;
	box-shadow: 0px 4px 4px #e4e4e4;
	width: 30%;
	margin: 10px 1.5% 30px;
	*zoom: 1;
}

.con_sightseeing .wrp .con_box .wrp_box .box_1:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 {
	margin: 0 1.5% 30px;
	padding: 4% 2% 0 2%;
}
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 {
	width: 96%;
	padding: 3% 2% 2% 2%;
	margin: 0 auto 34px;
	float: none;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap {
	*zoom: 1;
}

.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap {
	margin: 3% 0;
}
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_photo {
	width: 48%;
	float: left;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_photo .photo {
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_photo .photo {
	margin-top: 10px;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_photo .photo a img {
	width: 330px;
	height: 221px;
}

@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_photo .photo a img {
	height: auto;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_photo .photo a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_photo .photo img {
	width: 100%;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_photo .number {
	background: #64ad5d;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 38px;
	position: absolute;
	top: -27px;
	left: -15px;
	text-align: center;
	padding: 6px 0;
	z-index: 1000;
	border: 1px solid #fff;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text {
	width: 48%;
	float: right;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text .category {
	color: #64ad5d;
	display: block;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 3px;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text .category {
	font-size: 90%;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text h5 {
	text-align: center;
	font-size: 150%;
	margin: 0 0 10px;
	line-height: 1.2;
}

.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text h5 span {
	color: #312413;
	font-size: 60%;
	display: block;
	font-weight: normal;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text h5 {
	font-size: 110%;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text .txt {
	margin-bottom: 20px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text .txt {
	display: none;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text dl {
	border-left: 1px solid #312413;
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: .85em;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text dl {
	margin-bottom: 10%;
	display: none;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text dl dt {
	width: 30%;
	float: left;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text dl dd {
	width: 70%;
	float: left;
	padding: 5px 0 5px 10px;
	border-left: 1px solid #bdbdbd;
	margin-bottom: 5px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

.con_sightseeing .wrp .con_box .wrp_box .box_1 .wrap .box_text dl dd a {
	color: #312413;
}

.con_sightseeing .wrp .con_box .wrp_box .box_1 .btn_be_m {
	margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .btn_be_m {
	margin-bottom: 50px;
}
}
@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .btn_be_m {
	margin-bottom: 0;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .btn_be_m a {
	width: 242px;
	background-image: url(http://hotel-rosablanca.com/sightseeing/images/btn_be_m.png);
	margin-left: 35px;
}

@media only screen and (max-width: 1024px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .btn_be_m a {
	margin-left: 0;
}
}
.con_sightseeing .wrp .con_box .wrp_box .box_1 .btn_be_m a div {
	padding-top: 40px;
}

@media only screen and (max-width: 736px) {
  .con_sightseeing .wrp .con_box .wrp_box .box_1 .btn_be_m a div {
	width: 80%;
	margin: 0 auto;
}
}

/*----------------------------------------------------
----------------------------------------------------
	detail.php　
----------------------------------------------------
----------------------------------------------------*/
/*----------------------------------------------------
	.con_detail
----------------------------------------------------*/
#wrp_inner {
	padding: 25px 10px 0;
}

#wrp_inner .con_detail .wrp {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
}

#wrp_inner .con_detail .wrp:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 1280px) {
  #wrp_inner .con_detail .wrp {
	width: 100%;
}
}
#wrp_inner .con_detail .wrp .con_box {
	*zoom: 1;
	margin-bottom: 50px;
}

#wrp_inner .con_detail .wrp .con_box:after {
	content: "";
	display: table;
	clear: both;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box {
	*zoom: 1;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box:after {
	content: "";
	display: table;
	clear: both;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail {
	*zoom: 1;
	background: url("../images/common/border_skin.png") 0 0 repeat-x;
	padding-top: 6px;
	width: 100%;
	padding: 2%;
	position: relative;
	box-shadow: 0px 4px 4px #e4e4e4;
	float: left;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail {
	width: 96%;
	margin: 0 auto;
	float: none;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .category {
	color: #64ad5d;
	display: block;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 3px;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail h5 {
	text-align: center;
	font-size: 180%;
	margin: 0 0 30px;
	line-height: 1.2;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail h5 {
	font-size: 150%;
	margin: 0 0 10px;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .wrp_slider {
	margin-bottom: 0px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .wrp_slider {
	margin-bottom: 0;
	padding-bottom: 0;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo {
	float: left;
	position: relative;
	width: 35%;
	margin-right: 3%;
	/*カスタマイズ用追記CSS End*/
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .access {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 8px;
	background-color: #4b8845;
	color: #fff;
	font-weight: bold;
	font-size: 1.05em;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
}

@media only screen and (max-width: 1024px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .access {
	font-size: .9em;
}
}
@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .access {
	font-size: .8rem;
	background-color: none;
	top: 0;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .access i {
	padding-right: .3em;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .photo {
	position: relative;
	text-align: left;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .photo a img {
	width: 450px;
	height: 300px;
}

@media only screen and (max-width: 1024px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .photo a img {
	height: auto;
}
}
@media only screen and (max-width: 1024px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .photo a img {
	width: 100%;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .photo a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_photo .photo img {
	width: 100%;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt {
	float: left;
	width: 62%;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt {
	width: 100%;
	float: none;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .txt {
	margin-bottom: 20px;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt dl {
	border-left: 1px solid #312413;
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt dl {
	margin-bottom: 10px;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt dl dt {
	width: 20%;
	float: left;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt dl dt {
	width: 30%;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt dl dd {
	width: 70%;
	float: left;
	padding: 5px 0 5px 10px;
	border-left: 1px solid #bdbdbd;
	margin-bottom: 5px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt dl dd a {
	color: #312413;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns {
	width: 100%;
	margin: 40px 0 30px;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_map {
	float: left;
	margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_map {
	width: 49%;
	margin-right: 2%;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_map a {
	width: 223px;
	background-image: url(http://hotel-rosablanca.com/sightseeing/images/btn_map.png);
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_map a div {
	padding-top: 40px;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_map a div {
	width: 90%;
	margin: 0 auto;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_be_m1 {
	float: left;
}

@media only screen and (max-width: 1024px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_be_m1 {
	width: 49%;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_be_m1 a {
	width: 220px;
	background-image: url(http://hotel-rosablanca.com/sightseeing/images/btn_be_m1.png);
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_be_m1 a div {
	padding-top: 40px;
}

@media only screen and (max-width: 736px) {
  #wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .wrp_btns .btn_be_m1 a div {
	width: 90%;
	margin: 0 auto;
}
}
#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .con_btn .btn_back:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right: 5px;
	color: #876627;
}

#wrp_inner .con_detail .wrp .con_box .wrp_box .box_detail .box_txt .con_btn .btn_back a {
	margin: 0 auto;
}

/*----------------------------------------------------
	.wrp_slider　	スライダー部分
----------------------------------------------------*/
/*カスタマイズ用追記CSS Start*/
.wrp_slider {
	width: 100%;
}

.wrp_slider .slider {
	width: 100%;
	display: block;
	margin: 15px auto;
}

@media only screen and (max-width: 736px) {
  .wrp_slider .slider {
	margin: 0;
}
}
.wrp_slider .slider .bx-wrapper {
	margin: 0 auto 15px;
	/*メインスライダーとサムネイルの間の余白を変更*/
	position: relative;
}

.wrp_slider .slider .bx-wrapper .bx-pager,
.wrp_slider .slider .bx-wrapper .bx-default-pager {
	display: none;
}

.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction,
.wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction {
	position: absolute;
	top: 47%;
	width: 100%;
}

.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev,
.wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-prev {
	overflow: hidden;
	height: 0;
	padding-top: 49px;
	width: 48px;
	float: left;
	background: url(../rooms/cottage/images/icon-arrow-prev01.png) left center no-repeat;
	display: none;
}

@media only screen and (max-width: 1024px) {
  .wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev,
  .wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-prev {
	display: block;
}
}
.wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
.wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-next {
	overflow: hidden;
	height: 0;
	padding-top: 49px;
	width: 48px;
	float: right;
	background: url(../rooms/cottage/images/icon-arrow-next01.png) right center no-repeat;
	display: none;
}

@media only screen and (max-width: 1024px) {
  .wrp_slider .slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
  .wrp_slider .slider .bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-next {
	display: block;
}
}
.wrp_slider .slider .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 25px;
	z-index: 100;
}

.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item {
	float: left;
}

.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item a {
	display: block;
	width: 70px;
	height: 0;
	padding-top: 10px;
	margin: 0 5px;
	overflow: hidden;
	background: url(http://hotel-rosablanca.com/images/home/thum_bg.png) 0 -10px no-repeat;
}

.wrp_slider .slider .bx-wrapper .bx-pager .bx-pager-item a.active {
	background: url(http://hotel-rosablanca.com/images/home/thum_bg.png) 0 0 no-repeat;
}

.wrp_slider .slider .bx-wrapper ul.bxslider01 li {
	display: block;
	width: 100%;
	/*メインスライダーの横幅*/
	height: auto;
	/*メインスライダーの縦幅*/
}

.wrp_slider .slider .bx-wrapper ul.bxslider01 li img {
	display: block;
	width: 100%;
	height: auto;
}

.wrp_slider .slider .controlWrap {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
  .wrp_slider .slider .controlWrap {
	display: none;
}
}
.wrp_slider .slider .controlWrap ul#bx-pager {
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}

.wrp_slider .slider .controlWrap ul#bx-pager li {
	float: left;
	margin-right: 1%;
	width: 19%;
}

.wrp_slider .slider .controlWrap ul#bx-pager li a {
	display: block;
	height: auto;
}

.wrp_slider .slider .controlWrap ul#bx-pager li a img {
	display: block;
	width: 100%;
	/*サムネイルの横幅*/
	height: auto;
	/*サムネイルの縦幅*/
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

.wrp_slider .slider .controlWrap ul#bx-pager li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.wrp_slider .slider .controlWrap ul#bx-pager li a.active img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.wrp_slider .slider .controlWrap p#PrevIcon a {
	display: block;
	width: 13px;
	height: 19px;
	position: absolute;
	background: url(../rooms/cottage/images/icon-arrow-prev01.jpg) left center no-repeat;
	color: #fff;
	top: 20px;
	left: -20px;
	text-indent: -9999px;
}

.wrp_slider .slider .controlWrap p#NextIcon a {
	display: block;
	width: 13px;
	height: 19px;
	position: absolute;
	background: url(../rooms/cottage/images/icon-arrow-next01.jpg) left center no-repeat;
	color: #fff;
	top: 20px;
	right: -20px;
	text-indent: -9999px;
}

/*カスタマイズ用追記CSS End*/
.access {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 8px;
	background-color: #4b8845;
	color: #fff;
	font-weight: bold;
	font-size: 1.05em;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
}

@media only screen and (max-width: 1024px) {
  .access {
	font-size: .9em;
}
}
@media only screen and (max-width: 736px) {
  .access {
	font-size: .8rem;
	background-color: none;
}
}
.access i {
	padding-right: .3em;
}