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

 file name  :suite.css
 author     :Ability Consultant
style info  :スイート
=================================================================== */
/*-----------------------------------------------------------
	ページ設定
-----------------------------------------------------------*/
suite #gnav ul li.gnav_sui a {
	background-position: bottom;
}

/*----------------------------------------------------
	.タイトル指定
----------------------------------------------------*/
.wrp_pgtit .con_pgtitle {
	background: url(http://hotel-rosablanca.com/rooms/suite/images/bg_title.jpg) center 0 no-repeat;
}

.wrp_pgtit .con_pgtitle h2.title {
	background: url(../rooms/suite/images/st_title.png) 10px center no-repeat;
}

/*----------------------------------------------------
	背景
----------------------------------------------------*/
#contents {
	margin-bottom: -50px;
}

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

.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;
	margin-left: 5px;
	background: url(../rooms/cottage/images/icon-arrow-prev01.png) left center no-repeat;
}

.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;
	margin-right: 5px;
	background: url(../rooms/cottage/images/icon-arrow-next01.png) right center no-repeat;
}

.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: 90%;
	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: 13%;
}

.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;
	/*サムネイルの縦幅*/
	border: 4px solid #76511f;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.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 {
	border: 4px solid #bf983f;
	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*/
/*----------------------------------------------------
	.con_suite　	スイート
----------------------------------------------------*/
.con_suite {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
	margin-bottom: 80px;
}

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

@media only screen and (max-width: 1280px) {
  .con_suite {
	width: 100%;
}
}
.con_suite .st_smp1 h3 {
	background-image: url(http://hotel-rosablanca.com/rooms/suite/images/st_basic.png);
	margin-bottom: 45px;
}

.con_suite .wrp_slider {
	margin-bottom: 0px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  .con_suite .wrp_slider {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: -5%;
}
}
.con_suite .wrp_intro {
	padding: 0 3% 2%;
	margin-bottom: 100px;
	background-color: #54340a;
	background-image: url(http://hotel-rosablanca.com/rooms/images/bg_left.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 736px) {
  .con_suite .wrp_intro {
	margin-top: -15px;
}
}
.con_suite .wrp_intro .wrp_photo {
	padding-left: 5%;
	float: right;
	width: 50%;
	margin-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  .con_suite .wrp_intro .wrp_photo {
	float: none;
	width: 100%;
	padding: 0;
}
}
.con_suite .wrp_intro .wrp_photo .photo {
	background: #5f4017;
	color: #fff;
	padding: 5%;
}

.con_suite .wrp_intro .wrp_photo .photo .st_leaf1 {
	margin-bottom: 4%;
}

.con_suite .wrp_intro .wrp_photo .photo .st_leaf1 .img_deco {
	vertical-align: baseline;
}

.con_suite .wrp_intro .wrp_photo .photo .st_leaf1 .st_floor {
	font-size: 1.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	display: inline-block;
	padding-left: 13px;
}

.con_suite .wrp_intro .wrp_photo .photo p.image {
	width: 100%;
	text-align: center;
}

.con_suite .wrp_intro .wrp_photo .photo p.image img {
	width: 100%;
}

.con_suite .wrp_intro .wrp_photo .photo p.detail {
	padding: 4% 0;
}

.con_suite .wrp_intro .txt {
	float: left;
	width: 50%;
	margin-bottom: 40px;
	color: #fff;
}

@media only screen and (max-width: 736px) {
  .con_suite .wrp_intro .txt {
	float: none;
	width: 100%;
	padding: 2%;
}
}
.con_suite .wrp_intro .txt .wrp_amenityimg {
	margin-top: 40px;
}

.con_suite .wrp_intro .txt .wrp_amenityimg .amenity1,
.con_suite .wrp_intro .txt .wrp_amenityimg .amenity2 {
	float: left;
	width: 48%;
}

.con_suite .wrp_intro .txt .wrp_amenityimg .amenity1 .amenityimg,
.con_suite .wrp_intro .txt .wrp_amenityimg .amenity2 .amenityimg {
	position: relative;
}

.con_suite .wrp_intro .txt .wrp_amenityimg .amenity1 .amenityimg img,
.con_suite .wrp_intro .txt .wrp_amenityimg .amenity2 .amenityimg img {
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.con_suite .wrp_intro .txt .wrp_amenityimg .amenity1 .amenityimg:after,
.con_suite .wrp_intro .txt .wrp_amenityimg .amenity2 .amenityimg:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg);
	/* 回転させる */
	background: #fff;
	z-index: -1;
}

.con_suite .wrp_intro .txt .wrp_amenityimg .amenity1 p,
.con_suite .wrp_intro .txt .wrp_amenityimg .amenity2 p {
	margin-top: 15px;
	font-size: .7rem;
	color: #fff;
}

.con_suite .wrp_intro .txt .wrp_amenityimg .amenity1 {
	margin-right: 4%;
}

.con_suite .wrp_intro .txt h4 {
	font-size: 1.6em;
	color: #f7d89d;
	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: 1024px) {
  .con_suite .wrp_intro .txt h4 {
	margin-top: 2%;
}
}
@media only screen and (max-width: 736px) {
  .con_suite .wrp_intro .txt h4 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
}
.con_suite .wrp_intro .txt p {
	margin-bottom: 20px;
}

.con_suite .wrp_intro .txt .btn_gr_m a {
	width: 282px;
	background-image: url(http://hotel-rosablanca.com/rooms/suite/images/btn_gr_m.png);
}

.con_suite .wrp_intro .txt .btn_gr_m a div {
	padding-top: 40px;
}

/*----------------------------------------------------
	.con_outline　	概要
----------------------------------------------------*/
.con_outline {
	padding-top: 6px;
	background: url(../images/common/border_skin.png);
	margin-bottom: 60px;
}

.con_outline .wrp_outline {
	*zoom: 1;
	width: 1280px;
	margin: 0 auto;
	background: #fcf9eb;
	padding: 2%;
}

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

@media only screen and (max-width: 1280px) {
  .con_outline .wrp_outline {
	width: 100%;
}
}
.con_outline .wrp_outline .st_smp2 {
	display: block;
	height: 0;
	overflow: hidden;
	background: url("http://hotel-rosablanca.com/rooms/suite/images/st_center.png") center center no-repeat;
	padding-top: 89px;
	margin-bottom: 20px;
	font-size: 1.35em !important;
}

@media only screen and (max-width: 1024px) {
  .con_outline .wrp_outline .st_smp2 {
	background: none !important;
	padding: 15px 0 10px;
	height: auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2;
}

  .con_outline .wrp_outline .st_smp2 span {
	font-size: .8em;
	display: block;
	font-family: "Times New Roman";
	color: #dfc47a;
}
}
@media only screen and (max-width: 1024px) {
  .con_outline .wrp_outline .st_smp2 {
	font-size: 1.25em !important;
}
}
@media only screen and (max-width: 736px) {
  .con_outline .wrp_outline .st_smp2 {
	font-size: 1.1em !important;
}
}
.con_outline .wrp_outline .wrp .photo {
	width: 30%;
	float: left;
}

@media only screen and (max-width: 736px) {
  .con_outline .wrp_outline .wrp .photo {
	display: none;
	float: none;
	width: 100%;
}
}
.con_outline .wrp_outline .wrp .photo img {
	width: 100%;
}

.con_outline .wrp_outline .wrp .txt {
	width: 65%;
	float: left;
	margin-left: 5%;
}

@media only screen and (max-width: 736px) {
  .con_outline .wrp_outline .wrp .txt {
	float: none;
	width: 100%;
	margin: 20px 0 0 0;
}
}